diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-05 11:13:35 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-05 11:13:35 +0800 |
commit | 900be8722d05abf3cd86383de738c5ad7c648fea (patch) | |
tree | f134a485d91fcdb84a31aa841f7563be903c242b /static/chroma.css | |
parent | *: Use main branch of go-git (diff) | |
download | forge-900be8722d05abf3cd86383de738c5ad7c648fea.tar.gz forge-900be8722d05abf3cd86383de738c5ad7c648fea.tar.zst forge-900be8722d05abf3cd86383de738c5ad7c648fea.zip |
css: Fix copyright lines
Diffstat (limited to 'static/chroma.css')
-rw-r--r-- | static/chroma.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/chroma.css b/static/chroma.css index b819e7b..8037dcb 100644 --- a/static/chroma.css +++ b/static/chroma.css @@ -1,6 +1,6 @@ /* - * SPDX-License-Identifier: AGPL-3.0-only - * SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + * SPDX-License-Identifier: MIT AND BSD-2-Clause + * SPDX-FileContributor: Pygments and Chroma authors */ @media (prefers-color-scheme: light) { |