diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-31 14:11:45 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-31 14:11:45 +0800 |
commit | ee6dbedae7a8bcd947b3e4d4e2f1f0347146c435 (patch) | |
tree | 71421fdb0a662e6125d2e003ad01412830256dd8 /static/chroma.css | |
parent | Unify spelling of Author date (diff) | |
download | forge-ee6dbedae7a8bcd947b3e4d4e2f1f0347146c435.tar.gz forge-ee6dbedae7a8bcd947b3e4d4e2f1f0347146c435.tar.zst forge-ee6dbedae7a8bcd947b3e4d4e2f1f0347146c435.zip |
Replace FileContributor with FileCopyrightText
Diffstat (limited to 'static/chroma.css')
-rw-r--r-- | static/chroma.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/chroma.css b/static/chroma.css index 8037dcb..1f7219a 100644 --- a/static/chroma.css +++ b/static/chroma.css @@ -1,6 +1,6 @@ /* * SPDX-License-Identifier: MIT AND BSD-2-Clause - * SPDX-FileContributor: Pygments and Chroma authors + * SPDX-FileCopyrightText: Copyright (c) 2018-2025 Pygments and Chroma authors */ @media (prefers-color-scheme: light) { |