diff options
author | June McEnroe <june@causal.agency> | 2019-12-22 13:50:09 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-12-22 13:50:09 -0500 |
commit | 227f0ed379de4ad94be18b328fd22a377d2d197a (patch) | |
tree | 303dc5f1ec4238668b0e0ca3dfbd8f3f4cc10baf | |
parent | Add The Book of Etta (diff) | |
download | src-227f0ed379de4ad94be18b328fd22a377d2d197a.tar.gz src-227f0ed379de4ad94be18b328fd22a377d2d197a.zip |
Add license header to cgit CSS
As requested. Funny that its license header capitalizes You.
-rw-r--r-- | www/git.causal.agency/custom.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |