From da8b3a7b3e43d4d39ea3049ba6721c9359205bf4 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 11 Apr 2024 10:32:38 +0200 Subject: [PATCH] README: Use proper license identifier --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afaa15c..297a21b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This installer ensures that plugins and skins end up in the correct directory: { "name": "/", "type": "roundcube-plugin", - "license": "GPL-3.0+", + "license": "GPL-3.0-or-later", "require": { "roundcube/plugin-installer": ">=0.3.0" } @@ -26,7 +26,7 @@ This installer ensures that plugins and skins end up in the correct directory: { "name": "/", "type": "roundcube-skin", - "license": "GPL-3.0+", + "license": "GPL-3.0-or-later", "require": { "roundcube/plugin-installer": ">=0.3.0" }