Repository: bigtop Updated Branches: refs/heads/master f3edc60c6 -> 78c931637
BIGTOP-2037. BIGTOP-1746 Added Files Without Apache License Headers Signed-off-by: RJ Nowling <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/78c93163 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/78c93163 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/78c93163 Branch: refs/heads/master Commit: 78c9316379eb0b2ab8b7375a334e674fc1bf89dd Parents: f3edc60 Author: Kengo Seki <[email protected]> Authored: Thu Sep 17 11:06:02 2015 -0500 Committer: RJ Nowling <[email protected]> Committed: Thu Sep 17 11:06:35 2015 -0500 ---------------------------------------------------------------------- NOTICE | 2 ++ bigtop-deploy/puppet/modules/bigtop-util/Gemfile | 17 +++++++++++++++++ bigtop-deploy/puppet/modules/bigtop-util/README.md | 15 +++++++++++++++ bigtop-deploy/puppet/modules/bigtop-util/Rakefile | 16 ++++++++++++++++ build.gradle | 1 + pom.xml | 1 + 6 files changed, 52 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/78c93163/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index 55f97f9..76730a9 100644 --- a/NOTICE +++ b/NOTICE @@ -9,3 +9,5 @@ In addition, this product includes files licensed under: * The FreeBSD Documentation License https://www.freebsd.org/copyright/freebsd-doc-license.html +* The MIT License + https://opensource.org/licenses/MIT \ No newline at end of file http://git-wip-us.apache.org/repos/asf/bigtop/blob/78c93163/bigtop-deploy/puppet/modules/bigtop-util/Gemfile ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/modules/bigtop-util/Gemfile b/bigtop-deploy/puppet/modules/bigtop-util/Gemfile index 4abd416..ef9809f 100644 --- a/bigtop-deploy/puppet/modules/bigtop-util/Gemfile +++ b/bigtop-deploy/puppet/modules/bigtop-util/Gemfile @@ -1,3 +1,20 @@ +# 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. + source 'https://rubygems.org' group :test do http://git-wip-us.apache.org/repos/asf/bigtop/blob/78c93163/bigtop-deploy/puppet/modules/bigtop-util/README.md ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/modules/bigtop-util/README.md b/bigtop-deploy/puppet/modules/bigtop-util/README.md index 287504c..9fdc69b 100644 --- a/bigtop-deploy/puppet/modules/bigtop-util/README.md +++ b/bigtop-deploy/puppet/modules/bigtop-util/README.md @@ -1,3 +1,18 @@ +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. + # Bigtop Util Puppet Module This module provides common utility functions used by other Bigtop puppet modules. http://git-wip-us.apache.org/repos/asf/bigtop/blob/78c93163/bigtop-deploy/puppet/modules/bigtop-util/Rakefile ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/modules/bigtop-util/Rakefile b/bigtop-deploy/puppet/modules/bigtop-util/Rakefile index 14f1c24..82379fa 100644 --- a/bigtop-deploy/puppet/modules/bigtop-util/Rakefile +++ b/bigtop-deploy/puppet/modules/bigtop-util/Rakefile @@ -1,2 +1,18 @@ +# 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. + require 'rubygems' require 'puppetlabs_spec_helper/rake_tasks' http://git-wip-us.apache.org/repos/asf/bigtop/blob/78c93163/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 61224c6..9894656 100644 --- a/build.gradle +++ b/build.gradle @@ -90,6 +90,7 @@ rat { "bigtop-data-generators/**/input_data/**", "bigtop-deploy/puppet/**/*.yaml", "bigtop-deploy/puppet/config/*/id_hdfsuser*", + "bigtop-deploy/puppet/modules/bigtop-util/Gemfile.lock", /* Debian package files that have a rigid structure (* matches package name) */ "bigtop-packages/src/deb/*/*.dirs", http://git-wip-us.apache.org/repos/asf/bigtop/blob/78c93163/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1de2255..352bf5b 100644 --- a/pom.xml +++ b/pom.xml @@ -316,6 +316,7 @@ <exclude>bigtop-data-generators/**/input_data/**</exclude> <exclude>bigtop-deploy/puppet/**/*.yaml</exclude> <exclude>bigtop-deploy/puppet/config/*/id_hdfsuser*</exclude> + <exclude>bigtop-deploy/puppet/modules/bigtop-util/Gemfile.lock</exclude> <!-- Debian package files that have a rigid structure (* matches package name) --> <exclude>bigtop-packages/src/deb/*/*.dirs</exclude> <exclude>bigtop-packages/src/deb/*/dirs</exclude>
