Add missing license headers in alto-services 14/25014/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 14:54:57 +0000 (10:54 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 14:54:57 +0000 (10:54 -0400)
Change-Id: I8bb5387751dd2ae7b15f5763977aef8d24a06ab4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
alto-services/api/rfc7285/src/main/java/org/opendaylight/alto/services/api/rfc7285/AltoService.java
alto-services/api/rfc7285/src/main/java/org/opendaylight/alto/services/api/rfc7285/CostMapService.java
alto-services/api/rfc7285/src/main/java/org/opendaylight/alto/services/api/rfc7285/EndpointCostService.java
alto-services/api/rfc7285/src/main/java/org/opendaylight/alto/services/api/rfc7285/EndpointPropertyService.java
alto-services/api/rfc7285/src/main/java/org/opendaylight/alto/services/api/rfc7285/IRDService.java
alto-services/api/rfc7285/src/main/java/org/opendaylight/alto/services/api/rfc7285/NetworkMapService.java
alto-services/provider/simple-alto/src/main/java/org/opendaylight/alto/services/provider/simple/SimpleAltoService.java

index fdd1866273eff96d0fd44ae6a2faa579bdbfa4b4..6958f32abffba867259010c66bfea28246dd085b 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.services.api.rfc7285;
 
 //TODO EndpointPropertyService and EndpointCostService not defined yet
index 5ba04437c407c1c6f65b9ec0decab014c611ed0d..0e3ec114c72a3f6ae099d11decf67f0ad37aa382 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.services.api.rfc7285;
 
 import org.opendaylight.alto.commons.types.rfc7285.RFC7285CostMap;
index 2383b9b739d2e8c191231cfbeda49b5b29df388a..d07d7404b12df6e22808ffea7f13867cb1a51d7d 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.services.api.rfc7285;
 
 import org.opendaylight.alto.commons.types.rfc7285.RFC7285Endpoint.CostRequest;
index cc9e70a528635e7a801017a4de0d9b4142ad0f2c..93ba76026e2a0d52ae59b3234d5f70249ee31464 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.services.api.rfc7285;
 
 import org.opendaylight.alto.commons.types.rfc7285.RFC7285Endpoint.PropertyRequest;
index be2ee62b5da36d7af519949c53da8ac5cd195887..0428569c59abcb1a78ca9cc2819a3d76c8a15928 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.services.api.rfc7285;
 
 import org.opendaylight.alto.commons.types.rfc7285.RFC7285IRD;
index 2fbfbf3f6ddde979c245c1695e8ed13f7fbe9c04..d1424d7f15c7aa278d37ecb2631b4f92fcffd640 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.services.api.rfc7285;
 
 import org.opendaylight.alto.commons.types.rfc7285.RFC7285NetworkMap;
index 3a452799e26a985a6b92a0c724ffae6af358d9ee..95cc499ff33f6e05a1ad9ddda6cf67b4d6154a3d 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.services.provider.simple;
 
 import org.opendaylight.alto.services.api.rfc7285.NetworkMapService;