From 67ae20a7bb8dcb725b509b4df9ef8c9afa2c42f6 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 +- .github/dependabot.yml | 2 +- .github/labeler.yml | 2 +- .github/linters/.markdown-lint.yml | 2 +- .github/linters/sun_checks.xml | 2 +- .github/linters/suppressed-java.xml | 2 +- .github/regex_labeler.yml | 2 +- .github/workflows/build-autotriage.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/ca-cert-updater.yml | 2 +- .github/workflows/code-freeze.yml | 2 +- .github/workflows/comment-bot.yml | 2 +- .github/workflows/dependabot-auto-merge.yml | 2 +- .github/workflows/labeler.yml | 2 +- .github/workflows/linter.yml | 2 +- .github/workflows/ossf-scorecard.yml | 2 +- .github/workflows/signsbom.yml | 2 +- .github/workflows/testsbom.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 | 7 +++---- 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/reproducible/repro_compare.sh | 3 ++- tooling/reproducible/repro_process.sh | 3 ++- 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 +- 90 files changed, 108 insertions(+), 105 deletions(-) diff --git a/.azure-devops/build/build.yml b/.azure-devops/build/build.yml index 517f4c9ad..fde220d3d 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 44c840efe..04255ed40 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 6e2d5f0f1..0c77d50f3 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 2958fae54..960951fab 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 59cdb7b2d..b7119d117 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 bc02c04aa..2d40b5091 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 fbb264087..83fd998a6 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 f8aafe64d..442a9ee32 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 03e74bc70..8fc88ec84 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 e6fb02788..6bf594103 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 414578a5e..f33cfdef7 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 b959ef5f1..1a0226fc1 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 9fd3509e2..de4499d37 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/.github/dependabot.yml b/.github/dependabot.yml index e228b4a84..52d1ed6cb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,5 @@ # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2022 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/labeler.yml b/.github/labeler.yml index b83778bc5..5e63a6112 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,5 +1,5 @@ # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2021 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index 1648decbf..d853f7d0c 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -1,5 +1,5 @@ # ******************************************************************************** -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2021 Contributors to the Eclipse Foundation # # See the NOTICE file(s) where distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/linters/sun_checks.xml b/.github/linters/sun_checks.xml index 41db8ed31..7f7cd2cd2 100644 --- a/.github/linters/sun_checks.xml +++ b/.github/linters/sun_checks.xml @@ -1,7 +1,7 @@