From 46ac39b1e2c3314cb73e216b30ff02c21c0f0ff2 Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Thu, 10 Sep 2020 09:56:45 -0700 Subject: [PATCH] Add copyright notice to the new script --- packages/grpc-js/scripts/xds.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages/grpc-js/scripts/xds.sh b/packages/grpc-js/scripts/xds.sh index 76f6b214..bd30702c 100755 --- a/packages/grpc-js/scripts/xds.sh +++ b/packages/grpc-js/scripts/xds.sh @@ -1,4 +1,17 @@ #!/bin/bash +# Copyright 2020 gRPC authors. +# +# 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. # Install NVM cd ~