Fix license header violations in alto-provider 08/25008/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 7 Aug 2015 19:20:51 +0000 (15:20 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 01:54:04 +0000 (21:54 -0400)
Change-Id: I1ed2574bd6bd47732f313b18c728a512ab656484
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
alto-provider/src/main/java/org/opendaylight/alto/provider/AltoProvider.java
alto-provider/src/test/java/org/opendaylight/alto/provider/AltoProviderTest.java

index 0eca6402712e78b0bc4f0b35af5f98e02e82bebf..071f252b9d44ece80678012e05484431321a970a 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.provider;
 
 import java.util.ArrayList;
index 13041c139c73532ec1d08cd040e75edd9d596f27..9cccca242e971e76c497e6bcc7f1afade6828b21 100644 (file)
@@ -1,11 +1,11 @@
-/**
- * Copyright (c) 2014 AndrĂ© Martins, Colin Dixon, Evan Zeller and others. All
- * rights reserved.
+/*
+ * 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.provider;
 
 import java.util.ArrayList;