add license headers - make compliant with RAT check
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/52e4ba75 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/52e4ba75 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/52e4ba75 Branch: refs/heads/master Commit: 52e4ba7538db3f2fa87f0a566ce483858b500318 Parents: 32b9579 Author: Alex Heneveld <[email protected]> Authored: Thu Aug 13 18:35:16 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Thu Aug 13 18:35:57 2015 +0100 ---------------------------------------------------------------------- usage/dist/licensing/README.md | 18 ++++++++++++++++++ usage/dist/licensing/extras.yaml | 18 ++++++++++++++++++ usage/dist/licensing/make-license.sh | 19 +++++++++++++++++++ usage/dist/licensing/overrides.yaml | 18 ++++++++++++++++++ usage/dist/pom.xml | 4 ++++ 5 files changed, 77 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/52e4ba75/usage/dist/licensing/README.md ---------------------------------------------------------------------- diff --git a/usage/dist/licensing/README.md b/usage/dist/licensing/README.md index 9fdac99..e67a02e 100644 --- a/usage/dist/licensing/README.md +++ b/usage/dist/licensing/README.md @@ -1,3 +1,21 @@ +# +# 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. +# This uses a special maven plugin to create license and notification information, based on metadata in overrides.yaml and extras.yaml. http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/52e4ba75/usage/dist/licensing/extras.yaml ---------------------------------------------------------------------- diff --git a/usage/dist/licensing/extras.yaml b/usage/dist/licensing/extras.yaml index 10622e9..77cf3e0 100644 --- a/usage/dist/licensing/extras.yaml +++ b/usage/dist/licensing/extras.yaml @@ -1,3 +1,21 @@ +# +# 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. +# # extras file for org.heneveld.license-audit-maven-plugin # supplying info for addl licenses included with brooklyn http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/52e4ba75/usage/dist/licensing/make-license.sh ---------------------------------------------------------------------- diff --git a/usage/dist/licensing/make-license.sh b/usage/dist/licensing/make-license.sh index a5868de..0964aee 100755 --- a/usage/dist/licensing/make-license.sh +++ b/usage/dist/licensing/make-license.sh @@ -1,3 +1,22 @@ +# +# 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. +# + set -e ls MAIN_LICENSE_ASL2 > /dev/null 2> /dev/null || ( echo "Must run in licensing directory (where this script lives)" && false ) http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/52e4ba75/usage/dist/licensing/overrides.yaml ---------------------------------------------------------------------- diff --git a/usage/dist/licensing/overrides.yaml b/usage/dist/licensing/overrides.yaml index a46917e..1e20221 100644 --- a/usage/dist/licensing/overrides.yaml +++ b/usage/dist/licensing/overrides.yaml @@ -1,3 +1,21 @@ +# +# 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. +# # overrides file for org.heneveld.license-audit-maven-plugin http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/52e4ba75/usage/dist/pom.xml ---------------------------------------------------------------------- diff --git a/usage/dist/pom.xml b/usage/dist/pom.xml index a570ffe..f1436de 100644 --- a/usage/dist/pom.xml +++ b/usage/dist/pom.xml @@ -98,6 +98,10 @@ <excludes combine.children="append"> <!-- Exclude sample config files because they are illustrative, intended for changing --> <exclude>src/main/dist/conf/**</exclude> + <exclude>licensing/licenses/**</exclude> + <exclude>licensing/README.md</exclude> + <exclude>licensing/*LICENSE*</exclude> + <exclude>licensing/*.autogenerated</exclude> </excludes> </configuration> </plugin>
