diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-12 08:19:12 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-12 12:21:10 +0000 |
commit | ca10eb08e791b9771e1e54ccfa69a623019d2dc9 (patch) | |
tree | 262f0d6102af283310fe81e690f9533d110d5735 /opendaylight | |
parent | bd478849558922af559301163d974b7065cbaea0 (diff) |
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 <dtimoney@att.com>
Diffstat (limited to 'opendaylight')
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 +# # |