More missing copyright headers 72/4272/1
authorRobert Varga <rovarga@cisco.com>
Wed, 15 Jan 2014 15:51:13 +0000 (16:51 +0100)
committerRobert Varga <rovarga@cisco.com>
Wed, 15 Jan 2014 15:51:13 +0000 (16:51 +0100)
Change-Id: Ide3aa6263b557d9497eac1f9a56db1993caca50d
Signed-off-by: Robert Varga <rovarga@cisco.com>
bgp/update-mock-config/src/test/java/org/opendaylight/controller/config/yang/bgp/mock/BgpMockModuleTest.java
framework/src/test/java/org/opendaylight/protocol/framework/SimpleDispatcher.java
pcep/impl-config/src/test/java/org/opendaylight/controller/config/yang/pcep/impl/PCEPDispatcherImplModuleTest.java
pcep/impl-config/src/test/java/org/opendaylight/controller/config/yang/pcep/impl/PCEPSessionProposalFactoryImplModuleTest.java

index ec7886ea596ff6b5206474170f8192bfc1662d8f..a8e1824c990ba9d127db8047a160aca83756ec40 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2013 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.controller.config.yang.bgp.mock;
 
 import static org.junit.Assert.assertTrue;
index 33723c62c56112eb7dfef743e9f4f2fe9159242d..c4720c7a4cf54f3de7fa99f9e342dafaed8fbade 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2013 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.framework;
 
 import io.netty.channel.ChannelFuture;
index 73f1b5df74cd924de6ecca72a9f925812bea7ca9..20c6835cd0206a14ae684f937f81e399190952ab 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2013 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.controller.config.yang.pcep.impl;
 
 import static org.junit.Assert.assertTrue;
index 31d7116e6546764cee495ead9678af0516d5c594..a5d6c8b9583af24a4e49e7212e9db9a9596954a9 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2013 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.controller.config.yang.pcep.impl;
 
 import static org.junit.Assert.assertTrue;