fix: update license from BSD-2-Clause to Apache-2.0 in package.json files

This commit is contained in:
Daniel Luiz Alves
2025-10-20 14:17:54 -03:00
parent ff83364870
commit 91a5a24c8b
4 changed files with 30 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
"react",
"typescript"
],
"license": "BSD-2-Clause",
"license": "Apache-2.0",
"packageManager": "pnpm@10.6.0",
"scripts": {
"build": "next build",

View File

@@ -12,7 +12,7 @@
"nodejs",
"typescript"
],
"license": "BSD-2-Clause",
"license": "Apache-2.0",
"packageManager": "pnpm@10.6.0",
"main": "index.js",
"scripts": {
@@ -79,4 +79,4 @@
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
}
}

View File

@@ -11,7 +11,7 @@
"react",
"typescript"
],
"license": "BSD-2-Clause Copyright 2023 Kyantech",
"license": "Apache-2.0",
"packageManager": "pnpm@10.6.0",
"scripts": {
"dev": "next dev -p 3000",