You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by al...@apache.org on 2012/08/02 04:08:33 UTC

[33/44] git commit: awsapi license header changes

awsapi license header changes


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/3cbc0e32
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/3cbc0e32
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/3cbc0e32

Branch: refs/heads/vpc
Commit: 3cbc0e324fa0de31f2c96c02fc121fecd4cc25ab
Parents: 85398bb
Author: Chip Childers <ch...@gmail.com>
Authored: Wed Aug 1 09:34:12 2012 -0400
Committer: Chip Childers <ch...@gmail.com>
Committed: Wed Aug 1 09:34:12 2012 -0400

----------------------------------------------------------------------
 awsapi/.classpath                                  |   18 ++++++++++++
 awsapi/.project                                    |   18 ++++++++++++
 awsapi/.pydevproject                               |   18 ++++++++++++
 awsapi/conf/CloudStack.cfg.xml                     |   18 ++++++++++++
 awsapi/conf/cloud-bridge.properties                |   17 ++++++++++++
 awsapi/conf/ec2-service.properties                 |   17 ++++++++++++
 awsapi/conf/hibernate.cfg.xml                      |   18 ++++++++++++
 awsapi/docs/AmazonEC2/EC2-API-tool-setup.txt       |   20 ++++++++++++++
 .../docs/AmazonEC2/EC2-implementation-guide.html   |   18 ++++++++++++
 .../docs/AmazonEC2/EC2-local-deploy-using-ant.html |   18 ++++++++++++
 awsapi/docs/AmazonEC2/EC2-users-guide.html         |   18 ++++++++++++
 awsapi/docs/AmazonEC2/wsdl2java-command-line.txt   |   21 ++++++++++++++-
 awsapi/docs/AmazonS3/S3-users-guide.html           |   20 +++++++++++++-
 awsapi/docs/AmazonS3/notes.txt                     |   21 ++++++++++++++-
 awsapi/docs/AmazonS3/wsdl2java-command-line.txt    |   19 +++++++++++++
 awsapi/packages/config/debian/cloud-bridge.install |   17 ++++++++++++
 .../packages/config/debian/cloud-bridge.postinst   |   17 ++++++++++++
 awsapi/packages/config/rpm/cloudbridge.spec        |   17 ++++++++++++
 awsapi/resource/AmazonEC2/crypto.properties        |   18 ++++++++++++
 awsapi/scripts/run.bat                             |   17 ++++++++++++
 awsapi/src/com/cloud/bridge/auth/ec2/module.xml    |   18 ++++++++++++
 awsapi/src/com/cloud/bridge/auth/s3/module.xml     |   18 ++++++++++++
 awsapi/src/com/cloud/bridge/model/MHost.hbm.xml    |   18 ++++++++++++
 .../src/com/cloud/bridge/model/MHostMount.hbm.xml  |   18 ++++++++++++
 awsapi/src/com/cloud/bridge/model/SAcl.hbm.xml     |   18 ++++++++++++
 awsapi/src/com/cloud/bridge/model/SBucket.hbm.xml  |   18 ++++++++++++
 awsapi/src/com/cloud/bridge/model/SHost.hbm.xml    |   18 ++++++++++++
 awsapi/src/com/cloud/bridge/model/SMeta.hbm.xml    |   18 ++++++++++++
 awsapi/src/com/cloud/bridge/model/SObject.hbm.xml  |   18 ++++++++++++
 .../src/com/cloud/bridge/model/SObjectItem.hbm.xml |   18 ++++++++++++
 .../com/cloud/bridge/model/UserCredentials.hbm.xml |   18 ++++++++++++
 .../cloud/stack/models/CloudStackAccount.hbm.xml   |   18 ++++++++++++
 .../stack/models/CloudStackConfiguration.hbm.xml   |   18 ++++++++++++
 .../stack/models/CloudStackServiceOffering.hbm.xml |   18 ++++++++++++
 .../test/com/cloud/gate/util/Xml2JavaTestData.xml  |   18 ++++++++++++
 awsapi/test/html/certSubmit.html                   |   18 ++++++++++++
 awsapi/test/html/testRestURL.txt                   |   21 ++++++++++++++-
 awsapi/wscript                                     |   17 ++++++++++++
 awsapi/wscript_build                               |   16 +++++++++++
 awsapi/wscript_configure                           |   17 ++++++++++++
 40 files changed, 720 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/.classpath
----------------------------------------------------------------------
diff --git a/awsapi/.classpath b/awsapi/.classpath
index ab9174c..e814eae 100644
--- a/awsapi/.classpath
+++ b/awsapi/.classpath
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+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.
+-->
 <classpath>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="src" path="test"/>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/.project
----------------------------------------------------------------------
diff --git a/awsapi/.project b/awsapi/.project
index d602ee4..9ae990a 100644
--- a/awsapi/.project
+++ b/awsapi/.project
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+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.
+-->
 <projectDescription>
 	<name>awsapi</name>
 	<comment></comment>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/.pydevproject
----------------------------------------------------------------------
diff --git a/awsapi/.pydevproject b/awsapi/.pydevproject
index a9cca03..d4a984a 100644
--- a/awsapi/.pydevproject
+++ b/awsapi/.pydevproject
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+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.
+-->
 <?eclipse-pydev version="1.0"?>
 
 <pydev_project>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/conf/CloudStack.cfg.xml
----------------------------------------------------------------------
diff --git a/awsapi/conf/CloudStack.cfg.xml b/awsapi/conf/CloudStack.cfg.xml
index 3e0c42a..511e68f 100644
--- a/awsapi/conf/CloudStack.cfg.xml
+++ b/awsapi/conf/CloudStack.cfg.xml
@@ -1,4 +1,22 @@
 <?xml version='1.0' encoding='utf-8'?>
+<!--
+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.
+-->
 <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN" "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
 
 <hibernate-configuration>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/conf/cloud-bridge.properties
----------------------------------------------------------------------
diff --git a/awsapi/conf/cloud-bridge.properties b/awsapi/conf/cloud-bridge.properties
index 7bbba7f..123c18d 100644
--- a/awsapi/conf/cloud-bridge.properties
+++ b/awsapi/conf/cloud-bridge.properties
@@ -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.
+
 host=http://localhost:8080/awsapi
 storage.root=/Users/john1/S3-Mount
 storage.multipartDir=__multipart__uploads__

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/conf/ec2-service.properties
----------------------------------------------------------------------
diff --git a/awsapi/conf/ec2-service.properties b/awsapi/conf/ec2-service.properties
index fc3329b..40398cb 100644
--- a/awsapi/conf/ec2-service.properties
+++ b/awsapi/conf/ec2-service.properties
@@ -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.
+
 managementServer=127.0.0.1
 cloudAPIPort=7080
 cloudstackVersion=2.2.0

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/conf/hibernate.cfg.xml
----------------------------------------------------------------------
diff --git a/awsapi/conf/hibernate.cfg.xml b/awsapi/conf/hibernate.cfg.xml
index bc445bd..d484849 100644
--- a/awsapi/conf/hibernate.cfg.xml
+++ b/awsapi/conf/hibernate.cfg.xml
@@ -1,4 +1,22 @@
 <?xml version='1.0' encoding='utf-8'?>
+<!--
+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.
+-->
 <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN" "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
 
 <hibernate-configuration>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/docs/AmazonEC2/EC2-API-tool-setup.txt
----------------------------------------------------------------------
diff --git a/awsapi/docs/AmazonEC2/EC2-API-tool-setup.txt b/awsapi/docs/AmazonEC2/EC2-API-tool-setup.txt
index d56a982..d75fcee 100644
--- a/awsapi/docs/AmazonEC2/EC2-API-tool-setup.txt
+++ b/awsapi/docs/AmazonEC2/EC2-API-tool-setup.txt
@@ -1,3 +1,23 @@
+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.
+
+-----------------------------------------------------------
+
+
 1. Get the EC2 API tool
 http://s3.amazonaws.com/ec2-downloads/ec2-api-tools-1.3-62308.zip. Install it by unzipping it
 

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/docs/AmazonEC2/EC2-implementation-guide.html
----------------------------------------------------------------------
diff --git a/awsapi/docs/AmazonEC2/EC2-implementation-guide.html b/awsapi/docs/AmazonEC2/EC2-implementation-guide.html
index 5caadf0..737c669 100644
--- a/awsapi/docs/AmazonEC2/EC2-implementation-guide.html
+++ b/awsapi/docs/AmazonEC2/EC2-implementation-guide.html
@@ -1,4 +1,22 @@
 <HTML>
+<!--
+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.
+-->    
 <HEAD>
 <TITLE>Cloud.com's EC2 API Implementation Guide</TITLE>
 </HEAD>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/docs/AmazonEC2/EC2-local-deploy-using-ant.html
----------------------------------------------------------------------
diff --git a/awsapi/docs/AmazonEC2/EC2-local-deploy-using-ant.html b/awsapi/docs/AmazonEC2/EC2-local-deploy-using-ant.html
index ef0b3fc..215e578 100644
--- a/awsapi/docs/AmazonEC2/EC2-local-deploy-using-ant.html
+++ b/awsapi/docs/AmazonEC2/EC2-local-deploy-using-ant.html
@@ -1,4 +1,22 @@
 <HTML>
+<!--
+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.
+-->
 <HEAD>
 <TITLE>Cloud.com's EC2 local deployment Guide</TITLE>
 </HEAD>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/docs/AmazonEC2/EC2-users-guide.html
----------------------------------------------------------------------
diff --git a/awsapi/docs/AmazonEC2/EC2-users-guide.html b/awsapi/docs/AmazonEC2/EC2-users-guide.html
index 1177689..a51923c 100644
--- a/awsapi/docs/AmazonEC2/EC2-users-guide.html
+++ b/awsapi/docs/AmazonEC2/EC2-users-guide.html
@@ -1,4 +1,22 @@
 <HTML>
+<!--
+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.
+-->
 <HEAD>
 <TITLE>Cloud.com's EC2 API User's Guide</TITLE>
 </HEAD>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/docs/AmazonEC2/wsdl2java-command-line.txt
----------------------------------------------------------------------
diff --git a/awsapi/docs/AmazonEC2/wsdl2java-command-line.txt b/awsapi/docs/AmazonEC2/wsdl2java-command-line.txt
index 5aea3dd..c1b6853 100644
--- a/awsapi/docs/AmazonEC2/wsdl2java-command-line.txt
+++ b/awsapi/docs/AmazonEC2/wsdl2java-command-line.txt
@@ -1,2 +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.
+
+-----------------------------------------------------------
+
 To generate the Java AXIS2 classes from the Amazon EC2 wsdl use the following command line:
-C:\axis2-1.5.1\bin>wsdl2java.bat -ss -sd -ssi -g -p com.amazon.ec2 -ns2p "http://ec2.amazonaws.com/doc/2010-08-31/"=com.amazon.ec2 -uri ec2.wsdl
\ No newline at end of file
+C:\axis2-1.5.1\bin>wsdl2java.bat -ss -sd -ssi -g -p com.amazon.ec2 -ns2p "http://ec2.amazonaws.com/doc/2010-08-31/"=com.amazon.ec2 -uri ec2.wsdl

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/docs/AmazonS3/S3-users-guide.html
----------------------------------------------------------------------
diff --git a/awsapi/docs/AmazonS3/S3-users-guide.html b/awsapi/docs/AmazonS3/S3-users-guide.html
index 124f897..adadd8b 100644
--- a/awsapi/docs/AmazonS3/S3-users-guide.html
+++ b/awsapi/docs/AmazonS3/S3-users-guide.html
@@ -1,4 +1,22 @@
 <HTML>
+<!--
+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.
+-->
 <HEAD>
 <TITLE>Cloud.com's S3 API User's Guide</TITLE>
 </HEAD>
@@ -99,4 +117,4 @@ SetObjectAccessControlPolicy
 <LI id="ref3"><A href="http://msdn.microsoft.com/en-us/magazine/cc188797.aspx">DIME</A></LI>
 </OL>
 </BODY>
-</HTML>
\ No newline at end of file
+</HTML>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/docs/AmazonS3/notes.txt
----------------------------------------------------------------------
diff --git a/awsapi/docs/AmazonS3/notes.txt b/awsapi/docs/AmazonS3/notes.txt
index ce0f70f..e9a7968 100644
--- a/awsapi/docs/AmazonS3/notes.txt
+++ b/awsapi/docs/AmazonS3/notes.txt
@@ -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.
+
+-----------------------------------------------------------
+
 Example of headers for a rest call of copyObject
 
 Authorization: AWS Mark:djdjdjdjdjdjdjdj\n
@@ -7,4 +26,4 @@ x-amz-metadata-directive: REPLACE\n
 x-amz-meta-hight: 55 feet\n
 x-amz-meta-width: 13 yards\n
 x-amz-meta-weight: 4 tons\n
-x-amz-acl: public-read\n
\ No newline at end of file
+x-amz-acl: public-read\n

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/docs/AmazonS3/wsdl2java-command-line.txt
----------------------------------------------------------------------
diff --git a/awsapi/docs/AmazonS3/wsdl2java-command-line.txt b/awsapi/docs/AmazonS3/wsdl2java-command-line.txt
index fbd1340..d22b852 100644
--- a/awsapi/docs/AmazonS3/wsdl2java-command-line.txt
+++ b/awsapi/docs/AmazonS3/wsdl2java-command-line.txt
@@ -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.
+
+-----------------------------------------------------------
+
 To generate the Java AXIS2 classes from the Amazon EC2 wsdl use the following command line, assuming source definitions in the local directory:
 $ wsdl2java.sh -ss -sd -ssi -g -p com.amazon.s3 -ns2p "http://s3.amazonaws.com/doc/2006-03-01/"=com.amazon.s3 -uri cloud-AmazonS3.wsdl
 

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/packages/config/debian/cloud-bridge.install
----------------------------------------------------------------------
diff --git a/awsapi/packages/config/debian/cloud-bridge.install b/awsapi/packages/config/debian/cloud-bridge.install
index b3a4ceb..0f2f19f 100644
--- a/awsapi/packages/config/debian/cloud-bridge.install
+++ b/awsapi/packages/config/debian/cloud-bridge.install
@@ -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.
+
 /usr/share/cloud/bridge/*
 /usr/share/cloud/setup/bridge/*
 /usr/bin/*

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/packages/config/debian/cloud-bridge.postinst
----------------------------------------------------------------------
diff --git a/awsapi/packages/config/debian/cloud-bridge.postinst b/awsapi/packages/config/debian/cloud-bridge.postinst
index 5f04b27..5c62459 100644
--- a/awsapi/packages/config/debian/cloud-bridge.postinst
+++ b/awsapi/packages/config/debian/cloud-bridge.postinst
@@ -1,4 +1,21 @@
 #!/bin/sh -e
+# 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.
+
 
 case "$1" in
     configure)

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/packages/config/rpm/cloudbridge.spec
----------------------------------------------------------------------
diff --git a/awsapi/packages/config/rpm/cloudbridge.spec b/awsapi/packages/config/rpm/cloudbridge.spec
index 42b7d4f..d3896b3 100644
--- a/awsapi/packages/config/rpm/cloudbridge.spec
+++ b/awsapi/packages/config/rpm/cloudbridge.spec
@@ -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.
+
 %define __os_install_post %{nil}
 %global debug_package %{nil}
 

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/resource/AmazonEC2/crypto.properties
----------------------------------------------------------------------
diff --git a/awsapi/resource/AmazonEC2/crypto.properties b/awsapi/resource/AmazonEC2/crypto.properties
index 38589f0..f55bea8 100644
--- a/awsapi/resource/AmazonEC2/crypto.properties
+++ b/awsapi/resource/AmazonEC2/crypto.properties
@@ -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.
+
+
 org.apache.ws.security.crypto.provider=org.apache.ws.security.components.crypto.Merlin
 org.apache.ws.security.crypto.merlin.keystore.type=jks
 org.apache.ws.security.crypto.merlin.keystore.password=apache

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/scripts/run.bat
----------------------------------------------------------------------
diff --git a/awsapi/scripts/run.bat b/awsapi/scripts/run.bat
index 830f5c8..437a37f 100644
--- a/awsapi/scripts/run.bat
+++ b/awsapi/scripts/run.bat
@@ -1 +1,18 @@
+rem  Licensed to the Apache Software Foundation (ASF) under one
+rem  or more contributor license agreements.  See the NOTICE file
+rem  distributed with this work for additional information
+rem  regarding copyright ownership.  The ASF licenses this file
+rem  to you under the Apache License, Version 2.0 (the
+rem  "License"); you may not use this file except in compliance
+rem  with the License.  You may obtain a copy of the License at
+rem  
+rem    http://www.apache.org/licenses/LICENSE-2.0
+rem  
+rem  Unless required by applicable law or agreed to in writing,
+rem  software distributed under the License is distributed on an
+rem  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+rem  KIND, either express or implied.  See the License for the
+rem  specific language governing permissions and limitations
+rem  under the License.
+
 java -cp cloud-tool.jar;./lib/XmlSchema-1.4.3.jar;./lib/antlr-2.7.6.jar;./lib/apache-log4j-extras-1.0.jar;./lib/axiom-api-1.2.8.jar;./lib/axiom-impl-1.2.8.jar;./lib/axis2-adb-1.5.1.jar;./lib/axis2-ant-plugin-1.5.1.jar;./lib/axis2-jaxbri-1.5.1.jar;./lib/axis2-jaxws-1.5.1.jar;./lib/axis2-jibx-1.5.1.jar;./lib/axis2-json-1.5.1.jar;./lib/axis2-kernel-1.5.1.jar;./lib/axis2-transport-http-1.5.1.jar;./lib/axis2-transport-local-1.5.1.jar;./lib/commons-codec-1.3.jar;./lib/commons-collections-3.1.jar;./lib/commons-fileupload-1.2.jar;./lib/commons-httpclient-3.1.jar;./lib/commons-io-1.4.jar;./lib/commons-logging-1.1.1.jar;./lib/dom4j-1.6.1.jar;./lib/hibernate3.jar;./lib/httpcore-4.0.jar;./lib/javassist-3.9.0.GA.jar;./lib/jta-1.1.jar;./lib/junit-4.8.1.jar;./lib/log4j-1.2.15.jar;./lib/mail-1.4.jar;./lib/mysql-connector-java-5.1.7-bin.jar;./lib/neethi-2.0.4.jar;./lib/servlet-api.jar;./lib/slf4j-api-1.5.11.jar;./lib/slf4j-simple-1.5.11.jar;./lib/wsdl4j-1.6.2.jar com.cloud.gate.tool.CloudS3CmdTool %
 *

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/src/com/cloud/bridge/auth/ec2/module.xml
----------------------------------------------------------------------
diff --git a/awsapi/src/com/cloud/bridge/auth/ec2/module.xml b/awsapi/src/com/cloud/bridge/auth/ec2/module.xml
index 0cbd804..545b8df 100644
--- a/awsapi/src/com/cloud/bridge/auth/ec2/module.xml
+++ b/awsapi/src/com/cloud/bridge/auth/ec2/module.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+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.
+-->
 <module name="cloud-auth-ec2" class="com.cloud.bridge.auth.ec2.AuthenticationModule">
    <inflow>
         <!-- add ec2authentication to the axis2.xml file as first in user phases -->

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/src/com/cloud/bridge/auth/s3/module.xml
----------------------------------------------------------------------
diff --git a/awsapi/src/com/cloud/bridge/auth/s3/module.xml b/awsapi/src/com/cloud/bridge/auth/s3/module.xml
index cb22ed2..86ee25a 100644
--- a/awsapi/src/com/cloud/bridge/auth/s3/module.xml
+++ b/awsapi/src/com/cloud/bridge/auth/s3/module.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+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.
+-->
 <module name="cloud-auth-s3" class="com.cloud.bridge.auth.s3.AuthenticationModule">
    <inflow>
         <!-- add s3authentication to the axis2.xml file as first in user phases -->

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/src/com/cloud/bridge/model/MHost.hbm.xml
----------------------------------------------------------------------
diff --git a/awsapi/src/com/cloud/bridge/model/MHost.hbm.xml b/awsapi/src/com/cloud/bridge/model/MHost.hbm.xml
index f3d857a..e151171 100644
--- a/awsapi/src/com/cloud/bridge/model/MHost.hbm.xml
+++ b/awsapi/src/com/cloud/bridge/model/MHost.hbm.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+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.
+-->
 <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
 
 <hibernate-mapping>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/src/com/cloud/bridge/model/MHostMount.hbm.xml
----------------------------------------------------------------------
diff --git a/awsapi/src/com/cloud/bridge/model/MHostMount.hbm.xml b/awsapi/src/com/cloud/bridge/model/MHostMount.hbm.xml
index f2a6a76..c186de5 100644
--- a/awsapi/src/com/cloud/bridge/model/MHostMount.hbm.xml
+++ b/awsapi/src/com/cloud/bridge/model/MHostMount.hbm.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+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.
+-->
 <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
 
 <hibernate-mapping>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/src/com/cloud/bridge/model/SAcl.hbm.xml
----------------------------------------------------------------------
diff --git a/awsapi/src/com/cloud/bridge/model/SAcl.hbm.xml b/awsapi/src/com/cloud/bridge/model/SAcl.hbm.xml
index de9e976..175e1a7 100644
--- a/awsapi/src/com/cloud/bridge/model/SAcl.hbm.xml
+++ b/awsapi/src/com/cloud/bridge/model/SAcl.hbm.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+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.
+-->
 <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
 
 <hibernate-mapping>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/src/com/cloud/bridge/model/SBucket.hbm.xml
----------------------------------------------------------------------
diff --git a/awsapi/src/com/cloud/bridge/model/SBucket.hbm.xml b/awsapi/src/com/cloud/bridge/model/SBucket.hbm.xml
index 1287179..83f495d 100644
--- a/awsapi/src/com/cloud/bridge/model/SBucket.hbm.xml
+++ b/awsapi/src/com/cloud/bridge/model/SBucket.hbm.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+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.
+-->
 <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
 
 <hibernate-mapping>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/src/com/cloud/bridge/model/SHost.hbm.xml
----------------------------------------------------------------------
diff --git a/awsapi/src/com/cloud/bridge/model/SHost.hbm.xml b/awsapi/src/com/cloud/bridge/model/SHost.hbm.xml
index dff852c..5308a08 100644
--- a/awsapi/src/com/cloud/bridge/model/SHost.hbm.xml
+++ b/awsapi/src/com/cloud/bridge/model/SHost.hbm.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+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.
+-->
 <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
 
 <hibernate-mapping>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/src/com/cloud/bridge/model/SMeta.hbm.xml
----------------------------------------------------------------------
diff --git a/awsapi/src/com/cloud/bridge/model/SMeta.hbm.xml b/awsapi/src/com/cloud/bridge/model/SMeta.hbm.xml
index e120884..0f3b12b 100644
--- a/awsapi/src/com/cloud/bridge/model/SMeta.hbm.xml
+++ b/awsapi/src/com/cloud/bridge/model/SMeta.hbm.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+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.
+-->
 <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
 
 <hibernate-mapping>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/src/com/cloud/bridge/model/SObject.hbm.xml
----------------------------------------------------------------------
diff --git a/awsapi/src/com/cloud/bridge/model/SObject.hbm.xml b/awsapi/src/com/cloud/bridge/model/SObject.hbm.xml
index 194af33..3929bcd 100644
--- a/awsapi/src/com/cloud/bridge/model/SObject.hbm.xml
+++ b/awsapi/src/com/cloud/bridge/model/SObject.hbm.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+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.
+-->
 <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
 
 <hibernate-mapping>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/src/com/cloud/bridge/model/SObjectItem.hbm.xml
----------------------------------------------------------------------
diff --git a/awsapi/src/com/cloud/bridge/model/SObjectItem.hbm.xml b/awsapi/src/com/cloud/bridge/model/SObjectItem.hbm.xml
index 12ee480..02297a2 100644
--- a/awsapi/src/com/cloud/bridge/model/SObjectItem.hbm.xml
+++ b/awsapi/src/com/cloud/bridge/model/SObjectItem.hbm.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+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.
+-->
 <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
 
 <hibernate-mapping>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/src/com/cloud/bridge/model/UserCredentials.hbm.xml
----------------------------------------------------------------------
diff --git a/awsapi/src/com/cloud/bridge/model/UserCredentials.hbm.xml b/awsapi/src/com/cloud/bridge/model/UserCredentials.hbm.xml
index c7f6127..d2f3919 100644
--- a/awsapi/src/com/cloud/bridge/model/UserCredentials.hbm.xml
+++ b/awsapi/src/com/cloud/bridge/model/UserCredentials.hbm.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+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.
+-->
 <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
 
 <hibernate-mapping>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/src/com/cloud/stack/models/CloudStackAccount.hbm.xml
----------------------------------------------------------------------
diff --git a/awsapi/src/com/cloud/stack/models/CloudStackAccount.hbm.xml b/awsapi/src/com/cloud/stack/models/CloudStackAccount.hbm.xml
index 781c677..7996797 100644
--- a/awsapi/src/com/cloud/stack/models/CloudStackAccount.hbm.xml
+++ b/awsapi/src/com/cloud/stack/models/CloudStackAccount.hbm.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+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.
+-->
 <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
 
 <hibernate-mapping>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/src/com/cloud/stack/models/CloudStackConfiguration.hbm.xml
----------------------------------------------------------------------
diff --git a/awsapi/src/com/cloud/stack/models/CloudStackConfiguration.hbm.xml b/awsapi/src/com/cloud/stack/models/CloudStackConfiguration.hbm.xml
index 33f84e1..134e6f1 100644
--- a/awsapi/src/com/cloud/stack/models/CloudStackConfiguration.hbm.xml
+++ b/awsapi/src/com/cloud/stack/models/CloudStackConfiguration.hbm.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+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.
+-->
 <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
 
 <hibernate-mapping>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/src/com/cloud/stack/models/CloudStackServiceOffering.hbm.xml
----------------------------------------------------------------------
diff --git a/awsapi/src/com/cloud/stack/models/CloudStackServiceOffering.hbm.xml b/awsapi/src/com/cloud/stack/models/CloudStackServiceOffering.hbm.xml
index f8c9eed..2bbcfd1 100644
--- a/awsapi/src/com/cloud/stack/models/CloudStackServiceOffering.hbm.xml
+++ b/awsapi/src/com/cloud/stack/models/CloudStackServiceOffering.hbm.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+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.
+-->
 <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
 
 <hibernate-mapping>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/test/com/cloud/gate/util/Xml2JavaTestData.xml
----------------------------------------------------------------------
diff --git a/awsapi/test/com/cloud/gate/util/Xml2JavaTestData.xml b/awsapi/test/com/cloud/gate/util/Xml2JavaTestData.xml
index f888383..513db97 100644
--- a/awsapi/test/com/cloud/gate/util/Xml2JavaTestData.xml
+++ b/awsapi/test/com/cloud/gate/util/Xml2JavaTestData.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.
+-->
 <Foo xmlns="http://www.cloud.com/S3">
     <BaseName>baseName</BaseName>
     <BaseValue>baseValue</BaseValue>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/test/html/certSubmit.html
----------------------------------------------------------------------
diff --git a/awsapi/test/html/certSubmit.html b/awsapi/test/html/certSubmit.html
index 562cee1..00cb5b7 100644
--- a/awsapi/test/html/certSubmit.html
+++ b/awsapi/test/html/certSubmit.html
@@ -1,4 +1,22 @@
 <HTML>
+<!--
+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.
+-->
 <BODY>
 Save the cert into Cloud's EC2 Service:
 <P>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/test/html/testRestURL.txt
----------------------------------------------------------------------
diff --git a/awsapi/test/html/testRestURL.txt b/awsapi/test/html/testRestURL.txt
index bf4eb22..3153aa7 100644
--- a/awsapi/test/html/testRestURL.txt
+++ b/awsapi/test/html/testRestURL.txt
@@ -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.
+
+-----------------------------------------------------------
+
       http://localhost:8080/gate/rest/AmazonEC2?Action=DescribeInstances&SignatureVersion=2&SignatureMethod=HmacSHA256&Version=2009-11-30&Timestamp=2010-01-07T15%3A23%3A03Z&Expires=2010-11-07T15%3A23%3A03Z&AWSAccessKeyId=O4O0Niu98EvraLKH2o8SFNMQlXZvuE5ueMDR9CHU5WA2-qv4PEQkgMcrtrNs6eHYwpLySev4Hi03_YXiHz4gGg&Signature=lyHOvu2LNxjLHIAlQo3F0JNSDtuCtqHtAX786cCZDFI=
 
 
@@ -22,4 +41,4 @@ rlQ5ioNns4iT9qav3WzmrQ | CN=AWS Limited-Assurance CA, OU=AWS, O=Amazon.com, C=US
 , serial=1033226874324 |
 +----+--------------------------------------------------------------------------
 
-EmskZDLp5EmwPQDzHtA2CK3heW12keN-YTTrO39Iz2Qfk8fmtkFih95B7xexhAatrlQ5ioNns4iT9qav3WzmrQ
\ No newline at end of file
+EmskZDLp5EmwPQDzHtA2CK3heW12keN-YTTrO39Iz2Qfk8fmtkFih95B7xexhAatrlQ5ioNns4iT9qav3WzmrQ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/wscript
----------------------------------------------------------------------
diff --git a/awsapi/wscript b/awsapi/wscript
index 873840e..e4d0fd7 100644
--- a/awsapi/wscript
+++ b/awsapi/wscript
@@ -1,6 +1,23 @@
 #! /usr/bin/env python
 # -*- coding: utf-8 -*-
 
+# 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.
+
 # the following two variables are used by the target "waf dist"
 # if you change 'em here, you need to change it also in cloud.spec, add a %changelog entry there, and add an entry in debian/changelog
 VERSION = '1.0.8'

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/wscript_build
----------------------------------------------------------------------
diff --git a/awsapi/wscript_build b/awsapi/wscript_build
index 9b310dc..aa1999c 100644
--- a/awsapi/wscript_build
+++ b/awsapi/wscript_build
@@ -1,4 +1,20 @@
 #!/usr/bin/env python
+# 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.
 
 """builds the entire stack"""
 #For every matching build change here, that produces new installable

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbc0e32/awsapi/wscript_configure
----------------------------------------------------------------------
diff --git a/awsapi/wscript_configure b/awsapi/wscript_configure
index 739a082..eb8949c 100644
--- a/awsapi/wscript_configure
+++ b/awsapi/wscript_configure
@@ -1,4 +1,21 @@
 #!/usr/bin/env python
+# 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.
+
 """examines environment, then:
 	- configures classpath as per environment or command-line options
 	- detects Tomcat (on Windows)