From abe516f8fac94122dcdb6d19fd1e2ea125ebf12e Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Thu, 26 Feb 2026 07:55:03 +0100 Subject: [PATCH 1/2] chore: Switch license to EUPL-1.2 Replace existing license (Apache-2.0/AGPL) with EUPL-1.2 across all metadata files: LICENSE, appinfo/info.xml, composer.json, package.json. Co-Authored-By: Claude Opus 4.6 --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index cad3da4..ecbb416 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -18,7 +18,7 @@ This is an ExApp (External Application) - Nextcloud will automatically manage th **Note:** Valtimo requires PostgreSQL database and Keycloak for authentication. ]]> 0.1.1-unstable.2 - agpl + EUPL-1.2 Conduction office workflow From c05b859b5ca5e01042f58715204a999ab9a4a7d8 Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Mon, 2 Mar 2026 00:24:06 +0100 Subject: [PATCH 2/2] fix: Revert licence to agpl for Nextcloud App Store compatibility The Nextcloud App Store schema does not accept EUPL-1.2 as a valid licence value, causing all release uploads to fail with HTTP 400. Revert to 'agpl' which is in the accepted set. Co-Authored-By: Claude Opus 4.6 --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index ecbb416..cad3da4 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -18,7 +18,7 @@ This is an ExApp (External Application) - Nextcloud will automatically manage th **Note:** Valtimo requires PostgreSQL database and Keycloak for authentication. ]]> 0.1.1-unstable.2 - EUPL-1.2 + agpl Conduction office workflow