Skip to content

Commit 146d8a6

Browse files
committed
#109 fix: convert dep5 to REUSE.toml for v3.3 compliance
1 parent d685c19 commit 146d8a6

File tree

2 files changed

+58
-32
lines changed

2 files changed

+58
-32
lines changed

.reuse/dep5

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

REUSE.toml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
version = 1
2+
SPDX-PackageName = "telegram-webapp-sdk"
3+
SPDX-PackageSupplier = "RAprogramm <[email protected]>"
4+
SPDX-PackageDownloadLocation = "https://github.com/RAprogramm/telegram-webapp-sdk"
5+
6+
[[annotations]]
7+
path = "Cargo.lock"
8+
precedence = "aggregate"
9+
SPDX-FileCopyrightText = "2025 RAprogramm <[email protected]>"
10+
SPDX-License-Identifier = "CC0-1.0"
11+
12+
[[annotations]]
13+
path = ["**.md", "README.md", "CHANGELOG.md"]
14+
precedence = "aggregate"
15+
SPDX-FileCopyrightText = "2025 RAprogramm <[email protected]>"
16+
SPDX-License-Identifier = "CC0-1.0"
17+
18+
[[annotations]]
19+
path = [".gitignore", ".github/**", "codecov.yml"]
20+
precedence = "aggregate"
21+
SPDX-FileCopyrightText = "2025 RAprogramm <[email protected]>"
22+
SPDX-License-Identifier = "CC0-1.0"
23+
24+
[[annotations]]
25+
path = ["**.toml", "rustfmt.toml", ".config/nextest.toml"]
26+
precedence = "aggregate"
27+
SPDX-FileCopyrightText = "2025 RAprogramm <[email protected]>"
28+
SPDX-License-Identifier = "CC0-1.0"
29+
30+
[[annotations]]
31+
path = ["**.json", "**.yml", "**.yaml"]
32+
precedence = "aggregate"
33+
SPDX-FileCopyrightText = "2025 RAprogramm <[email protected]>"
34+
SPDX-License-Identifier = "CC0-1.0"
35+
36+
[[annotations]]
37+
path = ["**.png", "**.jpg", "**.svg", "**.ico"]
38+
precedence = "aggregate"
39+
SPDX-FileCopyrightText = "2025 RAprogramm <[email protected]>"
40+
SPDX-License-Identifier = "CC0-1.0"
41+
42+
[[annotations]]
43+
path = [".hooks/**", ".scripts/**"]
44+
precedence = "aggregate"
45+
SPDX-FileCopyrightText = "2025 RAprogramm <[email protected]>"
46+
SPDX-License-Identifier = "CC0-1.0"
47+
48+
[[annotations]]
49+
path = ["demo/.gitignore", "demo/Cargo.lock", "demo/index.html", "demo/style.css", "demo/Trunk.toml"]
50+
precedence = "aggregate"
51+
SPDX-FileCopyrightText = "2025 RAprogramm <[email protected]>"
52+
SPDX-License-Identifier = "CC0-1.0"
53+
54+
[[annotations]]
55+
path = "demo/dist/**"
56+
precedence = "aggregate"
57+
SPDX-FileCopyrightText = "2025 RAprogramm <[email protected]>"
58+
SPDX-License-Identifier = "CC0-1.0"

0 commit comments

Comments
 (0)