chore: license updates

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
Raju Udava
2026-01-13 22:53:02 +05:30
parent f882619b96
commit 5e8f2f49a3
7 changed files with 8 additions and 8 deletions

View File

@@ -14,7 +14,7 @@
"bugs": { "bugs": {
"url": "https://github.com/nocodb/nocodb/issues" "url": "https://github.com/nocodb/nocodb/issues"
}, },
"license": "AGPL-3.0-or-later", "license": "Sustainable Use License",
"devDependencies": { "devDependencies": {
"husky": "^8.0.3", "husky": "^8.0.3",
"lerna": "^8.2.2", "lerna": "^8.2.2",

View File

@@ -7,7 +7,7 @@
"name": "NocoDB", "name": "NocoDB",
"url": "https://nocodb.com/" "url": "https://nocodb.com/"
}, },
"license": "AGPL-3.0-or-later", "license": "Sustainable Use License",
"homepage": "https://github.com/nocodb/nocodb", "homepage": "https://github.com/nocodb/nocodb",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@@ -7,7 +7,7 @@
"url": "https://nocodb.com/" "url": "https://nocodb.com/"
}, },
"homepage": "https://github.com/nocodb/nocodb", "homepage": "https://github.com/nocodb/nocodb",
"license": "AGPL-3.0-or-later", "license": "Sustainable Use License",
"main": "lib/XcLibGui.js", "main": "lib/XcLibGui.js",
"directories": { "directories": {
"lib": "lib", "lib": "lib",

View File

@@ -3,7 +3,7 @@
"version": "0.0.1", "version": "0.0.1",
"description": "NocoDB SDK", "description": "NocoDB SDK",
"type": "module", "type": "module",
"license": "AGPL-3.0-or-later", "license": "Sustainable Use License",
"author": { "author": {
"name": "NocoDB Inc", "name": "NocoDB Inc",
"url": "https://nocodb.com/" "url": "https://nocodb.com/"

View File

@@ -20,7 +20,7 @@
"engines": { "engines": {
"node": ">=18" "node": ">=18"
}, },
"license": "AGPL-3.0-or-later", "license": "Sustainable Use License",
"keywords": [], "keywords": [],
"scripts": { "scripts": {
"build": "rimraf ./build && pnpm generate:sdk && run-p build:*", "build": "rimraf ./build && pnpm generate:sdk && run-p build:*",
@@ -87,4 +87,4 @@
"prettier": { "prettier": {
"singleQuote": true "singleQuote": true
} }
} }

View File

@@ -18,7 +18,7 @@
"engines": { "engines": {
"node": ">=22" "node": ">=22"
}, },
"license": "AGPL-3.0-or-later", "license": "Sustainable Use License",
"scripts": { "scripts": {
"build": "pnpm run docker:build", "build": "pnpm run docker:build",
"build:obfuscate": "EE=true rspack --config rspack.config.js", "build:obfuscate": "EE=true rspack --config rspack.config.js",

View File

@@ -15,7 +15,7 @@
"bugs": { "bugs": {
"url": "https://github.com/nocodb/nocodb/issues" "url": "https://github.com/nocodb/nocodb/issues"
}, },
"license": "AGPL-3.0-or-later", "license": "Sustainable Use License",
"main": "index.js", "main": "index.js",
"engines": { "engines": {
"node": ">=18" "node": ">=18"