diff options
| author | Damien Regad <dregad@mantisbt.org> | 2018-01-30 17:21:35 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2018-01-30 17:21:35 +0100 |
| commit | bfecca4a2fc45cf49a3c7e84358e738d82430dae (patch) | |
| tree | 9800a5b34289aeb3708c742b7acb29b0a36331cf /composer.json | |
| parent | ac19419681f53e33cd617d531a20d72f73eaa5b1 (diff) | |
| download | adodb-bfecca4a2fc45cf49a3c7e84358e738d82430dae.tar.gz adodb-bfecca4a2fc45cf49a3c7e84358e738d82430dae.tar.bz2 adodb-bfecca4a2fc45cf49a3c7e84358e738d82430dae.zip | |
Clarifly licensing under LGPL v2.1 *or later*
Packagist.org complained about invalid data in composer.json:
'License "LGPL-2.1" is a deprecated SPDX license identifier, use
"LGPL-2.1-only" or "LGPL-2.1-or-later" instead'.
README.md and LICENCE.md were updated accordingly.
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 21bd25f9..30fcc358 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name" : "adodb/adodb-php", "description" : "ADOdb is a PHP database abstraction layer library", - "license" : [ "BSD-3-Clause", "LGPL-2.1" ], + "license" : [ "BSD-3-Clause", "LGPL-2.1-or-later" ], "authors" : [ { "name": "John Lim", |
