From: Thanh Ha Date: Sun, 9 Aug 2015 14:53:47 +0000 (-0400) Subject: Add missing license headers in alto-northbound X-Git-Tag: release/beryllium~39 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F25013%2F1;p=alto.git Add missing license headers in alto-northbound Change-Id: Ib01586e3d948eba8f03b74984151abad51804e6e Signed-off-by: Thanh Ha --- diff --git a/alto-northbound/src/main/java/org/opendaylight/alto/northbound/AltoNorthbound.java b/alto-northbound/src/main/java/org/opendaylight/alto/northbound/AltoNorthbound.java index 9a33a190..d11874ed 100644 --- a/alto-northbound/src/main/java/org/opendaylight/alto/northbound/AltoNorthbound.java +++ b/alto-northbound/src/main/java/org/opendaylight/alto/northbound/AltoNorthbound.java @@ -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; diff --git a/alto-northbound/src/main/java/org/opendaylight/alto/northbound/AltoNorthboundRSApplication.java b/alto-northbound/src/main/java/org/opendaylight/alto/northbound/AltoNorthboundRSApplication.java index 6ab9bc6f..afa43718 100644 --- a/alto-northbound/src/main/java/org/opendaylight/alto/northbound/AltoNorthboundRSApplication.java +++ b/alto-northbound/src/main/java/org/opendaylight/alto/northbound/AltoNorthboundRSApplication.java @@ -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; diff --git a/alto-northbound/src/main/java/org/opendaylight/alto/northbound/Echo.java b/alto-northbound/src/main/java/org/opendaylight/alto/northbound/Echo.java index 63a8b144..11d39911 100644 --- a/alto-northbound/src/main/java/org/opendaylight/alto/northbound/Echo.java +++ b/alto-northbound/src/main/java/org/opendaylight/alto/northbound/Echo.java @@ -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; diff --git a/alto-northbound/src/main/java/org/opendaylight/alto/northbound/exception/AltoBadFormatException.java b/alto-northbound/src/main/java/org/opendaylight/alto/northbound/exception/AltoBadFormatException.java index 99b9bb4e..f88c67f5 100644 --- a/alto-northbound/src/main/java/org/opendaylight/alto/northbound/exception/AltoBadFormatException.java +++ b/alto-northbound/src/main/java/org/opendaylight/alto/northbound/exception/AltoBadFormatException.java @@ -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; diff --git a/alto-northbound/src/main/java/org/opendaylight/alto/northbound/exception/AltoBasicException.java b/alto-northbound/src/main/java/org/opendaylight/alto/northbound/exception/AltoBasicException.java index 05c42bd8..3ab058c7 100644 --- a/alto-northbound/src/main/java/org/opendaylight/alto/northbound/exception/AltoBasicException.java +++ b/alto-northbound/src/main/java/org/opendaylight/alto/northbound/exception/AltoBasicException.java @@ -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; diff --git a/alto-northbound/src/main/java/org/opendaylight/alto/northbound/exception/AltoNorthboundExceptionHandler.java b/alto-northbound/src/main/java/org/opendaylight/alto/northbound/exception/AltoNorthboundExceptionHandler.java index 3df70b71..47ffc201 100644 --- a/alto-northbound/src/main/java/org/opendaylight/alto/northbound/exception/AltoNorthboundExceptionHandler.java +++ b/alto-northbound/src/main/java/org/opendaylight/alto/northbound/exception/AltoNorthboundExceptionHandler.java @@ -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;