-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREUSE.toml
More file actions
63 lines (51 loc) · 1.72 KB
/
REUSE.toml
File metadata and controls
63 lines (51 loc) · 1.72 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
version = 1
[[annotations]]
path = [
"composer.json",
"composer.lock",
"package-lock.json",
"package.json",
"translate/locale-en.json",
"translate/locale-fr.json",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2021 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = [
"CHANGES",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2016 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = [
"favicon.png",
"images/opal_logo_transparent.png",
"images/opal_logo_transparent_purple.png",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2015 Ackeem Joseph <ackeem.joseph@muhc.mcgill.ca>"
SPDX-License-Identifier = "LicenseRef-OpalTrademarks"
[[annotations]]
path = [
"css/lib/jquery-ui.css",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2015 jQuery Foundation and other contributors"
SPDX-License-Identifier = "LicenseRef-jQueryUI"
[[annotations]]
path = [
"css/lib/ui.bootstrap.materialPicker.css",
"js/lib/bootstrap/ui.bootstrap.materialPicker.js",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (c) 2015 Austin Andrews"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = [
"labs/diagram.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 = "AGPL-3.0-or-later"