From: Andrew Engelbrecht Date: Mon, 31 Jan 2022 21:55:40 +0000 (-0500) Subject: corrected license string in composer.json X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bc39f89e238e5b020b2f2c851ac15422d5f3441e;p=fsfdrupalauth.git corrected license string in composer.json --- 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",