Fix license header violations 77/25877/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 24 Aug 2015 13:54:24 +0000 (09:54 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 24 Aug 2015 13:55:50 +0000 (09:55 -0400)
Change-Id: I69e73c54c0ed2174e8ebf1b45ec54d62bd65fd11
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
alto-commons/src/main/java/org/opendaylight/alto/commons/helper/NetworkMapIpPrefixHelper.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/Subnet.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/model150404/ModelDstCosts.java
alto-commons/src/test/java/org/opendaylight/alto/commons/types/converter/RFC2ModelCostMapConverterTest.java
alto-commons/src/test/java/org/opendaylight/alto/commons/types/converter/RFC2ModelEndpointPropMapConverterTest.java
alto-commons/src/test/java/org/opendaylight/alto/commons/types/converter/RFC2ModelNetworkMapConverterTest.java
alto-commons/src/test/java/org/opendaylight/alto/commons/types/converter/YANGJSON2RFCCostMapConverterTest.java
alto-commons/src/test/java/org/opendaylight/alto/commons/types/converter/YANGJSON2RFCNetworkMapConverterTest.java
alto-commons/src/test/java/org/opendaylight/alto/commons/types/rfc7285/TestRFC7285Types.java
alto-manager/src/test/java/org/opendaylight/alto/manager/AltoCreateTest.java
alto-manager/src/test/java/org/opendaylight/alto/manager/AltoDeleteTest.java

index f546267d4844bc10aa21c36eb655bf13074fcb43..939a725c4943bf5f852dbe72246d5d963dbf882f 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.commons.helper;
 
 import java.net.UnknownHostException;
index 70e89505c77b7542d887c75bb5ef5e87fca4e20c..305500274569b20489e75b0ba9563bd4bd226823 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.commons.types;
 
 import java.net.Inet4Address;
index 0aa1e49dcc23745686c274d753ee0551a1dd687e..ca08705d11f285fbef16edcb31508c8551bf4ab3 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.commons.types.model150404;
 
 import org.opendaylight.yang.gen.v1.urn.opendaylight.alto.costdefault.rev150507.DstCosts2;
index a3664cdfce4d4e3e0c2fa9d39704a11c306129c8..93b1aea822adb9687e7f751d83e2fa430e1d6a33 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.commons.types.converter;
 
 import org.opendaylight.alto.commons.types.model150404.ModelCostMap;
index b58efb5415496ffeb3b87520aa0bffd8adc1e3c9..66345bb3b483335da230e0fcc17537fdbf886dea 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.commons.types.converter;
 
 import org.junit.Assert;
index e4708d68ec005928e462acb7ca618f1a27ef4923..f277bb36df8ec8a7c0862a5257e35c5a9897563a 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.commons.types.converter;
 
 import org.opendaylight.alto.commons.types.rfc7285.RFC7285JSONMapper;
index 8bc247ebd7fbc325ec29d3d4a73617408a17c5d8..364005569a38373e33b6b106184e27114378c194 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.commons.types.converter;
 
 import org.opendaylight.alto.commons.types.model150404.ModelJSONMapper;
index 0a07fb2be9b6ce13511bbd8652b011a0fb3b22ca..42e446633cd4d447e820d3234d9706fc47118f6b 100644 (file)
@@ -1,4 +1,13 @@
+/*
+ * 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.commons.types.converter;
+
 import org.junit.Assert;
 import org.junit.Before;
 import org.junit.Test;
index b5acce0f996d3ca8943e44d5a35641f7508612d5..8d48af96310d5f4a41c004f831cde28cb746606c 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.commons.types.rfc7285;
 
 import java.util.Collection;
index 0b8c1de43372434bcb69bde88fe5f19b0e15c530..ffeff0a4b19ba77fb6f322b609dafb746da2606e 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 static org.mockito.Mockito.verify;
index 4aad7e9a2c882b42392eed8c4f529e58873c8ce5..6d2955d230bc9dac4c73dce5a2a1d52be44d44ba 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 static org.mockito.Mockito.verify;