You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2019/06/13 09:06:57 UTC

[rocketmq-docker] branch master updated: Add licence head for image build script

This is an automated email from the ASF dual-hosted git repository.

dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 285bb0c  Add licence head for image build script
285bb0c is described below

commit 285bb0c9074a109d36b942d4181783b10454b02a
Author: dinglei <li...@163.com>
AuthorDate: Thu Jun 13 17:06:53 2019 +0800

    Add licence head for image build script
---
 image-build/build-image.sh | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/image-build/build-image.sh b/image-build/build-image.sh
index 95cde95..59891ab 100755
--- a/image-build/build-image.sh
+++ b/image-build/build-image.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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 [ $# -lt 1 ]; then
     echo "Usage: sh $0 version#"
     exit -1