-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREUSE.toml
More file actions
47 lines (39 loc) · 1.5 KB
/
REUSE.toml
File metadata and controls
47 lines (39 loc) · 1.5 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
version = 1
[[annotations]]
path = [
".vscode/extensions.json",
"docs/jsdoc.config.json",
"docs/source/config.json",
"firebase/.firebaserc",
"firebase/database.rules.json",
"firebase/firebase.json",
"listener/educational-material/eduMaterialConfig.json",
"listener/studies/studiesConfig.json",
"src/server.js",
"package.json",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2022 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <[email protected]>"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = [
"listener/questionnaires/questionnaireConfig.json",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2020 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <[email protected]>"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = [
"VERSION",
"package-lock.json",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2018 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <[email protected]>"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = [
".github/pull_request_template.md",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2026 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <[email protected]>"
SPDX-License-Identifier = "AGPL-3.0-or-later"