From b06ca4f11ef568ae9ca656b4002db922066487cf Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Sun, 1 Jun 2025 05:32:27 +0400 Subject: [PATCH] chore: set the correct license in package.json --- .gitignore | 4 ++-- nodecar/package.json | 2 +- package.json | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e07fab4..7e974b5 100644 --- a/.gitignore +++ b/.gitignore @@ -30,8 +30,8 @@ yarn-error.log* .pnpm-debug.log* # nodecar -nodecar/dist -nodecar/node_modules +**/dist +**/node_modules # local env files .env*.local diff --git a/nodecar/package.json b/nodecar/package.json index 5498452..22f0aa8 100644 --- a/nodecar/package.json +++ b/nodecar/package.json @@ -17,7 +17,7 @@ }, "keywords": [], "author": "", - "license": "ISC", + "license": "AGPL-3.0", "packageManager": "pnpm@10.6.1", "dependencies": { "@types/node": "^22.15.17", diff --git a/package.json b/package.json index 687b8ab..be68c7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "donutbrowser", "private": true, + "license": "AGPL-3.0", "version": "0.2.4", "type": "module", "scripts": {