From daa70e67ccd9d9359c6692fa132a64417c8d57ee Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Fri, 29 Sep 2017 19:18:41 +0200 Subject: [PATCH] Adding Copyright info. --- tools/distrib/pull_requests_interval.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tools/distrib/pull_requests_interval.sh b/tools/distrib/pull_requests_interval.sh index 43114990aa2..7a6c702daa6 100755 --- a/tools/distrib/pull_requests_interval.sh +++ b/tools/distrib/pull_requests_interval.sh @@ -1,4 +1,17 @@ #!/bin/bash +# Copyright 2017 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. if [ "x$1" = "x" ] ; then echo "Usage: $0 [second ref]"