aboutsummaryrefslogtreecommitdiff
path: root/.kokoro
diff options
context:
space:
mode:
authorYoshi Automation Bot <yoshi-automation@google.com>2020-07-06 13:59:22 -0700
committerGitHub <noreply@github.com>2020-07-06 13:59:22 -0700
commit218a159f646c81021c890b92f9cff003aed949a8 (patch)
tree491cbcb8e9879084fa45e88dafecfb099cfb667e /.kokoro
parent038ae1b78dc83e44ad39ef7ba15c607f62232087 (diff)
downloadgoogle-auth-library-python-218a159f646c81021c890b92f9cff003aed949a8.tar.gz
chore: update file headers (#515)
* changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * chore: modify synth excludes Co-authored-by: Bu Sun Kim <busunkim@google.com> Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Diffstat (limited to '.kokoro')
-rwxr-xr-x.kokoro/publish-docs.sh13
-rwxr-xr-x.kokoro/release.sh13
-rwxr-xr-x.kokoro/trampoline.sh2
3 files changed, 27 insertions, 1 deletions
diff --git a/.kokoro/publish-docs.sh b/.kokoro/publish-docs.sh
index 0d97db8..0e5d978 100755
--- a/.kokoro/publish-docs.sh
+++ b/.kokoro/publish-docs.sh
@@ -1,4 +1,17 @@
#!/bin/bash
+# Copyright 2020 Google LLC
+#
+# 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
+#
+# https://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.
set -eo pipefail
diff --git a/.kokoro/release.sh b/.kokoro/release.sh
index cf85555..ded1bae 100755
--- a/.kokoro/release.sh
+++ b/.kokoro/release.sh
@@ -1,4 +1,17 @@
#!/bin/bash
+# Copyright 2020 Google LLC
+#
+# 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
+#
+# https://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.
set -eo pipefail
diff --git a/.kokoro/trampoline.sh b/.kokoro/trampoline.sh
index 4b4ba9f..e8c4251 100755
--- a/.kokoro/trampoline.sh
+++ b/.kokoro/trampoline.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2017 Google LLC
+# Copyright 2017 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.