diff --git a/.github/deploy-template.yml b/.github/deploy-template.yml index f8f4e2b..2041e66 100644 --- a/.github/deploy-template.yml +++ b/.github/deploy-template.yml @@ -21,8 +21,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 1 - name: Cache local Maven repository uses: actions/cache@v3 with: diff --git a/.github/test-template.yml b/.github/test-template.yml index daec45e..4ace017 100644 --- a/.github/test-template.yml +++ b/.github/test-template.yml @@ -20,8 +20,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 1 - name: Cache local Maven repository uses: actions/cache@v3 with: diff --git a/.github/workflows/deploy-armeria-kafka.yml b/.github/workflows/deploy-armeria-kafka.yml index 03216b7..f06acac 100644 --- a/.github/workflows/deploy-armeria-kafka.yml +++ b/.github/workflows/deploy-armeria-kafka.yml @@ -21,8 +21,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 1 - name: Cache local Maven repository uses: actions/cache@v3 with: diff --git a/.github/workflows/deploy-armeria.yml b/.github/workflows/deploy-armeria.yml index ba65b66..a171567 100644 --- a/.github/workflows/deploy-armeria.yml +++ b/.github/workflows/deploy-armeria.yml @@ -21,8 +21,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 1 - name: Cache local Maven repository uses: actions/cache@v3 with: diff --git a/.github/workflows/deploy-jersey2-cassandra3.yml b/.github/workflows/deploy-jersey2-cassandra3.yml index 4e7df4e..c2998aa 100644 --- a/.github/workflows/deploy-jersey2-cassandra3.yml +++ b/.github/workflows/deploy-jersey2-cassandra3.yml @@ -21,8 +21,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 1 - name: Cache local Maven repository uses: actions/cache@v3 with: diff --git a/.github/workflows/deploy-netty4-grpc.yml b/.github/workflows/deploy-netty4-grpc.yml index 1fd130d..1bb2887 100644 --- a/.github/workflows/deploy-netty4-grpc.yml +++ b/.github/workflows/deploy-netty4-grpc.yml @@ -21,8 +21,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 1 - name: Cache local Maven repository uses: actions/cache@v3 with: diff --git a/.github/workflows/deploy-webflux5-sleuth.yml b/.github/workflows/deploy-webflux5-sleuth.yml index ab1ad4f..f7988be 100644 --- a/.github/workflows/deploy-webflux5-sleuth.yml +++ b/.github/workflows/deploy-webflux5-sleuth.yml @@ -21,8 +21,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 1 - name: Cache local Maven repository uses: actions/cache@v3 with: diff --git a/.github/workflows/deploy-webflux6-micrometer.yml b/.github/workflows/deploy-webflux6-micrometer.yml index 95ebcdd..a5df5b7 100644 --- a/.github/workflows/deploy-webflux6-micrometer.yml +++ b/.github/workflows/deploy-webflux6-micrometer.yml @@ -21,8 +21,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 1 - name: Cache local Maven repository uses: actions/cache@v3 with: diff --git a/.github/workflows/deploy-webmvc25-jetty.yml b/.github/workflows/deploy-webmvc25-jetty.yml index 04da5e6..ad2b916 100644 --- a/.github/workflows/deploy-webmvc25-jetty.yml +++ b/.github/workflows/deploy-webmvc25-jetty.yml @@ -21,8 +21,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 1 - name: Cache local Maven repository uses: actions/cache@v3 with: diff --git a/.github/workflows/deploy-webmvc3-jetty.yml b/.github/workflows/deploy-webmvc3-jetty.yml index ea6a297..5509602 100644 --- a/.github/workflows/deploy-webmvc3-jetty.yml +++ b/.github/workflows/deploy-webmvc3-jetty.yml @@ -21,8 +21,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 1 - name: Cache local Maven repository uses: actions/cache@v3 with: diff --git a/.github/workflows/deploy-webmvc4-boot.yml b/.github/workflows/deploy-webmvc4-boot.yml index 5080214..e54828f 100644 --- a/.github/workflows/deploy-webmvc4-boot.yml +++ b/.github/workflows/deploy-webmvc4-boot.yml @@ -21,8 +21,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 1 - name: Cache local Maven repository uses: actions/cache@v3 with: diff --git a/.github/workflows/deploy-webmvc4-jetty.yml b/.github/workflows/deploy-webmvc4-jetty.yml index fca1a5e..8b0465a 100644 --- a/.github/workflows/deploy-webmvc4-jetty.yml +++ b/.github/workflows/deploy-webmvc4-jetty.yml @@ -21,8 +21,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 1 - name: Cache local Maven repository uses: actions/cache@v3 with: diff --git a/.github/workflows/test-armeria-kafka.yml b/.github/workflows/test-armeria-kafka.yml index 208c658..abccc6e 100644 --- a/.github/workflows/test-armeria-kafka.yml +++ b/.github/workflows/test-armeria-kafka.yml @@ -20,8 +20,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 1 - name: Cache local Maven repository uses: actions/cache@v3 with: diff --git a/.github/workflows/test-armeria.yml b/.github/workflows/test-armeria.yml index 760baba..ec04de1 100644 --- a/.github/workflows/test-armeria.yml +++ b/.github/workflows/test-armeria.yml @@ -20,8 +20,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 1 - name: Cache local Maven repository uses: actions/cache@v3 with: diff --git a/.github/workflows/test-jersey2-cassandra3.yml b/.github/workflows/test-jersey2-cassandra3.yml index b3f023b..8286c3d 100644 --- a/.github/workflows/test-jersey2-cassandra3.yml +++ b/.github/workflows/test-jersey2-cassandra3.yml @@ -20,8 +20,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 1 - name: Cache local Maven repository uses: actions/cache@v3 with: diff --git a/.github/workflows/test-netty4-grpc.yml b/.github/workflows/test-netty4-grpc.yml index ce3337c..de254c1 100644 --- a/.github/workflows/test-netty4-grpc.yml +++ b/.github/workflows/test-netty4-grpc.yml @@ -20,8 +20,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 1 - name: Cache local Maven repository uses: actions/cache@v3 with: diff --git a/.github/workflows/test-webflux5-sleuth.yml b/.github/workflows/test-webflux5-sleuth.yml index 9122c66..4b25e0e 100644 --- a/.github/workflows/test-webflux5-sleuth.yml +++ b/.github/workflows/test-webflux5-sleuth.yml @@ -20,8 +20,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 1 - name: Cache local Maven repository uses: actions/cache@v3 with: diff --git a/.github/workflows/test-webflux6-micrometer.yml b/.github/workflows/test-webflux6-micrometer.yml index 8fcb919..1462284 100644 --- a/.github/workflows/test-webflux6-micrometer.yml +++ b/.github/workflows/test-webflux6-micrometer.yml @@ -20,8 +20,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 1 - name: Cache local Maven repository uses: actions/cache@v3 with: diff --git a/.github/workflows/test-webmvc25-jetty.yml b/.github/workflows/test-webmvc25-jetty.yml index e54a252..1a55591 100644 --- a/.github/workflows/test-webmvc25-jetty.yml +++ b/.github/workflows/test-webmvc25-jetty.yml @@ -20,8 +20,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 1 - name: Cache local Maven repository uses: actions/cache@v3 with: diff --git a/.github/workflows/test-webmvc3-jetty.yml b/.github/workflows/test-webmvc3-jetty.yml index 090f6d7..7e7cf23 100644 --- a/.github/workflows/test-webmvc3-jetty.yml +++ b/.github/workflows/test-webmvc3-jetty.yml @@ -20,8 +20,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 1 - name: Cache local Maven repository uses: actions/cache@v3 with: diff --git a/.github/workflows/test-webmvc4-boot.yml b/.github/workflows/test-webmvc4-boot.yml index de89ae6..c4bd969 100644 --- a/.github/workflows/test-webmvc4-boot.yml +++ b/.github/workflows/test-webmvc4-boot.yml @@ -20,8 +20,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 1 - name: Cache local Maven repository uses: actions/cache@v3 with: diff --git a/.github/workflows/test-webmvc4-jetty.yml b/.github/workflows/test-webmvc4-jetty.yml index 8fe26dd..7bff879 100644 --- a/.github/workflows/test-webmvc4-jetty.yml +++ b/.github/workflows/test-webmvc4-jetty.yml @@ -20,8 +20,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 1 - name: Cache local Maven repository uses: actions/cache@v3 with: diff --git a/build-bin/README.md b/build-bin/README.md index 1ce4d7f..336495b 100644 --- a/build-bin/README.md +++ b/build-bin/README.md @@ -82,8 +82,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 0 # full git history for license check - name: Test run: | build-bin/configure_test @@ -124,8 +122,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 1 # only needed to get the sha label - name: Configure Deploy run: build-bin/configure_deploy env: diff --git a/build-bin/docker/configure_docker b/build-bin/docker/configure_docker index c86d831..476ca70 100755 --- a/build-bin/docker/configure_docker +++ b/build-bin/docker/configure_docker @@ -1,16 +1,7 @@ #!/bin/sh # -# Copyright 2015-2023 The OpenZipkin Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software distributed under the License -# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express -# or implied. See the License for the specific language governing permissions and limitations under -# the License. +# Copyright The OpenZipkin Authors +# SPDX-License-Identifier: Apache-2.0 # # Defends against build outages caused by Docker Hub (docker.io) pull rate limits. diff --git a/build-bin/docker/configure_docker_push b/build-bin/docker/configure_docker_push index c27d919..c08d5cd 100755 --- a/build-bin/docker/configure_docker_push +++ b/build-bin/docker/configure_docker_push @@ -1,16 +1,7 @@ #!/bin/sh # -# Copyright 2015-2023 The OpenZipkin Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software distributed under the License -# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express -# or implied. See the License for the specific language governing permissions and limitations under -# the License. +# Copyright The OpenZipkin Authors +# SPDX-License-Identifier: Apache-2.0 # # Ensures Docker is logged in and it can build multi-architecture. diff --git a/build-bin/docker/docker-healthcheck b/build-bin/docker/docker-healthcheck index 82f63f8..eca38ca 100755 --- a/build-bin/docker/docker-healthcheck +++ b/build-bin/docker/docker-healthcheck @@ -1,16 +1,7 @@ #!/bin/sh # -# Copyright 2015-2023 The OpenZipkin Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software distributed under the License -# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express -# or implied. See the License for the specific language governing permissions and limitations under -# the License. +# Copyright The OpenZipkin Authors +# SPDX-License-Identifier: Apache-2.0 # # HEALTHCHECK for use in `docker ps`, `docker-compose ps`, or a readiness probe in k8s. diff --git a/build-bin/docker/docker_arch b/build-bin/docker/docker_arch index 9d0a18a..70e091a 100755 --- a/build-bin/docker/docker_arch +++ b/build-bin/docker/docker_arch @@ -1,16 +1,7 @@ #!/bin/sh # -# Copyright 2015-2023 The OpenZipkin Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software distributed under the License -# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express -# or implied. See the License for the specific language governing permissions and limitations under -# the License. +# Copyright The OpenZipkin Authors +# SPDX-License-Identifier: Apache-2.0 # # This script gets a normalized name for the architecture as used in Docker. This will be a subset diff --git a/build-bin/docker/docker_args b/build-bin/docker/docker_args index 8736196..cec6bea 100755 --- a/build-bin/docker/docker_args +++ b/build-bin/docker/docker_args @@ -1,16 +1,7 @@ #!/bin/sh # -# Copyright 2015-2023 The OpenZipkin Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software distributed under the License -# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express -# or implied. See the License for the specific language governing permissions and limitations under -# the License. +# Copyright The OpenZipkin Authors +# SPDX-License-Identifier: Apache-2.0 # # This builds common docker arguments used by docker_build and docker_push. diff --git a/build-bin/docker/docker_block_on_health b/build-bin/docker/docker_block_on_health index 0e949db..c2a3b9f 100755 --- a/build-bin/docker/docker_block_on_health +++ b/build-bin/docker/docker_block_on_health @@ -1,16 +1,7 @@ #!/bin/sh # -# Copyright 2015-2020 The OpenZipkin Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software distributed under the License -# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express -# or implied. See the License for the specific language governing permissions and limitations under -# the License. +# Copyright The OpenZipkin Authors +# SPDX-License-Identifier: Apache-2.0 # # Blocks until a named docker container with a valid HEALTHCHECK instruction is healthy or not: diff --git a/build-bin/docker/docker_build b/build-bin/docker/docker_build index 33aa598..cf7363f 100755 --- a/build-bin/docker/docker_build +++ b/build-bin/docker/docker_build @@ -1,16 +1,7 @@ #!/bin/sh # -# Copyright 2015-2023 The OpenZipkin Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software distributed under the License -# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express -# or implied. See the License for the specific language governing permissions and limitations under -# the License. +# Copyright The OpenZipkin Authors +# SPDX-License-Identifier: Apache-2.0 # set -ue diff --git a/build-bin/docker/docker_push b/build-bin/docker/docker_push index 8200e26..6aaa374 100755 --- a/build-bin/docker/docker_push +++ b/build-bin/docker/docker_push @@ -1,16 +1,7 @@ #!/bin/sh # -# Copyright 2015-2023 The OpenZipkin Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software distributed under the License -# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express -# or implied. See the License for the specific language governing permissions and limitations under -# the License. +# Copyright The OpenZipkin Authors +# SPDX-License-Identifier: Apache-2.0 # # This script pushes images to GitHub Container Registry (ghcr.io). diff --git a/build-bin/docker/docker_test_image b/build-bin/docker/docker_test_image index 20e7182..fad9da0 100755 --- a/build-bin/docker/docker_test_image +++ b/build-bin/docker/docker_test_image @@ -1,16 +1,7 @@ #!/bin/sh # -# Copyright 2015-2023 The OpenZipkin Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software distributed under the License -# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express -# or implied. See the License for the specific language governing permissions and limitations under -# the License. +# Copyright The OpenZipkin Authors +# SPDX-License-Identifier: Apache-2.0 # # Tests a an image by awaiting its HEALTHCHECK. diff --git a/build-bin/maven/maven_build b/build-bin/maven/maven_build index edb9069..5d1631f 100755 --- a/build-bin/maven/maven_build +++ b/build-bin/maven/maven_build @@ -1,16 +1,7 @@ #!/bin/sh # -# Copyright 2015-2020 The OpenZipkin Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software distributed under the License -# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express -# or implied. See the License for the specific language governing permissions and limitations under -# the License. +# Copyright The OpenZipkin Authors +# SPDX-License-Identifier: Apache-2.0 # set -ue diff --git a/build-bin/maven/maven_go_offline b/build-bin/maven/maven_go_offline index bc6c5a3..1ce8258 100755 --- a/build-bin/maven/maven_go_offline +++ b/build-bin/maven/maven_go_offline @@ -1,16 +1,7 @@ #!/bin/sh # -# Copyright 2015-2020 The OpenZipkin Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software distributed under the License -# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express -# or implied. See the License for the specific language governing permissions and limitations under -# the License. +# Copyright The OpenZipkin Authors +# SPDX-License-Identifier: Apache-2.0 # # This is a go-offline that properly works with multi-module builds diff --git a/build-bin/maven/maven_opts b/build-bin/maven/maven_opts index 1d97a57..901f6ac 100755 --- a/build-bin/maven/maven_opts +++ b/build-bin/maven/maven_opts @@ -1,16 +1,7 @@ #!/bin/sh # -# Copyright 2015-2020 The OpenZipkin Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software distributed under the License -# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express -# or implied. See the License for the specific language governing permissions and limitations under -# the License. +# Copyright The OpenZipkin Authors +# SPDX-License-Identifier: Apache-2.0 # # This script checks each variable value, so it isn't important to fail on unbound (set -u) diff --git a/build-bin/maven/maven_unjar b/build-bin/maven/maven_unjar index 34630e2..624742c 100755 --- a/build-bin/maven/maven_unjar +++ b/build-bin/maven/maven_unjar @@ -1,16 +1,7 @@ #!/bin/sh # -# Copyright 2015-2020 The OpenZipkin Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software distributed under the License -# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express -# or implied. See the License for the specific language governing permissions and limitations under -# the License. +# Copyright The OpenZipkin Authors +# SPDX-License-Identifier: Apache-2.0 # # This script gets one jar from Maven, most typically an exec or module jar, extracting its contents