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:22:16 +0000 |
commit | 20c39d334e52b1ff544f9889d6d4d04873b01ed0 (patch) | |
tree | 03856d879908bb7f854751a8e401ff083dc4ff8d /opendaylight/neon/neon-alpine/src/main | |
parent | e787c2e8a2d43ea0780e85b436c31630832877b1 (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/neon/neon-alpine/src/main')
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 +# # |