Skip to content

Commit 60316b7

Browse files
committed
docs: Do not conflate Copyright Holders with Authors
The previous license headers and similar were talking about "The ORT Project Authors" when referring to the `NOTICE` file, however the `NOTICE` file only lists Copyright Holders, which not necessarily are the Authors. Fix that by saying "The ORT Project Copyright Holders" and adding a sentence to the `NOTICE` file where Authors can be looked up from. Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
1 parent 39c0f32 commit 60316b7

File tree

1,288 files changed

+1337
-1334
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,288 files changed

+1337
-1334
lines changed

.github/actions/free-disk-space/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)
1+
# Copyright (C) 2024 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The above opts-in for an extended syntax that supports e.g. "INCLUDE" statements, see
33
# https://codeberg.org/devthefuture/dockerfile-x
44

5-
# Copyright (C) 2020 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)
5+
# Copyright (C) 2020 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>
66
#
77
# Licensed under the Apache License, Version 2.0 (the "License");
88
# you may not use this file except in compliance with the License.

NOTICE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ Copyright (C) 2023 Double Open Oy
2222
Copyright (C) 2024 Robert Bosch GmbH
2323
Copyright (C) 2024 Cariad SE
2424
Copyright (C) 2025 Quartett mobile GmbH
25+
26+
Authors can be looked up from the Git history or on the project page:
27+
https://github.com/oss-review-toolkit/ort/graphs/contributors

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ For everything from reporting bugs to asking questions, please go through the [i
166166

167167
# License
168168

169-
Copyright (C) 2017-2025 [The ORT Project Authors](./NOTICE).
169+
Copyright (C) 2017-2025 [The ORT Project Copyright Holders](./NOTICE).
170170

171171
See the [LICENSE](./LICENSE) file in the root of this project for license details.
172172

REUSE.toml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)
1+
# SPDX-FileCopyrightText: 2024 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>
22
# SPDX-License-Identifier: CC0-1.0
33

44
version = 1
@@ -7,107 +7,107 @@ SPDX-PackageDownloadLocation = "https://github.com/oss-review-toolkit/ort"
77

88
[[annotations]]
99
path = ".**"
10-
SPDX-FileCopyrightText = "2017 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
10+
SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
1111
SPDX-License-Identifier = "Apache-2.0"
1212

1313
[[annotations]]
1414
path = "**/.flox/**"
15-
SPDX-FileCopyrightText = "2025 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
15+
SPDX-FileCopyrightText = "2025 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
1616
SPDX-License-Identifier = "Apache-2.0"
1717

1818
[[annotations]]
1919
path = "**/.gitattributes"
20-
SPDX-FileCopyrightText = "2018 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
20+
SPDX-FileCopyrightText = "2018 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
2121
SPDX-License-Identifier = "Apache-2.0"
2222

2323
[[annotations]]
2424
path = "**/.gitignore"
25-
SPDX-FileCopyrightText = "2017 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
25+
SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
2626
SPDX-License-Identifier = "Apache-2.0"
2727

2828
[[annotations]]
2929
path = "**.json"
30-
SPDX-FileCopyrightText = "2020 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
30+
SPDX-FileCopyrightText = "2020 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
3131
SPDX-License-Identifier = "Apache-2.0"
3232

3333
[[annotations]]
3434
path = "**.md"
35-
SPDX-FileCopyrightText = "2017 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
35+
SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
3636
SPDX-License-Identifier = "Apache-2.0"
3737

3838
[[annotations]]
3939
path = "**.yml"
40-
SPDX-FileCopyrightText = "2022 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
40+
SPDX-FileCopyrightText = "2022 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
4141
SPDX-License-Identifier = "Apache-2.0"
4242

4343
[[annotations]]
4444
path = "NOTICE"
45-
SPDX-FileCopyrightText = "2022 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
45+
SPDX-FileCopyrightText = "2022 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
4646
SPDX-License-Identifier = "Apache-2.0"
4747

4848
[[annotations]]
4949
path = "**/src/main/resources/**"
50-
SPDX-FileCopyrightText = "2017 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
50+
SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
5151
SPDX-License-Identifier = "Apache-2.0"
5252

5353
[[annotations]]
5454
path = "**/src/funTest/assets/**"
55-
SPDX-FileCopyrightText = "2017 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
55+
SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
5656
SPDX-License-Identifier = "Apache-2.0"
5757

5858
[[annotations]]
5959
path = "**/src/test/assets/**"
60-
SPDX-FileCopyrightText = "2017 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
60+
SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
6161
SPDX-License-Identifier = "Apache-2.0"
6262

6363
[[annotations]]
6464
path = "**/src/funTest/resources/**"
65-
SPDX-FileCopyrightText = "2017 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
65+
SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
6666
SPDX-License-Identifier = "Apache-2.0"
6767

6868
[[annotations]]
6969
path = "**/src/test/resources/**"
70-
SPDX-FileCopyrightText = "2017 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
70+
SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
7171
SPDX-License-Identifier = "Apache-2.0"
7272

7373
[[annotations]]
7474
path = "ci/**"
75-
SPDX-FileCopyrightText = "2017 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
75+
SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
7676
SPDX-License-Identifier = "Apache-2.0"
7777

7878
[[annotations]]
7979
path = "clients/fossid-webapp/src/test/resources/**"
80-
SPDX-FileCopyrightText = "2020 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
80+
SPDX-FileCopyrightText = "2020 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
8181
SPDX-License-Identifier = "Apache-2.0"
8282

8383
[[annotations]]
8484
path = "clients/github-graphql/src/main/resources/**"
85-
SPDX-FileCopyrightText = "2021 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
85+
SPDX-FileCopyrightText = "2021 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
8686
SPDX-License-Identifier = "Apache-2.0"
8787

8888
[[annotations]]
8989
path = ".env.versions"
90-
SPDX-FileCopyrightText = "2024 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
90+
SPDX-FileCopyrightText = "2024 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
9191
SPDX-License-Identifier = "Apache-2.0"
9292

9393
[[annotations]]
9494
path = "examples/**"
95-
SPDX-FileCopyrightText = "2017 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
95+
SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
9696
SPDX-License-Identifier = "Apache-2.0"
9797

9898
[[annotations]]
9999
path = "integrations/completions/**"
100-
SPDX-FileCopyrightText = "2022 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
100+
SPDX-FileCopyrightText = "2022 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
101101
SPDX-License-Identifier = "Apache-2.0"
102102

103103
[[annotations]]
104104
path = "integrations/jenkins/**"
105-
SPDX-FileCopyrightText = "2022 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
105+
SPDX-FileCopyrightText = "2022 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
106106
SPDX-License-Identifier = "Apache-2.0"
107107

108108
[[annotations]]
109109
path = "integrations/schemas/**"
110-
SPDX-FileCopyrightText = "2021 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
110+
SPDX-FileCopyrightText = "2021 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
111111
SPDX-License-Identifier = "Apache-2.0"
112112

113113
[[annotations]]
@@ -117,7 +117,7 @@ SPDX-License-Identifier = "Apache-2.0"
117117

118118
[[annotations]]
119119
path = "logos/**"
120-
SPDX-FileCopyrightText = "2017 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
120+
SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
121121
SPDX-License-Identifier = "Apache-2.0"
122122

123123
[[annotations]]
@@ -127,12 +127,12 @@ SPDX-License-Identifier = "MIT"
127127

128128
[[annotations]]
129129
path = "plugins/reporters/web-app-template/**"
130-
SPDX-FileCopyrightText = "2017 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
130+
SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
131131
SPDX-License-Identifier = "Apache-2.0"
132132

133133
[[annotations]]
134134
path = "website/**"
135-
SPDX-FileCopyrightText = "2017 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
135+
SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
136136
SPDX-License-Identifier = "Apache-2.0"
137137

138138
[[annotations]]
@@ -182,7 +182,7 @@ SPDX-License-Identifier = "CC-BY-3.0"
182182

183183
[[annotations]]
184184
path = "plugins/reporters/opossum/src/funTest/resources/reporter-test-output.json"
185-
SPDX-FileCopyrightText = "2024 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
185+
SPDX-FileCopyrightText = "2024 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
186186
SPDX-License-Identifier = "Apache-2.0"
187187
precedence = "override"
188188

@@ -193,7 +193,7 @@ SPDX-License-Identifier = "MIT"
193193

194194
[[annotations]]
195195
path = "utils/spdx/src/main/kotlin/SpdxConstants.kt"
196-
SPDX-FileCopyrightText = "2017 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
196+
SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
197197
SPDX-License-Identifier = "Apache-2.0"
198198
precedence = "override"
199199

advisor/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)
2+
* Copyright (C) 2020 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

advisor/src/main/kotlin/AdviceProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)
2+
* Copyright (C) 2020 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

advisor/src/main/kotlin/AdviceProviderFactory.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)
2+
* Copyright (C) 2020 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

advisor/src/main/kotlin/Advisor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)
2+
* Copyright (C) 2020 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

advisor/src/test/kotlin/AdvisorTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)
2+
* Copyright (C) 2021 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)