Add missing license headers in alto-commons 09/25009/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 14:47:57 +0000 (10:47 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 14:49:16 +0000 (10:49 -0400)
Change-Id: Ib3b5d2223719f61b42eb5cd5caa951bcc5c8931b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
40 files changed:
alto-commons/src/main/java/org/opendaylight/alto/commons/helper/Converter.java
alto-commons/src/main/java/org/opendaylight/alto/commons/helper/ServiceHelper.java
alto-commons/src/main/java/org/opendaylight/alto/commons/helper/TypeWrapper.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/converter/RFC2ModelCostMapConverter.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/converter/RFC2ModelCostMapDataConverter.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/converter/RFC2ModelCostMapMetaConverter.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/converter/RFC2ModelEndpointAddressGroupConverter.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/converter/RFC2ModelEndpointPropMapConverter.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/converter/RFC2ModelNetworkMapConverter.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/converter/RFC2ModelNetworkMapDataConverter.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/converter/YANGJSON2RFCAddressGroupConverter.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/converter/YANGJSON2RFCCostMapConverter.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/converter/YANGJSON2RFCNetworkMapConverter.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/model150404/MediaType.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/model150404/ModelCostMap.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/model150404/ModelCostMapData.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/model150404/ModelCostMapMeta.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/model150404/ModelCostType.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/model150404/ModelDependentVtag.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/model150404/ModelDstCosts.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/model150404/ModelEndpoint.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/model150404/ModelEndpointAddressGroup.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/model150404/ModelEndpointProperties.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/model150404/ModelEndpointPropertyMap.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/model150404/ModelEndpointPropertyMeta.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/model150404/ModelJSONMapper.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/model150404/ModelNetworkMap.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/model150404/ModelProperties.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/rfc7285/Extensible.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/rfc7285/FormatValidator.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/rfc7285/MediaType.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/rfc7285/RFC7285CostMap.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/rfc7285/RFC7285CostType.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/rfc7285/RFC7285Endpoint.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/rfc7285/RFC7285EndpointPropertyMap.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/rfc7285/RFC7285IRD.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/rfc7285/RFC7285JSONMapper.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/rfc7285/RFC7285NetworkMap.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/rfc7285/RFC7285QueryPairs.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/rfc7285/RFC7285VersionTag.java

index afd9da1b43d484d0ae2d3d69bcf11c3de1b6753f..c7667278ec1cc2b7746a46987140c2ef29421d17 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;
 
 public abstract class Converter<I, O> {
index 1bfa61ac117a0706297c4b6321f5fafe2033a363..16972613aeb044df33c13e85c8e73c270e2e04dc 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.util.Dictionary;
index 16bcc263a31ea37d03f87a955a02e0e01edc368e..0d5e0dea34f8d4d1d49636d6a6d44daf49548f90 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;
 
 public class TypeWrapper<T extends TypeWrapper, E> {
index 14a0b2acaa3e50ccfe9a8db16839c34d434443da..1f9114655a0de41c46592927ee0e1e907aff42f9 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 java.util.LinkedList;
 
 import org.opendaylight.alto.commons.helper.Converter;
index a212c781a98901245c6c6400ff586590ad57935f..351f2aba72dfe53b13ed1ac835f8713c4a6c83c2 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 java.util.LinkedList;
index 0eda12f72eb20fbf871f9cd46658ac4f2fe80d73..15f89890df9ba61d885ced6f3223f21664c47c60 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.helper.Converter;
index 29c214679f5105915afb76ce747f60114e0faa18..796f63d14bec6f2593e576667d2e8ec8946d8ca8 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 java.util.List;
index f4db59149879f769a01889554aa72c944e175a49..64ad25528c90997684d70e2361ab9697c6816e99 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 java.io.IOException;
index dfe9bef28c3febf1a6d27e580a622b6514a1218d..125501507db6dd3aa80218f2d813a43f48b229d1 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.helper.Converter;
index 697340182b3da984b3d37ccc3e256d5502e6a7ef..3f337330386aac9348ad7f6c6c89659a3f6dffb9 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 java.util.Map;
index 5e42549cbb19f55424244d3d27a8fc925aa45e9f..64b0c2d4a443c32460ce544a62724d2963d11283 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.helper.Converter;
index 6f477dd78631909a73ca0e62d501ed62040f950c..b742bfc809a1d8cd5995b6607d7fa76395c0daf9 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.helper.Converter;
index 4b36788d6fc2a5eb400689c686693d00cc7ef860..6e24ed63264ecc8b26dd0e68e6737680c540fe5a 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.helper.Converter;
index 92231b73a921282819ddb158b08f5240187824df..8f641a515f2e69bdd18c3249b309eea35cecc1d4 100644 (file)
@@ -5,6 +5,7 @@
  * 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;
 
 class MediaType {
index dc926c3daac05e56ea5212b36579c4e84f9b4ba5..fcb3e89912a2211cabbd62ad8ca9ace6d65c8f0e 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 java.util.LinkedList;
index 27af6a43e75029317ee5b23f158d3ef5ffdfaec9..7c12ef3a82d47f8fbd171b021f0d0c88f516e655 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 java.util.LinkedList;
index c7afe3f49904d7da2f12f2b18679841a6d6a099c..c8bd1ba25709bcc561c063333150f4fc4787b3a5 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 java.util.LinkedList;
index ac37f53dfcfd1b68de7f9e24f38034a56e22eb18..f10b20b9e99ad1e710b121c757c373c9a9dfa7ce 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.service.types.rev150404.CostMetric;
index 766b9b693001aaf72dcae21bf915da1cee524740..d496bfa718568c324a634920667affb8be771b01 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.service.types.rev150404.ResourceId;
index 055067738d0215846b1149b4df09d44acc60d01f..4fe52ec6d4fbb35ac9ed3091800fcee86dc42f89 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.rev150404.cost.map.map.DstCosts;
index f17cb66e64c073a0d9c90a948b5f0cec17b6e051..1041df631e780371c8c71fd0458a96734feb14c0 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.rev150404.network.map.Map;
index 0ced11fa78b7107ba9bf6ac27eb51836f795c1ca..7ce015c1fdf803758a87b143aeedcfa1d486f918 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 java.util.LinkedList;
index c87a79041dd2db179e587ecddabb25b67b8f0c5c..7535d88428aaa36c042e13d8ce6740d6380d14b9 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 java.util.LinkedList;
index 3d479394b8e4a243dc545da7863beeebd5806f9d..10d15c90dd244da95384c6a3a5e433cc7bc861b8 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 java.util.LinkedList;
index 780f981fb9c62de72fd0f68c3b52c6117256f7d1..117640b9736a145e134840ddea1b006771a3624e 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 java.util.LinkedList;
index 0dc3d304e1c6c80f7b0ec41b7cf539efd2d0ed5f..9615ce5f83416d41c7329d9aec6603baf066c0e3 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 java.io.IOException;
index 7d844e59bca84e3eeb3d4c1a2b44953c40fb7e65..da6b5d07b19ea4fc87a8bac6f896b278db5fc22a 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.rev150404.NetworkMap;
index f8a634a4db056e9fdb341339fcc940e96a58b508..73aa0eb323c5391443aea674a4f33bd717f73b64 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.service.types.rev150404.EndpointPropertyType;
index 4832275879a865c93c9f575389b9db1dcc28a8bc..d1f5fec50e10fb9d2fc3b9c089fedece4e527333 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.Map;
index 5f2bd27dcc0ca87b2e0d6c37eec8f933e88cd93d..d4e33b2c58ca304c561eecf7946c56c5871adc31 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.regex.Pattern;
index 67d5636d8c340969e20394675d636d01200b132b..69bb72ae2823af157161fef4e697617b9cf421d5 100644 (file)
@@ -5,6 +5,7 @@
  * 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;
 
 public class MediaType {
index 914267b32335befa56fbc307503e28e8b83d932b..176f8689dcc9a7083de3b483ad6c86e15796d15c 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.List;
index a3aa92781c57e48707e8b5128064ff4e91195331..378dbaef1f1878b58caaafae30bf56a9549c3169 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 com.fasterxml.jackson.annotation.JsonProperty;
index 3dafddc41545020f7d38a23a2792eee8b1e25b68..8507ba630c3afe86b6b5dd7e14c637e801e866e3 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 com.fasterxml.jackson.annotation.JsonProperty;
index 4adda919cd51a10e93f89d6ad8d816b39586eff1..c66fd6e13768dec75e0e59300887ee4e98cd2e8e 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.LinkedHashMap;
index 79d072e0a301747f703a67fb286ecb8a5789dfa4..7364400c0e0d510d86214c77432f79f071ae68b4 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.List;
index ebd2d6993b09cc8b2770a02f5c11e76f7d96dda9..0a6bd2adbff5bebbb63f188ac4445bda5368c877 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.Arrays;
index 3d3d8f423903e2ea5c83e1f0e447f14941920110..da97493cc4e2d44877660882f259745c3e404767 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.LinkedHashMap;
index 2f0a265bb33768419d41387ab0b144a2149851ab..8a00aa54c2fe045be7bb8ae6e86f8e7c093761f6 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.List;
index 3aebb7d7c96dae8ea064b594bd83e46674bd2b61..f16befec286e3da6c81f955dd390ce2716c58c2f 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 com.fasterxml.jackson.annotation.JsonProperty;