You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2015/04/12 21:04:10 UTC

git commit: updated refs/heads/master to 21e18b1

Repository: cloudstack
Updated Branches:
  refs/heads/master d3a98ab0d -> 21e18b1e6


rats are rodents

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

Branch: refs/heads/master
Commit: 21e18b1e60363f24b20410475f466fd150d4adef
Parents: d3a98ab
Author: Daan Hoogland <dh...@schubergphilis.com>
Authored: Sun Apr 12 21:04:08 2015 +0200
Committer: Daan Hoogland <dh...@schubergphilis.com>
Committed: Sun Apr 12 21:04:08 2015 +0200

----------------------------------------------------------------------
 .../network/bigswitch/BigSwitchBcfUtilsTest.java    | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/21e18b1e/plugins/network-elements/bigswitch/test/com/cloud/network/bigswitch/BigSwitchBcfUtilsTest.java
----------------------------------------------------------------------
diff --git a/plugins/network-elements/bigswitch/test/com/cloud/network/bigswitch/BigSwitchBcfUtilsTest.java b/plugins/network-elements/bigswitch/test/com/cloud/network/bigswitch/BigSwitchBcfUtilsTest.java
index 3433f8c..97dd268 100644
--- a/plugins/network-elements/bigswitch/test/com/cloud/network/bigswitch/BigSwitchBcfUtilsTest.java
+++ b/plugins/network-elements/bigswitch/test/com/cloud/network/bigswitch/BigSwitchBcfUtilsTest.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.bigswitch;
 
 import static org.junit.Assert.assertEquals;