Skip to content

Commit

Permalink
Update license to EPL-2.0 (openhab#282)
Browse files Browse the repository at this point in the history
Updates the LICENSE file some headers and adds a NOTICE file.

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn authored and kaikreuzer committed Oct 11, 2019
1 parent 8efe281 commit 0fc8ccb
Show file tree
Hide file tree
Showing 7 changed files with 313 additions and 214 deletions.
416 changes: 245 additions & 171 deletions LICENSE

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
This content is produced and maintained by the openHAB project.

* Project home: https://www.openhab.org

== Declared Project Licenses

This program and the accompanying materials are made available under the terms
of the Eclipse Public License 2.0 which is available at
https://www.eclipse.org/legal/epl-2.0/.

== Source Code

https://github.com/openhab/openhab-cloud
14 changes: 9 additions & 5 deletions app.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
/**
* Copyright (c) 2014-2016 by the respective copyright holders.
* Copyright (c) 2010-2019 Contributors to the openHAB project
*
* 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
* See the NOTICE file(s) distributed with this work for additional
* information.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0
*
* SPDX-License-Identifier: EPL-2.0
*/

/**
Expand Down
20 changes: 11 additions & 9 deletions deployment/kubernetes/kubernetes-deploy.sh
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
#!/usr/bin/env bash


###############################################################################
# Copyright (c) 2018, home-iX 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
# Copyright (c) 2010-2019 Contributors to the openHAB project
#
# See the NOTICE file(s) distributed with this work for additional
# information.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0
#
# SPDX-License-Identifier: EPL-2.0
#

# Contributors:
# Mehmet Arziman (home-iX) - initial contribution
#
###############################################################################

set -e

Expand Down
22 changes: 12 additions & 10 deletions deployment/kubernetes/kubernetes-undeploy.sh
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
#!/usr/bin/env bash


###############################################################################
# Copyright (c) 2018, home-iX 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
# Copyright (c) 2010-2019 Contributors to the openHAB project
#
# See the NOTICE file(s) distributed with this work for additional
# information.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0
#
# SPDX-License-Identifier: EPL-2.0
#

# Contributors:
# Mehmet Arziman (home-iX) - initial contribution
#
###############################################################################

set -e

Expand All @@ -23,4 +25,4 @@ echo UNDEPLOYING OPENHAB-CLOUD FROM KUBERNETES
# Deleting openHAB-cloud namespace and implicitly all services, deployments etc.
kubectl delete namespace $KUBERNETES_NAMESPACE

echo UNDEPLOYED OPENHAB-CLOUD FROM KUBERNETES
echo UNDEPLOYED OPENHAB-CLOUD FROM KUBERNETES
20 changes: 11 additions & 9 deletions deployment/openshift/openshift-deploy.sh
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
#!/usr/bin/env bash


###############################################################################
# Copyright (c) 2018, home-iX 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
# Copyright (c) 2010-2019 Contributors to the openHAB project
#
# See the NOTICE file(s) distributed with this work for additional
# information.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0
#
# SPDX-License-Identifier: EPL-2.0
#

# Contributors:
# Mehmet Arziman (home-iX) - initial contribution
#
###############################################################################

set -e

Expand Down
22 changes: 12 additions & 10 deletions deployment/openshift/openshift-undeploy.sh
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
#!/usr/bin/env bash


###############################################################################
# Copyright (c) 2018, home-iX 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
# Copyright (c) 2010-2019 Contributors to the openHAB project
#
# See the NOTICE file(s) distributed with this work for additional
# information.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0
#
# SPDX-License-Identifier: EPL-2.0
#

# Contributors:
# Mehmet Arziman (home-iX) - initial contribution
#
###############################################################################

set -e

Expand All @@ -23,4 +25,4 @@ echo UNDEPLOYING OPENHAB-CLOUD FROM OPENSHIFT
# Deleting openHAB-cloud project and implicitly all services, deployments etc.
oc delete project $OPENSHIFT_PROJECT_NAME

echo UNDEPLOYED OPENHAB-CLOUD FROM OPENSHIFT
echo UNDEPLOYED OPENHAB-CLOUD FROM OPENSHIFT

0 comments on commit 0fc8ccb

Please sign in to comment.