You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mu...@apache.org on 2014/01/28 10:26:42 UTC

[11/17] git commit: updated refs/heads/regionvpc to cf18fe1

RAT fix

added license header to test


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

Branch: refs/heads/regionvpc
Commit: dea320f7b94ce737ced1bd6ed3ddeb5400e69948
Parents: e4da377
Author: Laszlo Hornyak <la...@gmail.com>
Authored: Sat Jan 25 20:50:14 2014 +0100
Committer: Laszlo Hornyak <la...@gmail.com>
Committed: Sat Jan 25 20:50:14 2014 +0100

----------------------------------------------------------------------
 .../test/com/cloud/utils/db/GenericDaoBaseTest.java | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/dea320f7/framework/db/test/com/cloud/utils/db/GenericDaoBaseTest.java
----------------------------------------------------------------------
diff --git a/framework/db/test/com/cloud/utils/db/GenericDaoBaseTest.java b/framework/db/test/com/cloud/utils/db/GenericDaoBaseTest.java
index 7363d43..b7febcb 100644
--- a/framework/db/test/com/cloud/utils/db/GenericDaoBaseTest.java
+++ b/framework/db/test/com/cloud/utils/db/GenericDaoBaseTest.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.utils.db;
 
 import java.sql.ResultSet;