Fix license header violations in pcep 04/25004/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 06:44:33 +0000 (02:44 -0400)
committerDana Kutenicsova <dkutenic@cisco.com>
Tue, 11 Aug 2015 08:16:20 +0000 (08:16 +0000)
Change-Id: I2fffe7c30bc4743a6cb0e2fb7dab5a5b7c33b846
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
pcep/pcc-mock/src/test/java/org/opendaylight/protocol/pcep/pcc/mock/PCCEndPointIpv4ObjectParserTest.java
pcep/segment-routing/src/main/java/org/opendaylight/protocol/pcep/segment/routing/AbstractSrSubobjectParser.java

index ce6d8626badfa29e1e9dd0af6772bd80476d2170..322f3d70b98ef0cae502dc7399af22cac49e68b7 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.protocol.pcep.pcc.mock;
 
 import static org.junit.Assert.assertEquals;
index 27bbfda6374125e6d3a192564e7ca996eb000267..ed37f76aab330ef54a5e3cd0122651e05543e80f 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Cisco Systems, Inc. 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.protocol.pcep.segment.routing;
 
 import static org.opendaylight.protocol.util.ByteBufWriteUtil.writeIpv4Address;