Fix license header violations in fibmanager
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 7 Aug 2015 04:19:33 +0000 (00:19 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 7 Aug 2015 04:19:33 +0000 (00:19 -0400)
Change-Id: I07f1a31f83cfb5b0758135e4cf1d8f7f8ba06850
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
fibmanager/fibmanager-api/src/main/java/org/opendaylight/fibmanager/api/IFibManager.java
fibmanager/fibmanager-impl/src/main/java/org/opendaylight/vpnservice/fibmanager/FibNodeCapableListener.java

index ab97db7703ca5161b27e3fa56ab19084b31fd33e..595677f2376727ec16bfe6b4379c24c8e930ae93 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. 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.fibmanager.api;
 
 import java.math.BigInteger;
index 55c3ee27afb711145980e2d107c427dc790bf92a..7ea5281d611621e29070cc5c85f9abf62de59e68 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. 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.vpnservice.fibmanager;
 
 import java.math.BigInteger;