Skip to content

Commit

Permalink
chore: revert years in manually committed files
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Jul 21, 2021
1 parent 8e7c83a commit 7ce2a3f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .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
Expand Down
2 changes: 1 addition & 1 deletion .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
Expand Down
6 changes: 3 additions & 3 deletions .kokoro/docker/docs/fetch_gpg_keys.sh
@@ -1,13 +1,13 @@
#!/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
# https://developers.google.com/open-source/licenses/bsd

# A script to fetch gpg keys with retry.
# Avoid jinja parsing the file.
#
#

function retry {
if [[ "${#}" -le 1 ]]; then
Expand All @@ -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

#
#
2 changes: 1 addition & 1 deletion .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
Expand Down

0 comments on commit 7ce2a3f

Please sign in to comment.