You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: REUSE.toml
+19-8Lines changed: 19 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
1
version = 1
2
2
3
3
4
+
5
+
[[annotations]]
6
+
path = [
7
+
"CHANGELOG.md",
8
+
]
9
+
precedence = "override"
10
+
SPDX-FileCopyrightText = "Copyright (C) 2017 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>"
11
+
SPDX-License-Identifier = "Apache-2.0"
12
+
13
+
4
14
[[annotations]]
5
15
path = [
6
16
".releaserc",
@@ -21,6 +31,15 @@ SPDX-FileCopyrightText = "Copyright (C) 2020 Opal Health Informatics Group at th
21
31
SPDX-License-Identifier = "Apache-2.0"
22
32
23
33
34
+
[[annotations]]
35
+
path = [
36
+
".gitlab/merge_request_templates/Default.md",
37
+
]
38
+
precedence = "override"
39
+
SPDX-FileCopyrightText = "Copyright (C) 2021 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>"
40
+
SPDX-License-Identifier = "Apache-2.0"
41
+
42
+
24
43
[[annotations]]
25
44
path = [
26
45
"res/**",
@@ -87,11 +106,3 @@ path = [
87
106
precedence = "override"
88
107
SPDX-FileCopyrightText = "Copyright (C) 2011 The Roboto Project Authors (https://github.com/googlefonts/roboto-classic)"
89
108
SPDX-License-Identifier = "OFL-1.1"
90
-
91
-
[[annotations]]
92
-
path = [
93
-
".gitlab/merge_request_templates/Default.md",
94
-
]
95
-
precedence = "override"
96
-
SPDX-FileCopyrightText = "Copyright (C) 2021 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>"
0 commit comments