Updated Branches: refs/heads/master 2235776ae -> 859412c1c
Fix headers again.... Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/859412c1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/859412c1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/859412c1 Branch: refs/heads/master Commit: 859412c1ce8591cf7f68516182eb9ba2f0e53e42 Parents: 2235776 Author: Hugo Trippaers <[email protected]> Authored: Fri Dec 14 11:58:25 2012 +0100 Committer: Hugo Trippaers <[email protected]> Committed: Fri Dec 14 11:58:25 2012 +0100 ---------------------------------------------------------------------- .../guru/NiciraNvpGuestNetworkGuruTest.java | 16 +++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/859412c1/plugins/network-elements/nicira-nvp/test/com/cloud/network/guru/NiciraNvpGuestNetworkGuruTest.java ---------------------------------------------------------------------- diff --git a/plugins/network-elements/nicira-nvp/test/com/cloud/network/guru/NiciraNvpGuestNetworkGuruTest.java b/plugins/network-elements/nicira-nvp/test/com/cloud/network/guru/NiciraNvpGuestNetworkGuruTest.java index 7467439..f8d9652 100644 --- a/plugins/network-elements/nicira-nvp/test/com/cloud/network/guru/NiciraNvpGuestNetworkGuruTest.java +++ b/plugins/network-elements/nicira-nvp/test/com/cloud/network/guru/NiciraNvpGuestNetworkGuruTest.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.network.guru; import java.net.URI;
