From 133ce188350ba3d95b9485a44165a3d12357f75e Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 22 Dec 2019 13:50:09 -0500 Subject: Add license header to cgit CSS As requested. Funny that its license header capitalizes You. --- www/git.causal.agency/custom.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www') diff --git a/www/git.causal.agency/custom.css b/www/git.causal.agency/custom.css index a5095054..9d7b3a0b 100644 --- a/www/git.causal.agency/custom.css +++ b/www/git.causal.agency/custom.css @@ -1,3 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ + @import url("cgit.css"); * { line-height: 1.25em; } -- cgit 1.4.1