Add missing license headers in alto-manager 12/25012/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 14:52:03 +0000 (10:52 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 14:52:03 +0000 (10:52 -0400)
Change-Id: I93eaa28da70d6b09707ff324df12d1bac21c4e92
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
alto-manager/src/main/java/org/opendaylight/alto/manager/AltoCreate.java
alto-manager/src/main/java/org/opendaylight/alto/manager/AltoDelete.java
alto-manager/src/main/java/org/opendaylight/alto/manager/AltoManager.java
alto-manager/src/main/java/org/opendaylight/alto/manager/AltoManagerConstants.java
alto-manager/src/main/java/org/opendaylight/alto/manager/AltoSet.java
alto-manager/src/test/java/org/opendaylight/alto/AppTest.java

index ce00147a29072a5d151ba15889f0cdb1463f2282..0fc90a86183e9fce1d62b1529cff82039d124f1a 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.manager;
 
 import java.util.ArrayList;
index ac2b69e245787142187c2946da8e7ae1bdc23df7..11bf36b0d8b2a8b24e58dc94a20fe097462137b3 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.manager;
 
 import java.io.IOException;
index 784ff4d12edf3a295c73f9c354d764a50419aaf2..1c0b51573832ac3aa72b1b70ad9da059a9bef850 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.manager;
 
 import java.io.IOException;
index 13460c64815d828b3d91e094886660c56f1d5367..3e9e303f18682779f5b74817990174981ba8b71a 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.manager;
 
 public class AltoManagerConstants {
index 5974a8fae4c10f4f32aaac4f2c412befdeeb297a..29fbf29358a00b9342fb194f6776cb44d562bf8d 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.manager;
 
 import java.io.IOException;
index b29498a97035acf14db3be00fc533f1e048d44c9..7ff9d01adc30d06f80c950cb7706a4ef82a6b2e1 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;
 
 import junit.framework.Test;