Updated Branches: refs/heads/master 4cda7a5d9 -> 4bf6c1e2f
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/4bf6c1e2 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4bf6c1e2 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4bf6c1e2 Branch: refs/heads/master Commit: 4bf6c1e2f76a68661df96b417e80e2153425ea92 Parents: 4cda7a5 Author: Likitha Shetty <[email protected]> Authored: Thu Jul 4 11:59:36 2013 +0530 Committer: Likitha Shetty <[email protected]> Committed: Thu Jul 4 11:59:36 2013 +0530 ---------------------------------------------------------------------- .../src/com/amazon/ec2/client/AmazonEC2Stub.java | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4bf6c1e2/awsapi/src/com/amazon/ec2/client/AmazonEC2Stub.java ---------------------------------------------------------------------- diff --git a/awsapi/src/com/amazon/ec2/client/AmazonEC2Stub.java b/awsapi/src/com/amazon/ec2/client/AmazonEC2Stub.java index 91103c5..8474573 100644 --- a/awsapi/src/com/amazon/ec2/client/AmazonEC2Stub.java +++ b/awsapi/src/com/amazon/ec2/client/AmazonEC2Stub.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. /** * AmazonEC2Stub.java @@ -533355,4 +533371,4 @@ } - \ No newline at end of file +
