Reintroduce AGPLv3 license
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"license": "CC BY-NC-SA 4.0",
|
||||
"license": "AGPL-3.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"mocha",
|
||||
"e2e-server.js"
|
||||
],
|
||||
"license": "CC BY-NC-SA 4.0",
|
||||
"license": "AGPL-3.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user