forked from Ondsel-Development/Ondsel-Server
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathREUSE.toml
More file actions
84 lines (75 loc) · 2.22 KB
/
REUSE.toml
File metadata and controls
84 lines (75 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# SPDX-FileCopyrightText: 2024 Ondsel <development@ondsel.com>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
version = 1
# Third party files
[[annotations]]
path = [
"frontend/public/img/icon-apple.svg",
"frontend/public/img/icon-linux.svg",
"frontend/public/img/icon-windows.svg"
]
SPDX-FileCopyrightText = "FreeCAD Project Association"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = [
"frontend/nginx_binaries/http_connect.lua",
"frontend/nginx_binaries/http_headers.lua",
"frontend/nginx_binaries/http.lua"
]
SPDX-FileCopyrightText = "2023 James Hurst <james@pintsized.co.uk>"
SPDX-License-Identifier = "BSD-2-Clause"
[[annotations]]
path = [
"frontend/nginx_binaries/resolver.lua"
]
SPDX-FileCopyrightText = "2012-2019 Yichun \"agentzh\" Zhang (章亦春), OpenResty"
SPDX-License-Identifier = "BSD-2-Clause"
[[annotations]]
path = [
"frontend/public/occt-import-js/dist/*",
"frontend/public/share/occt-import-js.wasm",
"frontend/public/model/occt-import-js.wasm",
"frontend/public/occt-import-js.wasm",
"frontend/*.json"
]
SPDX-FileCopyrightText = "2024 Victor Kovacs <viktorkovacs@gmail.com>"
SPDX-License-Identifier = "LGPL-2.1-only"
# Server files
[[annotations]]
path = [
"backend/config/*.json",
"backend/*.json",
"backend/.prettierrc"
]
SPDX-FileCopyrightText = "2024 Ondsel <development@ondsel.com>"
SPDX-License-Identifier = "AGPL-3.0-or-later"
# Logos
[[annotations]]
path = [
"frontend/public/favicon.ico",
"frontend/public/logo.svg",
"frontend/src/assets/logo.svg"
]
SPDX-FileCopyrightText = "2024 Ondsel <development@ondsel.com>"
SPDX-License-Identifier = "CC-BY-SA-4.0"
# OAuth sign-in buttons
[[annotations]]
path = [
"frontend/public/img/google-signin-button.svg"
]
SPDX-FileCopyrightText = "Google LLC"
SPDX-License-Identifier = "CC-BY-4.0"
# Binary sample files
[[annotations]]
path = [
"backend/uploads/public/sample_thumbnail.PNG",
"backend/uploads/sample.FCStd",
"backend/uploads/sample_generated.FCSTD",
"docs/test-models/assembly.zip"
]
SPDX-FileCopyrightText = [
"2024 Ondsel <development@ondsel.com>",
"2025 Amritpal Singh <amrit3701@gmail.com>"
]
SPDX-License-Identifier = "AGPL-3.0-or-later"