[#1393,#1008] Switch to Eclipse v2.0 license (#1427)
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>
This commit is contained in:
@@ -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.
|
||||
@@ -19,5 +20,3 @@ echo [INFO]
|
||||
echo [INFO] Remove generated REST docs
|
||||
del /Q content\rest-api\*.html
|
||||
echo [INFO] ... done
|
||||
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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/"
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<a href="http://www.eclipse.org/legal" target="_blank">
|
||||
> 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">
|
||||
> License
|
||||
</a>
|
||||
</p>
|
||||
|
||||
11
docs/pom.xml
11
docs/pom.xml
@@ -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">
|
||||
|
||||
11
docs/static/slides/community-day-2019.html
vendored
11
docs/static/slides/community-day-2019.html
vendored
@@ -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>
|
||||
|
||||
11
docs/static/slides/community-day-2020.html
vendored
11
docs/static/slides/community-day-2020.html
vendored
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user