~jan0sch/smederee
Showing details for patch 7155c9ce52c761861a7eccfeb70c71e43c3708f2.
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.