aboutsummaryrefslogtreecommitdiff
path: root/licenses.json
Commit message (Collapse)AuthorAgeFilesLines
* Making license_definition.js single source of truth for licensesYuchen Pei2022-04-071-219/+0
| | | | | - Removed licenses.json - cleaned up license_definition.js a bit
* Fixing json files so that librejs builds againStef Gijsberts2021-11-091-217/+217
| | | | | | | | | | | | | | | | | | | | | | | | | | This is needed to build the project using Webpack v2 or v3 [0]. The following commands were used for the conversion: $ mv licenses.json licenses.old.json $ cat licenses.old.json \ | sed $'s/module.exports = //g' \ | tr \' \" | tr -d ';' \ | sed $'s/licenses: /"licenses": /g' \ > licenses.json $ mv fname_data.json fname_data.old.json $ cat fname_data.old.json \ | sed $'s/module.exports = //g'\ | tr \' \" \ | tr -d ';' \ | sed $'s/fname_data : /"fname_data": /g' \ > fname_data.json [0]: https://webpack.js.org/migrate/3/#json-loader-is-not-required-anymore Thanks also to Andrea G. Monaco for an identical patch: <https://lists.gnu.org/archive/html/bug-librejs/2021-05/msg00002.html>
* Changes to licenses list, adds human readable name, adds CC licenses, adds ↵Ruben Rodriguez2019-05-011-16/+142
| | | | Expat alias as MIT, adds extra GNU license detail, corrects BSD licenses
* Moved data to seperate filesNateN12222018-03-171-0/+93