From 20c39d334e52b1ff544f9889d6d4d04873b01ed0 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 12 Mar 2020 08:19:12 -0400 Subject: [PATCH] Fix licenses on ODL scripts ODL scripts need to be dual licensed (EPL 1.0 and Apache 2.0). Change-Id: I3dfa85144c168f9dddd1fb9966776488f527b9be Issue-ID: CCSDK-2172 Signed-off-by: Dan Timoney --- .../neon-alpine/src/main/odlscripts/configure-cluster-ipdetect.sh | 5 ++++- .../neon/neon-alpine/src/main/odlscripts/configure_cluster.sh | 6 +++++- .../neon/neon-alpine/src/main/odlscripts/set_persistence.sh | 6 +++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/opendaylight/neon/neon-alpine/src/main/odlscripts/configure-cluster-ipdetect.sh b/opendaylight/neon/neon-alpine/src/main/odlscripts/configure-cluster-ipdetect.sh index 7b97ef96..97d291f2 100755 --- a/opendaylight/neon/neon-alpine/src/main/odlscripts/configure-cluster-ipdetect.sh +++ b/opendaylight/neon/neon-alpine/src/main/odlscripts/configure-cluster-ipdetect.sh @@ -5,7 +5,10 @@ # # 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 +# and is available at http://www.eclipse.org/legal/epl-v10.html , or the Apache License, +# Version 2.0 which is available at https://www.apache.org/licenses/LICENSE-2.0 +# +# SPDX-License-Identifier: EPL-1.0 OR Apache-2.0 # diff --git a/opendaylight/neon/neon-alpine/src/main/odlscripts/configure_cluster.sh b/opendaylight/neon/neon-alpine/src/main/odlscripts/configure_cluster.sh index c3f1a430..db224ed9 100755 --- a/opendaylight/neon/neon-alpine/src/main/odlscripts/configure_cluster.sh +++ b/opendaylight/neon/neon-alpine/src/main/odlscripts/configure_cluster.sh @@ -4,7 +4,11 @@ # # 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 +# and is available at http://www.eclipse.org/legal/epl-v10.html , or the Apache License, +# Version 2.0 which is available at https://www.apache.org/licenses/LICENSE-2.0 +# +# SPDX-License-Identifier: EPL-1.0 OR Apache-2.0 +# # diff --git a/opendaylight/neon/neon-alpine/src/main/odlscripts/set_persistence.sh b/opendaylight/neon/neon-alpine/src/main/odlscripts/set_persistence.sh index 15c22717..3532da4b 100755 --- a/opendaylight/neon/neon-alpine/src/main/odlscripts/set_persistence.sh +++ b/opendaylight/neon/neon-alpine/src/main/odlscripts/set_persistence.sh @@ -4,7 +4,11 @@ # # 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 +# and is available at http://www.eclipse.org/legal/epl-v10.html , or the Apache License, +# Version 2.0 which is available at https://www.apache.org/licenses/LICENSE-2.0 +# +# SPDX-License-Identifier: EPL-1.0 OR Apache-2.0 +# # -- 2.16.6