From fb58f8baa56a8d6fa7c7ecdc522c4edbcd090558 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Mon, 26 Feb 2018 13:02:44 +0100 Subject: [PATCH 1/1] Add missing license headers Change-Id: Ie8405e6f1de698c958d347cfb53380a111d6a9ef Signed-off-by: Stephen Kitt (cherry picked from commit 7b8631eb9a762dafe40bd099ceab14b3f5a3397e) --- benchmark/api/src/main/yang/dsbenchmark.yang | 7 +++++++ benchmark/api/src/main/yang/ntfbench-payload.yang | 7 +++++++ benchmark/api/src/main/yang/ntfbenchmark.yang | 7 +++++++ benchmark/api/src/main/yang/rpcbench-payload.yang | 7 +++++++ benchmark/api/src/main/yang/rpcbenchmark.yang | 7 +++++++ benchmark/pom.xml | 2 +- features/benchmark/pom.xml | 2 +- features/extras/odl-jolokia/src/main/feature/feature.xml | 7 +++++++ features/pom.xml | 7 +++++++ karaf/pom.xml | 7 +++++++ opendaylight/archetypes/opendaylight-startup/pom.xml | 7 +++++++ .../src/main/resources/archetype-resources/pom.xml | 6 ++++++ opendaylight/archetypes/pom.xml | 7 +++++++ opendaylight/blueprint/pom.xml | 7 +++++++ .../main/resources/opendaylight-blueprint-ext-1.0.0.xsd | 8 ++++++++ .../test/resources/opendaylight-sal-test-store-config.xml | 7 +++++++ opendaylight/commons/jolokia/pom.xml | 7 +++++++ opendaylight/md-sal/mdsal-trace/features/pom.xml | 2 +- opendaylight/md-sal/mdsal-trace/pom.xml | 2 +- opendaylight/md-sal/sal-akka-raft-example/pom.xml | 7 +++++++ 20 files changed, 116 insertions(+), 4 deletions(-) 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 88ee185fd5..15647dee24 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 8fb53556bf..494b090482 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 e08038cc07..26fa6a02c7 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 1624b42a92..9234ffba6a 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 fa86c7d3d9..dd8c443ea6 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 32e6fe6863..56a269d3de 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 d0e887fff9..2df73f9297 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 8b8e1183d6..390927495d 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 08226a5072..c48c9a01cd 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 92698347d6..ea5f113e59 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 ad1a9c3303..6df1fc2e61 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 -- 2.36.6