You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mt...@apache.org on 2014/03/08 00:43:32 UTC

git commit: updated refs/heads/master to 548c810

Repository: cloudstack
Updated Branches:
  refs/heads/master c427e8db1 -> 548c81082


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/master
Commit: 548c81082b377e87cc6ba18ac21fe297af8996c5
Parents: c427e8d
Author: Mike Tutkowski <mi...@solidfire.com>
Authored: Fri Mar 7 16:43:03 2014 -0700
Committer: Mike Tutkowski <mi...@solidfire.com>
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 {