From 6075e8ea6c632ceea2b1a4e08d1988413f01678a Mon Sep 17 00:00:00 2001 From: George Adams Date: Fri, 22 Mar 2024 17:08:24 +0000 Subject: [PATCH] update dates to be correct --- .azure-devops/build/build.yml | 2 +- .azure-devops/build/steps/macOS/before.yml | 2 +- .azure-devops/build/steps/macOS/build_hotspot.yml | 2 +- .azure-devops/build/steps/shared/after.yml | 2 +- .azure-devops/build/steps/shared/before.yml | 2 +- .../build/steps/shared/set_boot_jdk_version.yml | 2 +- .azure-devops/build/steps/windows/before.yml | 2 +- .azure-devops/build/steps/windows/build_hotspot.yml | 2 +- .azure-devops/openjdk-pipelines.yml | 2 +- .azure-devops/test/jobs/steps/parallel.yml | 2 +- .azure-devops/test/jobs/steps/test.yml | 2 +- .azure-devops/test/jobs/template.yml | 2 +- .azure-devops/test/sanity.yml | 2 +- .licenserc.yaml | 1 + build-farm/make-adopt-build-farm.sh | 2 +- build-farm/platform-specific-configurations/aix.sh | 2 +- .../alpine-linux.sh | 2 +- .../platform-specific-configurations/freebsd.sh | 2 +- .../platform-specific-configurations/linux.sh | 2 +- build-farm/platform-specific-configurations/mac.sh | 2 +- .../platform-specific-configurations/solaris.sh | 2 +- .../platform-specific-configurations/windows.sh | 2 +- build-farm/set-platform-specific-configurations.sh | 2 +- build-farm/sign-releases.sh | 2 +- build-farm/signSBOM.sh | 2 +- configureBuild.sh | 2 +- cyclonedx-lib/build.xml | 2 +- cyclonedx-lib/sign_src/TemurinSignSBOM.java | 2 +- cyclonedx-lib/sign_src/package-info.java | 2 +- cyclonedx-lib/src/temurin/sbom/TemurinGenSBOM.java | 2 +- cyclonedx-lib/src/temurin/sbom/package-info.java | 2 +- docker-build.sh | 2 +- docker/.gitignore | 13 ------------- docker/buildDocker.sh | 2 +- docker/dockerfile-generator.sh | 3 +-- entitlements.plist | 2 +- makejdk-any-platform.sh | 2 +- native-build.sh | 2 +- sbin/build.sh | 4 ++-- sbin/build.template | 13 +++++++++++++ sbin/common/common.sh | 2 +- sbin/common/config_init.sh | 2 +- sbin/common/constants.sh | 2 +- sbin/common/sbom.sh | 2 +- sbin/prepareWorkspace.sh | 4 ++-- sbin/sig_check/freemarker.asc | 2 +- sbin/sig_check/freetype.asc | 2 +- security/mk-cacerts.sh | 2 +- serverTimestamp.properties | 2 +- sign.sh | 2 +- signalhandler.sh | 2 +- test/functional/buildAndPackage/build.xml | 2 +- test/functional/buildAndPackage/playlist.xml | 2 +- .../src/net/adoptium/test/BundledFreetypeTest.java | 2 +- .../src/net/adoptium/test/CudaEnabledTest.java | 2 +- .../src/net/adoptium/test/FeatureTests.java | 2 +- .../src/net/adoptium/test/JdkPlatform.java | 2 +- .../src/net/adoptium/test/JdkVersion.java | 2 +- .../src/net/adoptium/test/StreamUtils.java | 2 +- .../src/net/adoptium/test/VendorPropertiesTest.java | 2 +- .../src/net/adoptium/test/VerifyCACertsTest.java | 2 +- .../src/net/adoptium/test/package-info.java | 2 +- test/functional/buildAndPackage/testng.xml | 2 +- tooling/build_autotriage/autotriage_regexes.sh | 3 ++- tooling/build_autotriage/build_autotriage.sh | 2 +- tooling/common_logging.sh | 2 +- tooling/release_download_test.sh | 2 +- tooling/src/c/WindowsUpdateVsVersionInfo.c | 2 +- tooling/src/java/temurin/tools/BinRepl.java | 2 +- tooling/src/java/temurin/tools/package-info.java | 2 +- tooling/validateSBOMcontent.sh | 2 +- 71 files changed, 85 insertions(+), 84 deletions(-) diff --git a/.azure-devops/build/build.yml b/.azure-devops/build/build.yml index 517f4c9add..fde220d3d4 100644 --- a/.azure-devops/build/build.yml +++ b/.azure-devops/build/build.yml @@ -1,5 +1,5 @@ # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2020 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/.azure-devops/build/steps/macOS/before.yml b/.azure-devops/build/steps/macOS/before.yml index 44c840efe2..04255ed402 100644 --- a/.azure-devops/build/steps/macOS/before.yml +++ b/.azure-devops/build/steps/macOS/before.yml @@ -1,5 +1,5 @@ # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2020 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/.azure-devops/build/steps/macOS/build_hotspot.yml b/.azure-devops/build/steps/macOS/build_hotspot.yml index 6e2d5f0f1a..0c77d50f39 100644 --- a/.azure-devops/build/steps/macOS/build_hotspot.yml +++ b/.azure-devops/build/steps/macOS/build_hotspot.yml @@ -1,5 +1,5 @@ # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2020 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/.azure-devops/build/steps/shared/after.yml b/.azure-devops/build/steps/shared/after.yml index 2958fae54c..960951fab4 100644 --- a/.azure-devops/build/steps/shared/after.yml +++ b/.azure-devops/build/steps/shared/after.yml @@ -1,5 +1,5 @@ # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2020 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/.azure-devops/build/steps/shared/before.yml b/.azure-devops/build/steps/shared/before.yml index 59cdb7b2de..b7119d117d 100644 --- a/.azure-devops/build/steps/shared/before.yml +++ b/.azure-devops/build/steps/shared/before.yml @@ -1,5 +1,5 @@ # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2020 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/.azure-devops/build/steps/shared/set_boot_jdk_version.yml b/.azure-devops/build/steps/shared/set_boot_jdk_version.yml index bc02c04aae..2d40b50911 100644 --- a/.azure-devops/build/steps/shared/set_boot_jdk_version.yml +++ b/.azure-devops/build/steps/shared/set_boot_jdk_version.yml @@ -1,5 +1,5 @@ # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2020 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/.azure-devops/build/steps/windows/before.yml b/.azure-devops/build/steps/windows/before.yml index fbb264087a..83fd998a6f 100644 --- a/.azure-devops/build/steps/windows/before.yml +++ b/.azure-devops/build/steps/windows/before.yml @@ -1,5 +1,5 @@ # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2020 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/.azure-devops/build/steps/windows/build_hotspot.yml b/.azure-devops/build/steps/windows/build_hotspot.yml index f8aafe64da..442a9ee32d 100644 --- a/.azure-devops/build/steps/windows/build_hotspot.yml +++ b/.azure-devops/build/steps/windows/build_hotspot.yml @@ -1,5 +1,5 @@ # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2020 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/.azure-devops/openjdk-pipelines.yml b/.azure-devops/openjdk-pipelines.yml index 03e74bc702..8fc88ec84c 100644 --- a/.azure-devops/openjdk-pipelines.yml +++ b/.azure-devops/openjdk-pipelines.yml @@ -1,5 +1,5 @@ # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2020 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/.azure-devops/test/jobs/steps/parallel.yml b/.azure-devops/test/jobs/steps/parallel.yml index e6fb02788d..6bf5941039 100644 --- a/.azure-devops/test/jobs/steps/parallel.yml +++ b/.azure-devops/test/jobs/steps/parallel.yml @@ -1,5 +1,5 @@ # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2020 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/.azure-devops/test/jobs/steps/test.yml b/.azure-devops/test/jobs/steps/test.yml index 414578a5e4..f33cfdef7d 100644 --- a/.azure-devops/test/jobs/steps/test.yml +++ b/.azure-devops/test/jobs/steps/test.yml @@ -1,5 +1,5 @@ # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2020 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/.azure-devops/test/jobs/template.yml b/.azure-devops/test/jobs/template.yml index b959ef5f18..1a0226fc16 100644 --- a/.azure-devops/test/jobs/template.yml +++ b/.azure-devops/test/jobs/template.yml @@ -1,5 +1,5 @@ # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2020 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/.azure-devops/test/sanity.yml b/.azure-devops/test/sanity.yml index 9fd3509e2b..de4499d37c 100644 --- a/.azure-devops/test/sanity.yml +++ b/.azure-devops/test/sanity.yml @@ -1,5 +1,5 @@ # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2020 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/.licenserc.yaml b/.licenserc.yaml index e81978f6c7..3b54b12ec5 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -38,6 +38,7 @@ header: - '**/*.md' - '.gitignore' - '.dockerignore' + - 'docker/.gitignore' - 'security/.gitignore' - 'security/mk-ca-bundle.pl' - 'security/certdata.txt' diff --git a/build-farm/make-adopt-build-farm.sh b/build-farm/make-adopt-build-farm.sh index 546c8f5307..d729b3f764 100755 --- a/build-farm/make-adopt-build-farm.sh +++ b/build-farm/make-adopt-build-farm.sh @@ -1,7 +1,7 @@ #!/bin/bash # shellcheck disable=SC1091 # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2018 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/build-farm/platform-specific-configurations/aix.sh b/build-farm/platform-specific-configurations/aix.sh index 8daf3ac711..01eae5266a 100755 --- a/build-farm/platform-specific-configurations/aix.sh +++ b/build-farm/platform-specific-configurations/aix.sh @@ -1,7 +1,7 @@ #!/bin/bash # shellcheck disable=SC1091 # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2018 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/build-farm/platform-specific-configurations/alpine-linux.sh b/build-farm/platform-specific-configurations/alpine-linux.sh index c11b424284..29b0ab06cf 100644 --- a/build-farm/platform-specific-configurations/alpine-linux.sh +++ b/build-farm/platform-specific-configurations/alpine-linux.sh @@ -1,7 +1,7 @@ #!/bin/bash # shellcheck disable=SC1091 # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2020 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/build-farm/platform-specific-configurations/freebsd.sh b/build-farm/platform-specific-configurations/freebsd.sh index 25ac4cc087..97df69a01b 100644 --- a/build-farm/platform-specific-configurations/freebsd.sh +++ b/build-farm/platform-specific-configurations/freebsd.sh @@ -1,7 +1,7 @@ #!/bin/bash # shellcheck disable=SC1091 # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2019 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/build-farm/platform-specific-configurations/linux.sh b/build-farm/platform-specific-configurations/linux.sh index 0675ce05d4..137ab198da 100755 --- a/build-farm/platform-specific-configurations/linux.sh +++ b/build-farm/platform-specific-configurations/linux.sh @@ -1,7 +1,7 @@ #!/bin/bash # shellcheck disable=SC1091 # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2018 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/build-farm/platform-specific-configurations/mac.sh b/build-farm/platform-specific-configurations/mac.sh index 13b609ab48..eab5b7e11d 100755 --- a/build-farm/platform-specific-configurations/mac.sh +++ b/build-farm/platform-specific-configurations/mac.sh @@ -1,7 +1,7 @@ #!/bin/bash # shellcheck disable=SC1091,SC2140 # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2018 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/build-farm/platform-specific-configurations/solaris.sh b/build-farm/platform-specific-configurations/solaris.sh index 06143557c5..cafbbe1bf8 100644 --- a/build-farm/platform-specific-configurations/solaris.sh +++ b/build-farm/platform-specific-configurations/solaris.sh @@ -1,7 +1,7 @@ #!/bin/bash # shellcheck disable=SC1091 # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2018 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/build-farm/platform-specific-configurations/windows.sh b/build-farm/platform-specific-configurations/windows.sh index 9a1a8e0314..49c1b8a7ba 100755 --- a/build-farm/platform-specific-configurations/windows.sh +++ b/build-farm/platform-specific-configurations/windows.sh @@ -1,7 +1,7 @@ #!/bin/bash # shellcheck disable=SC1091 # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2018 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/build-farm/set-platform-specific-configurations.sh b/build-farm/set-platform-specific-configurations.sh index 7282fdba13..8fd3afee28 100755 --- a/build-farm/set-platform-specific-configurations.sh +++ b/build-farm/set-platform-specific-configurations.sh @@ -1,7 +1,7 @@ #!/bin/bash # shellcheck disable=SC1090,SC1091 # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2018 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/build-farm/sign-releases.sh b/build-farm/sign-releases.sh index 0becea8817..75f05da10e 100755 --- a/build-farm/sign-releases.sh +++ b/build-farm/sign-releases.sh @@ -1,6 +1,6 @@ #!/bin/bash # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2018 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/build-farm/signSBOM.sh b/build-farm/signSBOM.sh index e4d473d30c..5a39796392 100755 --- a/build-farm/signSBOM.sh +++ b/build-farm/signSBOM.sh @@ -1,6 +1,6 @@ #!/bin/sh # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2023 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/configureBuild.sh b/configureBuild.sh index 71906a3e73..70014940b8 100755 --- a/configureBuild.sh +++ b/configureBuild.sh @@ -1,7 +1,7 @@ #!/bin/bash # shellcheck disable=SC1091 # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2018 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/cyclonedx-lib/build.xml b/cyclonedx-lib/build.xml index c10c8b05c6..2d82a49e5d 100644 --- a/cyclonedx-lib/build.xml +++ b/cyclonedx-lib/build.xml @@ -1,7 +1,7 @@