Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DDC14C77F for ; Thu, 4 Jul 2013 06:32:40 +0000 (UTC) Received: (qmail 93037 invoked by uid 500); 4 Jul 2013 06:32:39 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 93024 invoked by uid 500); 4 Jul 2013 06:32:39 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 93017 invoked by uid 99); 4 Jul 2013 06:32:38 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jul 2013 06:32:38 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2055C82A61A; Thu, 4 Jul 2013 06:32:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: likithas@apache.org To: commits@cloudstack.apache.org Message-Id: <02926d9072784f4d9ca96bdd7d447ad5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 4cda7a5 Date: Thu, 4 Jul 2013 06:32:38 +0000 (UTC) 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 Authored: Thu Jul 4 11:58:23 2013 +0530 Committer: Likitha Shetty 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 @@ + 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; } /**