You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2013/02/25 04:36:47 UTC

git commit: refs/heads/4.1 - adding license header to make RAT happy

Updated Branches:
  refs/heads/4.1 0ad9ae7a9 -> bc1fa4a4c


adding license header to make RAT happy


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

Branch: refs/heads/4.1
Commit: bc1fa4a4cff7449d65e5a19715d8c9d7d9368210
Parents: 0ad9ae7
Author: David Nalley <da...@gnsa.us>
Authored: Sun Feb 24 22:33:56 2013 -0500
Committer: David Nalley <da...@gnsa.us>
Committed: Sun Feb 24 22:33:56 2013 -0500

----------------------------------------------------------------------
 .../dc/dao/DataCenterLinkLocalIpAddressDao.java    |   16 +++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/bc1fa4a4/server/src/com/cloud/dc/dao/DataCenterLinkLocalIpAddressDao.java
----------------------------------------------------------------------
diff --git a/server/src/com/cloud/dc/dao/DataCenterLinkLocalIpAddressDao.java b/server/src/com/cloud/dc/dao/DataCenterLinkLocalIpAddressDao.java
index 64fabfb..7fe9467 100644
--- a/server/src/com/cloud/dc/dao/DataCenterLinkLocalIpAddressDao.java
+++ b/server/src/com/cloud/dc/dao/DataCenterLinkLocalIpAddressDao.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.
 package com.cloud.dc.dao;
 
 import java.util.List;