aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Jonathan Metzman <metzman@chromium.org>2021-01-20 13:31:16 -0800
committerGravatar Jonathan Metzman <metzman@chromium.org>2021-01-20 13:31:16 -0800
commit05dc963d039c8d29bb5c69850c017eea564b3cb4 (patch)
tree8346b2789b255aaedac5d83870bcc55d1c584877 /infra
parentb3e30e517011bb5228c3421a8f1d46a4a824417b (diff)
add license
Diffstat (limited to 'infra')
-rwxr-xr-xinfra/base-images/base-builder/write_labels.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/infra/base-images/base-builder/write_labels.py b/infra/base-images/base-builder/write_labels.py
index b1a74842..6766e37f 100755
--- a/infra/base-images/base-builder/write_labels.py
+++ b/infra/base-images/base-builder/write_labels.py
@@ -1,4 +1,17 @@
#!/usr/bin/python3
+# Copyright 2021 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
+#
+# 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.
"""Script for writing from project.yaml to .labels file."""
import os