Skip to content

Commit

Permalink
Apply the new Eclipse Kanto project license scheme (#119)
Browse files Browse the repository at this point in the history
[#114] Apply the new Eclipse Kanto project license scheme

- Update copyright headers

Signed-off-by: Daniel Milchev <[email protected]>
  • Loading branch information
daniel-milchev authored Sep 9, 2022
1 parent 2293703 commit fb09e09
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ nfpms:
like cloud connectivity, digital twins, local communication, container management,
and software updates - all configurable and remotely manageable by an IoT cloud ecosystem of choice.
homepage: https://eclipse.org/kanto
license: EPL-2.0
license: EPL-2.0 or Apache-2.0
formats:
- deb
dependencies:
Expand Down
5 changes: 3 additions & 2 deletions quickstart/hono_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
#
# 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
# https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
# which is available at https://www.apache.org/licenses/LICENSE-2.0.
#
# SPDX-License-Identifier: EPL-2.0
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

import getopt
import json
Expand Down
5 changes: 3 additions & 2 deletions quickstart/hono_commands_fu.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
#
# 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
# https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
# which is available at https://www.apache.org/licenses/LICENSE-2.0.
#
# SPDX-License-Identifier: EPL-2.0
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

import getopt
import json
Expand Down
5 changes: 3 additions & 2 deletions quickstart/hono_commands_su.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
#
# 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
# https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
# which is available at https://www.apache.org/licenses/LICENSE-2.0.
#
# SPDX-License-Identifier: EPL-2.0
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

import getopt
import json
Expand Down
5 changes: 3 additions & 2 deletions quickstart/hono_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
#
# 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
# https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
# which is available at https://www.apache.org/licenses/LICENSE-2.0.
#
# SPDX-License-Identifier: EPL-2.0
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

import getopt
import json
Expand Down
5 changes: 3 additions & 2 deletions quickstart/hono_provisioning.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
#
# 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
# https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
# which is available at https://www.apache.org/licenses/LICENSE-2.0.
#
# SPDX-License-Identifier: EPL-2.0
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

# The Hono AMQP endpoint to connect to
export HONO_EP=hono.eclipseprojects.io
Expand Down
5 changes: 3 additions & 2 deletions quickstart/install_ctrd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
#
# 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
# https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
# which is available at https://www.apache.org/licenses/LICENSE-2.0.
#
# SPDX-License-Identifier: EPL-2.0
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

CHANNEL="${CHANNEL:-stable}"
DOWNLOAD_URL="${DOWNLOAD_URL:-https://download.docker.com}"
Expand Down
5 changes: 3 additions & 2 deletions quickstart/install_hello.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
#
# 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
# https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
# which is available at https://www.apache.org/licenses/LICENSE-2.0.
#
# SPDX-License-Identifier: EPL-2.0
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

apt install hello
5 changes: 3 additions & 2 deletions quickstart/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
#
# 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
# https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
# which is available at https://www.apache.org/licenses/LICENSE-2.0.
#
# SPDX-License-Identifier: EPL-2.0
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

python-qpid-proton==0.36.0
2 changes: 1 addition & 1 deletion web/site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ sidebar_menu_truncate = 80
name = "Legal"

[[params.links.eclipse]]
url = "https://eclipse.org/legal/epl-2.0/"
url = "https://github.com/eclipse-kanto/kanto/raw/main/LICENSE"
name = "License"

[[params.links.eclipse]]
Expand Down

0 comments on commit fb09e09

Please sign in to comment.