From 15245afddf9ad6098abb0923c08f8df8ec79ca9a Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Wed, 23 Jun 2021 23:58:48 +0000 Subject: [PATCH] chore: revert years in manually committed files --- .kokoro/build.sh | 2 +- .kokoro/docker/docs/Dockerfile | 2 +- .kokoro/docker/docs/fetch_gpg_keys.sh | 6 +++--- .kokoro/publish-docs.sh | 2 +- owlbot.py | 1 + 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 0fe20244ef..eea1d84933 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2021 Google LLC +# Copyright 2020 Google LLC # # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file or at diff --git a/.kokoro/docker/docs/Dockerfile b/.kokoro/docker/docs/Dockerfile index 6cf110759f..f86a5b5e90 100644 --- a/.kokoro/docker/docs/Dockerfile +++ b/.kokoro/docker/docs/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2020 Google LLC # # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file or at diff --git a/.kokoro/docker/docs/fetch_gpg_keys.sh b/.kokoro/docker/docs/fetch_gpg_keys.sh index 0f8f9fd210..c26695ddf0 100755 --- a/.kokoro/docker/docs/fetch_gpg_keys.sh +++ b/.kokoro/docker/docs/fetch_gpg_keys.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2021 Google LLC +# Copyright 2020 Google LLC # # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file or at @@ -7,7 +7,7 @@ # A script to fetch gpg keys with retry. # Avoid jinja parsing the file. -# +# function retry { if [[ "${#}" -le 1 ]]; then @@ -34,4 +34,4 @@ retry 3 gpg --keyserver ha.pool.sks-keyservers.net --recv-keys \ retry 3 gpg --keyserver ha.pool.sks-keyservers.net --recv-keys \ E3FF2839C048B25C084DEBE9B26995E310250568 -# +# diff --git a/.kokoro/publish-docs.sh b/.kokoro/publish-docs.sh index 41e4460df9..a80ea7c0a0 100755 --- a/.kokoro/publish-docs.sh +++ b/.kokoro/publish-docs.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2021 Google LLC +# Copyright 2020 Google LLC # # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file or at diff --git a/owlbot.py b/owlbot.py index 4830c2f53c..b392016f3a 100644 --- a/owlbot.py +++ b/owlbot.py @@ -17,6 +17,7 @@ # Just move templates for building docs and releases # Presubmit and continuous are configured differently +s.move(templated_files / ".trampolinerc") s.move(templated_files / ".kokoro" / "docs") s.move(templated_files / ".kokoro" / "release.sh") s.move(templated_files / ".kokoro" / "trampoline_v2.sh")