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 | 133ce188350ba3d95b9485a44165a3d12357f75e (patch) | |
tree | 5991509e093338f7c190ca6c028fde206e704a1d | |
parent | Add The Book of Etta (diff) | |
download | src-133ce188350ba3d95b9485a44165a3d12357f75e.tar.gz src-133ce188350ba3d95b9485a44165a3d12357f75e.zip |
Add license header to cgit CSS
As requested. Funny that its license header capitalizes You.
Diffstat (limited to '')
-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; } |