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 8F1F1100C3 for ; Sat, 8 Mar 2014 00:24:04 +0000 (UTC) Received: (qmail 99309 invoked by uid 500); 8 Mar 2014 00:23:20 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 98902 invoked by uid 500); 8 Mar 2014 00:23:05 -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 97833 invoked by uid 99); 8 Mar 2014 00:22:37 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Mar 2014 00:22:37 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A173893ACFF; Sat, 8 Mar 2014 00:22:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mlsorensen@apache.org To: commits@cloudstack.apache.org Date: Sat, 08 Mar 2014 00:23:22 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [49/50] [abbrv] git commit: updated refs/heads/resize-root to 0eb9967 Adding license header Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/548c8108 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/548c8108 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/548c8108 Branch: refs/heads/resize-root Commit: 548c81082b377e87cc6ba18ac21fe297af8996c5 Parents: c427e8d Author: Mike Tutkowski Authored: Fri Mar 7 16:43:03 2014 -0700 Committer: Mike Tutkowski Committed: Fri Mar 7 16:43:03 2014 -0700 ---------------------------------------------------------------------- api/src/com/cloud/offering/DiskOfferingInfo.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/548c8108/api/src/com/cloud/offering/DiskOfferingInfo.java ---------------------------------------------------------------------- diff --git a/api/src/com/cloud/offering/DiskOfferingInfo.java b/api/src/com/cloud/offering/DiskOfferingInfo.java index e9e7da1..75a520e 100644 --- a/api/src/com/cloud/offering/DiskOfferingInfo.java +++ b/api/src/com/cloud/offering/DiskOfferingInfo.java @@ -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. + */ package com.cloud.offering; public class DiskOfferingInfo {