Updated Branches: refs/heads/master 498c18f65 -> 9bb0eda5a
Fix license Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9bb0eda5 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9bb0eda5 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9bb0eda5 Branch: refs/heads/master Commit: 9bb0eda5a11c0566f26e0741cbac7292ef3ebacd Parents: 498c18f Author: Chiradeep Vittal <chirad...@apache.org> Authored: Fri Aug 2 14:04:11 2013 -0700 Committer: Chiradeep Vittal <chirad...@apache.org> Committed: Fri Aug 2 14:05:01 2013 -0700 ---------------------------------------------------------------------- .../cloud/network/CreatePrivateNetworkTest.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9bb0eda5/server/test/com/cloud/network/CreatePrivateNetworkTest.java ---------------------------------------------------------------------- diff --git a/server/test/com/cloud/network/CreatePrivateNetworkTest.java b/server/test/com/cloud/network/CreatePrivateNetworkTest.java index 9a71c48..dbb2b1f 100644 --- a/server/test/com/cloud/network/CreatePrivateNetworkTest.java +++ b/server/test/com/cloud/network/CreatePrivateNetworkTest.java @@ -1,3 +1,20 @@ +// 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.network; import static org.junit.Assert.fail;