From 276a965d520d5584b20fc34dc429ddc9bcd77dee Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Tue, 2 Dec 2025 11:48:07 +0100 Subject: [PATCH 1/4] docs(NOTICE): Omit end years from ranges These are too cumbersome to maintain / update, and Copyrights anyway are valid for 70+ years [1]. [1]: https://www.copyright.gov/help/faq/faq-duration.html Signed-off-by: Sebastian Schuberth --- NOTICE | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/NOTICE b/NOTICE index 5f0b724188121..1bd9bf1c6ae37 100644 --- a/NOTICE +++ b/NOTICE @@ -1,10 +1,14 @@ 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. + +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 +17,8 @@ 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 From 9428da23089bf002ac213472ad8ecbab60543def Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Tue, 2 Dec 2025 14:33:40 +0100 Subject: [PATCH 2/4] docs: Omit Copyright end years from ranges in source code Signed-off-by: Sebastian Schuberth --- gradle.properties | 2 +- plugins/package-managers/stack/src/main/kotlin/Model.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index b7c68c0107816..80ddd439ee417 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2019 The ORT Project Authors (see ) +# Copyright (C) 2017 The ORT Project Authors (see ) # # 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/plugins/package-managers/stack/src/main/kotlin/Model.kt b/plugins/package-managers/stack/src/main/kotlin/Model.kt index e89c813689e07..04c38243969d9 100644 --- a/plugins/package-managers/stack/src/main/kotlin/Model.kt +++ b/plugins/package-managers/stack/src/main/kotlin/Model.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2024 The ORT Project Authors (see ) + * Copyright (C) 2017 The ORT Project Authors (see ) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. From a527e8becb4c5e4f0399b65c472a49365efa1eba Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Tue, 2 Dec 2025 13:47:02 +0100 Subject: [PATCH 3/4] 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 --- .github/actions/free-disk-space/action.yml | 2 +- Dockerfile | 2 +- NOTICE | 3 ++ README.md | 2 +- REUSE.toml | 54 +++++++++---------- advisor/build.gradle.kts | 2 +- advisor/src/main/kotlin/AdviceProvider.kt | 2 +- .../src/main/kotlin/AdviceProviderFactory.kt | 2 +- advisor/src/main/kotlin/Advisor.kt | 2 +- advisor/src/test/kotlin/AdvisorTest.kt | 2 +- analyzer/build.gradle.kts | 2 +- .../funTest/kotlin/PackageManagerFunTest.kt | 2 +- analyzer/src/main/kotlin/Analyzer.kt | 2 +- .../src/main/kotlin/AnalyzerResultBuilder.kt | 2 +- analyzer/src/main/kotlin/AuthorInfo.kt | 2 +- analyzer/src/main/kotlin/Extensions.kt | 2 +- analyzer/src/main/kotlin/PackageManager.kt | 2 +- .../main/kotlin/PackageManagerDependency.kt | 2 +- .../kotlin/PackageManagerDependencyHandler.kt | 2 +- .../kotlin/PackageManagerDependencyResult.kt | 2 +- .../src/main/kotlin/PackageManagerFactory.kt | 2 +- .../src/main/kotlin/PackageManagerResult.kt | 2 +- .../main/kotlin/ResolvableDependencyNode.kt | 2 +- .../test/kotlin/AnalyzerResultBuilderTest.kt | 2 +- analyzer/src/test/kotlin/AnalyzerTest.kt | 2 +- analyzer/src/test/kotlin/AuthorInfoTest.kt | 2 +- .../src/test/kotlin/PackageManagerTest.kt | 2 +- analyzer/src/testFixtures/kotlin/TestUtils.kt | 2 +- build.gradle.kts | 4 +- buildSrc/build.gradle.kts | 2 +- buildSrc/settings.gradle.kts | 2 +- .../src/main/kotlin/GeneratePluginDocsTask.kt | 2 +- buildSrc/src/main/kotlin/GitValueSources.kt | 2 +- buildSrc/src/main/kotlin/LicenseUtils.kt | 4 +- .../ort-application-conventions.gradle.kts | 2 +- .../kotlin/ort-base-conventions.gradle.kts | 2 +- .../kotlin/ort-kotlin-conventions.gradle.kts | 2 +- .../kotlin/ort-library-conventions.gradle.kts | 2 +- .../kotlin/ort-plugin-conventions.gradle.kts | 2 +- .../ort-plugin-parent-conventions.gradle.kts | 2 +- .../ort-publication-conventions.gradle.kts | 2 +- cli-helper/build.gradle.kts | 2 +- ...yzerResultFromPackageListCommandFunTest.kt | 2 +- cli-helper/src/main/kotlin/HelperMain.kt | 2 +- .../kotlin/commands/ConvertOrtFileCommand.kt | 2 +- ...ateAnalyzerResultFromPackageListCommand.kt | 2 +- .../DownloadResultsFromPostgresCommand.kt | 2 +- .../ExtractRepositoryConfigurationCommand.kt | 2 +- .../GenerateTimeoutErrorResolutionsCommand.kt | 2 +- .../commands/GetPackageLicensesCommand.kt | 2 +- .../kotlin/commands/GroupScanIssuesCommand.kt | 2 +- .../commands/ImportCopyrightGarbageCommand.kt | 2 +- .../commands/ImportScanResultsCommand.kt | 2 +- .../kotlin/commands/ListCopyrightsCommand.kt | 2 +- .../commands/ListLicenseCategoriesCommand.kt | 2 +- .../kotlin/commands/ListLicensesCommand.kt | 2 +- .../kotlin/commands/ListPackagesCommand.kt | 2 +- .../commands/ListStoredScanResultsCommand.kt | 2 +- .../kotlin/commands/MapCopyrightsCommand.kt | 2 +- .../MergeRepositoryConfigurationsCommand.kt | 2 +- .../SetDependencyRepresentationCommand.kt | 2 +- .../main/kotlin/commands/SetLabelsCommand.kt | 2 +- .../kotlin/commands/TransformResultCommand.kt | 2 +- .../VerifySourceArtifactCurationsCommand.kt | 2 +- .../commands/classifications/FilterCommand.kt | 2 +- .../commands/classifications/ImportCommand.kt | 2 +- .../LicenseClassificationsCommand.kt | 2 +- .../commands/classifications/MergeCommand.kt | 2 +- .../main/kotlin/commands/dev/DevCommand.kt | 2 +- .../commands/dev/RewriteTestAssetsCommand.kt | 2 +- .../commands/packageconfig/CreateCommand.kt | 2 +- .../ExportLicenseFindingCurationsCommand.kt | 2 +- .../ExportPathExcludesCommand.kt | 2 +- .../commands/packageconfig/FindCommand.kt | 2 +- .../commands/packageconfig/FormatCommand.kt | 2 +- .../ImportLicenseFindingCurationsCommand.kt | 2 +- .../ImportPathExcludesCommand.kt | 2 +- .../PackageConfigurationCommand.kt | 2 +- .../packageconfig/RemoveEntriesCommand.kt | 2 +- .../commands/packageconfig/SortCommand.kt | 2 +- .../commands/packagecuration/CreateCommand.kt | 2 +- .../PackageCurationsCommand.kt | 2 +- .../commands/packagecuration/SetCommand.kt | 2 +- .../commands/packagecuration/SplitCommand.kt | 2 +- .../provenancestorage/DeleteCommand.kt | 2 +- .../ProvenanceStorageCommand.kt | 2 +- .../ExportLicenseFindingCurationsCommand.kt | 2 +- .../repoconfig/ExportPathExcludesCommand.kt | 2 +- .../commands/repoconfig/FormatCommand.kt | 2 +- .../GenerateProjectExcludesCommand.kt | 2 +- ...GenerateRuleViolationResolutionsCommand.kt | 2 +- .../GenerateScopeExcludesCommand.kt | 2 +- .../ImportLicenseFindingCurationsCommand.kt | 2 +- .../repoconfig/ImportPathExcludesCommand.kt | 2 +- .../repoconfig/RemoveEntriesCommand.kt | 2 +- .../RepositoryConfigurationCommand.kt | 2 +- .../kotlin/commands/repoconfig/SortCommand.kt | 2 +- .../src/main/kotlin/utils/Extensions.kt | 2 +- .../src/main/kotlin/utils/OrtHelperCommand.kt | 2 +- .../main/kotlin/utils/PathExcludeGenerator.kt | 2 +- cli-helper/src/main/kotlin/utils/Utils.kt | 2 +- .../src/main/kotlin/utils/VcsUrlMapping.kt | 2 +- cli-helper/src/main/resources/logback.xml | 2 +- .../kotlin/utils/PathExcludeGeneratorTest.kt | 2 +- cli-helper/src/test/kotlin/utils/UtilsTest.kt | 2 +- cli-test-launcher/build.gradle.kts | 2 +- cli/build.gradle.kts | 2 +- cli/src/funTest/kotlin/AnalyzerFunTest.kt | 2 +- cli/src/funTest/kotlin/ExamplesFunTest.kt | 2 +- cli/src/funTest/kotlin/OrtMainFunTest.kt | 2 +- cli/src/main/kotlin/OrtMain.kt | 2 +- cli/src/main/resources/logback.xml | 2 +- .../bazel-module-registry/build.gradle.kts | 2 +- .../BazelModuleRegistryClientFunTest.kt | 2 +- .../main/kotlin/BazelModuleRegistryService.kt | 2 +- .../kotlin/LocalBazelModuleRegistryService.kt | 2 +- .../src/main/kotlin/Model.kt | 2 +- .../RemoteBazelModuleRegistryService.kt | 2 +- .../kotlin/RetrofitRegistryServiceClient.kt | 2 +- clients/clearly-defined/build.gradle.kts | 2 +- .../kotlin/ClearlyDefinedServiceFunTest.kt | 2 +- .../src/main/kotlin/ClearlyDefinedService.kt | 2 +- .../src/main/kotlin/Coordinates.kt | 2 +- .../src/main/kotlin/CoordinatesSerializer.kt | 2 +- .../src/main/kotlin/Curation.kt | 2 +- .../src/main/kotlin/Definition.kt | 2 +- .../clearly-defined/src/main/kotlin/Enums.kt | 2 +- .../clearly-defined/src/main/kotlin/Errors.kt | 2 +- .../test/kotlin/ClearlyDefinedServiceTest.kt | 2 +- .../src/test/kotlin/CoordinatesTest.kt | 2 +- clients/dos/build.gradle.kts | 2 +- .../main/kotlin/AuthorizationInterceptor.kt | 2 +- clients/dos/src/main/kotlin/DosClient.kt | 2 +- clients/dos/src/main/kotlin/DosModel.kt | 2 +- clients/dos/src/main/kotlin/DosService.kt | 2 +- clients/foojay/build.gradle.kts | 2 +- .../foojay/src/main/kotlin/DiscoService.kt | 2 +- .../foojay/src/main/kotlin/PackagesModel.kt | 2 +- .../foojay/src/main/kotlin/RequestEnums.kt | 2 +- clients/fossid-webapp/build.gradle.kts | 2 +- .../src/main/kotlin/EntityResponseBody.kt | 2 +- .../src/main/kotlin/Extensions.kt | 2 +- .../src/main/kotlin/FossIdRestService.kt | 2 +- .../main/kotlin/FossIdServiceWithVersion.kt | 2 +- .../src/main/kotlin/LoggingInterceptor.kt | 2 +- .../kotlin/PolymorphicDataDeserializer.kt | 2 +- .../main/kotlin/PolymorphicIntDeserializer.kt | 2 +- .../kotlin/PolymorphicListDeserializer.kt | 2 +- .../src/main/kotlin/PostRequestBody.kt | 2 +- .../src/main/kotlin/VersionedFossIdService.kt | 2 +- .../kotlin/VersionedFossIdService2021dot2.kt | 2 +- .../main/kotlin/model/CreateScanResponse.kt | 2 +- .../kotlin/model/IntBooleanDeserializer.kt | 2 +- .../src/main/kotlin/model/Project.kt | 2 +- .../model/RemoveUploadContentResponse.kt | 2 +- .../src/main/kotlin/model/Scan.kt | 2 +- .../model/identification/common/Component.kt | 2 +- .../identification/common/LicenseMatchType.kt | 2 +- .../identification/identifiedFiles/File.kt | 2 +- .../identifiedFiles/IdentifiedFile.kt | 2 +- .../identification/identifiedFiles/License.kt | 2 +- .../identification/ignored/IgnoredFile.kt | 2 +- .../markedAsIdentified/Comment.kt | 2 +- .../identification/markedAsIdentified/File.kt | 2 +- .../markedAsIdentified/License.kt | 2 +- .../markedAsIdentified/LicenseFile.kt | 2 +- .../MarkedAsIdentifiedFile.kt | 2 +- .../src/main/kotlin/model/report/Model.kt | 2 +- .../kotlin/model/result/FossIdScanResult.kt | 2 +- .../kotlin/model/result/LicenseCategory.kt | 2 +- .../src/main/kotlin/model/result/MatchType.kt | 2 +- .../main/kotlin/model/result/MatchedLines.kt | 2 +- .../src/main/kotlin/model/result/Snippet.kt | 2 +- .../src/main/kotlin/model/rules/IgnoreRule.kt | 2 +- .../src/main/kotlin/model/rules/RuleScope.kt | 2 +- .../src/main/kotlin/model/rules/RuleType.kt | 2 +- .../kotlin/model/status/DownloadStatus.kt | 2 +- .../kotlin/model/status/ScanDescription.kt | 2 +- .../model/status/ScanDescription2021dot2.kt | 2 +- .../src/main/kotlin/model/status/ScanState.kt | 2 +- .../main/kotlin/model/status/ScanStatus.kt | 2 +- .../kotlin/model/status/ScanStatusType.kt | 2 +- .../status/UnversionedScanDescription.kt | 2 +- .../src/main/kotlin/model/summary/License.kt | 2 +- .../main/kotlin/model/summary/Summarizable.kt | 2 +- .../model/summary/SummaryIdentifiedFile.kt | 2 +- .../src/test/kotlin/FossId2021dot2Test.kt | 2 +- .../src/test/kotlin/FossId2023dot1Test.kt | 2 +- .../src/test/kotlin/FossId2024dot2Test.kt | 2 +- .../src/test/kotlin/FossId2025dot1Test.kt | 2 +- .../test/kotlin/FossIdClientNewProjectTest.kt | 2 +- .../test/kotlin/FossIdClientReturnTypeTest.kt | 2 +- .../src/test/kotlin/FossIdReportTest.kt | 2 +- .../src/test/kotlin/FossIdRulesTest.kt | 2 +- clients/oss-index/build.gradle.kts | 2 +- .../src/main/kotlin/OssIndexService.kt | 2 +- clients/osv/build.gradle.kts | 2 +- .../kotlin/OsvServiceWrapperFunTest.kt | 2 +- .../osv/src/main/kotlin/EventSerializer.kt | 2 +- clients/osv/src/main/kotlin/Model.kt | 2 +- clients/osv/src/main/kotlin/OsvService.kt | 2 +- .../osv/src/main/kotlin/OsvServiceWrapper.kt | 2 +- clients/osv/src/test/kotlin/ModelTest.kt | 2 +- clients/vulnerable-code/build.gradle.kts | 2 +- .../src/main/kotlin/VulnerableCodeService.kt | 2 +- .../src/test/requests/api-v1.http | 2 +- .../src/test/requests/api-v2.http | 2 +- detekt-rules/build.gradle.kts | 2 +- .../src/main/kotlin/OrtEmptyLineAfterBlock.kt | 2 +- .../src/main/kotlin/OrtImportOrder.kt | 2 +- .../src/main/kotlin/OrtPackageNaming.kt | 2 +- detekt-rules/src/main/kotlin/OrtRuleSet.kt | 2 +- .../test/kotlin/OrtEmptyLineAfterBlockTest.kt | 2 +- .../src/test/kotlin/OrtImportOrderTest.kt | 2 +- .../src/test/kotlin/OrtPackageNamingTest.kt | 2 +- downloader/build.gradle.kts | 2 +- .../src/funTest/kotlin/DownloaderFunTest.kt | 2 +- .../kotlin/VersionControlSystemFunTest.kt | 2 +- .../src/main/kotlin/DownloadException.kt | 2 +- downloader/src/main/kotlin/Downloader.kt | 2 +- downloader/src/main/kotlin/VcsHost.kt | 2 +- .../src/main/kotlin/VersionControlSystem.kt | 2 +- .../kotlin/VersionControlSystemFactory.kt | 2 +- downloader/src/main/kotlin/WorkingTree.kt | 2 +- .../src/main/kotlin/WorkingTreeCache.kt | 2 +- downloader/src/test/kotlin/VcsHostTest.kt | 2 +- .../test/kotlin/VersionControlSystemTest.kt | 2 +- evaluator/build.gradle.kts | 2 +- evaluator/src/main/kotlin/DependencyRule.kt | 2 +- evaluator/src/main/kotlin/Evaluator.kt | 2 +- evaluator/src/main/kotlin/OrtResultRule.kt | 2 +- evaluator/src/main/kotlin/PackageRule.kt | 2 +- .../src/main/kotlin/ProjectSourceRule.kt | 2 +- evaluator/src/main/kotlin/Rule.kt | 2 +- evaluator/src/main/kotlin/RuleMatcher.kt | 2 +- evaluator/src/main/kotlin/RuleSet.kt | 2 +- .../src/main/kotlin/RulesScriptTemplate.kt | 2 +- .../src/main/kotlin/SourceTreeResolver.kt | 2 +- .../src/main/kotlin/osadl/Compatibility.kt | 2 +- .../main/kotlin/osadl/CompatibilityMatrix.kt | 2 +- .../main/kotlin/osadl/CompatibilityModel.kt | 2 +- .../src/main/resources/rules/osadl.rules.kts | 2 +- .../src/test/kotlin/DependencyRuleTest.kt | 2 +- evaluator/src/test/kotlin/EvaluatorTest.kt | 2 +- evaluator/src/test/kotlin/PackageRuleTest.kt | 2 +- .../src/test/kotlin/ProjectSourceRuleTest.kt | 2 +- evaluator/src/test/kotlin/RuleSetTest.kt | 2 +- evaluator/src/test/kotlin/RuleTest.kt | 2 +- .../kotlin/osadl/CompatibilityMatrixTest.kt | 2 +- evaluator/src/testFixtures/kotlin/TestData.kt | 2 +- examples/example.notifications.kts | 2 +- examples/example.rules.kts | 2 +- flox/run_isolated.sh | 2 +- gradle.properties | 2 +- integrations/jenkins/Jenkinsfile | 2 +- integrations/tekton/mime-types.yaml | 2 +- integrations/tekton/ort-pipeline.yaml | 2 +- integrations/tekton/simple-maven.yaml | 2 +- model/build.gradle.kts | 2 +- .../PostgresProvenanceFileStorageFunTest.kt | 2 +- model/src/main/kotlin/AdvisorCapability.kt | 2 +- model/src/main/kotlin/AdvisorDetails.kt | 2 +- model/src/main/kotlin/AdvisorResult.kt | 2 +- model/src/main/kotlin/AdvisorRun.kt | 2 +- model/src/main/kotlin/AdvisorSummary.kt | 2 +- model/src/main/kotlin/AnalyzerResult.kt | 2 +- model/src/main/kotlin/AnalyzerRun.kt | 2 +- .../CompatibilityDependencyNavigator.kt | 2 +- model/src/main/kotlin/CopyrightFinding.kt | 2 +- model/src/main/kotlin/CuratedPackage.kt | 2 +- model/src/main/kotlin/Defect.kt | 2 +- model/src/main/kotlin/DependencyGraph.kt | 2 +- .../main/kotlin/DependencyGraphNavigator.kt | 2 +- model/src/main/kotlin/DependencyNavigator.kt | 2 +- model/src/main/kotlin/DependencyNode.kt | 2 +- .../main/kotlin/DependencyTreeNavigator.kt | 2 +- model/src/main/kotlin/EvaluatorRun.kt | 2 +- model/src/main/kotlin/FileFormat.kt | 2 +- model/src/main/kotlin/FileList.kt | 2 +- model/src/main/kotlin/Hash.kt | 2 +- model/src/main/kotlin/HashAlgorithm.kt | 2 +- model/src/main/kotlin/Identifier.kt | 2 +- model/src/main/kotlin/Issue.kt | 2 +- model/src/main/kotlin/LicenseFinding.kt | 2 +- model/src/main/kotlin/LicenseSource.kt | 2 +- model/src/main/kotlin/Mappers.kt | 2 +- model/src/main/kotlin/NotifierRun.kt | 2 +- model/src/main/kotlin/OrtResult.kt | 2 +- model/src/main/kotlin/Package.kt | 2 +- model/src/main/kotlin/PackageCuration.kt | 2 +- model/src/main/kotlin/PackageCurationData.kt | 2 +- model/src/main/kotlin/PackageLinkage.kt | 2 +- model/src/main/kotlin/PackageProvider.kt | 2 +- model/src/main/kotlin/PackageReference.kt | 2 +- model/src/main/kotlin/PackageType.kt | 2 +- model/src/main/kotlin/Project.kt | 2 +- .../src/main/kotlin/ProjectAnalyzerResult.kt | 2 +- model/src/main/kotlin/Provenance.kt | 2 +- .../main/kotlin/ProvenanceResolutionResult.kt | 2 +- model/src/main/kotlin/RemoteArtifact.kt | 2 +- model/src/main/kotlin/Repository.kt | 2 +- .../src/main/kotlin/ResolvedConfiguration.kt | 2 +- model/src/main/kotlin/RuleViolation.kt | 2 +- model/src/main/kotlin/ScanResult.kt | 2 +- model/src/main/kotlin/ScanSummary.kt | 2 +- model/src/main/kotlin/ScannerDetails.kt | 2 +- model/src/main/kotlin/ScannerRun.kt | 2 +- model/src/main/kotlin/Scope.kt | 2 +- model/src/main/kotlin/Severity.kt | 2 +- model/src/main/kotlin/Snippet.kt | 2 +- model/src/main/kotlin/SnippetFinding.kt | 2 +- model/src/main/kotlin/SourceCodeOrigin.kt | 2 +- model/src/main/kotlin/TextLocation.kt | 2 +- model/src/main/kotlin/VcsInfo.kt | 2 +- model/src/main/kotlin/VcsInfoCurationData.kt | 2 +- model/src/main/kotlin/VcsType.kt | 2 +- .../kotlin/config/AdvisorConfiguration.kt | 2 +- .../kotlin/config/AnalyzerConfiguration.kt | 2 +- .../main/kotlin/config/CopyrightGarbage.kt | 2 +- model/src/main/kotlin/config/Curations.kt | 2 +- .../kotlin/config/DownloaderConfiguration.kt | 2 +- model/src/main/kotlin/config/Excludes.kt | 2 +- .../config/FileArchiverConfiguration.kt | 2 +- .../config/FileListStorageConfiguration.kt | 2 +- .../kotlin/config/FileStorageConfiguration.kt | 2 +- .../config/HttpFileStorageConfiguration.kt | 2 +- model/src/main/kotlin/config/Includes.kt | 2 +- .../src/main/kotlin/config/IssueResolution.kt | 2 +- .../kotlin/config/IssueResolutionReason.kt | 2 +- .../main/kotlin/config/JiraConfiguration.kt | 2 +- .../src/main/kotlin/config/LicenseChoices.kt | 2 +- .../main/kotlin/config/LicenseFilePatterns.kt | 2 +- .../kotlin/config/LicenseFindingCuration.kt | 2 +- .../config/LicenseFindingCurationReason.kt | 2 +- .../config/LocalFileStorageConfiguration.kt | 2 +- .../kotlin/config/NotifierConfiguration.kt | 2 +- .../main/kotlin/config/OrtConfiguration.kt | 2 +- .../kotlin/config/PackageConfiguration.kt | 2 +- .../config/PackageManagerConfiguration.kt | 2 +- model/src/main/kotlin/config/PathExclude.kt | 2 +- .../main/kotlin/config/PathExcludeReason.kt | 2 +- model/src/main/kotlin/config/PathInclude.kt | 2 +- .../main/kotlin/config/PathIncludeReason.kt | 2 +- .../main/kotlin/config/PostgresConnection.kt | 2 +- .../config/ProvenanceStorageConfiguration.kt | 2 +- .../config/ProviderPluginConfiguration.kt | 2 +- .../kotlin/config/ReporterConfiguration.kt | 2 +- .../config/RepositoryAnalyzerConfiguration.kt | 2 +- .../kotlin/config/RepositoryConfiguration.kt | 2 +- model/src/main/kotlin/config/Resolutions.kt | 2 +- .../kotlin/config/RuleViolationResolution.kt | 2 +- .../config/RuleViolationResolutionReason.kt | 2 +- .../config/S3FileStorageConfiguration.kt | 2 +- .../kotlin/config/ScanStorageConfiguration.kt | 2 +- .../kotlin/config/ScannerConfiguration.kt | 2 +- model/src/main/kotlin/config/ScopeExclude.kt | 2 +- .../main/kotlin/config/ScopeExcludeReason.kt | 2 +- .../kotlin/config/SendMailConfiguration.kt | 2 +- .../src/main/kotlin/config/SnippetChoices.kt | 2 +- .../kotlin/config/VulnerabilityResolution.kt | 2 +- .../config/VulnerabilityResolutionReason.kt | 2 +- .../main/kotlin/config/snippet/Provenance.kt | 2 +- .../kotlin/config/snippet/SnippetChoice.kt | 2 +- .../config/snippet/SnippetChoiceReason.kt | 2 +- .../licenses/DefaultLicenseInfoProvider.kt | 2 +- .../kotlin/licenses/LicenseCategorization.kt | 2 +- .../main/kotlin/licenses/LicenseCategory.kt | 2 +- .../kotlin/licenses/LicenseClassifications.kt | 2 +- .../licenses/LicenseFindingCurationResult.kt | 2 +- model/src/main/kotlin/licenses/LicenseInfo.kt | 2 +- .../kotlin/licenses/LicenseInfoProvider.kt | 2 +- .../kotlin/licenses/LicenseInfoResolver.kt | 2 +- model/src/main/kotlin/licenses/LicenseView.kt | 2 +- .../main/kotlin/licenses/ResolvedCopyright.kt | 2 +- .../licenses/ResolvedCopyrightFinding.kt | 2 +- .../main/kotlin/licenses/ResolvedLicense.kt | 2 +- .../licenses/ResolvedLicenseFileInfo.kt | 2 +- .../kotlin/licenses/ResolvedLicenseInfo.kt | 2 +- .../licenses/ResolvedLicenseLocation.kt | 2 +- .../licenses/ResolvedOriginalExpression.kt | 2 +- .../main/kotlin/utils/ClearlyDefinedUtils.kt | 2 +- model/src/main/kotlin/utils/DatabaseUtils.kt | 2 +- .../kotlin/utils/DefaultResolutionProvider.kt | 2 +- .../kotlin/utils/DependencyGraphBuilder.kt | 2 +- .../kotlin/utils/DependencyGraphConverter.kt | 2 +- .../main/kotlin/utils/DependencyHandler.kt | 2 +- model/src/main/kotlin/utils/ExposedUtils.kt | 2 +- model/src/main/kotlin/utils/Extensions.kt | 2 +- model/src/main/kotlin/utils/FileArchiver.kt | 2 +- .../kotlin/utils/FileProvenanceFileStorage.kt | 2 +- .../kotlin/utils/FindingCurationMatcher.kt | 2 +- .../src/main/kotlin/utils/FindingsMatcher.kt | 2 +- .../kotlin/utils/JsonIncludeValueFilters.kt | 2 +- .../main/kotlin/utils/OrtResultExtensions.kt | 2 +- .../main/kotlin/utils/PathLicenseMatcher.kt | 2 +- .../utils/PostgresProvenanceFileStorage.kt | 2 +- .../kotlin/utils/ProvenanceFileStorage.kt | 2 +- model/src/main/kotlin/utils/PurlExtensions.kt | 2 +- model/src/main/kotlin/utils/PurlUtils.kt | 2 +- .../main/kotlin/utils/ResolutionProvider.kt | 2 +- .../src/main/kotlin/utils/ScanResultUtils.kt | 2 +- .../utils/SortedCollectionConverters.kt | 2 +- model/src/main/kotlin/utils/VersionUtils.kt | 2 +- .../kotlin/vulnerabilities/Cvss2Rating.kt | 2 +- .../kotlin/vulnerabilities/Cvss3Rating.kt | 2 +- .../kotlin/vulnerabilities/Cvss4Rating.kt | 2 +- .../kotlin/vulnerabilities/Vulnerability.kt | 2 +- .../vulnerabilities/VulnerabilityReference.kt | 2 +- model/src/main/resources/reference.yml | 2 +- .../kotlin/AbstractDependencyNavigatorTest.kt | 2 +- model/src/test/kotlin/AdvisorResultTest.kt | 2 +- .../CompatibilityDependencyNavigatorTest.kt | 2 +- model/src/test/kotlin/DefectTest.kt | 2 +- .../DependencyGraphNavigatorLegacyTest.kt | 2 +- .../kotlin/DependencyGraphNavigatorTest.kt | 2 +- model/src/test/kotlin/DependencyGraphTest.kt | 2 +- .../kotlin/DependencyTreeNavigatorTest.kt | 2 +- model/src/test/kotlin/FileFormatTest.kt | 2 +- model/src/test/kotlin/HashAlgorithmTest.kt | 2 +- model/src/test/kotlin/HashTest.kt | 2 +- model/src/test/kotlin/IdentifierTest.kt | 2 +- model/src/test/kotlin/JsonSchemaTest.kt | 2 +- model/src/test/kotlin/LicenseFindingTest.kt | 2 +- model/src/test/kotlin/OrtResultTest.kt | 2 +- .../test/kotlin/PackageCurationDataTest.kt | 2 +- model/src/test/kotlin/PackageCurationTest.kt | 2 +- model/src/test/kotlin/PackageProviderTest.kt | 2 +- model/src/test/kotlin/PackageReferenceTest.kt | 2 +- model/src/test/kotlin/ProjectTest.kt | 2 +- model/src/test/kotlin/ProvenanceTest.kt | 2 +- model/src/test/kotlin/ScanSummaryTest.kt | 2 +- model/src/test/kotlin/ScannerRunTest.kt | 2 +- model/src/test/kotlin/VcsInfoTest.kt | 2 +- .../config/AnalyzerConfigurationTest.kt | 2 +- model/src/test/kotlin/config/ExcludesTest.kt | 2 +- .../HttpFileStorageConfigurationTest.kt | 2 +- model/src/test/kotlin/config/IncludesTest.kt | 2 +- .../test/kotlin/config/IssueResolutionTest.kt | 2 +- .../config/LicenseFindingCurationTest.kt | 2 +- .../kotlin/config/OrtConfigurationTest.kt | 2 +- .../kotlin/config/PackageConfigurationTest.kt | 2 +- .../config/PackageManagerConfigurationTest.kt | 2 +- .../src/test/kotlin/config/PathExcludeTest.kt | 2 +- .../config/ReporterConfigurationTest.kt | 2 +- .../config/RepositoryConfigurationTest.kt | 2 +- .../config/RuleViolationResolutionTest.kt | 2 +- .../kotlin/config/ScannerConfigurationTest.kt | 2 +- .../config/VulnerabilityResolutionTest.kt | 2 +- .../DefaultLicenseInfoProviderTest.kt | 2 +- .../licenses/LicenseClassificationsTest.kt | 2 +- .../licenses/LicenseInfoResolverTest.kt | 2 +- .../test/kotlin/licenses/LicenseViewTest.kt | 2 +- .../licenses/ResolvedLicenseInfoTest.kt | 2 +- .../kotlin/licenses/ResolvedLicenseTest.kt | 14 ++--- model/src/test/kotlin/licenses/TestUtils.kt | 2 +- .../utils/DependencyGraphBuilderTest.kt | 2 +- .../utils/DependencyGraphConverterTest.kt | 2 +- model/src/test/kotlin/utils/ExtensionsTest.kt | 2 +- .../src/test/kotlin/utils/FileArchiverTest.kt | 2 +- .../utils/FindingCurationMatcherTest.kt | 2 +- .../test/kotlin/utils/FindingsMatcherTest.kt | 2 +- .../kotlin/utils/PathLicenseMatcherTest.kt | 2 +- .../test/kotlin/utils/PurlExtensionsTest.kt | 2 +- model/src/test/kotlin/utils/PurlUtilsTest.kt | 2 +- .../test/kotlin/utils/ScanResultUtilsTest.kt | 2 +- .../kotlin/vulnerabilities/Cvss2RatingTest.kt | 2 +- .../kotlin/vulnerabilities/Cvss3RatingTest.kt | 2 +- .../kotlin/vulnerabilities/Cvss4RatingTest.kt | 2 +- .../VulnerabilityReferenceTest.kt | 2 +- model/src/testFixtures/kotlin/TestData.kt | 2 +- notifier/build.gradle.kts | 2 +- .../kotlin/NotificationsScriptTemplate.kt | 2 +- notifier/src/main/kotlin/Notifier.kt | 2 +- .../src/main/kotlin/modules/JiraNotifier.kt | 2 +- .../src/main/kotlin/modules/MailNotifier.kt | 2 +- notifier/src/test/kotlin/NotifierTest.kt | 2 +- .../src/test/kotlin/modules/JiraClientTest.kt | 2 +- .../test/kotlin/modules/JiraNotifierTest.kt | 2 +- .../test/kotlin/modules/MailNotifierTest.kt | 2 +- plugins/advisors/black-duck/build.gradle.kts | 2 +- .../src/funTest/kotlin/BlackDuckFunTest.kt | 2 +- .../ResponseCachingComponentServiceClient.kt | 2 +- .../black-duck/src/main/kotlin/BlackDuck.kt | 2 +- .../src/main/kotlin/BlackDuckConfiguration.kt | 2 +- .../src/main/kotlin/BlackDuckOriginId.kt | 2 +- .../src/main/kotlin/ComponentServiceClient.kt | 2 +- .../main/kotlin/ExtendedComponentService.kt | 2 +- .../src/test/kotlin/BlackDuckTest.kt | 2 +- plugins/advisors/build.gradle.kts | 2 +- plugins/advisors/oss-index/build.gradle.kts | 2 +- .../oss-index/src/main/kotlin/OssIndex.kt | 2 +- .../src/main/kotlin/OssIndexConfiguration.kt | 2 +- .../oss-index/src/test/kotlin/OssIndexTest.kt | 2 +- plugins/advisors/osv/build.gradle.kts | 2 +- .../osv/src/funTest/kotlin/OsvFunTest.kt | 2 +- plugins/advisors/osv/src/main/kotlin/Osv.kt | 2 +- .../osv/src/main/kotlin/OsvConfiguration.kt | 2 +- .../advisors/vulnerable-code/build.gradle.kts | 2 +- .../funTest/kotlin/VulnerableCodeFunTest.kt | 2 +- .../src/main/kotlin/VulnerableCode.kt | 2 +- .../kotlin/VulnerableCodeConfiguration.kt | 2 +- .../src/test/kotlin/VulnerableCodeTest.kt | 2 +- plugins/api/build.gradle.kts | 2 +- plugins/api/src/main/kotlin/OrtPlugin.kt | 2 +- .../api/src/main/kotlin/OrtPluginOption.kt | 2 +- plugins/api/src/main/kotlin/PluginConfig.kt | 2 +- .../api/src/main/kotlin/PluginDescriptor.kt | 2 +- plugins/api/src/main/kotlin/PluginFactory.kt | 2 +- plugins/commands/advisor/build.gradle.kts | 2 +- .../advisor/src/main/kotlin/AdviseCommand.kt | 2 +- plugins/commands/analyzer/build.gradle.kts | 2 +- .../src/main/kotlin/AnalyzeCommand.kt | 2 +- plugins/commands/api/build.gradle.kts | 2 +- .../api/src/main/kotlin/OrtCommand.kt | 2 +- .../api/src/main/kotlin/OrtCommandFactory.kt | 2 +- .../api/src/main/kotlin/utils/Constants.kt | 2 +- .../api/src/main/kotlin/utils/Extensions.kt | 2 +- .../api/src/main/kotlin/utils/GroupTypes.kt | 2 +- .../main/kotlin/utils/SeverityStatsPrinter.kt | 2 +- plugins/commands/build.gradle.kts | 2 +- plugins/commands/compare/build.gradle.kts | 2 +- .../funTest/kotlin/CompareCommandFunTest.kt | 2 +- .../compare/src/main/kotlin/CompareCommand.kt | 2 +- plugins/commands/config/build.gradle.kts | 2 +- .../config/src/main/kotlin/ConfigCommand.kt | 2 +- plugins/commands/downloader/build.gradle.kts | 2 +- .../src/main/kotlin/DownloadCommand.kt | 2 +- plugins/commands/evaluator/build.gradle.kts | 2 +- .../src/main/kotlin/EvaluateCommand.kt | 2 +- .../src/test/kotlin/EvaluateCommandTest.kt | 2 +- plugins/commands/migrate/build.gradle.kts | 2 +- .../migrate/src/main/kotlin/MigrateCommand.kt | 2 +- plugins/commands/notifier/build.gradle.kts | 2 +- .../notifier/src/main/kotlin/NotifyCommand.kt | 2 +- plugins/commands/plugins/build.gradle.kts | 2 +- .../plugins/src/main/kotlin/PluginsCommand.kt | 2 +- plugins/commands/reporter/build.gradle.kts | 2 +- .../reporter/src/main/kotlin/ReportCommand.kt | 2 +- .../commands/requirements/build.gradle.kts | 2 +- .../kotlin/RequirementsCommandFunTest.kt | 2 +- .../src/main/kotlin/RequirementsCommand.kt | 2 +- plugins/commands/scanner/build.gradle.kts | 2 +- .../scanner/src/main/kotlin/ScanCommand.kt | 2 +- .../upload-curations/build.gradle.kts | 2 +- .../src/main/kotlin/UploadCurationsCommand.kt | 2 +- .../build.gradle.kts | 2 +- .../kotlin/UploadResultToPostgresCommand.kt | 2 +- plugins/compiler/build.gradle.kts | 2 +- .../src/main/kotlin/JsonSpecGenerator.kt | 2 +- .../src/main/kotlin/PluginFactoryGenerator.kt | 2 +- .../src/main/kotlin/PluginProcessor.kt | 2 +- .../main/kotlin/PluginProcessorProvider.kt | 2 +- .../compiler/src/main/kotlin/PluginSpec.kt | 2 +- .../src/main/kotlin/PluginSpecFactory.kt | 2 +- .../src/main/kotlin/ServiceLoaderGenerator.kt | 2 +- .../src/test/kotlin/PluginSpecFactoryTest.kt | 2 +- .../api/build.gradle.kts | 2 +- .../kotlin/CompositeLicenseFactProvider.kt | 2 +- .../src/main/kotlin/LicenseFactProvider.kt | 2 +- .../main/kotlin/LicenseFactProviderFactory.kt | 2 +- .../api/src/main/kotlin/LicenseText.kt | 2 +- .../license-fact-providers/build.gradle.kts | 2 +- .../dir/build.gradle.kts | 2 +- .../src/main/kotlin/DirLicenseFactProvider.kt | 2 +- .../test/kotlin/DirLicenseFactProviderTest.kt | 2 +- .../scancode/build.gradle.kts | 2 +- .../ScanCodeLicenseFactProviderFunTest.kt | 2 +- .../kotlin/ScanCodeLicenseFactProvider.kt | 2 +- .../kotlin/ScanCodeLicenseFactProviderTest.kt | 2 +- .../spdx/build.gradle.kts | 2 +- .../main/kotlin/SpdxLicenseFactProvider.kt | 2 +- .../kotlin/SpdxLicenseFactProviderTest.kt | 2 +- .../api/build.gradle.kts | 2 +- .../CompositePackageConfigurationProvider.kt | 2 +- .../kotlin/PackageConfigurationProvider.kt | 2 +- .../PackageConfigurationProviderFactory.kt | 2 +- .../SimplePackageConfigurationProvider.kt | 2 +- .../SimplePackageConfigurationProviderTest.kt | 2 +- .../build.gradle.kts | 2 +- .../dir/build.gradle.kts | 2 +- .../kotlin/DirPackageConfigurationProvider.kt | 2 +- .../dos/build.gradle.kts | 2 +- .../kotlin/DosPackageConfigurationProvider.kt | 2 +- .../ort-config/build.gradle.kts | 2 +- ...nfigPackageConfigurationProviderFunTest.kt | 2 +- .../OrtConfigPackageConfigurationProvider.kt | 2 +- .../api/build.gradle.kts | 2 +- .../main/kotlin/PackageCurationProvider.kt | 2 +- .../kotlin/PackageCurationProviderFactory.kt | 2 +- .../kotlin/SimplePackageCurationProvider.kt | 2 +- .../build.gradle.kts | 2 +- .../clearly-defined/build.gradle.kts | 2 +- ...lyDefinedPackageCurationProviderFunTest.kt | 2 +- .../ClearlyDefinedPackageCurationProvider.kt | 2 +- ...earlyDefinedPackageCurationProviderTest.kt | 2 +- .../file/build.gradle.kts | 2 +- .../kotlin/FilePackageCurationProvider.kt | 2 +- .../kotlin/FilePackageCurationProviderTest.kt | 2 +- .../ort-config/build.gradle.kts | 2 +- ...OrtConfigPackageCurationProviderFunTest.kt | 2 +- .../OrtConfigPackageCurationProvider.kt | 2 +- .../spring/build.gradle.kts | 2 +- .../kotlin/SpringPackageCurationProvider.kt | 2 +- .../spring/src/main/kotlin/Utils.kt | 2 +- .../SpringPackageCurationProviderTest.kt | 2 +- .../package-managers/bazel/build.gradle.kts | 2 +- .../funTest/kotlin/BazelDetectionFunTest.kt | 2 +- .../bazel/src/funTest/kotlin/BazelFunTest.kt | 2 +- .../bazel/src/main/kotlin/Bazel.kt | 2 +- .../bazel/src/main/kotlin/BazelModel.kt | 2 +- .../CompositeBazelModuleRegistryService.kt | 2 +- .../kotlin/MultiBazelModuleRegistryService.kt | 2 +- .../bazel/src/main/kotlin/StarlarkParser.kt | 2 +- ...CompositeBazelModuleRegistryServiceTest.kt | 2 +- .../MultiBazelModuleRegistryServiceTest.kt | 2 +- .../src/test/kotlin/StarlarkParserTest.kt | 2 +- .../package-managers/bower/build.gradle.kts | 2 +- .../bower/src/funTest/kotlin/BowerFunTest.kt | 2 +- .../bower/src/main/kotlin/Bower.kt | 2 +- .../src/main/kotlin/BowerDependencyHandler.kt | 2 +- .../bower/src/main/kotlin/Model.kt | 2 +- plugins/package-managers/build.gradle.kts | 2 +- .../package-managers/bundler/build.gradle.kts | 2 +- .../src/funTest/kotlin/BundlerFunTest.kt | 2 +- .../bundler/src/main/kotlin/Bundler.kt | 2 +- .../bundler/src/main/kotlin/Model.kt | 2 +- .../main/resources/resolve_dependencies.rb | 2 +- .../src/main/resources/root_dependencies.rb | 2 +- .../bundler/src/test/kotlin/BundlerTest.kt | 2 +- .../package-managers/cargo/build.gradle.kts | 2 +- .../cargo/src/funTest/kotlin/CargoFunTest.kt | 2 +- .../funTest/kotlin/CargoSubcrateFunTest.kt | 2 +- .../cargo/src/main/kotlin/Cargo.kt | 2 +- .../cargo/src/main/kotlin/CargoLockfile.kt | 2 +- .../cargo/src/main/kotlin/CargoMetadata.kt | 2 +- .../carthage/build.gradle.kts | 2 +- .../src/funTest/kotlin/CarthageFunTest.kt | 2 +- .../carthage/src/main/kotlin/Carthage.kt | 2 +- .../carthage/src/test/kotlin/CarthageTest.kt | 2 +- .../cocoapods/build.gradle.kts | 2 +- .../src/funTest/kotlin/CocoaPodsFunTest.kt | 2 +- .../cocoapods/src/main/kotlin/CocoaPods.kt | 2 +- .../cocoapods/src/main/kotlin/Lockfile.kt | 2 +- .../src/main/kotlin/PodDependencyHandler.kt | 2 +- .../cocoapods/src/main/kotlin/Podspec.kt | 2 +- .../composer/build.gradle.kts | 2 +- .../src/funTest/kotlin/ComposerFunTest.kt | 2 +- .../composer/src/main/kotlin/Composer.kt | 2 +- .../src/main/kotlin/LockfileProvider.kt | 2 +- .../composer/src/main/kotlin/Model.kt | 2 +- .../package-managers/conan/build.gradle.kts | 2 +- .../conan/src/funTest/kotlin/ConanFunTest.kt | 2 +- .../conan/src/main/kotlin/Conan.kt | 2 +- .../conan/src/main/kotlin/ConanV1Handler.kt | 2 +- .../conan/src/main/kotlin/ConanV2Handler.kt | 2 +- .../src/main/kotlin/ConanVersionHandler.kt | 2 +- .../conan/src/main/kotlin/PackageInfo.kt | 2 +- plugins/package-managers/go/build.gradle.kts | 2 +- .../go/src/funTest/kotlin/GoModFunTest.kt | 2 +- .../go/src/main/kotlin/GoMod.kt | 2 +- .../go/src/main/kotlin/utils/Graph.kt | 2 +- .../go/src/test/kotlin/GoModTest.kt | 2 +- .../gradle-inspector/build.gradle.kts | 2 +- .../src/funTest/kotlin/Extensions.kt | 2 +- .../funTest/kotlin/GradleAndroidFunTest.kt | 2 +- .../src/funTest/kotlin/GradleBomFunTest.kt | 2 +- .../funTest/kotlin/GradleCompositeFunTest.kt | 2 +- .../src/funTest/kotlin/GradleFunTest.kt | 2 +- .../kotlin/GradleKotlinScriptFunTest.kt | 2 +- .../funTest/kotlin/GradleLibraryFunTest.kt | 2 +- .../main/kotlin/GradleDependencyHandler.kt | 2 +- .../src/main/kotlin/GradleInspector.kt | 2 +- .../src/main/resources/template.init.gradle | 2 +- .../gradle-model/build.gradle.kts | 2 +- .../src/main/kotlin/Extensions.kt | 2 +- .../src/main/kotlin/GradleModel.kt | 2 +- .../gradle-plugin/build.gradle.kts | 2 +- .../src/main/kotlin/FileModelBuilder.kt | 2 +- .../src/main/kotlin/GradleModelExtensions.kt | 2 +- .../src/main/kotlin/MavenModelExtensions.kt | 2 +- .../src/main/kotlin/OrtModelBuilder.kt | 2 +- .../src/main/kotlin/OrtModelImpl.kt | 2 +- .../src/main/kotlin/OrtModelPlugin.kt | 2 +- .../package-managers/gradle/build.gradle.kts | 2 +- .../project1/build.gradle.kts | 2 +- .../project1/settings.gradle.kts | 2 +- .../project2/build.gradle.kts | 2 +- .../funTest/kotlin/GradleAndroidFunTest.kt | 2 +- .../src/funTest/kotlin/GradleBomFunTest.kt | 2 +- .../funTest/kotlin/GradleCompositeFunTest.kt | 2 +- .../src/funTest/kotlin/GradleFunTest.kt | 2 +- .../kotlin/GradleKotlinScriptFunTest.kt | 2 +- .../funTest/kotlin/GradleLibraryFunTest.kt | 2 +- .../gradle/src/main/kotlin/Gradle.kt | 2 +- .../main/kotlin/GradleDependencyHandler.kt | 2 +- .../gradle/src/main/resources/init.gradle | 2 +- .../kotlin/GradleDependencyHandlerTest.kt | 2 +- .../package-managers/maven/build.gradle.kts | 2 +- .../maven/src/funTest/kotlin/MavenFunTest.kt | 2 +- .../maven/src/funTest/kotlin/TychoFunTest.kt | 2 +- .../maven/src/main/kotlin/Maven.kt | 2 +- .../main/kotlin/tycho/DependencyTreeParser.kt | 2 +- .../kotlin/tycho/LocalRepositoryHelper.kt | 2 +- .../main/kotlin/tycho/P2ArtifactResolver.kt | 2 +- .../kotlin/tycho/P2RepositoryContentLoader.kt | 2 +- .../src/main/kotlin/tycho/TargetHandler.kt | 2 +- .../maven/src/main/kotlin/tycho/Tycho.kt | 2 +- .../maven/src/main/kotlin/tycho/XmlParser.kt | 2 +- .../maven/src/main/kotlin/utils/Extensions.kt | 2 +- .../main/kotlin/utils/HttpsMirrorSelector.kt | 2 +- .../utils/LocalProjectWorkspaceReader.kt | 2 +- .../kotlin/utils/MavenDependencyHandler.kt | 2 +- .../src/main/kotlin/utils/MavenLogger.kt | 2 +- .../src/main/kotlin/utils/MavenParsers.kt | 2 +- .../src/main/kotlin/utils/MavenSupport.kt | 2 +- .../SkipBinaryDownloadsWorkspaceReader.kt | 2 +- .../maven/src/test/kotlin/MavenTest.kt | 2 +- .../kotlin/tycho/DependencyTreeParserTest.kt | 2 +- .../maven/src/test/kotlin/tycho/Extensions.kt | 2 +- .../kotlin/tycho/LocalRepositoryHelperTest.kt | 2 +- .../kotlin/tycho/P2ArtifactResolverTest.kt | 2 +- .../tycho/P2RepositoryContentLoaderTest.kt | 2 +- .../test/kotlin/tycho/TargetHandlerTest.kt | 2 +- .../maven/src/test/kotlin/tycho/TychoTest.kt | 2 +- .../src/test/kotlin/utils/ExtensionsTest.kt | 2 +- .../utils/MavenDependencyHandlerTest.kt | 2 +- .../src/test/kotlin/utils/MavenParsersTest.kt | 2 +- .../src/test/kotlin/utils/MavenSupportTest.kt | 2 +- .../package-managers/node/build.gradle.kts | 2 +- .../node/src/funTest/kotlin/npm/NpmFunTest.kt | 2 +- .../src/funTest/kotlin/pnpm/PnpmFunTest.kt | 2 +- .../src/funTest/kotlin/yarn/YarnFunTest.kt | 2 +- .../src/funTest/kotlin/yarn2/Yarn2FunTest.kt | 2 +- .../src/main/kotlin/ModuleInfoResolver.kt | 2 +- .../src/main/kotlin/NodePackageManager.kt | 2 +- .../kotlin/NodePackageManagerDetection.kt | 2 +- .../src/main/kotlin/NodePackageManagerType.kt | 2 +- .../node/src/main/kotlin/PackageJson.kt | 2 +- .../node/src/main/kotlin/Scope.kt | 2 +- .../node/src/main/kotlin/Utils.kt | 2 +- .../node/src/main/kotlin/npm/ModuleInfo.kt | 2 +- .../node/src/main/kotlin/npm/Npm.kt | 2 +- .../main/kotlin/npm/NpmDependencyHandler.kt | 2 +- .../node/src/main/kotlin/pnpm/ModuleInfo.kt | 2 +- .../node/src/main/kotlin/pnpm/Pnpm.kt | 2 +- .../main/kotlin/pnpm/PnpmDependencyHandler.kt | 2 +- .../src/main/kotlin/yarn/WorkspaceInfo.kt | 2 +- .../node/src/main/kotlin/yarn/Yarn.kt | 2 +- .../main/kotlin/yarn/YarnDependencyHandler.kt | 2 +- .../node/src/main/kotlin/yarn/YarnListNode.kt | 2 +- .../node/src/main/kotlin/yarn2/PackageInfo.kt | 2 +- .../src/main/kotlin/yarn2/WorkspaceInfo.kt | 2 +- .../node/src/main/kotlin/yarn2/Yarn2.kt | 2 +- .../src/main/kotlin/yarn2/Yarn2Command.kt | 2 +- .../kotlin/yarn2/Yarn2DependencyHandler.kt | 2 +- .../kotlin/NodePackageManagerDetectionTest.kt | 2 +- .../node/src/test/kotlin/PackageJsonTest.kt | 2 +- .../node/src/test/kotlin/UtilsTest.kt | 2 +- .../node/src/test/kotlin/npm/NpmTest.kt | 2 +- .../src/test/kotlin/pnpm/ModuleInfoTest.kt | 2 +- .../node/src/test/kotlin/yarn/YarnTest.kt | 2 +- .../yarn2/Yarn2DependencyHandlerTest.kt | 2 +- .../node/src/test/kotlin/yarn2/Yarn2Test.kt | 2 +- .../package-managers/nuget/build.gradle.kts | 2 +- .../nuget/src/funTest/kotlin/NuGetFunTest.kt | 2 +- .../nuget/src/main/kotlin/NuGet.kt | 2 +- .../src/main/kotlin/utils/NuGetInspector.kt | 2 +- .../kotlin/utils/NuGetInspectorExtensions.kt | 2 +- .../nuget/src/main/kotlin/utils/NuGetUtils.kt | 2 +- .../src/test/kotlin/utils/NuGetUtilsTest.kt | 2 +- plugins/package-managers/pub/build.gradle.kts | 2 +- .../pub/src/funTest/kotlin/PubFunTest.kt | 2 +- .../pub/src/main/kotlin/Pub.kt | 2 +- .../pub/src/main/kotlin/PubCacheReader.kt | 2 +- .../pub/src/main/kotlin/model/Lockfile.kt | 2 +- .../pub/src/main/kotlin/model/Pubspec.kt | 2 +- .../pub/src/main/kotlin/model/Yaml.kt | 2 +- .../pub/src/test/kotlin/PubCacheReaderTest.kt | 2 +- .../pub/src/test/kotlin/model/LockfileTest.kt | 2 +- .../pub/src/test/kotlin/model/PubspecTest.kt | 2 +- .../package-managers/python/build.gradle.kts | 2 +- .../python/src/funTest/kotlin/PipFunTest.kt | 2 +- .../src/funTest/kotlin/PipenvFunTest.kt | 2 +- .../src/funTest/kotlin/PoetryFunTest.kt | 2 +- .../kotlin/utils/PythonInspectorFunTest.kt | 2 +- .../python/src/main/kotlin/Pip.kt | 2 +- .../python/src/main/kotlin/Pipenv.kt | 2 +- .../python/src/main/kotlin/Poetry.kt | 2 +- .../src/main/kotlin/utils/PythonInspector.kt | 2 +- .../kotlin/utils/PythonInspectorExtensions.kt | 2 +- .../src/main/kotlin/utils/PythonUtils.kt | 2 +- .../python/src/test/kotlin/PoetryTest.kt | 2 +- plugins/package-managers/sbt/build.gradle.kts | 2 +- .../sbt/src/funTest/kotlin/SbtFunTest.kt | 2 +- .../sbt/src/main/kotlin/Sbt.kt | 2 +- .../package-managers/spdx/build.gradle.kts | 2 +- .../funTest/kotlin/SpdxDocumentFileFunTest.kt | 2 +- .../spdx/src/main/kotlin/SpdxDocumentFile.kt | 2 +- .../main/kotlin/utils/SpdxDocumentCache.kt | 2 +- .../main/kotlin/utils/SpdxResolvedDocument.kt | 2 +- .../src/test/kotlin/SpdxDocumentFileTest.kt | 2 +- .../kotlin/utils/SpdxDocumentCacheTest.kt | 2 +- .../kotlin/utils/SpdxResolvedDocumentTest.kt | 2 +- .../package-managers/stack/build.gradle.kts | 2 +- .../stack/src/funTest/kotlin/StackFunTest.kt | 2 +- .../stack/src/main/kotlin/Model.kt | 2 +- .../stack/src/main/kotlin/Stack.kt | 2 +- .../stack/src/test/kotlin/StackTest.kt | 2 +- .../package-managers/swiftpm/build.gradle.kts | 2 +- .../src/funTest/kotlin/SwiftPmFunTest.kt | 2 +- .../swiftpm/src/main/kotlin/SwiftPm.kt | 2 +- .../swiftpm/src/main/kotlin/SwiftPmModel.kt | 2 +- .../swiftpm/src/test/kotlin/SwiftPmTest.kt | 2 +- .../unmanaged/build.gradle.kts | 2 +- .../unmanaged/src/main/kotlin/Unmanaged.kt | 2 +- plugins/reporters/aosd/build.gradle.kts | 2 +- .../funTest/kotlin/Aosd20ReporterFunTest.kt | 2 +- .../funTest/kotlin/Aosd21ReporterFunTest.kt | 2 +- .../aosd/src/main/kotlin/Aosd20Model.kt | 2 +- .../aosd/src/main/kotlin/Aosd20Reporter.kt | 2 +- .../aosd/src/main/kotlin/Aosd21Model.kt | 2 +- .../aosd/src/main/kotlin/Aosd21Reporter.kt | 2 +- plugins/reporters/asciidoc/build.gradle.kts | 2 +- .../kotlin/DocBookTemplateReporterFunTest.kt | 2 +- .../kotlin/HtmlTemplateReporterFunTest.kt | 2 +- .../kotlin/ManPageTemplateReporterFunTest.kt | 2 +- .../kotlin/PdfTemplateReporterFunTest.kt | 2 +- .../main/kotlin/AsciiDocTemplateReporter.kt | 2 +- .../main/kotlin/DocBookTemplateReporter.kt | 2 +- .../src/main/kotlin/HtmlTemplateReporter.kt | 2 +- .../main/kotlin/ManPageTemplateReporter.kt | 2 +- .../src/main/kotlin/PdfTemplateReporter.kt | 2 +- .../templates/asciidoc/defect_report.ftl | 2 +- .../asciidoc/disclosure_document.ftl | 2 +- .../asciidoc/vulnerability_report.ftl | 2 +- plugins/reporters/build.gradle.kts | 2 +- plugins/reporters/ctrlx/build.gradle.kts | 2 +- .../kotlin/CtrlXAutomationReporterFunTest.kt | 2 +- .../src/main/kotlin/CtrlXAutomationModel.kt | 2 +- .../main/kotlin/CtrlXAutomationReporter.kt | 2 +- .../test/kotlin/CtrlXAutomationModelTest.kt | 2 +- plugins/reporters/cyclonedx/build.gradle.kts | 2 +- .../kotlin/CycloneDxReporterFunTest.kt | 2 +- .../src/main/kotlin/BomExtensions.kt | 2 +- .../src/main/kotlin/CycloneDxReporter.kt | 2 +- .../cyclonedx/src/main/kotlin/Utils.kt | 2 +- .../evaluated-model/build.gradle.kts | 2 +- .../kotlin/EvaluatedModelReporterFunTest.kt | 2 +- .../src/main/kotlin/CopyrightStatement.kt | 2 +- .../src/main/kotlin/DependencyTreeNode.kt | 2 +- .../src/main/kotlin/EvaluatedFinding.kt | 2 +- .../src/main/kotlin/EvaluatedFindingType.kt | 2 +- .../src/main/kotlin/EvaluatedIssue.kt | 2 +- .../src/main/kotlin/EvaluatedIssueType.kt | 2 +- .../src/main/kotlin/EvaluatedModel.kt | 2 +- .../src/main/kotlin/EvaluatedModelMapper.kt | 2 +- .../src/main/kotlin/EvaluatedModelReporter.kt | 2 +- .../src/main/kotlin/EvaluatedPackage.kt | 2 +- .../src/main/kotlin/EvaluatedPackagePath.kt | 2 +- .../EvaluatedProcessedDeclaredLicense.kt | 2 +- .../src/main/kotlin/EvaluatedRuleViolation.kt | 2 +- .../src/main/kotlin/EvaluatedScanResult.kt | 2 +- .../src/main/kotlin/EvaluatedScope.kt | 2 +- .../src/main/kotlin/EvaluatedVulnerability.kt | 2 +- .../src/main/kotlin/IntIdModule.kt | 2 +- .../src/main/kotlin/LicenseId.kt | 2 +- .../src/main/kotlin/Metadata.kt | 2 +- .../src/main/kotlin/MetadataCalculator.kt | 2 +- .../kotlin/ZeroBasedIntSequenceGenerator.kt | 2 +- plugins/reporters/fossid/build.gradle.kts | 2 +- .../fossid/src/main/kotlin/FossIdReporter.kt | 2 +- .../src/main/kotlin/FossIdSnippetReporter.kt | 2 +- .../templates/asciidoc/fossid_snippet.ftl | 2 +- .../src/test/kotlin/FossIdReporterTest.kt | 2 +- plugins/reporters/freemarker/build.gradle.kts | 2 +- .../PlainTextTemplateReporterFunTest.kt | 2 +- .../kotlin/FreemarkerTemplateProcessor.kt | 2 +- .../main/kotlin/PlainTextTemplateReporter.kt | 2 +- .../templates/plain-text/NOTICE_DEFAULT.ftl | 2 +- .../templates/plain-text/NOTICE_SUMMARY.ftl | 2 +- .../kotlin/FreeMarkerTemplateProcessorTest.kt | 2 +- plugins/reporters/opossum/build.gradle.kts | 2 +- .../funTest/kotlin/OpossumReporterFunTest.kt | 2 +- .../opossum/src/main/kotlin/OpossumModel.kt | 2 +- .../src/main/kotlin/OpossumReporter.kt | 2 +- .../src/test/kotlin/OpossumReporterTest.kt | 2 +- plugins/reporters/spdx/build.gradle.kts | 2 +- .../kotlin/SpdxDocumentReporterFunTest.kt | 2 +- .../spdx/src/main/kotlin/Extensions.kt | 2 +- .../main/kotlin/SpdxDocumentModelMapper.kt | 2 +- .../src/main/kotlin/SpdxDocumentReporter.kt | 2 +- .../spdx/src/testFixtures/kotlin/TestData.kt | 2 +- .../reporters/static-html/build.gradle.kts | 2 +- .../kotlin/StaticHtmlReporterFunTest.kt | 2 +- .../src/main/kotlin/StaticHtmlReporter.kt | 2 +- .../src/main/kotlin/TablesReport.kt | 2 +- .../main/kotlin/TablesReportModelMapper.kt | 2 +- .../reporters/trustsource/build.gradle.kts | 2 +- .../kotlin/TrustSourceReporterFunTest.kt | 2 +- .../src/main/kotlin/TrustSourceModel.kt | 2 +- .../src/main/kotlin/TrustSourceReporter.kt | 2 +- .../web-app-template/build.gradle.kts | 2 +- .../web-app-template/eslint.config.js | 2 +- plugins/reporters/web-app-template/index.html | 4 +- .../reporters/web-app-template/src/App.jsx | 2 +- .../src/components/AboutModal.jsx | 2 +- .../src/components/IssuesTable.jsx | 2 +- .../src/components/LicenseChart.jsx | 2 +- .../src/components/LicenseStatsTable.jsx | 2 +- .../src/components/PackageDetails.jsx | 2 +- .../src/components/PackageFindingsTable.jsx | 2 +- .../src/components/PackageLicenses.jsx | 2 +- .../src/components/PackagePaths.jsx | 2 +- .../src/components/PathExcludesTable.jsx | 2 +- .../src/components/ResolutionTable.jsx | 2 +- .../src/components/ResultsSummary.jsx | 2 +- .../src/components/ResultsTable.jsx | 2 +- .../src/components/ResultsTree.jsx | 2 +- .../src/components/RuleViolationsTable.jsx | 4 +- .../src/components/ScopeExcludesTable.jsx | 2 +- .../src/components/SeverityTag.jsx | 2 +- .../src/components/Shared.jsx | 2 +- .../VulnerabilitiesResolutionTable.jsx | 2 +- .../src/components/VulnerabilitiesTable.jsx | 2 +- .../src/components/VulnerabilityRatingTag.jsx | 2 +- .../VulnerabilityReferencesList.jsx | 2 +- .../reporters/web-app-template/src/index.jsx | 2 +- .../src/models/DependencyTreeStatistics.js | 2 +- .../src/models/IssueStatistics.js | 2 +- .../src/models/LicenseStatistics.js | 2 +- .../web-app-template/src/models/Metadata.js | 2 +- .../web-app-template/src/models/Provenance.js | 2 +- .../src/models/RemoteArtifact.js | 2 +- .../web-app-template/src/models/Repository.js | 2 +- .../src/models/ScannerDetails.js | 2 +- .../web-app-template/src/models/Statistics.js | 2 +- .../web-app-template/src/models/VcsInfo.js | 2 +- .../src/models/VulnerabilityReference.js | 2 +- .../src/models/WebAppCopyright.js | 2 +- .../src/models/WebAppFinding.js | 2 +- .../src/models/WebAppLicense.js | 2 +- .../src/models/WebAppOrtIssue.js | 2 +- .../src/models/WebAppOrtResult.js | 2 +- .../src/models/WebAppPackage.js | 2 +- .../web-app-template/src/models/WebAppPath.js | 2 +- .../src/models/WebAppPathExclude.js | 2 +- .../src/models/WebAppResolution.js | 2 +- .../src/models/WebAppRuleViolation.js | 2 +- .../src/models/WebAppScanResult.js | 2 +- .../src/models/WebAppScope.js | 2 +- .../src/models/WebAppScopeExclude.js | 2 +- .../src/models/WebAppTreeNode.js | 2 +- .../src/models/WebAppVulnerability.js | 2 +- .../models/WebAppVulnerabilityResolution.js | 2 +- .../web-app-template/src/pages/AppPage.jsx | 2 +- .../web-app-template/src/pages/ErrorPage.jsx | 2 +- .../src/pages/LoadingPage.jsx | 2 +- .../web-app-template/src/utils/index.js | 2 +- .../reporters/web-app-template/vite.config.js | 2 +- plugins/reporters/web-app/build.gradle.kts | 2 +- .../funTest/kotlin/WebAppReporterFunTest.kt | 2 +- .../web-app/src/main/kotlin/WebAppReporter.kt | 2 +- plugins/scanners/askalono/build.gradle.kts | 2 +- .../src/funTest/kotlin/AskalonoFunTest.kt | 2 +- .../askalono/src/main/kotlin/Askalono.kt | 2 +- .../src/main/kotlin/AskalonoConfig.kt | 2 +- .../src/main/kotlin/AskalonoResultModel.kt | 2 +- plugins/scanners/build.gradle.kts | 2 +- plugins/scanners/dos/build.gradle.kts | 2 +- .../dos/src/main/kotlin/DosScanner.kt | 2 +- .../dos/src/main/kotlin/DosScannerConfig.kt | 2 +- .../src/main/kotlin/DosScannerResultParser.kt | 2 +- .../dos/src/test/kotlin/DosScannerTest.kt | 2 +- plugins/scanners/fossid/build.gradle.kts | 2 +- .../scanners/fossid/src/main/kotlin/FossId.kt | 2 +- .../fossid/src/main/kotlin/FossIdConfig.kt | 2 +- .../src/main/kotlin/FossIdNamingProvider.kt | 2 +- .../src/main/kotlin/FossIdScanResults.kt | 2 +- .../src/main/kotlin/FossIdUrlProvider.kt | 2 +- .../fossid/src/main/kotlin/OrtComment.kt | 2 +- .../fossid/src/main/kotlin/OrtScanComment.kt | 2 +- .../scanners/fossid/src/main/kotlin/Utils.kt | 2 +- .../kotlin/events/CloneRepositoryHandler.kt | 2 +- .../src/main/kotlin/events/EventHandler.kt | 2 +- .../kotlin/events/UploadArchiveHandler.kt | 2 +- .../src/test/kotlin/FossIdConfigTest.kt | 2 +- .../test/kotlin/FossIdLicenseMappingTest.kt | 2 +- .../test/kotlin/FossIdNamingProviderTest.kt | 2 +- .../test/kotlin/FossIdSnippetChoiceTest.kt | 2 +- .../test/kotlin/FossIdSnippetMappingTest.kt | 2 +- .../fossid/src/test/kotlin/FossIdTest.kt | 2 +- .../src/test/kotlin/FossIdUrlProviderTest.kt | 2 +- .../fossid/src/test/kotlin/LegacyRulesTest.kt | 2 +- .../src/test/kotlin/MapIgnoreRulesTest.kt | 2 +- .../fossid/src/test/kotlin/TestUtils.kt | 2 +- .../kotlin/events/UploadArchiveHandlerTest.kt | 2 +- plugins/scanners/licensee/build.gradle.kts | 2 +- .../src/funTest/kotlin/LicenseeFunTest.kt | 2 +- .../licensee/src/main/kotlin/Licensee.kt | 2 +- .../src/main/kotlin/LicenseeConfig.kt | 2 +- .../src/main/kotlin/LicenseeResultModel.kt | 2 +- .../licensee/src/test/kotlin/LicenseeTest.kt | 2 +- plugins/scanners/scancode/build.gradle.kts | 2 +- .../funTest/kotlin/ScanCodeScannerFunTest.kt | 2 +- .../scancode/src/main/kotlin/ScanCode.kt | 2 +- .../src/main/kotlin/ScanCodeConfig.kt | 2 +- .../main/kotlin/ScanCodeResultModelMapper.kt | 2 +- .../src/main/kotlin/ScanCodeResultParser.kt | 2 +- .../src/main/kotlin/model/CopyrightEntry.kt | 2 +- .../src/main/kotlin/model/FileEntry.kt | 2 +- .../src/main/kotlin/model/LicenseEntry.kt | 2 +- .../src/main/kotlin/model/ScanCodeResult.kt | 2 +- .../test/kotlin/ScanCodeResultParserTest.kt | 2 +- .../scancode/src/test/kotlin/ScanCodeTest.kt | 2 +- plugins/scanners/scanoss/build.gradle.kts | 2 +- .../scanoss/src/main/kotlin/ScanOss.kt | 2 +- .../scanoss/src/main/kotlin/ScanOssConfig.kt | 2 +- .../src/main/kotlin/ScanOssResultParser.kt | 2 +- .../test/kotlin/ScanOssResultParserTest.kt | 2 +- .../kotlin/ScanOssScannerDirectoryTest.kt | 2 +- .../src/test/kotlin/ScanOssScannerFileTest.kt | 2 +- .../scanoss/src/test/kotlin/ScanOssTest.kt | 2 +- .../scanoss/src/test/kotlin/TestUtils.kt | 2 +- .../scanoss/src/test/kotlin/WinnowingTest.kt | 2 +- .../version-control-systems/build.gradle.kts | 2 +- .../git/build.gradle.kts | 2 +- .../git/src/funTest/kotlin/GitFunTest.kt | 2 +- .../git/src/funTest/kotlin/GitRepoFunTest.kt | 2 +- .../funTest/kotlin/GitWorkingTreeFunTest.kt | 2 +- .../git/src/main/kotlin/Git.kt | 2 +- .../git/src/main/kotlin/GitConfig.kt | 2 +- .../git/src/main/kotlin/GitRepo.kt | 2 +- .../git/src/main/kotlin/GitWorkingTree.kt | 2 +- .../git/src/test/kotlin/GitTest.kt | 2 +- .../mercurial/build.gradle.kts | 2 +- .../src/funTest/kotlin/MercurialFunTest.kt | 2 +- .../kotlin/MercurialWorkingTreeFunTest.kt | 2 +- .../mercurial/src/main/kotlin/Mercurial.kt | 2 +- .../src/main/kotlin/MercurialWorkingTree.kt | 2 +- .../subversion/build.gradle.kts | 2 +- .../src/funTest/kotlin/SubversionFunTest.kt | 2 +- .../kotlin/SubversionWorkingTreeFunTest.kt | 2 +- .../subversion/src/main/kotlin/Subversion.kt | 2 +- .../src/main/kotlin/SubversionWorkingTree.kt | 2 +- qodana.yml | 2 +- reporter/build.gradle.kts | 2 +- .../src/main/kotlin/HowToFixTextProvider.kt | 2 +- .../HowToFixTextProviderScriptTemplate.kt | 2 +- reporter/src/main/kotlin/Reporter.kt | 2 +- reporter/src/main/kotlin/ReporterFactory.kt | 2 +- reporter/src/main/kotlin/ReporterInput.kt | 2 +- reporter/src/main/kotlin/Statistics.kt | 2 +- .../src/main/kotlin/StatisticsCalculator.kt | 2 +- reporter/src/testFixtures/kotlin/TestData.kt | 2 +- scanner/build.gradle.kts | 2 +- .../kotlin/ScannerIntegrationFunTest.kt | 2 +- .../AbstractNestedProvenanceStorageFunTest.kt | 2 +- ...AbstractPackageProvenanceStorageFunTest.kt | 2 +- .../DefaultNestedProvenanceResolverFunTest.kt | 2 +- ...DefaultPackageProvenanceResolverFunTest.kt | 2 +- ...FileBasedNestedProvenanceStorageFunTest.kt | 2 +- ...ileBasedPackageProvenanceStorageFunTest.kt | 2 +- .../PostgresNestedProvenanceStorageFunTest.kt | 2 +- ...PostgresPackageProvenanceStorageFunTest.kt | 2 +- .../AbstractPackageBasedScanStorageFunTest.kt | 2 +- ...stractProvenanceBasedScanStorageFunTest.kt | 2 +- .../storages/ClearlyDefinedStorageFunTest.kt | 2 +- .../PackageBasedFileStorageFunTest.kt | 2 +- .../PackageBasedPostgresStorageFunTest.kt | 2 +- .../ProvenanceBasedFileStorageFunTest.kt | 2 +- .../ProvenanceBasedPostgresStorageFunTest.kt | 2 +- scanner/src/main/kotlin/FileList.kt | 2 +- .../main/kotlin/LocalPathScannerWrapper.kt | 2 +- scanner/src/main/kotlin/ScanContext.kt | 2 +- scanner/src/main/kotlin/ScanController.kt | 2 +- scanner/src/main/kotlin/ScanException.kt | 2 +- scanner/src/main/kotlin/ScanStorage.kt | 2 +- .../src/main/kotlin/ScanStorageException.kt | 2 +- scanner/src/main/kotlin/ScanStorages.kt | 2 +- scanner/src/main/kotlin/Scanner.kt | 2 +- scanner/src/main/kotlin/ScannerMatcher.kt | 2 +- .../src/main/kotlin/ScannerMatcherCriteria.kt | 2 +- scanner/src/main/kotlin/ScannerWrapper.kt | 2 +- .../src/main/kotlin/ScannerWrapperFactory.kt | 2 +- .../FileBasedNestedProvenanceStorage.kt | 2 +- .../FileBasedPackageProvenanceStorage.kt | 2 +- .../kotlin/provenance/NestedProvenance.kt | 2 +- .../provenance/NestedProvenanceResolver.kt | 2 +- .../provenance/NestedProvenanceScanResult.kt | 2 +- .../provenance/NestedProvenanceStorage.kt | 2 +- .../provenance/PackageProvenanceResolver.kt | 2 +- .../provenance/PackageProvenanceStorage.kt | 2 +- .../PostgresNestedProvenanceStorage.kt | 2 +- .../PostgresPackageProvenanceStorage.kt | 2 +- .../kotlin/provenance/ProvenanceDownloader.kt | 2 +- .../AbstractPackageBasedScanStorage.kt | 2 +- .../kotlin/storages/ClearlyDefinedStorage.kt | 2 +- .../storages/PackageBasedFileStorage.kt | 2 +- .../storages/PackageBasedPostgresStorage.kt | 2 +- .../storages/ProvenanceBasedFileStorage.kt | 2 +- .../ProvenanceBasedPostgresStorage.kt | 2 +- .../kotlin/storages/utils/JsonbSupport.kt | 2 +- .../kotlin/storages/utils/ScanResultDao.kt | 2 +- .../src/main/kotlin/utils/FileListResolver.kt | 2 +- scanner/src/main/kotlin/utils/Utils.kt | 2 +- scanner/src/test/kotlin/FileListTest.kt | 2 +- .../src/test/kotlin/MultipleScannersTest.kt | 2 +- scanner/src/test/kotlin/ScannerMatcherTest.kt | 2 +- scanner/src/test/kotlin/ScannerTest.kt | 2 +- .../NestedProvenanceScanResultTest.kt | 2 +- .../storages/ClearlyDefinedStorageTest.kt | 2 +- .../test/kotlin/utils/FileListResolverTest.kt | 2 +- .../AbstractPathScannerWrapperFunTest.kt | 2 +- .../kotlin/DummyPathScannerWrapper.kt | 2 +- .../kotlin/FakePackageScannerWrapper.kt | 2 +- .../kotlin/FakePathScannerWrapper.kt | 2 +- .../kotlin/FakeProvenanceScannerWrapper.kt | 2 +- .../testFixtures/kotlin/FakeScanStorage.kt | 2 +- .../testFixtures/kotlin/ScanResultUtils.kt | 2 +- .../DummyNestedProvenanceStorage.kt | 2 +- .../provenance/DummyProvenanceStorage.kt | 2 +- .../FakeNestedProvenanceResolver.kt | 2 +- .../FakePackageProvenanceResolver.kt | 2 +- .../provenance/FakeProvenanceDownloader.kt | 2 +- scripts/custom_docker.sh | 2 +- scripts/docker_build.sh | 2 +- scripts/docker_run.sh | 2 +- scripts/docker_snippets/android.snippet | 2 +- scripts/docker_snippets/dart.snippet | 2 +- scripts/docker_snippets/dotnet.snippet | 2 +- scripts/docker_snippets/haskell.snippet | 2 +- scripts/docker_snippets/php.snippet | 2 +- scripts/docker_snippets/sbt.snippet | 2 +- scripts/docker_snippets/swift.snippet | 2 +- scripts/export_proxy_certificates.sh | 2 +- scripts/generate_completion_scripts.sh | 2 +- scripts/import_certificates.sh | 2 +- scripts/set_apt_proxy.sh | 2 +- scripts/set_gradle_proxy.sh | 2 +- settings.gradle.kts | 2 +- utils/common/build.gradle.kts | 2 +- .../src/funTest/kotlin/ArchiveUtilsFunTest.kt | 2 +- .../funTest/kotlin/DirectoryStashFunTest.kt | 2 +- .../funTest/kotlin/ProcessCaptureFunTest.kt | 2 +- .../kotlin/SafeDeleteRecursivelyFunTest.kt | 2 +- .../src/main/kotlin/AlphaNumericComparator.kt | 2 +- utils/common/src/main/kotlin/ArchiveUtils.kt | 2 +- .../common/src/main/kotlin/CommandLineTool.kt | 2 +- .../common/src/main/kotlin/DirectoryStash.kt | 2 +- utils/common/src/main/kotlin/DiskCache.kt | 2 +- utils/common/src/main/kotlin/EnumUtils.kt | 2 +- .../main/kotlin/EnvironmentVariableFilter.kt | 2 +- utils/common/src/main/kotlin/FileMatcher.kt | 2 +- utils/common/src/main/kotlin/FileUtils.kt | 2 +- utils/common/src/main/kotlin/HashUtils.kt | 2 +- utils/common/src/main/kotlin/IterableUtils.kt | 2 +- utils/common/src/main/kotlin/MapUtils.kt | 2 +- utils/common/src/main/kotlin/MaskedString.kt | 2 +- utils/common/src/main/kotlin/MiscUtils.kt | 2 +- utils/common/src/main/kotlin/NumberUtils.kt | 2 +- utils/common/src/main/kotlin/Options.kt | 2 +- utils/common/src/main/kotlin/Os.kt | 2 +- .../common/src/main/kotlin/ProcessCapture.kt | 2 +- utils/common/src/main/kotlin/Redirection.kt | 2 +- utils/common/src/main/kotlin/StringUtils.kt | 2 +- utils/common/src/main/kotlin/UriUtils.kt | 2 +- .../test/kotlin/AlphaNumericComparatorTest.kt | 2 +- utils/common/src/test/kotlin/EnumUtilsTest.kt | 2 +- .../kotlin/EnvironmentVariableFilterTest.kt | 2 +- .../common/src/test/kotlin/FileMatcherTest.kt | 2 +- utils/common/src/test/kotlin/FileUtilsTest.kt | 2 +- .../src/test/kotlin/IterableUtilsTest.kt | 2 +- utils/common/src/test/kotlin/MapUtilsTest.kt | 2 +- .../src/test/kotlin/MaskedStringTest.kt | 2 +- utils/common/src/test/kotlin/MiscUtilsTest.kt | 2 +- utils/common/src/test/kotlin/OsTest.kt | 2 +- .../common/src/test/kotlin/RedirectionTest.kt | 2 +- .../common/src/test/kotlin/StringUtilsTest.kt | 2 +- utils/common/src/test/kotlin/UriUtilsTest.kt | 2 +- utils/config/build.gradle.kts | 2 +- .../src/main/kotlin/ConfigurationResolver.kt | 2 +- .../src/main/kotlin/OrtResultExtensions.kt | 2 +- utils/ort/build.gradle.kts | 2 +- .../kotlin/storage/HttpFileStorageFunTest.kt | 2 +- .../kotlin/storage/LocalFileStorageFunTest.kt | 2 +- .../kotlin/storage/S3FileStorageFunTest.kt | 2 +- .../XZCompressedLocalFileStorageFunTest.kt | 2 +- .../src/main/kotlin/AuthenticationUtils.kt | 2 +- utils/ort/src/main/kotlin/Constants.kt | 2 +- .../kotlin/CopyrightStatementsProcessor.kt | 2 +- .../main/kotlin/DeclaredLicenseProcessor.kt | 2 +- .../src/main/kotlin/EnvVarAuthenticator.kt | 2 +- utils/ort/src/main/kotlin/Environment.kt | 2 +- utils/ort/src/main/kotlin/JavaBootstrapper.kt | 2 +- .../ort/src/main/kotlin/NetRcAuthenticator.kt | 2 +- .../ort/src/main/kotlin/OkHttpClientHelper.kt | 2 +- utils/ort/src/main/kotlin/OrtAuthenticator.kt | 2 +- utils/ort/src/main/kotlin/OrtProxySelector.kt | 2 +- utils/ort/src/main/kotlin/OrtUtils.kt | 2 +- .../kotlin/SpdxExpressionSortedConverter.kt | 2 +- .../main/kotlin/StringSortedSetConverter.kt | 2 +- utils/ort/src/main/kotlin/TempUtils.kt | 2 +- .../src/main/kotlin/UserInfoAuthenticator.kt | 2 +- utils/ort/src/main/kotlin/VcsUtils.kt | 2 +- utils/ort/src/main/kotlin/VersionUtils.kt | 2 +- .../src/main/kotlin/storage/FileStorage.kt | 2 +- .../main/kotlin/storage/HttpFileStorage.kt | 2 +- .../main/kotlin/storage/LocalFileStorage.kt | 2 +- .../src/main/kotlin/storage/S3FileStorage.kt | 2 +- .../storage/XZCompressedLocalFileStorage.kt | 2 +- .../test/kotlin/AuthenticationUtilsTest.kt | 2 +- .../CopyrightStatementsProcessorTest.kt | 22 ++++---- .../kotlin/DeclaredLicenseProcessorTest.kt | 2 +- .../test/kotlin/EnvVarAuthenticatorTest.kt | 2 +- .../src/test/kotlin/JavaBootstrapperTest.kt | 2 +- .../src/test/kotlin/NetRcAuthenticatorTest.kt | 2 +- .../src/test/kotlin/OkHttpClientHelperTest.kt | 2 +- .../src/test/kotlin/OrtAuthenticatorTest.kt | 2 +- .../src/test/kotlin/OrtProxySelectorTest.kt | 2 +- utils/ort/src/test/kotlin/OrtUtilsTest.kt | 2 +- utils/ort/src/test/kotlin/VcsUtilsTest.kt | 2 +- utils/ort/src/test/kotlin/VersionUtilsTest.kt | 2 +- utils/scripting/build.gradle.kts | 2 +- .../OrtScriptCompilationConfiguration.kt | 2 +- .../scripting/src/main/kotlin/ScriptRunner.kt | 2 +- utils/spdx-document/build.gradle.kts | 2 +- .../src/main/kotlin/SpdxModelMapper.kt | 2 +- .../src/main/kotlin/model/Converters.kt | 2 +- .../src/main/kotlin/model/SpdxAnnotation.kt | 2 +- .../src/main/kotlin/model/SpdxChecksum.kt | 2 +- .../src/main/kotlin/model/SpdxCreationInfo.kt | 2 +- .../src/main/kotlin/model/SpdxDocument.kt | 2 +- .../model/SpdxExternalDocumentReference.kt | 2 +- .../kotlin/model/SpdxExternalReference.kt | 2 +- .../kotlin/model/SpdxExtractedLicenseInfo.kt | 2 +- .../src/main/kotlin/model/SpdxFile.kt | 2 +- .../src/main/kotlin/model/SpdxPackage.kt | 2 +- .../model/SpdxPackageVerificationCode.kt | 2 +- .../src/main/kotlin/model/SpdxRelationship.kt | 2 +- .../src/main/kotlin/model/SpdxSnippet.kt | 2 +- .../src/test/kotlin/model/SpdxDocumentTest.kt | 2 +- .../kotlin/model/SpdxExternalReferenceTest.kt | 2 +- utils/spdx/build.gradle.kts | 4 +- utils/spdx/src/main/kotlin/Extensions.kt | 2 +- utils/spdx/src/main/kotlin/SpdxConstants.kt | 2 +- .../main/kotlin/SpdxDeclaredLicenseMapping.kt | 2 +- utils/spdx/src/main/kotlin/SpdxException.kt | 2 +- utils/spdx/src/main/kotlin/SpdxExpression.kt | 2 +- utils/spdx/src/main/kotlin/SpdxLicense.kt | 2 +- .../spdx/src/main/kotlin/SpdxLicenseChoice.kt | 2 +- .../src/main/kotlin/SpdxLicenseException.kt | 2 +- utils/spdx/src/main/kotlin/SpdxOperator.kt | 2 +- .../main/kotlin/SpdxSimpleLicenseMapping.kt | 2 +- utils/spdx/src/main/kotlin/Utils.kt | 2 +- .../spdx/src/main/kotlin/parser/Exceptions.kt | 2 +- .../main/kotlin/parser/SpdxExpressionLexer.kt | 2 +- .../kotlin/parser/SpdxExpressionParser.kt | 2 +- utils/spdx/src/main/kotlin/parser/Token.kt | 2 +- .../resources/declared-license-mapping.yml | 2 +- .../resources/deprecated-license-mapping.yml | 2 +- .../main/resources/exception-association.yml | 2 +- .../main/resources/simple-license-mapping.yml | 2 +- utils/spdx/src/test/kotlin/ExtensionsTest.kt | 2 +- .../test/kotlin/SpdxCompoundExpressionTest.kt | 2 +- .../kotlin/SpdxDeclaredLicenseMappingTest.kt | 2 +- .../test/kotlin/SpdxExpressionChoiceTest.kt | 2 +- .../src/test/kotlin/SpdxExpressionTest.kt | 2 +- utils/spdx/src/test/kotlin/SpdxLicenseTest.kt | 2 +- .../kotlin/SpdxSimpleLicenseMappingTest.kt | 2 +- utils/spdx/src/test/kotlin/UtilsTest.kt | 2 +- .../kotlin/parser/SpdxExpressionLexerTest.kt | 2 +- .../kotlin/parser/SpdxExpressionParserTest.kt | 2 +- utils/test/build.gradle.kts | 2 +- utils/test/src/main/kotlin/Extensions.kt | 2 +- utils/test/src/main/kotlin/Matchers.kt | 2 +- utils/test/src/main/kotlin/OrtResultDsl.kt | 2 +- .../test/src/main/kotlin/PostgresListener.kt | 2 +- utils/test/src/main/kotlin/ProjectConfig.kt | 2 +- utils/test/src/main/kotlin/Utils.kt | 2 +- .../test/src/main/resources/kotest.properties | 2 +- utils/test/src/main/resources/logback.xml | 2 +- version-catalog/build.gradle.kts | 2 +- website/docs/license.md | 2 +- website/docusaurus.config.js | 2 +- website/src/components/CommandBox/index.js | 2 +- website/src/components/Features/index.js | 2 +- website/src/components/Toolchain/index.js | 2 +- website/src/pages/index.js | 2 +- 1288 files changed, 1337 insertions(+), 1334 deletions(-) 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 1bd9bf1c6ae37..f532cb5a9b344 100644 --- a/NOTICE +++ b/NOTICE @@ -22,3 +22,6 @@ Copyright (C) 2023 Double Open Oy Copyright (C) 2024 Robert Bosch GmbH Copyright (C) 2024 Cariad SE Copyright (C) 2025 Quartett mobile GmbH + +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 @@