From bc39f89e238e5b020b2f2c851ac15422d5f3441e Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 31 Jan 2022 16:55:40 -0500 Subject: [PATCH] corrected license string in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f847a91..14afd78 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "This is a authentication module for authenticating a user against the FSF's Drupal database", "type": "simplesamlphp-module", "keywords": ["simplesamlphp", "sqlauth"], - "license": "GPL-3.0-or-later", + "license": "LGPL-2.1-or-later", "authors": [ { "name": "Olav Morken", -- 2.25.1