diff options
Diffstat (limited to 'REUSE.toml')
-rw-r--r-- | REUSE.toml | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..fd19dcd --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,101 @@ +version = 1 + +[[annotations]] +path = ["**.cpp", "**.h", "**.zig"] +SPDX-FileCopyrightText = "See individual files" +SPDX-License-Identifier = "GPL-3.0-or-later" + +[[annotations]] +path = [ "data/models/grenade/*.off", "data/models/guns/*.off" ] +SPDX-FileCopyrightText = "David Drew" +SPDX-License-Identifier = "GPL-3.0-or-later" + +[[annotations]] +path = [ "**.tsv", "**.off", + "data/sounds/Lose.ogg", + "data/sounds/bounce.ogg", + "data/sounds/bounce2.ogg", + "data/sounds/disguise-kill.ogg", + "data/sounds/explosion.ogg", + "data/sounds/footstep/*.ogg", + "data/sounds/handlerelease.ogg", + "data/sounds/headland.ogg", + "data/sounds/headshot.ogg", + "data/sounds/riflewhack.ogg", + "data/sounds/soul-in.ogg", + "data/sounds/soul-out.ogg", + "data/sounds/underwater.ogg", + "data/textures/blood/*.qoi", + "data/textures/flare.qoi", + "data/textures/font.qoi", + "data/textures/scope.qoi", + "data/textures/sprites/blood.qoi", + "data/textures/sprites/flash-hit.qoi", + "data/textures/sprites/flash-muzzle.qoi", + "data/textures/sprites/person-dead.qoi", + "data/textures/sprites/person.qoi", + "data/textures/sprites/smoke.qoi" ] +SPDX-FileCopyrightText = "David Rosen" +SPDX-License-Identifier = "GPL-3.0-or-later" + +[[annotations]] +path = "data/levels.ini" +precedence = "aggregate" +SPDX-FileCopyrightText = [ "David Rosen", "Nguyễn Gia Phong" ] +SPDX-License-Identifier = "GPL-3.0-or-later" + +[[annotations]] +path = [ "data/sounds/gun/**.wav", + "data/sounds/impact/body-fall.wav", + "data/sounds/impact/body-hit.wav", + "data/sounds/impact/knife-stab.wav", + "data/sounds/impact/munch.wav", + "data/sounds/music/menu.opus", + "data/sounds/rain.ogg", + "data/textures/black.qoi", + "data/textures/bullet-hole.qoi", + "data/textures/sprites/snowflake.qoi", + "data/textures/sprites/white.qoi"] +SPDX-FileCopyrightText = "None" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "data/sounds/grenade/**" +SPDX-FileCopyrightText = "CGEffex" +SPDX-License-Identifier = "CC-BY-3.0" + +[[annotations]] +path = "data/sounds/gun/near-bullet.wav" +SPDX-FileCopyrightText = "_def" +SPDX-License-Identifier = "CC-BY-3.0" + +[[annotations]] +path = "data/sounds/music/assassin.opus" +SPDX-FileCopyrightText = "remaxim" +SPDX-License-Identifier = "CC-BY-4.0" + +[[annotations]] +path = "data/sounds/music/zombie.opus" +SPDX-FileCopyrightText = "remaxim" +SPDX-License-Identifier = "CC-BY-SA-3.0" + +[[annotations]] +path = "data/sounds/impact/wall-hit.wav" +SPDX-FileCopyrightText = "toxicwafflezz" +SPDX-License-Identifier = "CC-BY-3.0" + +[[annotations]] +path = "screenshot.png" +SPDX-FileCopyrightText = "Wolfire Games" +SPDX-License-Identifier = "GPL-3.0-or-later" + +[[annotations]] +path = [ ".gitignore", + ".gitmodules", + "CHANGES", + "README.md", + "REUSE.toml", + "build.zig.zon", + "data/config.ini" ] +SPDX-FileCopyrightText = "None" +SPDX-License-Identifier = "CC0-1.0" |