From b300aed844aa755249ce076322d325ab05e49160 Mon Sep 17 00:00:00 2001 From: marcmaro Date: Thu, 14 Sep 2023 15:16:57 +0200 Subject: [PATCH 1/7] applied REUSE oss standard (best possible) https://reuse.software/ --- LICENSE.Apache-2.0 => LICENSES/Apache-2.0.txt | 0 LICENSES/LICENSE-images | 5 +++++ LICENSE => LICENSES/MIT.txt | 5 ++++- README.md | 8 ++++++-- 4 files changed, 15 insertions(+), 3 deletions(-) rename LICENSE.Apache-2.0 => LICENSES/Apache-2.0.txt (100%) create mode 100644 LICENSES/LICENSE-images rename LICENSE => LICENSES/MIT.txt (87%) diff --git a/LICENSE.Apache-2.0 b/LICENSES/Apache-2.0.txt similarity index 100% rename from LICENSE.Apache-2.0 rename to LICENSES/Apache-2.0.txt diff --git a/LICENSES/LICENSE-images b/LICENSES/LICENSE-images new file mode 100644 index 0000000..144ba61 --- /dev/null +++ b/LICENSES/LICENSE-images @@ -0,0 +1,5 @@ +This license applies only to the images, fonts and assets in this repository. + +All rights reserved. + +Copyright (c) 2021 Bosch Rexroth AG diff --git a/LICENSE b/LICENSES/MIT.txt similarity index 87% rename from LICENSE rename to LICENSES/MIT.txt index 69f6136..90487a7 100644 --- a/LICENSE +++ b/LICENSES/MIT.txt @@ -1,6 +1,9 @@ +This license applies only to the code in this repository. +Images, fonts and other assets are explicitly excluded. + MIT License -Copyright (c) 2023 Bosch Rexroth AG +Copyright (c) 2021 Bosch Rexroth AG Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 25d5de8..0fe71a7 100644 --- a/README.md +++ b/README.md @@ -87,10 +87,14 @@ Any use of the source code and related documents of this repository in applicati ## About -SPDX-FileCopyrightText: Copyright (c) 2023 Bosch Rexroth AG + - +Bosch Rexroth AG +Bgm.-Dr.-Nebel-Str. 2 +97816 Lohr am Main +GERMANY ## Licenses +SPDX-FileCopyrightText: Bosch Rexroth AG SPDX-License-Identifier: MIT From c1bd207942481ac1f3a59e87b0002451d6312b2c Mon Sep 17 00:00:00 2001 From: marcmaro Date: Fri, 15 Sep 2023 09:42:11 +0200 Subject: [PATCH 2/7] removed year Copyright --- LICENSES/MIT.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSES/MIT.txt b/LICENSES/MIT.txt index 90487a7..8d3b6fb 100644 --- a/LICENSES/MIT.txt +++ b/LICENSES/MIT.txt @@ -3,7 +3,7 @@ Images, fonts and other assets are explicitly excluded. MIT License -Copyright (c) 2021 Bosch Rexroth AG +Copyright (c) Bosch Rexroth AG Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From f53621e955dd631cc6c01aa380baa9e5ef9a4113 Mon Sep 17 00:00:00 2001 From: marcmaro Date: Fri, 15 Sep 2023 09:44:41 +0200 Subject: [PATCH 3/7] removed year Copyright --- LICENSES/LICENSE-images | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSES/LICENSE-images b/LICENSES/LICENSE-images index 144ba61..5247645 100644 --- a/LICENSES/LICENSE-images +++ b/LICENSES/LICENSE-images @@ -2,4 +2,4 @@ This license applies only to the images, fonts and assets in this repository. All rights reserved. -Copyright (c) 2021 Bosch Rexroth AG +Copyright (c) Bosch Rexroth AG From 0b10a26c522df95da294adc07dcd86693fb18ad9 Mon Sep 17 00:00:00 2001 From: marcmaro Date: Fri, 15 Sep 2023 11:16:35 +0200 Subject: [PATCH 4/7] use offical template --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fe71a7..18fe233 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,9 @@ Any use of the source code and related documents of this repository in applicati ## About - +SPDX-FileCopyrightText: Copyright (c) 2023 Bosch Rexroth AG + +https://www.boschrexroth.com/en/dc/imprint/ Bosch Rexroth AG Bgm.-Dr.-Nebel-Str. 2 @@ -96,5 +98,5 @@ GERMANY ## Licenses -SPDX-FileCopyrightText: Bosch Rexroth AG + SPDX-License-Identifier: MIT From 2cc764a8529ec7345226ea3583b8c7d84e3c3e08 Mon Sep 17 00:00:00 2001 From: marcmaro Date: Fri, 15 Sep 2023 11:20:30 +0200 Subject: [PATCH 5/7] added LICENSE file to satisfy github license detection --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..69f6136 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Bosch Rexroth AG + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 241feaa1e1f6db03084ff36c975422f200f43534 Mon Sep 17 00:00:00 2001 From: marcmaro Date: Fri, 15 Sep 2023 11:21:48 +0200 Subject: [PATCH 6/7] added LICENSE file to satisfy github license detection --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 18fe233..ff32044 100644 --- a/README.md +++ b/README.md @@ -91,12 +91,7 @@ SPDX-FileCopyrightText: Copyright (c) 2023 Bosch Rexroth AG https://www.boschrexroth.com/en/dc/imprint/ -Bosch Rexroth AG -Bgm.-Dr.-Nebel-Str. 2 -97816 Lohr am Main -GERMANY ## Licenses - SPDX-License-Identifier: MIT From 926c431026c235fbe5d7b7364075fae93a237a96 Mon Sep 17 00:00:00 2001 From: marcmaro Date: Fri, 15 Sep 2023 11:22:35 +0200 Subject: [PATCH 7/7] added LICENSE file to satisfy github license detection --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff32044..54941e3 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Any use of the source code and related documents of this repository in applicati SPDX-FileCopyrightText: Copyright (c) 2023 Bosch Rexroth AG -https://www.boschrexroth.com/en/dc/imprint/ + ## Licenses