summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy@warmcat.com>2018-06-29 07:50:33 +0800
committerAndy Green <andy@warmcat.com>2018-06-29 07:50:33 +0800
commit9fc611c89f6662175dfeb007023754d038c79451 (patch)
treef29cbabf282eb8231e857d68e7af8967d429e290
parentc4fbb99cee30fa295e240b429b2dc7e8ad83d535 (diff)
downloadcgit-9fc611c89f6662175dfeb007023754d038c79451.tar.gz
cgit.css: add copyright lines
The existing css file does not have any copyright lines on it. Signed-off-by: Andy Green <andy@warmcat.com>
-rw-r--r--cgit.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index 05c4530..30c480a 100644
--- a/cgit.css
+++ b/cgit.css
@@ -1,3 +1,11 @@
+/* cgit.css: css styles for cgit
+ *
+ * Copyright (C) 2006-2018 cgit Development Team <cgit@lists.zx2c4.com>
+ *
+ * Licensed under GNU General Public License v2
+ * (see COPYING for full license text)
+ */
+
div#cgit {
padding: 0em;
margin: 0em;