From 8371971487c45ca5e9ed5e470aa8d2b0380006ee Mon Sep 17 00:00:00 2001 From: Yannick Date: Sun, 28 Jan 2018 20:16:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Added=20License=20info=20to=20CS?= =?UTF-8?q?S?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/index.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/style/index.scss b/src/style/index.scss index aa74d1a..66a9fa6 100644 --- a/src/style/index.scss +++ b/src/style/index.scss @@ -1,6 +1,14 @@ @import url('https://fonts.googleapis.com/icon?family=Material+Icons'); @import url('https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700'); +/* + All the code in this project is licensed under the terms of the GNU AGPLv3 license. + COPYRIGHT (C) Webgem ALL RIGHTS RESERVED. + More INFO AT https://github.com/webgem-xyz/UVA-React#license-information + All code can be found at https://github.com/webgem-xyz/UVA-React + You can read our LICENSE at https://github.com/webgem-xyz/UVA-React/blob/master/LICENSE +*/ + :root { --main-purple: #cc3399; --main-bg-color: #f2f2f2;