From 005bb0a900bf7adb7826ed31fc967602574c375c Mon Sep 17 00:00:00 2001 From: yma Date: Tue, 22 Oct 2024 14:13:11 +0800 Subject: [PATCH] Update license header --- .github/workflows/merge-build.yml | 2 +- .github/workflows/pr-build.yml | 2 +- mvnw.cmd | 2 +- pom.xml | 4 ++-- .../service/archive/config/PreSeedConfig.java | 2 +- .../archive/controller/ArchiveController.java | 2 +- .../archive/controller/StatsController.java | 2 +- .../archive/jaxrs/ArchiveManageResources.java | 2 +- .../service/archive/jaxrs/ResponseHelper.java | 2 +- .../service/archive/jaxrs/StatsResources.java | 2 +- .../indy/service/archive/model/ArchiveStatus.java | 2 +- .../indy/service/archive/model/StoreKey.java | 2 +- .../indy/service/archive/model/StoreType.java | 2 +- .../archive/model/dto/HistoricalContentDTO.java | 2 +- .../archive/model/dto/HistoricalEntryDTO.java | 2 +- .../archive/schedule/ArchiveFileCleanup.java | 15 +++++++++++++++ .../archive/util/HistoricalContentListReader.java | 2 +- .../archive/util/TransferStreamingOutput.java | 2 +- .../archive/ftests/AbstractArchiveFuncTest.java | 2 +- .../archive/ftests/ArchiveDeleteContentTest.java | 2 +- .../ftests/ArchiveGenerateContentTest.java | 2 +- .../ftests/ArchiveGenerateStatusContentTest.java | 2 +- .../ftests/ArchiveRetrieveContentTest.java | 2 +- .../ftests/profile/ArchiveFunctionProfile.java | 2 +- .../service/archive/jaxrs/ArchiveDeleteTest.java | 2 +- .../archive/jaxrs/ArchiveGenerateStatusTest.java | 2 +- .../archive/jaxrs/ArchiveGenerateTest.java | 2 +- .../archive/jaxrs/ArchiveRetrieveTest.java | 2 +- .../archive/jaxrs/mock/MockArchiveController.java | 2 +- .../archive/jaxrs/mock/MockTestProfile.java | 2 +- .../util/HistoricalContentListReaderTest.java | 2 +- .../service/archive/util/TestPreSeedConfig.java | 15 +++++++++++++++ .../indy/service/archive/util/TestUtil.java | 2 +- 33 files changed, 62 insertions(+), 32 deletions(-) diff --git a/.github/workflows/merge-build.yml b/.github/workflows/merge-build.yml index 07ccf69..e556270 100644 --- a/.github/workflows/merge-build.yml +++ b/.github/workflows/merge-build.yml @@ -1,5 +1,5 @@ # -# Copyright (C) 2011-2022 Red Hat, Inc. (https://github.com/Commonjava/service-parent) +# Copyright (C) 2021-2023 Red Hat, Inc. (https://github.com/Commonjava/service-parent) # # 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/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index f1c75e8..b54e53f 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -1,5 +1,5 @@ # -# Copyright (C) 2011-2022 Red Hat, Inc. (https://github.com/Commonjava/service-parent) +# Copyright (C) 2021-2023 Red Hat, Inc. (https://github.com/Commonjava/service-parent) # # 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/mvnw.cmd b/mvnw.cmd index c1f415f..d407b1a 100755 --- a/mvnw.cmd +++ b/mvnw.cmd @@ -1,5 +1,5 @@ @REM -@REM Copyright (C) 2011-2022 Red Hat, Inc. (https://github.com/Commonjava/service-parent) +@REM Copyright (C) 2021-2023 Red Hat, Inc. (https://github.com/Commonjava/service-parent) @REM @REM Licensed under the Apache License, Version 2.0 (the "License"); @REM you may not use this file except in compliance with the License. diff --git a/pom.xml b/pom.xml index ef2ec2b..38aefe1 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@