From f9aa40e0d79237ed2dd547340e3c221a35264e0a Mon Sep 17 00:00:00 2001 From: Pedram Ashofteh Ardakani Date: Thu, 7 May 2020 01:29:22 +0430 Subject: Add licensing information Thanks to Mohammad for recognizing even the smallest of contributions. --- css/base.css | 29 ++++++++++++++++++++++++++++- index.html | 1 + 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/css/base.css b/css/base.css index 2c9ecbc..cbb57bc 100644 --- a/css/base.css +++ b/css/base.css @@ -1,6 +1,33 @@ @charset "UTF-8"; -/* +/* ================================================================== + * License information: + * ================================================================== + * + * CSS stylesheet of the Maneage homepage + * + * Maneage: a framework for managing data lineage + * + * Copyright (C) 2020, Pedram Ashofteh Ardakani + * Copyright (C) 2020, Mohammad Akhlaghi + * + * This file is part of Maneage. Maneage is free software: you can + * redistribute it and/or modify it under the terms of the GNU General + * Public License as published by the Free Software Foundation, either + * version 3 of the License, or (at your option) any later version. + * + * Maneage is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. See + * . + * + * */ + +/* ================================================================== + * Preliminary information: + * ================================================================== + * * Some helpful CSS coding standards: * https://make.wordpress.org/core/handbook/best-practices/coding-standards/css/ * https://github.com/necolas/idiomatic-css diff --git a/index.html b/index.html index ae783cc..7f6d784 100755 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@