~jan0sch/smederee

Showing details for patch 7155c9ce52c761861a7eccfeb70c71e43c3708f2.
2024-07-09 (Tue), 9:21 AM - Jens Grassel - 7155c9ce52c761861a7eccfeb70c71e43c3708f2

Fix forgotten mentions of the AGPL: switch to EUPL

Summary of changes
2 files modified with 2 lines added and 2 lines removed
  • CONTRIBUTING.md with 1 added and 1 removed lines
  • build.sbt with 1 added and 1 removed lines
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt
--- old-smederee/build.sbt	2025-01-11 06:01:03.807938608 +0000
+++ new-smederee/build.sbt	2025-01-11 06:01:03.807938608 +0000
@@ -191,7 +191,7 @@
                 Debian / debianPackageDependencies += "openjdk-17-jre-headless",
                 defaultLinuxInstallLocation := "/usr/local/share",
                 maintainer                  := "Wegtam GmbH <devops@wegtam.com>",
-                rpmLicense                  := Option("AGPL-3.0 or later"),
+                rpmLicense                  := Option("EUPL 1.2 or later"),
                 rpmVendor                   := "Wegtam GmbH <devops@wegtam.com>",
                 // Require a service restart after installation / update.
                 Debian / maintainerScripts := maintainerScriptsAppend((Debian / maintainerScripts).value)(
diff -rN -u old-smederee/CONTRIBUTING.md new-smederee/CONTRIBUTING.md
--- old-smederee/CONTRIBUTING.md	2025-01-11 06:01:03.807938608 +0000
+++ new-smederee/CONTRIBUTING.md	2025-01-11 06:01:03.807938608 +0000
@@ -26,7 +26,7 @@
 
 ### 3.2 Licensing and Ownership
 
-1. The project SHALL use the AGPL 3.0 or later (see [LICENSE](LICENSE)).
+1. The project SHALL use the EUPL 1.2 or later (see [LICENSE](LICENSE)).
 2. All contributions to the project source code ("patches") SHALL use the same license as the project.
 3. All patches are owned by their authors. There SHALL NOT be any copyright assignment process. Each Contributor SHALL be responsible for identifying themselves in the project Contributor list which is located in the file [AUTHORS](AUTHORS.md) in the project root.