mirror of
https://github.com/tecnickcom/TCPDF.git
synced 2025-03-23 23:49:42 +01:00
Fix license in composer.json
As per the [`composer.json` specification](https://getcomposer.org/doc/04-schema.md#license) the license should be a proper identifier from the [SPDX License List](https://spdx.org/licenses/). For LGPL 3.0 or later the proper identifier is `LGPL-3.0-or-later`.
9fde7bb9b4/LICENSE.TXT (L5-L8)
This commit is contained in:
parent
9fde7bb9b4
commit
e2ac8de9cd
@ -13,7 +13,7 @@
|
||||
"pdf417",
|
||||
"barcodes"
|
||||
],
|
||||
"license": "LGPL-3.0",
|
||||
"license": "LGPL-3.0-or-later",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nicola Asuni",
|
||||
|
Loading…
x
Reference in New Issue
Block a user