You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ki...@apache.org on 2012/07/05 21:29:28 UTC

git commit: Added ASF license

Updated Branches:
  refs/heads/regions b5563e832 -> 470cd120d


Added ASF license


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

Branch: refs/heads/regions
Commit: 470cd120d14a60cf34513179e265ab07e881b187
Parents: b5563e8
Author: kishan <ki...@cloud.com>
Authored: Thu Jul 5 12:28:15 2012 -0700
Committer: kishan <ki...@cloud.com>
Committed: Thu Jul 5 12:28:15 2012 -0700

----------------------------------------------------------------------
 server/src/com/cloud/region/dao/RegionDao.java |   28 +++++++++++--------
 1 files changed, 16 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/470cd120/server/src/com/cloud/region/dao/RegionDao.java
----------------------------------------------------------------------
diff --git a/server/src/com/cloud/region/dao/RegionDao.java b/server/src/com/cloud/region/dao/RegionDao.java
index a5efc16..829b8a6 100644
--- a/server/src/com/cloud/region/dao/RegionDao.java
+++ b/server/src/com/cloud/region/dao/RegionDao.java
@@ -1,15 +1,19 @@
-// Copyright 2012 Citrix Systems, Inc. Licensed under the
-// Apache License, Version 2.0 (the "License"); you may not use this
-// file except in compliance with the License.  Citrix Systems, Inc.
-// reserves all rights not expressly granted by 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.
-// 
-// Automatically generated by addcopyright.py at 04/03/2012
+// 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.region.dao;
 
 import com.cloud.region.RegionVO;