Skip to content

Commit d1c4ff9

Browse files
beastafkclaude
andcommitted
add REUSE.toml attributions for new base.ts translation files
Each language's base.ts was derived from an upstream npm package (now removed). Add proper SPDX annotations crediting the original package authors (MIT) alongside etke.cc (Apache-2.0), using the combined Apache-2.0 AND MIT identifier for MIT-sourced files and plain Apache-2.0 for the German file (originally Apache-2.0). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 92c1972 commit d1c4ff9

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

REUSE.toml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,6 +1151,62 @@ SPDX-FileCopyrightText = [
11511151
]
11521152
SPDX-License-Identifier = "Apache-2.0"
11531153

1154+
[[annotations]]
1155+
path = ["src/i18n/de/base.ts"]
1156+
SPDX-FileCopyrightText = [
1157+
"2018-2023 Awesome Technologies Innovationslabor GmbH",
1158+
"2026 Nikita Chernyi <https://etke.cc>",
1159+
]
1160+
SPDX-License-Identifier = "Apache-2.0"
1161+
1162+
[[annotations]]
1163+
path = ["src/i18n/fa/base.ts"]
1164+
SPDX-FileCopyrightText = [
1165+
"ra-language-farsi contributors",
1166+
"2026 Nikita Chernyi <https://etke.cc>",
1167+
]
1168+
SPDX-License-Identifier = "Apache-2.0 AND MIT"
1169+
1170+
[[annotations]]
1171+
path = ["src/i18n/it/base.ts"]
1172+
SPDX-FileCopyrightText = [
1173+
"marmelab",
1174+
"2026 Nikita Chernyi <https://etke.cc>",
1175+
]
1176+
SPDX-License-Identifier = "Apache-2.0 AND MIT"
1177+
1178+
[[annotations]]
1179+
path = ["src/i18n/ja/base.ts"]
1180+
SPDX-FileCopyrightText = [
1181+
"bicstone",
1182+
"2026 Nikita Chernyi <https://etke.cc>",
1183+
]
1184+
SPDX-License-Identifier = "Apache-2.0 AND MIT"
1185+
1186+
[[annotations]]
1187+
path = ["src/i18n/ru/base.ts"]
1188+
SPDX-FileCopyrightText = [
1189+
"ra-language-russian contributors",
1190+
"2026 Nikita Chernyi <https://etke.cc>",
1191+
]
1192+
SPDX-License-Identifier = "Apache-2.0 AND MIT"
1193+
1194+
[[annotations]]
1195+
path = ["src/i18n/uk/base.ts"]
1196+
SPDX-FileCopyrightText = [
1197+
"ra-language-ukrainian contributors",
1198+
"2026 Nikita Chernyi <https://etke.cc>",
1199+
]
1200+
SPDX-License-Identifier = "Apache-2.0 AND MIT"
1201+
1202+
[[annotations]]
1203+
path = ["src/i18n/zh/base.ts"]
1204+
SPDX-FileCopyrightText = [
1205+
"haxqer",
1206+
"2026 Nikita Chernyi <https://etke.cc>",
1207+
]
1208+
SPDX-License-Identifier = "Apache-2.0 AND MIT"
1209+
11541210
[[annotations]]
11551211
path = ["src/index.tsx"]
11561212
SPDX-FileCopyrightText = [

0 commit comments

Comments
 (0)