From acca97c83120badf2085851c9921237c0ac80fd2 Mon Sep 17 00:00:00 2001 From: Julio Diez Date: Fri, 27 Oct 2023 11:33:50 +0200 Subject: [PATCH] License boilerplate --- .../cloud-run-microservices/code/Dockerfile | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/blueprints/serverless/cloud-run-microservices/code/Dockerfile b/blueprints/serverless/cloud-run-microservices/code/Dockerfile index 201d7b307..c8c5fc627 100644 --- a/blueprints/serverless/cloud-run-microservices/code/Dockerfile +++ b/blueprints/serverless/cloud-run-microservices/code/Dockerfile @@ -1,3 +1,16 @@ +# Copyright 2023 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. FROM python:3.8-slim RUN apt-get update && \