From: Stephen Kitt Date: Mon, 26 Feb 2018 12:02:44 +0000 (+0100) Subject: Add missing license headers X-Git-Tag: release/sodium~130 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=7b8631eb9a762dafe40bd099ceab14b3f5a3397e Add missing license headers Change-Id: Ie8405e6f1de698c958d347cfb53380a111d6a9ef Signed-off-by: Stephen Kitt --- diff --git a/benchmark/api/src/main/yang/dsbenchmark.yang b/benchmark/api/src/main/yang/dsbenchmark.yang index f8394e8ae9..635ea805bb 100644 --- a/benchmark/api/src/main/yang/dsbenchmark.yang +++ b/benchmark/api/src/main/yang/dsbenchmark.yang @@ -3,6 +3,13 @@ module dsbenchmark { namespace "urn:opendaylight:params:xml:ns:yang:dsbenchmark"; prefix "dsbenchmark"; + description + "Copyright © 2015, 2018 Cisco Systems, Inc. and others. + + 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"; + revision "2015-01-05" { description "Initial revision of dsbenchmark model"; } diff --git a/benchmark/api/src/main/yang/ntfbench-payload.yang b/benchmark/api/src/main/yang/ntfbench-payload.yang index 307c063412..92e1a10a23 100644 --- a/benchmark/api/src/main/yang/ntfbench-payload.yang +++ b/benchmark/api/src/main/yang/ntfbench-payload.yang @@ -3,6 +3,13 @@ module ntfbench-payload { namespace "urn:opendaylight:params:xml:ns:yang:ntfbench-payload"; prefix "ntfbenchmark"; + description + "Copyright © 2015, 2018 Cisco Systems, Inc. and others. + + 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"; + revision "2015-07-09" { description "Initial revision of ntfbenchmark model"; } diff --git a/benchmark/api/src/main/yang/ntfbenchmark.yang b/benchmark/api/src/main/yang/ntfbenchmark.yang index c1619b6ec5..b8a481197d 100644 --- a/benchmark/api/src/main/yang/ntfbenchmark.yang +++ b/benchmark/api/src/main/yang/ntfbenchmark.yang @@ -3,6 +3,13 @@ module ntfbenchmark { namespace "urn:opendaylight:params:xml:ns:yang:ntfbenchmark"; prefix "ntfbenchmark"; + description + "Copyright © 2015, 2018 Cisco Systems, Inc. and others. + + 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"; + revision "2015-01-05" { description "Initial revision of ntfbenchmark model"; } diff --git a/benchmark/api/src/main/yang/rpcbench-payload.yang b/benchmark/api/src/main/yang/rpcbench-payload.yang index a054908da0..db84f95940 100644 --- a/benchmark/api/src/main/yang/rpcbench-payload.yang +++ b/benchmark/api/src/main/yang/rpcbench-payload.yang @@ -5,6 +5,13 @@ module rpcbench-payload { import yang-ext { prefix ext; revision-date "2013-07-09"; } + description + "Copyright © 2015, 2018 Cisco Systems, Inc. and others. + + 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"; + revision "2015-07-02" { description "Initial revision of rpcbenchmark model"; } diff --git a/benchmark/api/src/main/yang/rpcbenchmark.yang b/benchmark/api/src/main/yang/rpcbenchmark.yang index 7ec13578bf..8a110b2797 100644 --- a/benchmark/api/src/main/yang/rpcbenchmark.yang +++ b/benchmark/api/src/main/yang/rpcbenchmark.yang @@ -3,6 +3,13 @@ module rpcbenchmark { namespace "urn:opendaylight:params:xml:ns:yang:rpcbenchmark"; prefix "rpcbenchmark"; + description + "Copyright © 2015, 2018 Cisco Systems, Inc. and others. + + 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"; + revision "2015-07-02" { description "Initial revision of rpcbenchmark model"; } diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 9defdcbe45..ce54e35a26 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -3,7 +3,7 @@ Copyright (c) 2015 Cisco Systems 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 INTERNAL +and is available at http://www.eclipse.org/legal/epl-v10.html --> diff --git a/features/benchmark/pom.xml b/features/benchmark/pom.xml index 1e6f2dc065..0b7c823098 100644 --- a/features/benchmark/pom.xml +++ b/features/benchmark/pom.xml @@ -3,7 +3,7 @@ Copyright (c) 2015 Cisco Systems 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 INTERNAL +and is available at http://www.eclipse.org/legal/epl-v10.html --> 4.0.0 diff --git a/features/extras/odl-jolokia/src/main/feature/feature.xml b/features/extras/odl-jolokia/src/main/feature/feature.xml index 7885b0243a..346d6f7d85 100644 --- a/features/extras/odl-jolokia/src/main/feature/feature.xml +++ b/features/extras/odl-jolokia/src/main/feature/feature.xml @@ -1,4 +1,11 @@ + mvn:org.opendaylight.controller/odl-jolokia-osgi/${odl-jolokia-osgi.version}/cfg/configuration diff --git a/features/pom.xml b/features/pom.xml index 90b265da85..b443f887cc 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -1,4 +1,11 @@ + 4.0.0 diff --git a/karaf/pom.xml b/karaf/pom.xml index 833b83e308..141c5215af 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -1,4 +1,11 @@ + 4.0.0 diff --git a/opendaylight/archetypes/opendaylight-startup/pom.xml b/opendaylight/archetypes/opendaylight-startup/pom.xml index 98863ee0ee..a6d909e099 100644 --- a/opendaylight/archetypes/opendaylight-startup/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/pom.xml @@ -1,4 +1,11 @@ + 4.0.0 diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/pom.xml index 2214fc8c14..7d0076cd8a 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/pom.xml @@ -1,4 +1,10 @@ + 4.0.0 diff --git a/opendaylight/archetypes/pom.xml b/opendaylight/archetypes/pom.xml index 2e9b995f13..f557e4262d 100644 --- a/opendaylight/archetypes/pom.xml +++ b/opendaylight/archetypes/pom.xml @@ -1,4 +1,11 @@ + 4.0.0 diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index 10699ed883..30e626234d 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -1,4 +1,11 @@ + 4.0.0 diff --git a/opendaylight/blueprint/src/main/resources/opendaylight-blueprint-ext-1.0.0.xsd b/opendaylight/blueprint/src/main/resources/opendaylight-blueprint-ext-1.0.0.xsd index 5bd8ed042c..9fade5f1f2 100644 --- a/opendaylight/blueprint/src/main/resources/opendaylight-blueprint-ext-1.0.0.xsd +++ b/opendaylight/blueprint/src/main/resources/opendaylight-blueprint-ext-1.0.0.xsd @@ -3,6 +3,14 @@ targetNamespace="http://opendaylight.org/xmlns/blueprint/v1.0.0" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0.0"> + + diff --git a/opendaylight/blueprint/src/test/resources/opendaylight-sal-test-store-config.xml b/opendaylight/blueprint/src/test/resources/opendaylight-sal-test-store-config.xml index b2744b2fea..f2fa832663 100644 --- a/opendaylight/blueprint/src/test/resources/opendaylight-sal-test-store-config.xml +++ b/opendaylight/blueprint/src/test/resources/opendaylight-sal-test-store-config.xml @@ -1,3 +1,10 @@ + diff --git a/opendaylight/commons/jolokia/pom.xml b/opendaylight/commons/jolokia/pom.xml index a277a07c24..be3eb1a772 100644 --- a/opendaylight/commons/jolokia/pom.xml +++ b/opendaylight/commons/jolokia/pom.xml @@ -1,4 +1,11 @@ + 4.0.0 diff --git a/opendaylight/md-sal/mdsal-trace/features/pom.xml b/opendaylight/md-sal/mdsal-trace/features/pom.xml index 06d6524cf4..85cd30a86c 100644 --- a/opendaylight/md-sal/mdsal-trace/features/pom.xml +++ b/opendaylight/md-sal/mdsal-trace/features/pom.xml @@ -4,7 +4,7 @@ Copyright © 2016 Red Hat 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 INTERNAL +and is available at http://www.eclipse.org/legal/epl-v10.html --> 4.0.0 diff --git a/opendaylight/md-sal/mdsal-trace/pom.xml b/opendaylight/md-sal/mdsal-trace/pom.xml index dc94c25ea5..f27ef1a337 100644 --- a/opendaylight/md-sal/mdsal-trace/pom.xml +++ b/opendaylight/md-sal/mdsal-trace/pom.xml @@ -3,7 +3,7 @@ Copyright © 2016 Red Hat 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 INTERNAL +and is available at http://www.eclipse.org/legal/epl-v10.html --> 4.0.0 diff --git a/opendaylight/md-sal/sal-akka-raft-example/pom.xml b/opendaylight/md-sal/sal-akka-raft-example/pom.xml index a62a3e0434..163d9bed8e 100644 --- a/opendaylight/md-sal/sal-akka-raft-example/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft-example/pom.xml @@ -1,4 +1,11 @@ + 4.0.0