Skip to content

Commit 45daf1a

Browse files
authored
chore: add CHANGELOG.md to Reuse specification file (#1418)
Added `CHANGELOG.md` to the Reuse specification file to fix pipeline errors caused by it not having a copyright annotation.
1 parent 15b4ac2 commit 45daf1a

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

REUSE.toml

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
version = 1
22

33

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+
414
[[annotations]]
515
path = [
616
".releaserc",
@@ -21,6 +31,15 @@ SPDX-FileCopyrightText = "Copyright (C) 2020 Opal Health Informatics Group at th
2131
SPDX-License-Identifier = "Apache-2.0"
2232

2333

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+
2443
[[annotations]]
2544
path = [
2645
"res/**",
@@ -87,11 +106,3 @@ path = [
87106
precedence = "override"
88107
SPDX-FileCopyrightText = "Copyright (C) 2011 The Roboto Project Authors (https://github.com/googlefonts/roboto-classic)"
89108
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>"
97-
SPDX-License-Identifier = "Apache-2.0"

0 commit comments

Comments
 (0)