Skip to content

Commit d254e1c

Browse files
committed
Reintroduce AGPLv3 license
1 parent ad4e291 commit d254e1c

File tree

19 files changed

+679
-195
lines changed

19 files changed

+679
-195
lines changed

LICENSE

Lines changed: 661 additions & 177 deletions
Large diffs are not rendered by default.

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"publishConfig": {
1515
"access": "public"
1616
},
17-
"license": "CC BY-NC-SA 4.0",
17+
"license": "AGPL-3.0",
1818
"scripts": {
1919
"clean": "rm -fr dist",
2020
"prestart": "yarn clean",

packages/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@standardnotes/desktop",
33
"main": "./app/dist/index.js",
44
"version": "3.108.194",
5-
"license": "CC BY-NC-SA 4.0",
5+
"license": "AGPL-3.0",
66
"author": "Standard Notes.",
77
"private": true,
88
"repository": {

packages/encryption/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"main": "./src/index.ts",
99
"private": true,
1010
"author": "Standard Notes",
11-
"license": "CC BY-NC-SA 4.0",
11+
"license": "AGPL-3.0",
1212
"scripts": {
1313
"lint": "eslint src --ext .ts",
1414
"format": "prettier --write src",

packages/features/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"publishConfig": {
1515
"access": "public"
1616
},
17-
"license": "CC BY-NC-SA 4.0",
17+
"license": "AGPL-3.0",
1818
"scripts": {
1919
"clean": "rm -fr dist",
2020
"prestart": "yarn clean",

packages/filepicker/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"publishConfig": {
99
"access": "public"
1010
},
11-
"license": "CC BY-NC-SA 4.0",
11+
"license": "AGPL-3.0",
1212
"scripts": {
1313
"clean": "rm -fr dist",
1414
"prestart": "yarn clean",

packages/filepicker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "Standard Notes",
1010
"types": "./src/index.ts",
1111
"private": true,
12-
"license": "CC BY-NC-SA 4.0",
12+
"license": "AGPL-3.0",
1313
"scripts": {
1414
"build": "echo 'Empty build script required for yarn topological install'",
1515
"lint": "eslint src --ext .ts",

packages/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dist"
1313
],
1414
"private": true,
15-
"license": "CC BY-NC-SA 4.0",
15+
"license": "AGPL-3.0",
1616
"scripts": {
1717
"lint": "eslint src --ext .ts",
1818
"test": "jest",

packages/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.56.173",
44
"author": "Standard Notes.",
55
"private": true,
6-
"license": "CC BY-NC-SA 4.0",
6+
"license": "AGPL-3.0",
77
"scripts": {
88
"android-dev": "react-native run-android --variant devDebug --appIdSuffix dev",
99
"android-prod-debug": "react-native run-android --variant prodDebug",

packages/models/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "Standard Notes",
99
"main": "./dist/index.js",
1010
"types": "./dist/index.d.ts",
11-
"license": "CC BY-NC-SA 4.0",
11+
"license": "AGPL-3.0",
1212
"scripts": {
1313
"clean": "rm -fr dist",
1414
"prestart": "yarn clean",

0 commit comments

Comments
 (0)