-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
55 lines (49 loc) · 1.74 KB
/
REUSE.toml
File metadata and controls
55 lines (49 loc) · 1.74 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
version = 1
[[annotations]]
path = [
".gitlab/merge_request_templates/Default.md",
"docs/development/guides/images/sequence_diagram_elements.png",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2023 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>"
SPDX-License-Identifier = "CC-BY-SA-4.0"
[[annotations]]
path = [
"docs/user/**/images/*.jpg",
"docs/user/**/images/*.png",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2025 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>"
SPDX-License-Identifier = "CC-BY-SA-4.0"
[[annotations]]
path = [
".devcontainer/devcontainer.json",
".vscode/extensions.json",
".vscode/settings.json",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2022 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = [
".github/matcher-htmlproofer.json",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2026 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = [
".vscode/C4.code-snippets",
]
precedence = "override"
# source of this file: https://github.com/plantuml-stdlib/C4-PlantUML/blob/master/.vscode/C4.code-snippets
SPDX-FileCopyrightText = "Copyright (c) 2018 Ricardo Niepel"
SPDX-License-Identifier = "MIT"
# generated files
[[annotations]]
path = [
"uv.lock",
"docs/CNAME",
]
SPDX-FileCopyrightText = "NONE"
SPDX-License-Identifier = "CC0-1.0"