add license dumper

This commit is contained in:
crazywhalecc
2023-04-15 18:46:46 +08:00
parent 5b09e95e51
commit 960addc8f2
5 changed files with 173 additions and 6 deletions

View File

@@ -74,8 +74,8 @@
"url": "https://ftp.gnu.org/gnu/libiconv/",
"regex": "/href=\"(?<file>libiconv-(?<version>[^\"]+)\\.tar\\.gz)\"/",
"license": {
"type": "text",
"text": "TODO"
"type": "file",
"path": "COPYING"
}
},
"libmcrypt": {
@@ -253,7 +253,7 @@
"url": "https://www.sqlite.org/2023/sqlite-autoconf-3410100.tar.gz",
"license": {
"type": "text",
"path": "The author disclaims copyright to this source code. In place of\na legal notice, here is a blessing:\n\n * May you do good and not evil.\n * May you find forgiveness for yourself and forgive others.\n * May you share freely, never taking more than you give."
"text": "The author disclaims copyright to this source code. In place of\na legal notice, here is a blessing:\n\n * May you do good and not evil.\n * May you find forgiveness for yourself and forgive others.\n * May you share freely, never taking more than you give."
}
},
"swoole": {