Skip to content

Commit

Permalink
[eclipse#1393,eclipse#1008] Switch to Eclipse v2.0 license
Browse files Browse the repository at this point in the history
Switching license from EPL v1 to v2. Following
https://www.eclipse.org/legal/epl-2.0/faq.php#h.tci84nlsqpgw

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
  • Loading branch information
avgustinmm committed Sep 14, 2023
1 parent 0ee081d commit dbb11ca
Show file tree
Hide file tree
Showing 1,691 changed files with 10,423 additions and 8,663 deletions.
11 changes: 6 additions & 5 deletions .3rd-party/0.3.0M6/generateReleaseMd.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/bin/bash
#
# Copyright (c) 2015 Bosch Software Innovations GmbH and others.
# Copyright (c) 2015 Bosch Software Innovations GmbH 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
# 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/
#
# SPDX-License-Identifier: EPL-2.0
#
echo "# 3rd party dependencies for Release X.X.X"
echo ""
Expand Down
11 changes: 6 additions & 5 deletions .3rd-party/0.3.0M6/listDeps.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/bin/sh
#
# Copyright (c) 2015 Bosch Software Innovations GmbH and others.
# Copyright (c) 2015 Bosch Software Innovations GmbH 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
# 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/
#
# SPDX-License-Identifier: EPL-2.0
#
cd ..

Expand Down
11 changes: 6 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#
# Copyright (c) 2018 Bosch Software Innovations GmbH and others.
# Copyright (c) 2018 Bosch Software Innovations GmbH 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
# 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/
#
# SPDX-License-Identifier: EPL-2.0
#

version: 2
Expand Down
11 changes: 6 additions & 5 deletions .circleci/run-qa.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/bin/sh
#
# Copyright (c) 2015 Bosch Software Innovations GmbH and others.
# Copyright (c) 2015 Bosch Software Innovations GmbH 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
# 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/
#
# SPDX-License-Identifier: EPL-2.0
#

#echo "$CIRCLE_PULL_REQUEST pull request"
Expand Down
11 changes: 6 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,13 @@ Please make sure newly created files contain a proper license header like this:

```java
/**
* Copyright (c) <year> <author> and others.
* Copyright (c) {date} {owner} [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
* 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/
*
* SPDX-License-Identifier: EPL-2.0
*/
```

Expand Down
415 changes: 244 additions & 171 deletions LICENSE

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions check-dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/bin/bash
#
# Copyright (c) 2023 Bosch.IO GmbH and others.
# Copyright (c) 2023 Bosch.IO GmbH 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
# 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/
#
# SPDX-License-Identifier: EPL-2.0
#

DASH_LICENSE_JAR=$1
Expand Down
13 changes: 6 additions & 7 deletions docs/cleanup.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
@echo off
@REM
@REM Copyright (c) 2018 Bosch Software Innovations GmbH and others.
@REM Copyright (c) 2023 Bosch.IO GmbH and others
@REM
@REM All rights reserved. This program and the accompanying materials
@REM are made available under the terms of the Eclipse Public License v1.0
@REM which accompanies this distribution, and is available at
@REM http://www.eclipse.org/legal/epl-v10.html
@REM This program and the accompanying materials are made
@REM available under the terms of the Eclipse Public License 2.0
@REM which is available at https://www.eclipse.org/legal/epl-2.0/
@REM
@REM SPDX-License-Identifier: EPL-2.0
@REM

rem This script is used to clean up the previously generated or downloaded files.
Expand All @@ -19,5 +20,3 @@ echo [INFO]
echo [INFO] Remove generated REST docs
del /Q content\rest-api\*.html
echo [INFO] ... done


11 changes: 6 additions & 5 deletions docs/cleanup.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#
# Copyright (c) 2018 Bosch Software Innovations GmbH and others.
# Copyright (c) 2018 Bosch Software Innovations GmbH 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
# 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/
#
# SPDX-License-Identifier: EPL-2.0
#

# This script is used to clean up the previously generated or downloaded files.
Expand Down
11 changes: 6 additions & 5 deletions docs/config.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#
# Copyright (c) 2018 Bosch Software Innovations GmbH and others.
# Copyright (c) 2018 Bosch Software Innovations GmbH 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
# 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/
#
# SPDX-License-Identifier: EPL-2.0
#

baseurl = "https://eclipse.dev/hawkbit/"
Expand Down
11 changes: 6 additions & 5 deletions docs/install-theme.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
@echo off
@REM
@REM Copyright (c) 2018 Bosch Software Innovations GmbH and others.
@REM Copyright (c) 2023 Bosch.IO GmbH and others
@REM
@REM All rights reserved. This program and the accompanying materials
@REM are made available under the terms of the Eclipse Public License v1.0
@REM which accompanies this distribution, and is available at
@REM http://www.eclipse.org/legal/epl-v10.html
@REM This program and the accompanying materials are made
@REM available under the terms of the Eclipse Public License 2.0
@REM which is available at https://www.eclipse.org/legal/epl-2.0/
@REM
@REM SPDX-License-Identifier: EPL-2.0
@REM

rem This script checks if 'hugo' is installed. Afterwards, the Hugo theme is downloaded.
Expand Down
11 changes: 6 additions & 5 deletions docs/install-theme.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#
# Copyright (c) 2018 Bosch Software Innovations GmbH and others.
# Copyright (c) 2018 Bosch Software Innovations GmbH 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
# 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/
#
# SPDX-License-Identifier: EPL-2.0
#

# This script checks if 'hugo' is installed. Afterwards, the Hugo theme is downloaded.
Expand Down
2 changes: 1 addition & 1 deletion docs/layouts/partials/copyright.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<a href="http://www.eclipse.org/legal" target="_blank">
&gt; Legal
</a>
<a href="https://www.eclipse.org/org/documents/epl-v10.php" target="_blank">
<a href="https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt" target="_blank">
&gt; License
</a>
</p>
Expand Down
11 changes: 6 additions & 5 deletions docs/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<!--
Copyright (c) 2018 Bosch Software Innovations GmbH and others.
Copyright (c) 2018 Bosch Software Innovations GmbH 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
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/
SPDX-License-Identifier: EPL-2.0
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Expand Down
11 changes: 6 additions & 5 deletions docs/static/slides/community-day-2019.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<!--
~ Copyright (c) 2019 Bosch Software Innovations GmbH and others.
~ Copyright (c) 2019 Bosch Software Innovations GmbH 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
~ 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/
~
~ SPDX-License-Identifier: EPL-2.0
-->

<!doctype html>
Expand Down
11 changes: 6 additions & 5 deletions docs/static/slides/community-day-2020.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<!--
~ Copyright (c) 2020 Bosch.IO GmbH and others.
~ Copyright (c) 2020 Bosch.IO GmbH 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
~ 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/
~
~ SPDX-License-Identifier: EPL-2.0
-->

<!doctype html>
Expand Down
11 changes: 6 additions & 5 deletions hawkbit-artifact-repository-filesystem/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<!--
Copyright (c) 2015 Bosch Software Innovations GmbH and others.
Copyright (c) 2015 Bosch Software Innovations GmbH 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
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/
SPDX-License-Identifier: EPL-2.0
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* Copyright (c) 2022 Bosch.IO GmbH and others.
* Copyright (c) 2022 Bosch.IO GmbH 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
* 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/
*
* SPDX-License-Identifier: EPL-2.0
*/
package org.eclipse.hawkbit.artifact.repository;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* Copyright (c) 2015 Bosch Software Innovations GmbH and others.
* Copyright (c) 2015 Bosch Software Innovations GmbH 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
* 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/
*
* SPDX-License-Identifier: EPL-2.0
*/
package org.eclipse.hawkbit.artifact.repository;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* Copyright (c) 2015 Bosch Software Innovations GmbH and others.
* Copyright (c) 2015 Bosch Software Innovations GmbH 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
* 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/
*
* SPDX-License-Identifier: EPL-2.0
*/
package org.eclipse.hawkbit.artifact.repository;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* Copyright (c) 2015 Bosch Software Innovations GmbH and others.
* Copyright (c) 2015 Bosch Software Innovations GmbH 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
* 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/
*
* SPDX-License-Identifier: EPL-2.0
*/
package org.eclipse.hawkbit.artifact.repository;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* Copyright (c) 2015 Bosch Software Innovations GmbH and others.
* Copyright (c) 2015 Bosch Software Innovations GmbH 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
* 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/
*
* SPDX-License-Identifier: EPL-2.0
*/
package org.eclipse.hawkbit.artifact.repository;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* Copyright (c) 2015 Bosch Software Innovations GmbH and others.
* Copyright (c) 2015 Bosch Software Innovations GmbH 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
* 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/
*
* SPDX-License-Identifier: EPL-2.0
*/
package org.eclipse.hawkbit.artifact.repository;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* Copyright (c) 2015 Bosch Software Innovations GmbH and others.
* Copyright (c) 2015 Bosch Software Innovations GmbH 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
* 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/
*
* SPDX-License-Identifier: EPL-2.0
*/
package org.eclipse.hawkbit.artifact.repository;

Expand Down

0 comments on commit dbb11ca

Please sign in to comment.