diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-06-18 16:45:50 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-06-18 22:49:55 +0900 |
commit | dd0ae4f55b191f66a9a159abe8af2baa95ed6635 (patch) | |
tree | f3cc13468ecf88600881f09a49eeb284724eefb3 /REUSE.toml | |
parent | 2ad9177830e41802b673d1fe513bca883c5e496b (diff) | |
download | scadere-dd0ae4f55b191f66a9a159abe8af2baa95ed6635.tar.gz |
Comply with REUSE 3.3
Diffstat (limited to 'REUSE.toml')
-rw-r--r-- | REUSE.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..9113eab --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,9 @@ +version = 1 + +[[annotations]] +path = [ '.gitignore', + 'README.md', + 'doc/*.h2m', + 'pyproject.toml' ] +SPDX-FileCopyrightText = 'None' +SPDX-License-Identifier = 'CC0-1.0' |