Add missing license headers 78/42378/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 23 Jul 2016 03:12:52 +0000 (23:12 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 23 Jul 2016 03:12:52 +0000 (23:12 -0400)
Change-Id: Ic4bb7ae58d821c8c00849db4b934c5eeb3bf5b68
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
netconf/mdsal-netconf-connector/src/test/java/org/opendaylight/netconf/mdsal/connector/ops/get/FilterContentValidatorTest.java
netconf/sal-netconf-connector/src/test/java/org/opendaylight/netconf/sal/connect/netconf/sal/SchemalessNetconfDeviceRpcTest.java
netconf/sal-netconf-connector/src/test/java/org/opendaylight/netconf/sal/connect/netconf/schema/YangLibrarySchemaYangSourceProviderTest.java
netconf/sal-netconf-connector/src/test/java/org/opendaylight/netconf/sal/connect/netconf/util/SchemalessRpcStructureTransformerTest.java

index bd0b59f53960eaff5aad6be9c638604c5a269e23..4193e3150e4cf460b392d84f2e6d30a2c69f8d07 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 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.netconf.mdsal.connector.ops.get;
 
 import static org.mockito.Mockito.doReturn;
@@ -96,4 +103,4 @@ public class FilterContentValidatorTest {
         }
         return reactor.buildEffective();
     }
-}
\ No newline at end of file
+}
index 237021930a9a28457315bee4f05dfe3ace3a2215..80f97b1ab0819ccc8618b66938ce1d6ae0c49055 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 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.netconf.sal.connect.netconf.sal;
 
 import static org.mockito.Matchers.any;
@@ -73,4 +80,4 @@ public class SchemalessNetconfDeviceRpcTest {
         verify(listener).sendRequest(msgCaptor.capture(), qNameCaptor.capture());
         System.out.println(XmlUtil.toString(msgCaptor.getValue().getDocument()));
     }
-}
\ No newline at end of file
+}
index 916a5f8e2605d56e3194062db24c83b114ee2f6e..5eca12fc28f368f036dc7ecfe44f9d676c677036 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 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.netconf.sal.connect.netconf.schema;
 
 import com.google.common.base.Optional;
@@ -56,4 +63,4 @@ public class YangLibrarySchemaYangSourceProviderTest {
     public void testGetSourceNotAvailable() throws Exception {
         yangLibrarySchemaYangSourceProvider.getSource(RevisionSourceIdentifier.create("aaaaa", "0000-00-00"));
     }
-}
\ No newline at end of file
+}
index ea8ad18929c65901c4ade9c358f603ce002f3bd5..697aed3085c6c81f831a3bd05415021a43de0c18 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 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.netconf.sal.connect.netconf.util;
 
 import com.google.common.base.Optional;
@@ -137,4 +144,4 @@ public class SchemalessRpcStructureTransformerTest {
     private static YangInstanceIdentifier.NodeIdentifierWithPredicates createListNodeId(String nodeName, Map<QName, Object> keys) {
         return new YangInstanceIdentifier.NodeIdentifierWithPredicates(QName.create(NAMESPACE, nodeName), keys);
     }
-}
\ No newline at end of file
+}