Fix license header violations in netconf
[controller.git] / opendaylight / netconf / netconf-impl / src / test / java / org / opendaylight / controller / netconf / impl / NetconfServerSessionNegotiatorTest.java
index c5d5bede367da93dd7f64a5c44fb278ed2029431..f62e83122fcbccd2a72f737013d277f742849e6a 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2014, 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.controller.netconf.impl;
 
 import static org.junit.Assert.assertEquals;
@@ -41,4 +49,4 @@ public class NetconfServerSessionNegotiatorTest {
                 "TestSshdName", 10);
 
     }
-}
\ No newline at end of file
+}