Add copyright's to southbound-it files. 85/17785/2
authorSam Hague <shague@redhat.com>
Mon, 6 Apr 2015 09:36:18 +0000 (05:36 -0400)
committerSam Hague <shague@redhat.com>
Mon, 6 Apr 2015 10:42:19 +0000 (06:42 -0400)
Change-Id: I0e0353233b068873bd1ba983eb11c7efde83bc1d
Signed-off-by: Sam Hague <shague@redhat.com>
southbound/southbound-it/src/test/java/org/opendaylight/ovsdb/southbound/it/AbstractConfigTestBase.java
southbound/southbound-it/src/test/java/org/opendaylight/ovsdb/southbound/it/AbstractMdsalTestBase.java
southbound/southbound-it/src/test/java/org/opendaylight/ovsdb/southbound/it/SouthboundIT.java

index 04c5a1f4c07c6f96e20bcf4d60f124d1f30dc317..5a7b5e3a033866a5f84eb9ca7c228e4ce5566da8 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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.ovsdb.southbound.it;
 
 import static org.ops4j.pax.exam.CoreOptions.maven;
index bfa65aa174a53d89579ce3348e02130ceaf5a02e..792eb4793d78c78b03c53b809acef048d22e308c 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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.ovsdb.southbound.it;
 
 import static org.ops4j.pax.exam.karaf.options.KarafDistributionOption.editConfigurationFilePut;
index d33475e1b24b43d45ced8354aa34137016b0a4dd..af8d29e39fc77f24d288ecdec878be5ae9e26b18 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Red Hat, 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.ovsdb.southbound.it;
 
 import static org.junit.Assert.assertFalse;
@@ -42,6 +49,12 @@ import org.osgi.framework.BundleContext;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
+/**
+ * Integration test for
+ * {@link org.opendaylight.ovsdb.southbound}
+ *
+ * @author Sam Hague (shague@redhat.com)
+ */
 @RunWith(PaxExam.class)
 @ExamReactorStrategy(PerClass.class)
 public class SouthboundIT extends AbstractMdsalTestBase {