Repository: incubator-brooklyn Updated Branches: refs/heads/master d9f99c201 -> ff5ec4425
Revert "add license headers - make compliant with RAT check" This reverts commit 52e4ba7538db3f2fa87f0a566ce483858b500318. Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/bea3567d Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/bea3567d Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/bea3567d Branch: refs/heads/master Commit: bea3567d39a739691fcbc7b49fd04585cde4f975 Parents: d9f99c2 Author: Alex Heneveld <[email protected]> Authored: Mon Aug 17 17:37:22 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Mon Aug 17 17:37:22 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 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/bea3567d/usage/dist/licensing/README.md ---------------------------------------------------------------------- diff --git a/usage/dist/licensing/README.md b/usage/dist/licensing/README.md index e67a02e..9fdac99 100644 --- a/usage/dist/licensing/README.md +++ b/usage/dist/licensing/README.md @@ -1,21 +1,3 @@ -# -# 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/bea3567d/usage/dist/licensing/extras.yaml ---------------------------------------------------------------------- diff --git a/usage/dist/licensing/extras.yaml b/usage/dist/licensing/extras.yaml index 77cf3e0..10622e9 100644 --- a/usage/dist/licensing/extras.yaml +++ b/usage/dist/licensing/extras.yaml @@ -1,21 +1,3 @@ -# -# 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/bea3567d/usage/dist/licensing/make-license.sh ---------------------------------------------------------------------- diff --git a/usage/dist/licensing/make-license.sh b/usage/dist/licensing/make-license.sh index 0964aee..a5868de 100755 --- a/usage/dist/licensing/make-license.sh +++ b/usage/dist/licensing/make-license.sh @@ -1,22 +1,3 @@ -# -# 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/bea3567d/usage/dist/licensing/overrides.yaml ---------------------------------------------------------------------- diff --git a/usage/dist/licensing/overrides.yaml b/usage/dist/licensing/overrides.yaml index 1e20221..a46917e 100644 --- a/usage/dist/licensing/overrides.yaml +++ b/usage/dist/licensing/overrides.yaml @@ -1,21 +1,3 @@ -# -# 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/bea3567d/usage/dist/pom.xml ---------------------------------------------------------------------- diff --git a/usage/dist/pom.xml b/usage/dist/pom.xml index f1436de..a570ffe 100644 --- a/usage/dist/pom.xml +++ b/usage/dist/pom.xml @@ -98,10 +98,6 @@ <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>
