diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-03 21:18:19 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-03 21:18:19 +0800 |
commit | bb8e3467f6797ccdf8f98f97485134de3018b9d3 (patch) | |
tree | f386d4865254a5d3455b8dd8f4ca583bf67e01d7 /static/style.css | |
parent | Add SPDX license headers to git_hooks_client (diff) | |
download | forge-bb8e3467f6797ccdf8f98f97485134de3018b9d3.tar.gz forge-bb8e3467f6797ccdf8f98f97485134de3018b9d3.tar.zst forge-bb8e3467f6797ccdf8f98f97485134de3018b9d3.zip |
Add SPDX license headers to Makefile, SQL, and CSS
Diffstat (limited to '')
-rw-r--r-- | static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 693d459..5954b10 100644 --- a/static/style.css +++ b/static/style.css @@ -1,3 +1,8 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-only + * SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + */ + /* Base styles and variables */ html { font-family: sans-serif; |