From: Andy Green Date: Thu, 28 Jun 2018 23:50:33 +0000 (+0800) Subject: cgit.css: add copyright lines X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fc611c89f6662175dfeb007023754d038c79451;p=cgit cgit.css: add copyright lines The existing css file does not have any copyright lines on it. Signed-off-by: Andy Green --- 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 + * + * Licensed under GNU General Public License v2 + * (see COPYING for full license text) + */ + div#cgit { padding: 0em; margin: 0em;