Repository: bigtop
Updated Branches:
  refs/heads/master 43de36399 -> f73171adc


BIGTOP-2915: Some files are missing ALv2 header


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/f73171ad
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/f73171ad
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/f73171ad

Branch: refs/heads/master
Commit: f73171adc158b2fe2476903056e58dbd581e9b26
Parents: 43de363
Author: Olaf Flebbe <[email protected]>
Authored: Wed Nov 1 22:11:37 2017 +0100
Committer: Olaf Flebbe <[email protected]>
Committed: Wed Nov 1 22:51:17 2017 +0100

----------------------------------------------------------------------
 bigtop-ci/build.sh      | 14 ++++++++++++++
 bigtop-ci/entrypoint.sh | 14 ++++++++++++++
 2 files changed, 28 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/f73171ad/bigtop-ci/build.sh
----------------------------------------------------------------------
diff --git a/bigtop-ci/build.sh b/bigtop-ci/build.sh
index fc1f52f..d0a0ff5 100755
--- a/bigtop-ci/build.sh
+++ b/bigtop-ci/build.sh
@@ -1,4 +1,18 @@
 #!/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.
 
 while [[ $# -gt 1 ]]
 do

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f73171ad/bigtop-ci/entrypoint.sh
----------------------------------------------------------------------
diff --git a/bigtop-ci/entrypoint.sh b/bigtop-ci/entrypoint.sh
index bc580e1..71f4fde 100755
--- a/bigtop-ci/entrypoint.sh
+++ b/bigtop-ci/entrypoint.sh
@@ -1,4 +1,18 @@
 #!/bin/sh
+# 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.
 
 . /etc/profile.d/bigtop.sh
 exec ./gradlew "$@"

Reply via email to