Reintroduce AGPLv3 license

This commit is contained in:
Mo
2023-10-17 09:22:08 -05:00
parent ad4e291d4a
commit d254e1c4e3
19 changed files with 679 additions and 195 deletions

View File

@@ -14,7 +14,7 @@
"publishConfig": {
"access": "public"
},
"license": "CC BY-NC-SA 4.0",
"license": "AGPL-3.0",
"scripts": {
"clean": "rm -fr dist",
"prestart": "yarn clean",

View File

@@ -2,7 +2,7 @@
"name": "@standardnotes/desktop",
"main": "./app/dist/index.js",
"version": "3.108.194",
"license": "CC BY-NC-SA 4.0",
"license": "AGPL-3.0",
"author": "Standard Notes.",
"private": true,
"repository": {

View File

@@ -8,7 +8,7 @@
"main": "./src/index.ts",
"private": true,
"author": "Standard Notes",
"license": "CC BY-NC-SA 4.0",
"license": "AGPL-3.0",
"scripts": {
"lint": "eslint src --ext .ts",
"format": "prettier --write src",

View File

@@ -14,7 +14,7 @@
"publishConfig": {
"access": "public"
},
"license": "CC BY-NC-SA 4.0",
"license": "AGPL-3.0",
"scripts": {
"clean": "rm -fr dist",
"prestart": "yarn clean",

View File

@@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"license": "CC BY-NC-SA 4.0",
"license": "AGPL-3.0",
"scripts": {
"clean": "rm -fr dist",
"prestart": "yarn clean",

View File

@@ -9,7 +9,7 @@
"author": "Standard Notes",
"types": "./src/index.ts",
"private": true,
"license": "CC BY-NC-SA 4.0",
"license": "AGPL-3.0",
"scripts": {
"build": "echo 'Empty build script required for yarn topological install'",
"lint": "eslint src --ext .ts",

View File

@@ -12,7 +12,7 @@
"dist"
],
"private": true,
"license": "CC BY-NC-SA 4.0",
"license": "AGPL-3.0",
"scripts": {
"lint": "eslint src --ext .ts",
"test": "jest",

View File

@@ -3,7 +3,7 @@
"version": "3.56.173",
"author": "Standard Notes.",
"private": true,
"license": "CC BY-NC-SA 4.0",
"license": "AGPL-3.0",
"scripts": {
"android-dev": "react-native run-android --variant devDebug --appIdSuffix dev",
"android-prod-debug": "react-native run-android --variant prodDebug",

View File

@@ -8,7 +8,7 @@
"author": "Standard Notes",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "CC BY-NC-SA 4.0",
"license": "AGPL-3.0",
"scripts": {
"clean": "rm -fr dist",
"prestart": "yarn clean",

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/releases",
"version": "1.4.548",
"license": "CC BY-NC-SA 4.0",
"license": "AGPL-3.0",
"main": "dist/releases.json",
"types": "dist/index.d.ts",
"publishConfig": {

View File

@@ -13,7 +13,7 @@
"publishConfig": {
"access": "public"
},
"license": "CC BY-NC-SA 4.0",
"license": "AGPL-3.0",
"scripts": {
"clean": "rm -fr dist",
"prestart": "yarn clean",

View File

@@ -8,7 +8,7 @@
"main": "./src/index.ts",
"author": "Standard Notes",
"private": true,
"license": "CC BY-NC-SA 4.0",
"license": "AGPL-3.0",
"scripts": {
"tsc": "tsc --project tsconfig.json",
"lint": "eslint src --ext .ts && yarn tsc",

View File

@@ -11,7 +11,7 @@
"files": [
"dist"
],
"license": "CC BY-NC-SA 4.0",
"license": "AGPL-3.0",
"publishConfig": {
"access": "public"
},

View File

@@ -12,7 +12,7 @@
"dist/**/*.js.map",
"dist/**/*.d.ts"
],
"license": "CC BY-NC-SA 4.0",
"license": "AGPL-3.0",
"private": true,
"scripts": {
"clean": "rm -fr dist",

View File

@@ -12,7 +12,7 @@
"mocha",
"e2e-server.js"
],
"license": "CC BY-NC-SA 4.0",
"license": "AGPL-3.0",
"publishConfig": {
"access": "public"
},

View File

@@ -8,7 +8,7 @@
"main": "./src/index.ts",
"author": "Standard Notes",
"private": true,
"license": "CC BY-NC-SA 4.0",
"license": "AGPL-3.0",
"scripts": {
"tsc": "tsc --project tsconfig.json",
"lint": "eslint src --ext .ts",

View File

@@ -14,7 +14,7 @@
"publishConfig": {
"access": "public"
},
"license": "CC BY-NC-SA 4.0",
"license": "AGPL-3.0",
"scripts": {
"clean": "rm -fr dist",
"prestart": "yarn clean",

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/web",
"version": "3.177.5",
"license": "CC BY-NC-SA 4.0",
"license": "AGPL-3.0",
"main": "dist/app.js",
"author": "Standard Notes.",
"private": true,