Add missing license headers in alto-hosttracker 11/25011/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 14:51:05 +0000 (10:51 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 14:51:05 +0000 (10:51 -0400)
Change-Id: I1182d89a74f4d1c2f9761a58cd4f7a20d3de5067
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
alto-hosttracker/implementation/src/main/java/org/opendaylight/alto/altohosttracker/plugin/internal/AltoHostTrackerImpl.java
alto-hosttracker/implementation/src/main/java/org/opendaylight/alto/altohosttracker/plugin/internal/TagGenerator.java
alto-hosttracker/implementation/src/test/java/org/opendaylight/alto/altohosttracker/plugin/internal/AltoHostTrackerImplTest.java

index 935fefcca54bd7fcf7550a826c5521ace5137387..c67a776d1126dc0066b4531e6a2228451ae66702 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.altohosttracker.plugin.internal;
 
 import java.util.Iterator;
index d41c676355e28477240aacde2b7934eb64b5f4b1..217c75ecf8a0a8db11995cdaecf304403dcac814 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.altohosttracker.plugin.internal;
 
 import java.util.Random;
index a2344fb2c1e895b8ba94fe54496a6981a6452c86..475f6f9693745da370a6050243473d7b0e68d9d1 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.altohosttracker.plugin.internal;
 
 import java.util.ArrayList;