diff --git a/README.md b/README.md index 9484d72..8899e82 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ -

kekkai banner

- -> Leoardo Watch. ⓒ Kekkai sensen. Banner made by [Artem Bay](https://github.com/ArtemBay/) - ### License. The project is under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html) license. @@ -20,4 +16,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . -``` \ No newline at end of file +``` + +### Third-party library licenses +- [fastify/fastify](https://github.com/fastify/fastify) — [MIT](https://github.com/fastify/fastify/blob/main/LICENSE) +- [eemeli/yaml](https://github.com/eemeli/yaml) — [ISC](https://github.com/eemeli/yaml/blob/main/LICENSE) +- [brianc/node-postgres](https://github.com/brianc/node-postgres) — [MIT](https://github.com/brianc/node-postgres/blob/master/LICENSE) \ No newline at end of file diff --git a/package.json b/package.json index 56cb5f5..e2768b6 100644 --- a/package.json +++ b/package.json @@ -3,11 +3,9 @@ "version": "1.0.0", "description": "Chart for popular fiat currencies", "main": "main.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, + "scripts": {}, "author": "Redume", - "license": "ISC", + "license": "LGPL-3.0-only", "dependencies": { "fastify": "^4.26.1", "pg": "^8.11.3",