From 055fbdf3f077850e3b5913dd03d33d95cd2ae363 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 a3ba782..95e7b0d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -19,7 +19,7 @@ This is an ExApp (External Application) - Nextcloud will automatically manage th **Note:** OpenZaak requires PostgreSQL with PostGIS and Redis for full functionality. ]]> 0.1.1-unstable.2 - agpl + EUPL-1.2 Conduction office integration From a0f6d31473cce09dc92fc8d2d0bb6474ac156309 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 95e7b0d..a3ba782 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -19,7 +19,7 @@ This is an ExApp (External Application) - Nextcloud will automatically manage th **Note:** OpenZaak requires PostgreSQL with PostGIS and Redis for full functionality. ]]> 0.1.1-unstable.2 - EUPL-1.2 + agpl Conduction office integration