Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

Commit 7ce2a3f

Browse files
committed
chore: revert years in manually committed files
1 parent 8e7c83a commit 7ce2a3f

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2021 Google LLC
2+
# Copyright 2020 Google LLC
33
#
44
# Use of this source code is governed by a BSD-style
55
# license that can be found in the LICENSE file or at

.kokoro/docker/docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 Google LLC
1+
# Copyright 2020 Google LLC
22
#
33
# Use of this source code is governed by a BSD-style
44
# license that can be found in the LICENSE file or at

.kokoro/docker/docs/fetch_gpg_keys.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/bin/bash
2-
# Copyright 2021 Google LLC
2+
# Copyright 2020 Google LLC
33
#
44
# Use of this source code is governed by a BSD-style
55
# license that can be found in the LICENSE file or at
66
# https://developers.google.com/open-source/licenses/bsd
77

88
# A script to fetch gpg keys with retry.
99
# Avoid jinja parsing the file.
10-
#
10+
#
1111

1212
function retry {
1313
if [[ "${#}" -le 1 ]]; then
@@ -34,4 +34,4 @@ retry 3 gpg --keyserver ha.pool.sks-keyservers.net --recv-keys \
3434
retry 3 gpg --keyserver ha.pool.sks-keyservers.net --recv-keys \
3535
E3FF2839C048B25C084DEBE9B26995E310250568
3636

37-
#
37+
#

.kokoro/publish-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2021 Google LLC
2+
# Copyright 2020 Google LLC
33
#
44
# Use of this source code is governed by a BSD-style
55
# license that can be found in the LICENSE file or at

0 commit comments

Comments
 (0)