-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREUSE.toml
More file actions
122 lines (103 loc) · 4.12 KB
/
REUSE.toml
File metadata and controls
122 lines (103 loc) · 4.12 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
version = 1
[[annotations]]
path = [
"CHANGELOG.md",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2017 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
".releaserc",
"firebase.json",
"package-lock.json",
"package.json",
"content/content.config.sample.json",
"content/service-status.sample.json",
"src/Languages/appTranslationTablesViews/all-views/en.json",
"src/Languages/appTranslationTablesViews/all-views/fr.json",
"src/Languages/appTranslationTablesViews/login/en.json",
"src/Languages/appTranslationTablesViews/login/fr.json",
"src/Languages/appTranslationTablesViews/top-view/en.json",
"src/Languages/appTranslationTablesViews/top-view/fr.json",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2020 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
"src/Languages/appTranslationTablesViews/all-views/de.json",
"src/Languages/appTranslationTablesViews/login/de.json",
"src/Languages/appTranslationTablesViews/top-view/de.json",
"src/Languages/appTranslationTablesViews/all-views/ga.json",
"src/Languages/appTranslationTablesViews/login/ga.json",
"src/Languages/appTranslationTablesViews/top-view/ga.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 = "Apache-2.0"
[[annotations]]
path = [
".github/pull_request_template.md",
"babel.config.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 = "Apache-2.0"
[[annotations]]
path = [
"res/**",
"static/landingpage/Opal_Name_Logo_Transparent.png",
"static/landingpage/opal-tiny.ico",
"src/img/apple-touch-icon.png",
"src/img/Opal_Logo_Black.png",
"src/img/Opal_Logo_Transparent_Inverse_Icon.png",
"src/img/Opal_Logo_Transparent_Inverse.png",
"src/img/Opal_Name_Logo_Green_Transparent.png",
"src/img/Opal_Name_Logo_Transparent.png",
"src/img/Opal_Name_Logo.png",
"src/img/opal_notification.png",
"src/img/web-icon-512.png",
"src/img/web-icon-192.png",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2015 Ackeem Joseph <ackeem.joseph@muhc.mcgill.ca>"
SPDX-License-Identifier = "LicenseRef-OpalTrademarks"
[[annotations]]
path = [
"static/landingpage/neuro-and-montreal.png",
]
precedence = "override"
# See:
# - https://commons.wikimedia.org/wiki/File:The_Montreal_Neurological_Institute_and_Hospital_%28The_Neuro%29.jpg
# - https://commons.wikimedia.org/wiki/File:Montreal-canada-parc-urban.jpg
SPDX-FileCopyrightText = [
"Copyright (C) 2018 Neuro1234",
"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"
SPDX-FileComment = "The original image of Neurological Institute was cropped and merged with an image of Montreal."
[[annotations]]
path = [
"src/img/fleur-de-lys-quebec.svg",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 1948 Gouvernement du Québec"
SPDX-License-Identifier = "LicenseRef-FleurDeLysDuQuebec"
[[annotations]]
path = [
"src/img/opal-init-photo.jpg",
]
precedence = "override"
# See:
# - https://www.deviantart.com/duckfarm/art/Yellow-Green-311796216
# - https://alphacoders.com/author/view/16321
SPDX-FileCopyrightText = "Copyright (C) 2012 Adam Valstar"
SPDX-License-Identifier = "CC-BY-NC-ND-3.0"
[[annotations]]
path = [
"src/fonts/Roboto-Regular.ttf",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2011 The Roboto Project Authors (https://github.com/googlefonts/roboto-classic)"
SPDX-License-Identifier = "OFL-1.1"