Fix license header violations in sal-rest-docgen 82/24982/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 01:22:15 +0000 (21:22 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 01:22:15 +0000 (21:22 -0400)
Change-Id: I03c4b7ef9397224d649e9387ed895bca74672ec9
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
opendaylight/md-sal/sal-rest-docgen/src/test/java/org/opendaylight/controller/sal/rest/doc/impl/ApiDocGeneratorTest.java
opendaylight/md-sal/sal-rest-docgen/src/test/java/org/opendaylight/controller/sal/rest/doc/impl/ModelGeneratorTest.java

index 02c5137fe9dc3b788c1cd0feba54f44ecee9a8d5..8ffcd4df7e6b4f475d2123c1275f47ad68672815 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.sal.rest.doc.impl;
 
 import static org.junit.Assert.assertEquals;
index 5918a0e839e45aed274073a4b886c6d9285ec8d9..574f53ec87fe8b0372eb76c97c72b11ac989dbb5 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.sal.rest.doc.impl;
 
 import com.google.common.base.Preconditions;
@@ -42,4 +50,4 @@ public class ModelGeneratorTest {
         }
 
     }
-}
\ No newline at end of file
+}