Skip to content

Commit f53093c

Browse files
authored
Merge pull request #1765 from endlessm/credits-update-third-party
Credits: Add missing third-party attribution
2 parents c6dd26a + 6667b2b commit f53093c

29 files changed

Lines changed: 139 additions & 110 deletions

REUSE.toml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ path = "addons/dialogue_manager/**"
4242
SPDX-FileCopyrightText = "2022-present Nathan Hoad and Dialogue Manager contributors."
4343
SPDX-License-Identifier = "MIT"
4444

45-
[[annotations]]
46-
path = "addons/git_describe/**"
47-
SPDX-FileCopyrightText = "Joseph Michael Ware (zibetnu)"
48-
SPDX-License-Identifier = "MIT"
49-
5045
[[annotations]]
5146
path = "addons/input_helper/**"
5247
SPDX-FileCopyrightText = "2022-present Nathan Hoad"
@@ -60,13 +55,6 @@ path = [
6055
SPDX-FileCopyrightText = "Pixel Frog"
6156
SPDX-License-Identifier = "CC0-1.0"
6257

63-
[[annotations]]
64-
path = [
65-
"assets/third_party/fonts/jersey/*.ttf",
66-
]
67-
SPDX-FileCopyrightText = "Copyright 2023 The Soft Type Project Authors (https://github.com/scfried/soft-type-jersey)"
68-
SPDX-License-Identifier = "OFL-1.1"
69-
7058
[[annotations]]
7159
path = [
7260
"assets/first_party/**/*.aseprite",
@@ -88,19 +76,3 @@ path = [
8876
]
8977
SPDX-FileCopyrightText = "The Threadbare Authors"
9078
SPDX-License-Identifier = "CC-BY-SA-4.0"
91-
92-
[[annotations]]
93-
path = [
94-
"assets/third_party/inputs/**/*.png",
95-
"assets/third_party/inputs/**/*.svg",
96-
"assets/third_party/inputs/**/*.xml",
97-
"assets/third_party/inputs/**/*.html",
98-
"assets/third_party/inputs/**/*.url",
99-
"assets/third_party/inputs/**/*.txt",
100-
"assets/third_party/inputs/**/*.otf",
101-
"assets/third_party/inputs/**/*.ttf",
102-
"assets/third_party/inputs/**/*.swf",
103-
"assets/third_party/inputs/**/*.tres",
104-
]
105-
SPDX-FileCopyrightText = "Kenney (www.kenney.nl)"
106-
SPDX-License-Identifier = "CC0-1.0"
Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
SPDX-FileCopyrightText: HanulSkyGirl
2+
SPDX-FileCopyrightText: arpeggio1980
3+
SPDX-FileCopyrightText: The Threadbare Authors
4+
SPDX-License-Identifier: CC0-1.0
15

2-
SPDX-FileCopyrightText: Knitting with Metal Needles by HanulSkyGirl -- https://freesound.org/s/505487/ -- License: Creative Commons 0
3-
SPDX-FileCopyrightText: Forest, trees rustling in the wind.wav by arpeggio1980 -- https://freesound.org/s/523389/ -- License: Creative Commons 0
4-
SPDX-FileCopyrightText: The Threadbare Autors
5-
SPDX-License-Identifier: CC-BY-SA-4.0
6+
Combination of:
7+
8+
- Knitting with Metal Needles by HanulSkyGirl -- https://freesound.org/s/505487/
9+
- Forest, trees rustling in the wind.wav by arpeggio1980 -- https://freesound.org/s/523389/
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version = 1
2+
3+
[[annotations]]
4+
path = [
5+
"*.ttf",
6+
]
7+
SPDX-FileCopyrightText = "Copyright 2023 The Soft Type Project Authors (https://github.com/scfried/soft-type-jersey)"
8+
SPDX-License-Identifier = "OFL-1.1"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version = 1
2+
3+
[[annotations]]
4+
path = [
5+
"**/*.png",
6+
"**/*.xml",
7+
"**/*.tres",
8+
]
9+
SPDX-FileCopyrightText = "Kenney (www.kenney.nl)"
10+
SPDX-License-Identifier = "CC0-1.0"

assets/third_party/inputs/atlas_kenney_input_prompts_1.4/import_spritesheets.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright 2024 iseesharp83
2-
# Copyright 2025 Endless Access LLC
2+
# Copyright 2025 The Threadbare Authors
33
# SPDX-License-Identifier: MIT
44
#
55
# Derived from
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version = 1
2+
3+
[[annotations]]
4+
path = ["*.ogg"]
5+
SPDX-FileCopyrightText = [
6+
"Sam Gossner and The VCSL Project contributors",
7+
"2025 Joaquin Pando <joaquinxd67@gmail.com>",
8+
]
9+
SPDX-License-Identifier = "CC0-1.0"

assets/third_party/nepalese_hand_bells/handBells-a#3.ogg.license

Lines changed: 0 additions & 4 deletions
This file was deleted.

assets/third_party/nepalese_hand_bells/handBells-a#4.ogg.license

Lines changed: 0 additions & 4 deletions
This file was deleted.

assets/third_party/nepalese_hand_bells/handBells-a3.ogg.license

Lines changed: 0 additions & 4 deletions
This file was deleted.

assets/third_party/nepalese_hand_bells/handBells-a4.ogg.license

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)