You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by li...@apache.org on 2013/07/04 08:32:38 UTC

git commit: updated refs/heads/master to 4cda7a5

Updated Branches:
  refs/heads/master 26af71b23 -> 4cda7a5d9


CLOUDSTACK-1444. Adding ASF license header to the regenerated JAVA files
[Support for EC2 API version 2012-08-15]


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

Branch: refs/heads/master
Commit: 4cda7a5d97bd81f51e316f1bc969ed9da1d5998c
Parents: 26af71b
Author: Likitha Shetty <li...@citrix.com>
Authored: Thu Jul 4 11:58:23 2013 +0530
Committer: Likitha Shetty <li...@citrix.com>
Committed: Thu Jul 4 11:58:23 2013 +0530

----------------------------------------------------------------------
 awsapi/resource/AmazonEC2/services.xml            | 16 ++++++++++++++++
 .../ec2/client/AmazonEC2CallbackHandler.java      | 18 +++++++++++++++++-
 2 files changed, 33 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4cda7a5d/awsapi/resource/AmazonEC2/services.xml
----------------------------------------------------------------------
diff --git a/awsapi/resource/AmazonEC2/services.xml b/awsapi/resource/AmazonEC2/services.xml
index bc494ab..027aa18 100644
--- a/awsapi/resource/AmazonEC2/services.xml
+++ b/awsapi/resource/AmazonEC2/services.xml
@@ -1,4 +1,20 @@
 <?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.
+ -->
 <!-- This file was auto-generated from WSDL -->
 <!-- by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:00:16 CEST) -->
 <serviceGroup>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4cda7a5d/awsapi/src/com/amazon/ec2/client/AmazonEC2CallbackHandler.java
----------------------------------------------------------------------
diff --git a/awsapi/src/com/amazon/ec2/client/AmazonEC2CallbackHandler.java b/awsapi/src/com/amazon/ec2/client/AmazonEC2CallbackHandler.java
index 8b200bd..13ca70b 100644
--- a/awsapi/src/com/amazon/ec2/client/AmazonEC2CallbackHandler.java
+++ b/awsapi/src/com/amazon/ec2/client/AmazonEC2CallbackHandler.java
@@ -1,3 +1,19 @@
+// 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.
 
 /**
  * AmazonEC2CallbackHandler.java
@@ -32,7 +48,7 @@
     * Please use this constructor if you don't want to set any clientData
     */
     public AmazonEC2CallbackHandler(){
-        this.clientData = null;
+        clientData = null;
     }
 
     /**