Fix license header violations in sfc-ovs 76/25076/1
authorThanh Ha <[email protected]>
Sun, 9 Aug 2015 23:46:26 +0000 (19:46 -0400)
committerThanh Ha <[email protected]>
Sun, 9 Aug 2015 23:46:26 +0000 (19:46 -0400)
Change-Id: If4a072f3442a21be56755db61431342715154fd8
Signed-off-by: Thanh Ha <[email protected]>
sfc-ovs/src/test/java/org/opendaylight/sfc/sfc_ovs/provider/SfcOvsRpcTest.java
sfc-ovs/src/test/java/org/opendaylight/sfc/sfc_ovs/provider/SfcOvsUtilTest.java
sfc-ovs/src/test/java/org/opendaylight/sfc/sfc_ovs/provider/api/SfcOvsDataStoreAPITest.java
sfc-ovs/src/test/java/org/opendaylight/sfc/sfc_ovs/provider/api/SfcOvsToSffMappingAPITest.java
sfc-ovs/src/test/java/org/opendaylight/sfc/sfc_ovs/provider/api/SfcSffToOvsMappingAPITest.java
sfc-ovs/src/test/java/org/opendaylight/sfc/sfc_ovs/provider/util/HopOvsdbBridgePairTest.java

index b4277442f7420c129852e9e94c711ddb04759daf..31179876980dea4dd814e11746308bab0a24518f 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Pantheon Technologies s.r.o. and others. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
+
 package org.opendaylight.sfc.sfc_ovs.provider;
 
 import org.junit.Before;
index 80c86dc408a6d0b33bfeaec233a5ccb6b2b4e7a2..c75bdf97fc52f1189d4d8234a05c8b8c9f47025a 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Pantheon Technologies s.r.o. and others. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
+
 package org.opendaylight.sfc.sfc_ovs.provider;
 
 import org.junit.After;
index 497d1eb92f9e80a8a6476aa84823b7a2b12cc3f8..5a156b6aa5d2cbac621c78e3ad9fde164f4e123c 100644 (file)
@@ -1,5 +1,12 @@
-package org.opendaylight.sfc.sfc_ovs.provider.api;
+/*
+ * Copyright (c) 2015 Pantheon Technologies s.r.o. and others. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 
+package org.opendaylight.sfc.sfc_ovs.provider.api;
 
 import org.junit.Before;
 import org.junit.Test;
index 37b3665b8975fffdcbe14229404eec7aaabf3c2a..c9472ead3e99f43c50ec98202b93b947221bbcab 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Pantheon Technologies s.r.o. and others. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
+
 package org.opendaylight.sfc.sfc_ovs.provider.api;
 
 import org.junit.Test;
index f40451918cc3a05b8414a5804bd39594fc715466..9fddc190dc9838287f3a3fe0f97379b620b7d83b 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Pantheon Technologies s.r.o. and others. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
+
 package org.opendaylight.sfc.sfc_ovs.provider.api;
 
 import org.junit.Assert;
index 219f7dcbd4bdebd7e1d37979f6fd88ced2dc1731..01df37ece37643a1a8f31c446cea1645e746d08a 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Pantheon Technologies s.r.o. and others. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
+
 package org.opendaylight.sfc.sfc_ovs.provider.util;
 
 import org.junit.Test;