Add missing license headers in alto-northbound 13/25013/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 14:53:47 +0000 (10:53 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 14:53:47 +0000 (10:53 -0400)
Change-Id: Ib01586e3d948eba8f03b74984151abad51804e6e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
alto-northbound/src/main/java/org/opendaylight/alto/northbound/AltoNorthbound.java
alto-northbound/src/main/java/org/opendaylight/alto/northbound/AltoNorthboundRSApplication.java
alto-northbound/src/main/java/org/opendaylight/alto/northbound/Echo.java
alto-northbound/src/main/java/org/opendaylight/alto/northbound/exception/AltoBadFormatException.java
alto-northbound/src/main/java/org/opendaylight/alto/northbound/exception/AltoBasicException.java
alto-northbound/src/main/java/org/opendaylight/alto/northbound/exception/AltoNorthboundExceptionHandler.java

index 9a33a19052096b9cfdd02cff4468e338a67d8ebf..d11874ede0fda373963cf19ca11039546ef97404 100644 (file)
@@ -5,6 +5,7 @@
  * 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.alto.northbound;
 
 import javax.ws.rs.GET;
index 6ab9bc6f4f410ea54ad879345a57a8239381cbb6..afa437183927fab561db355204cdc8873db641a2 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Yale University 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.alto.northbound;
 
 import javax.ws.rs.core.Application;
index 63a8b1442b843e2321cb9a8816b4126275353cc7..11d3991168690b5fd5278aff47888bb0d20c0d71 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Yale University 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.alto.northbound;
 
 import javax.ws.rs.GET;
index 99b9bb4ea134d4f9f6252f4823e90823557c3539..f88c67f5be9ba591617edf721d2c25eabb5af6dd 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Yale University 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.alto.northbound.exception;
 
 import javax.ws.rs.core.Response.Status;
index 05c42bd8a4bb0b3a7449f77a7d2193558c72582f..3ab058c7d8d703cac5d79c46fe35274dfe6ed74b 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Yale University 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.alto.northbound.exception;
 
 import javax.ws.rs.WebApplicationException;
index 3df70b713eb70f68035e7f7e389a420923300973..47ffc201964beef352fa5559c3325fd0858dc8fc 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Yale University 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.alto.northbound.exception;
 
 import javax.ws.rs.core.Response;