Updated Branches: refs/heads/master 04884b8f0 -> 5420cbe98
added license header Signed-off-by: Laszlo Hornyak <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5420cbe9 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5420cbe9 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5420cbe9 Branch: refs/heads/master Commit: 5420cbe9817070ea29e1880874d26d573bd12f15 Parents: 04884b8 Author: Laszlo Hornyak <[email protected]> Authored: Tue Nov 12 08:09:12 2013 +0100 Committer: Laszlo Hornyak <[email protected]> Committed: Tue Nov 12 08:09:37 2013 +0100 ---------------------------------------------------------------------- framework/db/test/com/cloud/utils/DbUtilTest.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5420cbe9/framework/db/test/com/cloud/utils/DbUtilTest.java ---------------------------------------------------------------------- diff --git a/framework/db/test/com/cloud/utils/DbUtilTest.java b/framework/db/test/com/cloud/utils/DbUtilTest.java index 1eab769..e9a7287 100644 --- a/framework/db/test/com/cloud/utils/DbUtilTest.java +++ b/framework/db/test/com/cloud/utils/DbUtilTest.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 +// 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; import javax.persistence.Column;
