diff --git a/.github/actions/free-disk-space/action.yml b/.github/actions/free-disk-space/action.yml index 6fca22dbf5903..806c9916209ab 100644 --- a/.github/actions/free-disk-space/action.yml +++ b/.github/actions/free-disk-space/action.yml @@ -1,4 +1,4 @@ -# Copyright (C) 2024 The ORT Project Authors (see ) +# Copyright (C) 2024 The ORT Project Copyright Holders # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/Dockerfile b/Dockerfile index b1774986c696e..dadfc0930d555 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # The above opts-in for an extended syntax that supports e.g. "INCLUDE" statements, see # https://codeberg.org/devthefuture/dockerfile-x -# Copyright (C) 2020 The ORT Project Authors (see ) +# Copyright (C) 2020 The ORT Project Copyright Holders # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE index 5f0b724188121..5465bb37f11df 100644 --- a/NOTICE +++ b/NOTICE @@ -1,10 +1,16 @@ The ORT Project -Copyright (C) 2017-2023 HERE Europe B.V. +Copyright years in this file refer to the first contribution done by the +respective contributor. It does not imply that contributions have only been made +in that year. + +Corporate Copyright Holders are: + +Copyright (C) 2017 HERE Europe B.V. Copyright (C) 2019 Verifa Oy -Copyright (C) 2019-2020 Bosch Software Innovations GmbH -Copyright (C) 2020-2021 SCANOSS TECNOLOGIAS SL -Copyright (C) 2020-2023 Bosch.IO GmbH +Copyright (C) 2019 Bosch Software Innovations GmbH +Copyright (C) 2020 SCANOSS TECNOLOGIAS SL +Copyright (C) 2020 Bosch.IO GmbH Copyright (C) 2021 Alliander N.V. Copyright (C) 2021 Dr. Ing. h.c. F. Porsche AG Copyright (C) 2021 JetBrains s.r.o. and Kotlin Programming Language contributors @@ -13,8 +19,19 @@ Copyright (C) 2021 TNG Technology Consulting GmbH Copyright (C) 2022 BMW CarIT GmbH Copyright (C) 2022 Eclypsium Inc. Copyright (C) 2022 Google, LLC -Copyright (C) 2022-2024 EPAM Systems, Inc. -Copyright (C) 2023-2024 Double Open Oy +Copyright (C) 2022 EPAM Systems, Inc. +Copyright (C) 2023 Double Open Oy Copyright (C) 2024 Robert Bosch GmbH Copyright (C) 2024 Cariad SE Copyright (C) 2025 Quartett mobile GmbH + +Indiviual Copyright Holders are: + +Copyright (C) 2017 Martin Nonnenmacher +Copyright (C) 2017 Sebastian Schuberth +Copyright (C) 2018 Frank Viernau +Copyright (C) 2018 Thomas Steenbergen +Copyright (C) 2020 Marcel Bochtler + +Authors can be looked up from the Git history or on the project page: +https://github.com/oss-review-toolkit/ort/graphs/contributors diff --git a/README.md b/README.md index 087b62fc474fa..8eb2aaaba2a1e 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ For everything from reporting bugs to asking questions, please go through the [i # License -Copyright (C) 2017-2025 [The ORT Project Authors](./NOTICE). +Copyright (C) 2017-2025 [The ORT Project Copyright Holders](./NOTICE). See the [LICENSE](./LICENSE) file in the root of this project for license details. diff --git a/REUSE.toml b/REUSE.toml index f15aa454c6325..58c6e0b28529a 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2024 The ORT Project Authors (see ) +# SPDX-FileCopyrightText: 2024 The ORT Project Copyright Holders # SPDX-License-Identifier: CC0-1.0 version = 1 @@ -7,107 +7,107 @@ SPDX-PackageDownloadLocation = "https://github.com/oss-review-toolkit/ort" [[annotations]] path = ".**" -SPDX-FileCopyrightText = "2017 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = "**/.flox/**" -SPDX-FileCopyrightText = "2025 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2025 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = "**/.gitattributes" -SPDX-FileCopyrightText = "2018 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2018 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = "**/.gitignore" -SPDX-FileCopyrightText = "2017 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = "**.json" -SPDX-FileCopyrightText = "2020 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2020 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = "**.md" -SPDX-FileCopyrightText = "2017 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = "**.yml" -SPDX-FileCopyrightText = "2022 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2022 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = "NOTICE" -SPDX-FileCopyrightText = "2022 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2022 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = "**/src/main/resources/**" -SPDX-FileCopyrightText = "2017 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = "**/src/funTest/assets/**" -SPDX-FileCopyrightText = "2017 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = "**/src/test/assets/**" -SPDX-FileCopyrightText = "2017 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = "**/src/funTest/resources/**" -SPDX-FileCopyrightText = "2017 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = "**/src/test/resources/**" -SPDX-FileCopyrightText = "2017 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = "ci/**" -SPDX-FileCopyrightText = "2017 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = "clients/fossid-webapp/src/test/resources/**" -SPDX-FileCopyrightText = "2020 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2020 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = "clients/github-graphql/src/main/resources/**" -SPDX-FileCopyrightText = "2021 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2021 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = ".env.versions" -SPDX-FileCopyrightText = "2024 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2024 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = "examples/**" -SPDX-FileCopyrightText = "2017 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = "integrations/completions/**" -SPDX-FileCopyrightText = "2022 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2022 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = "integrations/jenkins/**" -SPDX-FileCopyrightText = "2022 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2022 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = "integrations/schemas/**" -SPDX-FileCopyrightText = "2021 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2021 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] @@ -117,7 +117,7 @@ SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = "logos/**" -SPDX-FileCopyrightText = "2017 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] @@ -127,12 +127,12 @@ SPDX-License-Identifier = "MIT" [[annotations]] path = "plugins/reporters/web-app-template/**" -SPDX-FileCopyrightText = "2017 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = "website/**" -SPDX-FileCopyrightText = "2017 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" [[annotations]] @@ -182,7 +182,7 @@ SPDX-License-Identifier = "CC-BY-3.0" [[annotations]] path = "plugins/reporters/opossum/src/funTest/resources/reporter-test-output.json" -SPDX-FileCopyrightText = "2024 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2024 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" precedence = "override" @@ -193,7 +193,7 @@ SPDX-License-Identifier = "MIT" [[annotations]] path = "utils/spdx/src/main/kotlin/SpdxConstants.kt" -SPDX-FileCopyrightText = "2017 The ORT Project Authors (see )" +SPDX-FileCopyrightText = "2017 The ORT Project Copyright Holders " SPDX-License-Identifier = "Apache-2.0" precedence = "override" diff --git a/advisor/build.gradle.kts b/advisor/build.gradle.kts index afd94cd04e0ee..f315f33744d40 100644 --- a/advisor/build.gradle.kts +++ b/advisor/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 The ORT Project Authors (see ) + * Copyright (C) 2020 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/advisor/src/main/kotlin/AdviceProvider.kt b/advisor/src/main/kotlin/AdviceProvider.kt index 9999c6bfaeb1c..f2dd82841af28 100644 --- a/advisor/src/main/kotlin/AdviceProvider.kt +++ b/advisor/src/main/kotlin/AdviceProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 The ORT Project Authors (see ) + * Copyright (C) 2020 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/advisor/src/main/kotlin/AdviceProviderFactory.kt b/advisor/src/main/kotlin/AdviceProviderFactory.kt index e62df3b6dbffb..f9d8b71b232d0 100644 --- a/advisor/src/main/kotlin/AdviceProviderFactory.kt +++ b/advisor/src/main/kotlin/AdviceProviderFactory.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 The ORT Project Authors (see ) + * Copyright (C) 2020 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/advisor/src/main/kotlin/Advisor.kt b/advisor/src/main/kotlin/Advisor.kt index 638ccac8b7f75..3dc0c6399f00a 100644 --- a/advisor/src/main/kotlin/Advisor.kt +++ b/advisor/src/main/kotlin/Advisor.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 The ORT Project Authors (see ) + * Copyright (C) 2020 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/advisor/src/test/kotlin/AdvisorTest.kt b/advisor/src/test/kotlin/AdvisorTest.kt index c61010df2aa86..6d206ef3268cc 100644 --- a/advisor/src/test/kotlin/AdvisorTest.kt +++ b/advisor/src/test/kotlin/AdvisorTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The ORT Project Authors (see ) + * Copyright (C) 2021 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/analyzer/build.gradle.kts b/analyzer/build.gradle.kts index ef0fd2cc622fe..5339baeab190a 100644 --- a/analyzer/build.gradle.kts +++ b/analyzer/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 The ORT Project Authors (see ) + * Copyright (C) 2017 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/analyzer/src/funTest/kotlin/PackageManagerFunTest.kt b/analyzer/src/funTest/kotlin/PackageManagerFunTest.kt index b7bfaa1fd3915..9562734c15948 100644 --- a/analyzer/src/funTest/kotlin/PackageManagerFunTest.kt +++ b/analyzer/src/funTest/kotlin/PackageManagerFunTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 The ORT Project Authors (see ) + * Copyright (C) 2017 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/analyzer/src/main/kotlin/Analyzer.kt b/analyzer/src/main/kotlin/Analyzer.kt index f61322ac8b954..575b4ebf6dd61 100644 --- a/analyzer/src/main/kotlin/Analyzer.kt +++ b/analyzer/src/main/kotlin/Analyzer.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 The ORT Project Authors (see ) + * Copyright (C) 2017 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/analyzer/src/main/kotlin/AnalyzerResultBuilder.kt b/analyzer/src/main/kotlin/AnalyzerResultBuilder.kt index 4f2b996434aba..3ec3dd390836f 100644 --- a/analyzer/src/main/kotlin/AnalyzerResultBuilder.kt +++ b/analyzer/src/main/kotlin/AnalyzerResultBuilder.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 The ORT Project Authors (see ) + * Copyright (C) 2017 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/analyzer/src/main/kotlin/AuthorInfo.kt b/analyzer/src/main/kotlin/AuthorInfo.kt index 68c08c69b67d8..18f2bfb1fbe03 100644 --- a/analyzer/src/main/kotlin/AuthorInfo.kt +++ b/analyzer/src/main/kotlin/AuthorInfo.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 The ORT Project Authors (see ) + * Copyright (C) 2017 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/analyzer/src/main/kotlin/Extensions.kt b/analyzer/src/main/kotlin/Extensions.kt index 90b46612e667f..5727ce9c1f680 100644 --- a/analyzer/src/main/kotlin/Extensions.kt +++ b/analyzer/src/main/kotlin/Extensions.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 The ORT Project Authors (see ) + * Copyright (C) 2022 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/analyzer/src/main/kotlin/PackageManager.kt b/analyzer/src/main/kotlin/PackageManager.kt index 1f55e9864fa3b..0cfe3ed7b3a8a 100644 --- a/analyzer/src/main/kotlin/PackageManager.kt +++ b/analyzer/src/main/kotlin/PackageManager.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 The ORT Project Authors (see ) + * Copyright (C) 2017 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/analyzer/src/main/kotlin/PackageManagerDependency.kt b/analyzer/src/main/kotlin/PackageManagerDependency.kt index c87905bd26fcf..429fffc26ea47 100644 --- a/analyzer/src/main/kotlin/PackageManagerDependency.kt +++ b/analyzer/src/main/kotlin/PackageManagerDependency.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 The ORT Project Authors (see ) + * Copyright (C) 2022 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/analyzer/src/main/kotlin/PackageManagerDependencyHandler.kt b/analyzer/src/main/kotlin/PackageManagerDependencyHandler.kt index 89cf609854efc..f466a98684332 100644 --- a/analyzer/src/main/kotlin/PackageManagerDependencyHandler.kt +++ b/analyzer/src/main/kotlin/PackageManagerDependencyHandler.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 The ORT Project Authors (see ) + * Copyright (C) 2022 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/analyzer/src/main/kotlin/PackageManagerDependencyResult.kt b/analyzer/src/main/kotlin/PackageManagerDependencyResult.kt index ae9714baa6845..2a9229906ece4 100644 --- a/analyzer/src/main/kotlin/PackageManagerDependencyResult.kt +++ b/analyzer/src/main/kotlin/PackageManagerDependencyResult.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 The ORT Project Authors (see ) + * Copyright (C) 2022 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/analyzer/src/main/kotlin/PackageManagerFactory.kt b/analyzer/src/main/kotlin/PackageManagerFactory.kt index e160bc050b85d..57530a7854cb2 100644 --- a/analyzer/src/main/kotlin/PackageManagerFactory.kt +++ b/analyzer/src/main/kotlin/PackageManagerFactory.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 The ORT Project Authors (see ) + * Copyright (C) 2017 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/analyzer/src/main/kotlin/PackageManagerResult.kt b/analyzer/src/main/kotlin/PackageManagerResult.kt index 5d0af53e8d983..0c87e39bfbb50 100644 --- a/analyzer/src/main/kotlin/PackageManagerResult.kt +++ b/analyzer/src/main/kotlin/PackageManagerResult.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The ORT Project Authors (see ) + * Copyright (C) 2021 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/analyzer/src/main/kotlin/ResolvableDependencyNode.kt b/analyzer/src/main/kotlin/ResolvableDependencyNode.kt index a313d5837e1ec..34717119937af 100644 --- a/analyzer/src/main/kotlin/ResolvableDependencyNode.kt +++ b/analyzer/src/main/kotlin/ResolvableDependencyNode.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 The ORT Project Authors (see ) + * Copyright (C) 2022 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/analyzer/src/test/kotlin/AnalyzerResultBuilderTest.kt b/analyzer/src/test/kotlin/AnalyzerResultBuilderTest.kt index eda2b98d8fc9b..bd059d20791c3 100644 --- a/analyzer/src/test/kotlin/AnalyzerResultBuilderTest.kt +++ b/analyzer/src/test/kotlin/AnalyzerResultBuilderTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 The ORT Project Authors (see ) + * Copyright (C) 2017 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/analyzer/src/test/kotlin/AnalyzerTest.kt b/analyzer/src/test/kotlin/AnalyzerTest.kt index d38ae70d79693..636a9acc64218 100644 --- a/analyzer/src/test/kotlin/AnalyzerTest.kt +++ b/analyzer/src/test/kotlin/AnalyzerTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 The ORT Project Authors (see ) + * Copyright (C) 2025 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/analyzer/src/test/kotlin/AuthorInfoTest.kt b/analyzer/src/test/kotlin/AuthorInfoTest.kt index 6d545311cb3d5..927da072d7d4b 100644 --- a/analyzer/src/test/kotlin/AuthorInfoTest.kt +++ b/analyzer/src/test/kotlin/AuthorInfoTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 The ORT Project Authors (see ) + * Copyright (C) 2017 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/analyzer/src/test/kotlin/PackageManagerTest.kt b/analyzer/src/test/kotlin/PackageManagerTest.kt index 51957f91041d1..0b0688f35a429 100644 --- a/analyzer/src/test/kotlin/PackageManagerTest.kt +++ b/analyzer/src/test/kotlin/PackageManagerTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 The ORT Project Authors (see ) + * Copyright (C) 2017 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/analyzer/src/testFixtures/kotlin/TestUtils.kt b/analyzer/src/testFixtures/kotlin/TestUtils.kt index 87b2949c46913..0be1d40d87852 100644 --- a/analyzer/src/testFixtures/kotlin/TestUtils.kt +++ b/analyzer/src/testFixtures/kotlin/TestUtils.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 The ORT Project Authors (see ) + * Copyright (C) 2017 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/build.gradle.kts b/build.gradle.kts index 3e6672e4aa523..b1b37fbe1679a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 The ORT Project Authors (see ) + * Copyright (C) 2017 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -101,7 +101,7 @@ val checkCopyrightsInNoticeFile by tasks.registering { val gitFilesProvider = providers.of(GitFilesValueSource::class) { parameters { workingDir = rootDir } } val files = CopyrightableFiles.filter(gitFilesProvider) val noticeFile = rootDir.resolve("NOTICE") - val genericHolderPrefix = "The ORT Project Authors" + val genericHolderPrefix = "The ORT Project Copyright Holders" inputs.files(files) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index ad9636ab00749..e74b98f085904 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 The ORT Project Authors (see ) + * Copyright (C) 2023 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/settings.gradle.kts b/buildSrc/settings.gradle.kts index 684f3e38642fa..c5b384bf732fe 100644 --- a/buildSrc/settings.gradle.kts +++ b/buildSrc/settings.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 The ORT Project Authors (see ) + * Copyright (C) 2023 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/GeneratePluginDocsTask.kt b/buildSrc/src/main/kotlin/GeneratePluginDocsTask.kt index 0f3646df84786..8249a26bbce6e 100644 --- a/buildSrc/src/main/kotlin/GeneratePluginDocsTask.kt +++ b/buildSrc/src/main/kotlin/GeneratePluginDocsTask.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 The ORT Project Authors (see ) + * Copyright (C) 2025 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/GitValueSources.kt b/buildSrc/src/main/kotlin/GitValueSources.kt index 7197f39bec2d0..76f3433f43e9a 100644 --- a/buildSrc/src/main/kotlin/GitValueSources.kt +++ b/buildSrc/src/main/kotlin/GitValueSources.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 The ORT Project Authors (see ) + * Copyright (C) 2023 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/LicenseUtils.kt b/buildSrc/src/main/kotlin/LicenseUtils.kt index fd25d414328fe..4696bac72f346 100644 --- a/buildSrc/src/main/kotlin/LicenseUtils.kt +++ b/buildSrc/src/main/kotlin/LicenseUtils.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 The ORT Project Authors (see ) + * Copyright (C) 2023 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -84,7 +84,7 @@ object CopyrightableFiles { object CopyrightUtils { const val EXPECTED_HOLDER = - "The ORT Project Authors (see )" + "The ORT Project Copyright Holders " private const val MAX_COPYRIGHT_LINES = 50 private val copyrightPrefixRegex = Regex("Copyright .*\\d{2,}(-\\d{2,})? ", RegexOption.IGNORE_CASE) diff --git a/buildSrc/src/main/kotlin/ort-application-conventions.gradle.kts b/buildSrc/src/main/kotlin/ort-application-conventions.gradle.kts index 698d883b29170..8afe1a26b995c 100644 --- a/buildSrc/src/main/kotlin/ort-application-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/ort-application-conventions.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 The ORT Project Authors (see ) + * Copyright (C) 2023 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/ort-base-conventions.gradle.kts b/buildSrc/src/main/kotlin/ort-base-conventions.gradle.kts index f713d1b3c0f9d..d8af7b550fe2b 100644 --- a/buildSrc/src/main/kotlin/ort-base-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/ort-base-conventions.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 The ORT Project Authors (see ) + * Copyright (C) 2023 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/ort-kotlin-conventions.gradle.kts b/buildSrc/src/main/kotlin/ort-kotlin-conventions.gradle.kts index e5cda6f8876e5..bba7c6e39e831 100644 --- a/buildSrc/src/main/kotlin/ort-kotlin-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/ort-kotlin-conventions.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 The ORT Project Authors (see ) + * Copyright (C) 2023 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/ort-library-conventions.gradle.kts b/buildSrc/src/main/kotlin/ort-library-conventions.gradle.kts index 2cf92aacda61a..4649dab97a031 100644 --- a/buildSrc/src/main/kotlin/ort-library-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/ort-library-conventions.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 The ORT Project Authors (see ) + * Copyright (C) 2023 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/ort-plugin-conventions.gradle.kts b/buildSrc/src/main/kotlin/ort-plugin-conventions.gradle.kts index e432a5f3a4fc4..bab954ec2b034 100644 --- a/buildSrc/src/main/kotlin/ort-plugin-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/ort-plugin-conventions.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The ORT Project Authors (see ) + * Copyright (C) 2024 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/ort-plugin-parent-conventions.gradle.kts b/buildSrc/src/main/kotlin/ort-plugin-parent-conventions.gradle.kts index bca19e77aa5fc..ee08629db9654 100644 --- a/buildSrc/src/main/kotlin/ort-plugin-parent-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/ort-plugin-parent-conventions.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 The ORT Project Authors (see ) + * Copyright (C) 2023 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/ort-publication-conventions.gradle.kts b/buildSrc/src/main/kotlin/ort-publication-conventions.gradle.kts index 9f8935deab87d..842fc701ed9d0 100644 --- a/buildSrc/src/main/kotlin/ort-publication-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/ort-publication-conventions.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 The ORT Project Authors (see ) + * Copyright (C) 2023 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/build.gradle.kts b/cli-helper/build.gradle.kts index 2e12f6d87ee08..f16657658b897 100644 --- a/cli-helper/build.gradle.kts +++ b/cli-helper/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 The ORT Project Authors (see ) + * Copyright (C) 2017 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/funTest/kotlin/commands/CreateAnalyzerResultFromPackageListCommandFunTest.kt b/cli-helper/src/funTest/kotlin/commands/CreateAnalyzerResultFromPackageListCommandFunTest.kt index d073513690a85..a6f2d18231a4d 100644 --- a/cli-helper/src/funTest/kotlin/commands/CreateAnalyzerResultFromPackageListCommandFunTest.kt +++ b/cli-helper/src/funTest/kotlin/commands/CreateAnalyzerResultFromPackageListCommandFunTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 The ORT Project Authors (see ) + * Copyright (C) 2023 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/HelperMain.kt b/cli-helper/src/main/kotlin/HelperMain.kt index 11a44b90b5143..8b025f86578dc 100644 --- a/cli-helper/src/main/kotlin/HelperMain.kt +++ b/cli-helper/src/main/kotlin/HelperMain.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 The ORT Project Authors (see ) + * Copyright (C) 2019 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/ConvertOrtFileCommand.kt b/cli-helper/src/main/kotlin/commands/ConvertOrtFileCommand.kt index 1a8c322617845..23b80c634349b 100644 --- a/cli-helper/src/main/kotlin/commands/ConvertOrtFileCommand.kt +++ b/cli-helper/src/main/kotlin/commands/ConvertOrtFileCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 The ORT Project Authors (see ) + * Copyright (C) 2022 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/CreateAnalyzerResultFromPackageListCommand.kt b/cli-helper/src/main/kotlin/commands/CreateAnalyzerResultFromPackageListCommand.kt index ada2e96f0d401..9e37ea15071c3 100644 --- a/cli-helper/src/main/kotlin/commands/CreateAnalyzerResultFromPackageListCommand.kt +++ b/cli-helper/src/main/kotlin/commands/CreateAnalyzerResultFromPackageListCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 The ORT Project Authors (see ) + * Copyright (C) 2023 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/DownloadResultsFromPostgresCommand.kt b/cli-helper/src/main/kotlin/commands/DownloadResultsFromPostgresCommand.kt index 54feb526eb18c..50c280e54cf51 100644 --- a/cli-helper/src/main/kotlin/commands/DownloadResultsFromPostgresCommand.kt +++ b/cli-helper/src/main/kotlin/commands/DownloadResultsFromPostgresCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 The ORT Project Authors (see ) + * Copyright (C) 2022 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/ExtractRepositoryConfigurationCommand.kt b/cli-helper/src/main/kotlin/commands/ExtractRepositoryConfigurationCommand.kt index 3d9c10758bcab..3008088aa4ad6 100644 --- a/cli-helper/src/main/kotlin/commands/ExtractRepositoryConfigurationCommand.kt +++ b/cli-helper/src/main/kotlin/commands/ExtractRepositoryConfigurationCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 The ORT Project Authors (see ) + * Copyright (C) 2017 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/GenerateTimeoutErrorResolutionsCommand.kt b/cli-helper/src/main/kotlin/commands/GenerateTimeoutErrorResolutionsCommand.kt index 9ce8a6c788a49..5c7e479b948ba 100644 --- a/cli-helper/src/main/kotlin/commands/GenerateTimeoutErrorResolutionsCommand.kt +++ b/cli-helper/src/main/kotlin/commands/GenerateTimeoutErrorResolutionsCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 The ORT Project Authors (see ) + * Copyright (C) 2019 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/GetPackageLicensesCommand.kt b/cli-helper/src/main/kotlin/commands/GetPackageLicensesCommand.kt index 8e26a630ce58d..8755540dd4610 100644 --- a/cli-helper/src/main/kotlin/commands/GetPackageLicensesCommand.kt +++ b/cli-helper/src/main/kotlin/commands/GetPackageLicensesCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The ORT Project Authors (see ) + * Copyright (C) 2021 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/GroupScanIssuesCommand.kt b/cli-helper/src/main/kotlin/commands/GroupScanIssuesCommand.kt index d28b75b2a4dd2..070d14b458944 100644 --- a/cli-helper/src/main/kotlin/commands/GroupScanIssuesCommand.kt +++ b/cli-helper/src/main/kotlin/commands/GroupScanIssuesCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The ORT Project Authors (see ) + * Copyright (C) 2024 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/ImportCopyrightGarbageCommand.kt b/cli-helper/src/main/kotlin/commands/ImportCopyrightGarbageCommand.kt index 7d9bf479b4615..3deee2dea76a2 100644 --- a/cli-helper/src/main/kotlin/commands/ImportCopyrightGarbageCommand.kt +++ b/cli-helper/src/main/kotlin/commands/ImportCopyrightGarbageCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 The ORT Project Authors (see ) + * Copyright (C) 2019 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/ImportScanResultsCommand.kt b/cli-helper/src/main/kotlin/commands/ImportScanResultsCommand.kt index 22e27186f22e6..30ae327d725e0 100644 --- a/cli-helper/src/main/kotlin/commands/ImportScanResultsCommand.kt +++ b/cli-helper/src/main/kotlin/commands/ImportScanResultsCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 The ORT Project Authors (see ) + * Copyright (C) 2020 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/ListCopyrightsCommand.kt b/cli-helper/src/main/kotlin/commands/ListCopyrightsCommand.kt index 298c21f8ac978..cc7bf832e170c 100644 --- a/cli-helper/src/main/kotlin/commands/ListCopyrightsCommand.kt +++ b/cli-helper/src/main/kotlin/commands/ListCopyrightsCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 The ORT Project Authors (see ) + * Copyright (C) 2017 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/ListLicenseCategoriesCommand.kt b/cli-helper/src/main/kotlin/commands/ListLicenseCategoriesCommand.kt index 61e116c31d10c..b00386b914062 100644 --- a/cli-helper/src/main/kotlin/commands/ListLicenseCategoriesCommand.kt +++ b/cli-helper/src/main/kotlin/commands/ListLicenseCategoriesCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 The ORT Project Authors (see ) + * Copyright (C) 2020 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/ListLicensesCommand.kt b/cli-helper/src/main/kotlin/commands/ListLicensesCommand.kt index 0ebeb8a721d6a..aff6afbe7f420 100644 --- a/cli-helper/src/main/kotlin/commands/ListLicensesCommand.kt +++ b/cli-helper/src/main/kotlin/commands/ListLicensesCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 The ORT Project Authors (see ) + * Copyright (C) 2019 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/ListPackagesCommand.kt b/cli-helper/src/main/kotlin/commands/ListPackagesCommand.kt index 1fd83ef336f4c..873bb70cc318a 100644 --- a/cli-helper/src/main/kotlin/commands/ListPackagesCommand.kt +++ b/cli-helper/src/main/kotlin/commands/ListPackagesCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 The ORT Project Authors (see ) + * Copyright (C) 2019 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/ListStoredScanResultsCommand.kt b/cli-helper/src/main/kotlin/commands/ListStoredScanResultsCommand.kt index e3ad514849d37..a9b38a100d05c 100644 --- a/cli-helper/src/main/kotlin/commands/ListStoredScanResultsCommand.kt +++ b/cli-helper/src/main/kotlin/commands/ListStoredScanResultsCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 The ORT Project Authors (see ) + * Copyright (C) 2020 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/MapCopyrightsCommand.kt b/cli-helper/src/main/kotlin/commands/MapCopyrightsCommand.kt index c0acaf38e839e..86e7b3784c1a6 100644 --- a/cli-helper/src/main/kotlin/commands/MapCopyrightsCommand.kt +++ b/cli-helper/src/main/kotlin/commands/MapCopyrightsCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 The ORT Project Authors (see ) + * Copyright (C) 2019 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/MergeRepositoryConfigurationsCommand.kt b/cli-helper/src/main/kotlin/commands/MergeRepositoryConfigurationsCommand.kt index bf3aaa833f4bb..4e0c220eba924 100644 --- a/cli-helper/src/main/kotlin/commands/MergeRepositoryConfigurationsCommand.kt +++ b/cli-helper/src/main/kotlin/commands/MergeRepositoryConfigurationsCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 The ORT Project Authors (see ) + * Copyright (C) 2020 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/SetDependencyRepresentationCommand.kt b/cli-helper/src/main/kotlin/commands/SetDependencyRepresentationCommand.kt index d71b223c38890..5c6adf8af4f2b 100644 --- a/cli-helper/src/main/kotlin/commands/SetDependencyRepresentationCommand.kt +++ b/cli-helper/src/main/kotlin/commands/SetDependencyRepresentationCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The ORT Project Authors (see ) + * Copyright (C) 2021 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/SetLabelsCommand.kt b/cli-helper/src/main/kotlin/commands/SetLabelsCommand.kt index 43c56e870474b..23fd499645910 100644 --- a/cli-helper/src/main/kotlin/commands/SetLabelsCommand.kt +++ b/cli-helper/src/main/kotlin/commands/SetLabelsCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The ORT Project Authors (see ) + * Copyright (C) 2021 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/TransformResultCommand.kt b/cli-helper/src/main/kotlin/commands/TransformResultCommand.kt index 9a432bfb956d7..ffe84e27e4000 100644 --- a/cli-helper/src/main/kotlin/commands/TransformResultCommand.kt +++ b/cli-helper/src/main/kotlin/commands/TransformResultCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The ORT Project Authors (see ) + * Copyright (C) 2021 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/VerifySourceArtifactCurationsCommand.kt b/cli-helper/src/main/kotlin/commands/VerifySourceArtifactCurationsCommand.kt index e22510c34d5d0..15ae26a2451d9 100644 --- a/cli-helper/src/main/kotlin/commands/VerifySourceArtifactCurationsCommand.kt +++ b/cli-helper/src/main/kotlin/commands/VerifySourceArtifactCurationsCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 The ORT Project Authors (see ) + * Copyright (C) 2019 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/classifications/FilterCommand.kt b/cli-helper/src/main/kotlin/commands/classifications/FilterCommand.kt index bb9ece5333999..81b8512492e8d 100644 --- a/cli-helper/src/main/kotlin/commands/classifications/FilterCommand.kt +++ b/cli-helper/src/main/kotlin/commands/classifications/FilterCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 The ORT Project Authors (see ) + * Copyright (C) 2023 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/classifications/ImportCommand.kt b/cli-helper/src/main/kotlin/commands/classifications/ImportCommand.kt index f6e4a9ce6f30f..ba4557b9d703b 100644 --- a/cli-helper/src/main/kotlin/commands/classifications/ImportCommand.kt +++ b/cli-helper/src/main/kotlin/commands/classifications/ImportCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 The ORT Project Authors (see ) + * Copyright (C) 2022 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/classifications/LicenseClassificationsCommand.kt b/cli-helper/src/main/kotlin/commands/classifications/LicenseClassificationsCommand.kt index fb13aae24547e..bd417760613de 100644 --- a/cli-helper/src/main/kotlin/commands/classifications/LicenseClassificationsCommand.kt +++ b/cli-helper/src/main/kotlin/commands/classifications/LicenseClassificationsCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 The ORT Project Authors (see ) + * Copyright (C) 2022 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/classifications/MergeCommand.kt b/cli-helper/src/main/kotlin/commands/classifications/MergeCommand.kt index 18720ea06a903..4be00d508b6d7 100644 --- a/cli-helper/src/main/kotlin/commands/classifications/MergeCommand.kt +++ b/cli-helper/src/main/kotlin/commands/classifications/MergeCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 The ORT Project Authors (see ) + * Copyright (C) 2022 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/dev/DevCommand.kt b/cli-helper/src/main/kotlin/commands/dev/DevCommand.kt index 874f9e7fce412..6d3e04d086c9f 100644 --- a/cli-helper/src/main/kotlin/commands/dev/DevCommand.kt +++ b/cli-helper/src/main/kotlin/commands/dev/DevCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 The ORT Project Authors (see ) + * Copyright (C) 2023 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/dev/RewriteTestAssetsCommand.kt b/cli-helper/src/main/kotlin/commands/dev/RewriteTestAssetsCommand.kt index d865d36acff68..3a5852cd6dec6 100644 --- a/cli-helper/src/main/kotlin/commands/dev/RewriteTestAssetsCommand.kt +++ b/cli-helper/src/main/kotlin/commands/dev/RewriteTestAssetsCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 The ORT Project Authors (see ) + * Copyright (C) 2023 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/packageconfig/CreateCommand.kt b/cli-helper/src/main/kotlin/commands/packageconfig/CreateCommand.kt index 2806391c92186..4b5937a9e9eaf 100644 --- a/cli-helper/src/main/kotlin/commands/packageconfig/CreateCommand.kt +++ b/cli-helper/src/main/kotlin/commands/packageconfig/CreateCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 The ORT Project Authors (see ) + * Copyright (C) 2020 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/packageconfig/ExportLicenseFindingCurationsCommand.kt b/cli-helper/src/main/kotlin/commands/packageconfig/ExportLicenseFindingCurationsCommand.kt index 0b05b00615c02..1f957d4edcb79 100644 --- a/cli-helper/src/main/kotlin/commands/packageconfig/ExportLicenseFindingCurationsCommand.kt +++ b/cli-helper/src/main/kotlin/commands/packageconfig/ExportLicenseFindingCurationsCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The ORT Project Authors (see ) + * Copyright (C) 2021 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/packageconfig/ExportPathExcludesCommand.kt b/cli-helper/src/main/kotlin/commands/packageconfig/ExportPathExcludesCommand.kt index 2e2ad31fad076..6b70f1c94faf6 100644 --- a/cli-helper/src/main/kotlin/commands/packageconfig/ExportPathExcludesCommand.kt +++ b/cli-helper/src/main/kotlin/commands/packageconfig/ExportPathExcludesCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The ORT Project Authors (see ) + * Copyright (C) 2021 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/packageconfig/FindCommand.kt b/cli-helper/src/main/kotlin/commands/packageconfig/FindCommand.kt index d9588053fff3d..4ad61bef64962 100644 --- a/cli-helper/src/main/kotlin/commands/packageconfig/FindCommand.kt +++ b/cli-helper/src/main/kotlin/commands/packageconfig/FindCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 The ORT Project Authors (see ) + * Copyright (C) 2020 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/packageconfig/FormatCommand.kt b/cli-helper/src/main/kotlin/commands/packageconfig/FormatCommand.kt index 6ff9678443410..55518a9267589 100644 --- a/cli-helper/src/main/kotlin/commands/packageconfig/FormatCommand.kt +++ b/cli-helper/src/main/kotlin/commands/packageconfig/FormatCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 The ORT Project Authors (see ) + * Copyright (C) 2020 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/packageconfig/ImportLicenseFindingCurationsCommand.kt b/cli-helper/src/main/kotlin/commands/packageconfig/ImportLicenseFindingCurationsCommand.kt index bda583f175d2d..b3c77e678af09 100644 --- a/cli-helper/src/main/kotlin/commands/packageconfig/ImportLicenseFindingCurationsCommand.kt +++ b/cli-helper/src/main/kotlin/commands/packageconfig/ImportLicenseFindingCurationsCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 The ORT Project Authors (see ) + * Copyright (C) 2020 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/packageconfig/ImportPathExcludesCommand.kt b/cli-helper/src/main/kotlin/commands/packageconfig/ImportPathExcludesCommand.kt index f6cf303dbe52b..075ef4acfc91a 100644 --- a/cli-helper/src/main/kotlin/commands/packageconfig/ImportPathExcludesCommand.kt +++ b/cli-helper/src/main/kotlin/commands/packageconfig/ImportPathExcludesCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 The ORT Project Authors (see ) + * Copyright (C) 2020 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/packageconfig/PackageConfigurationCommand.kt b/cli-helper/src/main/kotlin/commands/packageconfig/PackageConfigurationCommand.kt index f9da9081bc477..80dea2ddda650 100644 --- a/cli-helper/src/main/kotlin/commands/packageconfig/PackageConfigurationCommand.kt +++ b/cli-helper/src/main/kotlin/commands/packageconfig/PackageConfigurationCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 The ORT Project Authors (see ) + * Copyright (C) 2020 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/packageconfig/RemoveEntriesCommand.kt b/cli-helper/src/main/kotlin/commands/packageconfig/RemoveEntriesCommand.kt index a803d8174a242..ac0121f07663c 100644 --- a/cli-helper/src/main/kotlin/commands/packageconfig/RemoveEntriesCommand.kt +++ b/cli-helper/src/main/kotlin/commands/packageconfig/RemoveEntriesCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 The ORT Project Authors (see ) + * Copyright (C) 2020 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/packageconfig/SortCommand.kt b/cli-helper/src/main/kotlin/commands/packageconfig/SortCommand.kt index 9c8906821a452..dc1b493d8fb7d 100644 --- a/cli-helper/src/main/kotlin/commands/packageconfig/SortCommand.kt +++ b/cli-helper/src/main/kotlin/commands/packageconfig/SortCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 The ORT Project Authors (see ) + * Copyright (C) 2020 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/packagecuration/CreateCommand.kt b/cli-helper/src/main/kotlin/commands/packagecuration/CreateCommand.kt index fb96f555e5c37..0cb9c12f825d0 100644 --- a/cli-helper/src/main/kotlin/commands/packagecuration/CreateCommand.kt +++ b/cli-helper/src/main/kotlin/commands/packagecuration/CreateCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The ORT Project Authors (see ) + * Copyright (C) 2021 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/packagecuration/PackageCurationsCommand.kt b/cli-helper/src/main/kotlin/commands/packagecuration/PackageCurationsCommand.kt index 8d86cf30aec7a..153ad07be4b87 100644 --- a/cli-helper/src/main/kotlin/commands/packagecuration/PackageCurationsCommand.kt +++ b/cli-helper/src/main/kotlin/commands/packagecuration/PackageCurationsCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The ORT Project Authors (see ) + * Copyright (C) 2021 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/packagecuration/SetCommand.kt b/cli-helper/src/main/kotlin/commands/packagecuration/SetCommand.kt index 531711ff19f25..20547cd05d5ba 100644 --- a/cli-helper/src/main/kotlin/commands/packagecuration/SetCommand.kt +++ b/cli-helper/src/main/kotlin/commands/packagecuration/SetCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The ORT Project Authors (see ) + * Copyright (C) 2021 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/packagecuration/SplitCommand.kt b/cli-helper/src/main/kotlin/commands/packagecuration/SplitCommand.kt index 78db200b046fe..766f74c7bbe93 100644 --- a/cli-helper/src/main/kotlin/commands/packagecuration/SplitCommand.kt +++ b/cli-helper/src/main/kotlin/commands/packagecuration/SplitCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The ORT Project Authors (see ) + * Copyright (C) 2021 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/provenancestorage/DeleteCommand.kt b/cli-helper/src/main/kotlin/commands/provenancestorage/DeleteCommand.kt index a0632af6ef509..aa93176026079 100644 --- a/cli-helper/src/main/kotlin/commands/provenancestorage/DeleteCommand.kt +++ b/cli-helper/src/main/kotlin/commands/provenancestorage/DeleteCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The ORT Project Authors (see ) + * Copyright (C) 2024 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/provenancestorage/ProvenanceStorageCommand.kt b/cli-helper/src/main/kotlin/commands/provenancestorage/ProvenanceStorageCommand.kt index 47e1b6b6c5409..0a8323578358e 100644 --- a/cli-helper/src/main/kotlin/commands/provenancestorage/ProvenanceStorageCommand.kt +++ b/cli-helper/src/main/kotlin/commands/provenancestorage/ProvenanceStorageCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The ORT Project Authors (see ) + * Copyright (C) 2024 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/repoconfig/ExportLicenseFindingCurationsCommand.kt b/cli-helper/src/main/kotlin/commands/repoconfig/ExportLicenseFindingCurationsCommand.kt index c6eb16879b647..a5258561ca548 100644 --- a/cli-helper/src/main/kotlin/commands/repoconfig/ExportLicenseFindingCurationsCommand.kt +++ b/cli-helper/src/main/kotlin/commands/repoconfig/ExportLicenseFindingCurationsCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 The ORT Project Authors (see ) + * Copyright (C) 2019 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/repoconfig/ExportPathExcludesCommand.kt b/cli-helper/src/main/kotlin/commands/repoconfig/ExportPathExcludesCommand.kt index 2e9046c7f1b46..c85633b15e7e1 100644 --- a/cli-helper/src/main/kotlin/commands/repoconfig/ExportPathExcludesCommand.kt +++ b/cli-helper/src/main/kotlin/commands/repoconfig/ExportPathExcludesCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 The ORT Project Authors (see ) + * Copyright (C) 2019 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/repoconfig/FormatCommand.kt b/cli-helper/src/main/kotlin/commands/repoconfig/FormatCommand.kt index 38d8b46009699..e4daf4e56909b 100644 --- a/cli-helper/src/main/kotlin/commands/repoconfig/FormatCommand.kt +++ b/cli-helper/src/main/kotlin/commands/repoconfig/FormatCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 The ORT Project Authors (see ) + * Copyright (C) 2019 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/repoconfig/GenerateProjectExcludesCommand.kt b/cli-helper/src/main/kotlin/commands/repoconfig/GenerateProjectExcludesCommand.kt index e58829a39f082..efd89fdc653c8 100644 --- a/cli-helper/src/main/kotlin/commands/repoconfig/GenerateProjectExcludesCommand.kt +++ b/cli-helper/src/main/kotlin/commands/repoconfig/GenerateProjectExcludesCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 The ORT Project Authors (see ) + * Copyright (C) 2019 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/repoconfig/GenerateRuleViolationResolutionsCommand.kt b/cli-helper/src/main/kotlin/commands/repoconfig/GenerateRuleViolationResolutionsCommand.kt index e2f9c253d4829..6e1921475c464 100644 --- a/cli-helper/src/main/kotlin/commands/repoconfig/GenerateRuleViolationResolutionsCommand.kt +++ b/cli-helper/src/main/kotlin/commands/repoconfig/GenerateRuleViolationResolutionsCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 The ORT Project Authors (see ) + * Copyright (C) 2019 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/repoconfig/GenerateScopeExcludesCommand.kt b/cli-helper/src/main/kotlin/commands/repoconfig/GenerateScopeExcludesCommand.kt index 1a8bb3f3541ad..97a8bab53947e 100644 --- a/cli-helper/src/main/kotlin/commands/repoconfig/GenerateScopeExcludesCommand.kt +++ b/cli-helper/src/main/kotlin/commands/repoconfig/GenerateScopeExcludesCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 The ORT Project Authors (see ) + * Copyright (C) 2019 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/repoconfig/ImportLicenseFindingCurationsCommand.kt b/cli-helper/src/main/kotlin/commands/repoconfig/ImportLicenseFindingCurationsCommand.kt index b9310e20ec446..aa3d8f45d5c99 100644 --- a/cli-helper/src/main/kotlin/commands/repoconfig/ImportLicenseFindingCurationsCommand.kt +++ b/cli-helper/src/main/kotlin/commands/repoconfig/ImportLicenseFindingCurationsCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 The ORT Project Authors (see ) + * Copyright (C) 2019 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/repoconfig/ImportPathExcludesCommand.kt b/cli-helper/src/main/kotlin/commands/repoconfig/ImportPathExcludesCommand.kt index 4957218e2badd..9889aa7f215de 100644 --- a/cli-helper/src/main/kotlin/commands/repoconfig/ImportPathExcludesCommand.kt +++ b/cli-helper/src/main/kotlin/commands/repoconfig/ImportPathExcludesCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 The ORT Project Authors (see ) + * Copyright (C) 2019 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/repoconfig/RemoveEntriesCommand.kt b/cli-helper/src/main/kotlin/commands/repoconfig/RemoveEntriesCommand.kt index 73bb4cdf22ecc..fc0d7d91b70e0 100644 --- a/cli-helper/src/main/kotlin/commands/repoconfig/RemoveEntriesCommand.kt +++ b/cli-helper/src/main/kotlin/commands/repoconfig/RemoveEntriesCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 The ORT Project Authors (see ) + * Copyright (C) 2019 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/repoconfig/RepositoryConfigurationCommand.kt b/cli-helper/src/main/kotlin/commands/repoconfig/RepositoryConfigurationCommand.kt index 45ba789ce98c6..f2d6b680cd97a 100644 --- a/cli-helper/src/main/kotlin/commands/repoconfig/RepositoryConfigurationCommand.kt +++ b/cli-helper/src/main/kotlin/commands/repoconfig/RepositoryConfigurationCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 The ORT Project Authors (see ) + * Copyright (C) 2020 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/commands/repoconfig/SortCommand.kt b/cli-helper/src/main/kotlin/commands/repoconfig/SortCommand.kt index fa093a961b3b3..d66e353239141 100644 --- a/cli-helper/src/main/kotlin/commands/repoconfig/SortCommand.kt +++ b/cli-helper/src/main/kotlin/commands/repoconfig/SortCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 The ORT Project Authors (see ) + * Copyright (C) 2019 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/utils/Extensions.kt b/cli-helper/src/main/kotlin/utils/Extensions.kt index 8fbc70b787211..c0cf0034d2603 100644 --- a/cli-helper/src/main/kotlin/utils/Extensions.kt +++ b/cli-helper/src/main/kotlin/utils/Extensions.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 The ORT Project Authors (see ) + * Copyright (C) 2019 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/utils/OrtHelperCommand.kt b/cli-helper/src/main/kotlin/utils/OrtHelperCommand.kt index 99d047bd21d89..e6a055a0e8a22 100644 --- a/cli-helper/src/main/kotlin/utils/OrtHelperCommand.kt +++ b/cli-helper/src/main/kotlin/utils/OrtHelperCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The ORT Project Authors (see ) + * Copyright (C) 2024 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/utils/PathExcludeGenerator.kt b/cli-helper/src/main/kotlin/utils/PathExcludeGenerator.kt index 114cc849eeaa4..bb064d510b2e5 100644 --- a/cli-helper/src/main/kotlin/utils/PathExcludeGenerator.kt +++ b/cli-helper/src/main/kotlin/utils/PathExcludeGenerator.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 The ORT Project Authors (see ) + * Copyright (C) 2022 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/utils/Utils.kt b/cli-helper/src/main/kotlin/utils/Utils.kt index 83ef1b2453db6..b0c3b498cd96f 100644 --- a/cli-helper/src/main/kotlin/utils/Utils.kt +++ b/cli-helper/src/main/kotlin/utils/Utils.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 The ORT Project Authors (see ) + * Copyright (C) 2019 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/kotlin/utils/VcsUrlMapping.kt b/cli-helper/src/main/kotlin/utils/VcsUrlMapping.kt index 5931504c69377..049dd75aba18c 100644 --- a/cli-helper/src/main/kotlin/utils/VcsUrlMapping.kt +++ b/cli-helper/src/main/kotlin/utils/VcsUrlMapping.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The ORT Project Authors (see ) + * Copyright (C) 2021 The ORT Project Copyright Holders * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli-helper/src/main/resources/logback.xml b/cli-helper/src/main/resources/logback.xml index dff55eb70483a..71eb06e5c2d86 100644 --- a/cli-helper/src/main/resources/logback.xml +++ b/cli-helper/src/main/resources/logback.xml @@ -1,5 +1,5 @@