From: Isaku Yamahata Date: Sat, 24 Feb 2018 23:52:36 +0000 (-0800) Subject: Add missing license notice X-Git-Tag: release/fluorine~60^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=480082437aada113df8323a5963f7b320926fffe;p=neutron.git Add missing license notice As those files are committed under contribution agreement, they are all under eclipse license. Change-Id: I09cd15b2d41e154a25264832968603a6f4c7eff4 Signed-off-by: Isaku Yamahata --- diff --git a/.gitignore b/.gitignore index 6740902df..4294753df 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,10 @@ +# +# Copyright (c) 2018 Intel Corporation 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 +# *.class **/target bin/ diff --git a/.gitreview b/.gitreview index c7df699ca..21d51dbf1 100644 --- a/.gitreview +++ b/.gitreview @@ -1,3 +1,10 @@ +# +# Copyright (c) 2018 Intel Corporation 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 +# [gerrit] host=git.opendaylight.org port=29418 diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 86e3281c8..3f0dbfec0 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -1,4 +1,11 @@ + diff --git a/features/production/features-neutron/pom.xml b/features/production/features-neutron/pom.xml index d28735087..ab33ab06e 100644 --- a/features/production/features-neutron/pom.xml +++ b/features/production/features-neutron/pom.xml @@ -1,5 +1,11 @@ + diff --git a/features/production/odl-neutron-hostconfig-ovs/pom.xml b/features/production/odl-neutron-hostconfig-ovs/pom.xml index a77dc1413..124bd0b32 100644 --- a/features/production/odl-neutron-hostconfig-ovs/pom.xml +++ b/features/production/odl-neutron-hostconfig-ovs/pom.xml @@ -1,5 +1,11 @@ + diff --git a/features/production/odl-neutron-hostconfig-vpp/pom.xml b/features/production/odl-neutron-hostconfig-vpp/pom.xml index 7fb1901a7..966925640 100644 --- a/features/production/odl-neutron-hostconfig-vpp/pom.xml +++ b/features/production/odl-neutron-hostconfig-vpp/pom.xml @@ -1,5 +1,11 @@ + diff --git a/features/production/odl-neutron-logger/pom.xml b/features/production/odl-neutron-logger/pom.xml index 3f3054749..a334c35c0 100644 --- a/features/production/odl-neutron-logger/pom.xml +++ b/features/production/odl-neutron-logger/pom.xml @@ -1,5 +1,11 @@ + diff --git a/features/production/odl-neutron-northbound-api/pom.xml b/features/production/odl-neutron-northbound-api/pom.xml index 683b811f2..6f5e98b1c 100644 --- a/features/production/odl-neutron-northbound-api/pom.xml +++ b/features/production/odl-neutron-northbound-api/pom.xml @@ -1,4 +1,11 @@ + diff --git a/features/production/odl-neutron-service/pom.xml b/features/production/odl-neutron-service/pom.xml index 83bb22458..ffffc00e6 100644 --- a/features/production/odl-neutron-service/pom.xml +++ b/features/production/odl-neutron-service/pom.xml @@ -1,5 +1,11 @@ + diff --git a/features/production/odl-neutron-spi/pom.xml b/features/production/odl-neutron-spi/pom.xml index 2f5222a22..c381f0986 100644 --- a/features/production/odl-neutron-spi/pom.xml +++ b/features/production/odl-neutron-spi/pom.xml @@ -1,5 +1,11 @@ + diff --git a/features/production/pom.xml b/features/production/pom.xml index b2a7c9a58..d2fd98a75 100644 --- a/features/production/pom.xml +++ b/features/production/pom.xml @@ -1,4 +1,11 @@ + 4.0.0 diff --git a/features/test/features-neutron-test/pom.xml b/features/test/features-neutron-test/pom.xml index f41b5636b..bea0d34ca 100644 --- a/features/test/features-neutron-test/pom.xml +++ b/features/test/features-neutron-test/pom.xml @@ -1,5 +1,11 @@ + diff --git a/features/test/odl-neutron-logger-test/pom.xml b/features/test/odl-neutron-logger-test/pom.xml index 93ddaf05f..96fe1c326 100644 --- a/features/test/odl-neutron-logger-test/pom.xml +++ b/features/test/odl-neutron-logger-test/pom.xml @@ -1,4 +1,11 @@ + diff --git a/features/test/pom.xml b/features/test/pom.xml index 20d919a2b..ebeb22a00 100644 --- a/features/test/pom.xml +++ b/features/test/pom.xml @@ -1,4 +1,11 @@ + 4.0.0 diff --git a/integration/test/pom.xml b/integration/test/pom.xml index 606f2d2e0..ac720f789 100644 --- a/integration/test/pom.xml +++ b/integration/test/pom.xml @@ -1,4 +1,11 @@ + 4.0.0 diff --git a/model/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/neutron/secgroups/rev150712/SecurityRuleAttributesProtocolBuilder.java b/model/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/neutron/secgroups/rev150712/SecurityRuleAttributesProtocolBuilder.java index 9d6cbad32..e40797540 100644 --- a/model/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/neutron/secgroups/rev150712/SecurityRuleAttributesProtocolBuilder.java +++ b/model/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/neutron/secgroups/rev150712/SecurityRuleAttributesProtocolBuilder.java @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2018 Intel Corp. + * + * 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.yang.gen.v1.urn.opendaylight.neutron.secgroups.rev150712; import org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.constants.rev150712.NeutronUtils; diff --git a/model/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/neutron/types/rev160517/IpPrefixOrAddressBuilder.java b/model/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/neutron/types/rev160517/IpPrefixOrAddressBuilder.java index 9ea81be77..adc86d889 100644 --- a/model/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/neutron/types/rev160517/IpPrefixOrAddressBuilder.java +++ b/model/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/neutron/types/rev160517/IpPrefixOrAddressBuilder.java @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2018 Intel Corp. + * + * 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.yang.gen.v1.urn.opendaylight.neutron.types.rev160517; diff --git a/model/src/main/yang/neutron-constants.yang b/model/src/main/yang/neutron-constants.yang index cc942bf04..c8f231627 100644 --- a/model/src/main/yang/neutron-constants.yang +++ b/model/src/main/yang/neutron-constants.yang @@ -1,3 +1,10 @@ +/* + * Copyright (c) 2018 Intel Corporation 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 + */ module neutron-constants { yang-version 1; diff --git a/neutron-hostconfig/ovs/pom.xml b/neutron-hostconfig/ovs/pom.xml index fe6ef951c..68717ad1b 100644 --- a/neutron-hostconfig/ovs/pom.xml +++ b/neutron-hostconfig/ovs/pom.xml @@ -1,4 +1,11 @@ + 4.0.0 diff --git a/neutron-hostconfig/ovs/src/main/resources/org/opendaylight/blueprint/neutron-hostconfig-ovs.xml b/neutron-hostconfig/ovs/src/main/resources/org/opendaylight/blueprint/neutron-hostconfig-ovs.xml index aa1e55610..36a0130cf 100644 --- a/neutron-hostconfig/ovs/src/main/resources/org/opendaylight/blueprint/neutron-hostconfig-ovs.xml +++ b/neutron-hostconfig/ovs/src/main/resources/org/opendaylight/blueprint/neutron-hostconfig-ovs.xml @@ -1,4 +1,11 @@ + diff --git a/neutron-hostconfig/pom.xml b/neutron-hostconfig/pom.xml index 68eec1c45..983615b68 100644 --- a/neutron-hostconfig/pom.xml +++ b/neutron-hostconfig/pom.xml @@ -1,4 +1,11 @@ + 4.0.0 diff --git a/neutron-hostconfig/utils/pom.xml b/neutron-hostconfig/utils/pom.xml index c17cddc1e..33c35b771 100644 --- a/neutron-hostconfig/utils/pom.xml +++ b/neutron-hostconfig/utils/pom.xml @@ -1,4 +1,11 @@ + 4.0.0 diff --git a/neutron-hostconfig/vpp/pom.xml b/neutron-hostconfig/vpp/pom.xml index b97285d9a..97849abb4 100644 --- a/neutron-hostconfig/vpp/pom.xml +++ b/neutron-hostconfig/vpp/pom.xml @@ -1,4 +1,11 @@ + 4.0.0 diff --git a/neutron-hostconfig/vpp/src/main/resources/config/startup.cfg b/neutron-hostconfig/vpp/src/main/resources/config/startup.cfg index 2a8558d46..21c032524 100644 --- a/neutron-hostconfig/vpp/src/main/resources/config/startup.cfg +++ b/neutron-hostconfig/vpp/src/main/resources/config/startup.cfg @@ -1,3 +1,11 @@ +# +# Copyright (c) 2018 Intel Corporation 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 +# + # INITIAL VPP HOSTCONFIG CONFIGURATION # # Uncomment lines on the bottom of this file to change diff --git a/neutron-hostconfig/vpp/src/main/resources/org/opendaylight/blueprint/neutron-hostconfig-vpp.xml b/neutron-hostconfig/vpp/src/main/resources/org/opendaylight/blueprint/neutron-hostconfig-vpp.xml index b4b5aa390..9aaf5404b 100644 --- a/neutron-hostconfig/vpp/src/main/resources/org/opendaylight/blueprint/neutron-hostconfig-vpp.xml +++ b/neutron-hostconfig/vpp/src/main/resources/org/opendaylight/blueprint/neutron-hostconfig-vpp.xml @@ -1,4 +1,11 @@ + - \ No newline at end of file + diff --git a/neutron-logger/pom.xml b/neutron-logger/pom.xml index 905fd1e13..ce9741119 100644 --- a/neutron-logger/pom.xml +++ b/neutron-logger/pom.xml @@ -1,4 +1,11 @@ + 4.0.0 diff --git a/neutron-logger/src/main/resources/org/opendaylight/blueprint/neutron-logger.xml b/neutron-logger/src/main/resources/org/opendaylight/blueprint/neutron-logger.xml index aa1e55610..36a0130cf 100644 --- a/neutron-logger/src/main/resources/org/opendaylight/blueprint/neutron-logger.xml +++ b/neutron-logger/src/main/resources/org/opendaylight/blueprint/neutron-logger.xml @@ -1,4 +1,11 @@ + diff --git a/neutron-spi/pom.xml b/neutron-spi/pom.xml index 650963bcb..0a301505c 100644 --- a/neutron-spi/pom.xml +++ b/neutron-spi/pom.xml @@ -1,4 +1,11 @@ + 4.0.0 diff --git a/neutron-spi/src/test/resources/org/opendaylight/neutron/spi/jaxb.properties b/neutron-spi/src/test/resources/org/opendaylight/neutron/spi/jaxb.properties index 5837a4c25..8c49b3ce5 100644 --- a/neutron-spi/src/test/resources/org/opendaylight/neutron/spi/jaxb.properties +++ b/neutron-spi/src/test/resources/org/opendaylight/neutron/spi/jaxb.properties @@ -1 +1,8 @@ +# +# Copyright (c) 2018 Intel Corporation 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 +# javax.xml.bind.context.factory=org.eclipse.persistence.jaxb.JAXBContextFactory \ No newline at end of file diff --git a/northbound-api/enunciate.xml b/northbound-api/enunciate.xml index 66160255f..4cb10fd31 100644 --- a/northbound-api/enunciate.xml +++ b/northbound-api/enunciate.xml @@ -1,4 +1,11 @@ + diff --git a/northbound-api/pom.xml b/northbound-api/pom.xml index d2b49cd8c..edab40589 100644 --- a/northbound-api/pom.xml +++ b/northbound-api/pom.xml @@ -1,4 +1,11 @@ + 4.0.0 diff --git a/northbound-api/src/main/resources/WEB-INF/web.xml b/northbound-api/src/main/resources/WEB-INF/web.xml index 2ef97da73..71376eddc 100644 --- a/northbound-api/src/main/resources/WEB-INF/web.xml +++ b/northbound-api/src/main/resources/WEB-INF/web.xml @@ -1,4 +1,11 @@ + diff --git a/northbound-api/src/main/resources/org/opendaylight/neutron/northbound/api/jaxb.properties b/northbound-api/src/main/resources/org/opendaylight/neutron/northbound/api/jaxb.properties index 5837a4c25..8c49b3ce5 100644 --- a/northbound-api/src/main/resources/org/opendaylight/neutron/northbound/api/jaxb.properties +++ b/northbound-api/src/main/resources/org/opendaylight/neutron/northbound/api/jaxb.properties @@ -1 +1,8 @@ +# +# Copyright (c) 2018 Intel Corporation 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 +# javax.xml.bind.context.factory=org.eclipse.persistence.jaxb.JAXBContextFactory \ No newline at end of file diff --git a/parent/pom.xml b/parent/pom.xml index 0a77083c5..2aaaa9d21 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1,4 +1,11 @@ + 4.0.0 diff --git a/transcriber/pom.xml b/transcriber/pom.xml index b9f272166..efae503bb 100644 --- a/transcriber/pom.xml +++ b/transcriber/pom.xml @@ -1,4 +1,11 @@ + 4.0.0 diff --git a/transcriber/src/main/resources/org/opendaylight/blueprint/transcriber.xml b/transcriber/src/main/resources/org/opendaylight/blueprint/transcriber.xml index 644966cb2..ac008c201 100644 --- a/transcriber/src/main/resources/org/opendaylight/blueprint/transcriber.xml +++ b/transcriber/src/main/resources/org/opendaylight/blueprint/transcriber.xml @@ -1,4 +1,11 @@ +