From 998dc51678f40fa7aa9c726e70e650df08a93095 Mon Sep 17 00:00:00 2001 From: Redume Date: Wed, 14 Feb 2024 16:09:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=BE=20=D0=B8=D0=BC=D1=8F=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA?= =?UTF-8?q?=D1=82=D0=B0=20=D0=B8=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BB=D0=B8=D1=86=D0=B5=D0=BD=D0=B7=D0=B8?= =?UTF-8?q?=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++----- package.json | 6 ++---- 2 files changed, 8 insertions(+), 9 deletions(-) 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",