Add Apache license comments to XML files and README

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

Branch: refs/heads/master
Commit: a8164b4f424e3ff620893f6a51cddf703a9983b6
Parents: cdd69f3
Author: Geoff Macartney <geoff.macart...@cloudsoftcorp.com>
Authored: Mon Feb 29 10:59:45 2016 +0000
Committer: Geoff Macartney <geoff.macart...@cloudsoftcorp.com>
Committed: Mon Feb 29 10:59:45 2016 +0000

----------------------------------------------------------------------
 README.md                 | 19 +++++++++++++++++++
 build.xml                 | 18 ++++++++++++++++++
 src/main/assembly/bin.xml | 18 ++++++++++++++++++
 3 files changed, 55 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/a8164b4f/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d2953f9..34aafc5 100644
--- a/README.md
+++ b/README.md
@@ -141,3 +141,22 @@ And for help on individual commands:
    - *tree*           * Show the tree of all applications
    - *version*        Display the version of the connected Brooklyn
    - *help*    
+
+
+----
+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.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/a8164b4f/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 36867f5..2ad67d4 100644
--- a/build.xml
+++ b/build.xml
@@ -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.
+-->
 <project name="CLI" >
     <property name="build.script" location="${basedir}/release/build.sh"/>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/a8164b4f/src/main/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/bin.xml b/src/main/assembly/bin.xml
index 4337549..b5459d2 100644
--- a/src/main/assembly/bin.xml
+++ b/src/main/assembly/bin.xml
@@ -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.
+-->
 <assembly 
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3";
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
           
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3
 http://maven.apache.org/xsd/assembly-1.1.3.xsd";>

Reply via email to