From 01d7b6d081db98c284ed16036d0159faee2d0946 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Mon, 6 Feb 2017 10:17:25 +0800 Subject: [PATCH] STORM-2346: add missing licenses --- dev-tools/rc/download-rc-directory.sh | 11 +++++++++++ dev-tools/rc/verify-release-file.sh | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-tools/rc/download-rc-directory.sh b/dev-tools/rc/download-rc-directory.sh index 196a7844fee..c5d674a7fb4 100755 --- a/dev-tools/rc/download-rc-directory.sh +++ b/dev-tools/rc/download-rc-directory.sh @@ -1,4 +1,15 @@ #!/bin/bash +# 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. TARGET_URL=$1 diff --git a/dev-tools/rc/verify-release-file.sh b/dev-tools/rc/verify-release-file.sh index 56b5c3173d0..dcb2202bd64 100755 --- a/dev-tools/rc/verify-release-file.sh +++ b/dev-tools/rc/verify-release-file.sh @@ -1,4 +1,15 @@ #!/bin/bash +# 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. TARGET_FILE=$1