From 49563d70b9d79dbd229717b0243d94551ff9c741 Mon Sep 17 00:00:00 2001 From: James Jia - Test Date: Tue, 24 Oct 2023 08:04:45 -0700 Subject: [PATCH] Update LICENSE indicators to GNU AGPLv3 --- README.md | 2 +- indexer/package.json | 2 +- indexer/packages/base/package.json | 2 +- indexer/packages/compliance/package.json | 2 +- indexer/packages/dev/package.json | 2 +- indexer/packages/example-package/package.json | 2 +- indexer/packages/kafka/package.json | 2 +- indexer/packages/postgres/package.json | 2 +- indexer/packages/redis/package.json | 2 +- indexer/packages/v4-proto-parser/package.json | 2 +- indexer/packages/v4-protos/package.json | 2 +- indexer/services/auxo/package.json | 2 +- indexer/services/bazooka/package.json | 2 +- indexer/services/comlink/package.json | 2 +- indexer/services/ender/package.json | 2 +- indexer/services/roundtable/package.json | 2 +- indexer/services/scripts/package.json | 2 +- indexer/services/socks/package.json | 2 +- indexer/services/vulcan/package.json | 2 +- v4-proto-js/README.md | 4 ++-- v4-proto-js/package-lock.json | 2 +- v4-proto-js/package.json | 2 +- v4-proto-py/README.md | 2 +- 23 files changed, 24 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 318e5c1903..5480aa0a42 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
- License + License
diff --git a/indexer/package.json b/indexer/package.json index 7ab3534c4c..ce29744048 100644 --- a/indexer/package.json +++ b/indexer/package.json @@ -16,5 +16,5 @@ "test:all": "pnpm recursive run --workspace-concurrency=1 test" }, "author": "", - "license": "BSL-1.1" + "license": "AGPL-3.0" } diff --git a/indexer/packages/base/package.json b/indexer/packages/base/package.json index afd8106ed4..316f38de61 100644 --- a/indexer/packages/base/package.json +++ b/indexer/packages/base/package.json @@ -25,7 +25,7 @@ "url": "git+https://github.com/dydxprotocol/indexer.git" }, "author": "", - "license": "BSL-1.1", + "license": "AGPL-3.0", "bugs": { "url": "https://github.com/dydxprotocol/indexer/issues" }, diff --git a/indexer/packages/compliance/package.json b/indexer/packages/compliance/package.json index 849665e691..b3b6080e3c 100644 --- a/indexer/packages/compliance/package.json +++ b/indexer/packages/compliance/package.json @@ -22,7 +22,7 @@ "url": "git+https://github.com/dydxprotocol/indexer.git" }, "author": "", - "license": "BSL-1.1", + "license": "AGPL-3.0", "bugs": { "url": "https://github.com/dydxprotocol/indexer/issues" }, diff --git a/indexer/packages/dev/package.json b/indexer/packages/dev/package.json index 0e54f55adb..f66b901964 100644 --- a/indexer/packages/dev/package.json +++ b/indexer/packages/dev/package.json @@ -35,7 +35,7 @@ "url": "git+https://github.com/dydxprotocol/indexer.git" }, "author": "", - "license": "BSL-1.1", + "license": "AGPL-3.0", "bugs": { "url": "https://github.com/dydxprotocol/indexer/issues" }, diff --git a/indexer/packages/example-package/package.json b/indexer/packages/example-package/package.json index 30790d2f72..f79b3d116f 100644 --- a/indexer/packages/example-package/package.json +++ b/indexer/packages/example-package/package.json @@ -20,7 +20,7 @@ "url": "git+https://github.com/dydxprotocol/indexer.git" }, "author": "", - "license": "BSL-1.1", + "license": "AGPL-3.0", "bugs": { "url": "https://github.com/dydxprotocol/indexer/issues" }, diff --git a/indexer/packages/kafka/package.json b/indexer/packages/kafka/package.json index e3c6d352a8..284f08173a 100644 --- a/indexer/packages/kafka/package.json +++ b/indexer/packages/kafka/package.json @@ -25,7 +25,7 @@ "url": "git+https://github.com/dydxprotocol/indexer.git" }, "author": "", - "license": "BSL-1.1", + "license": "AGPL-3.0", "bugs": { "url": "https://github.com/dydxprotocol/indexer/issues" }, diff --git a/indexer/packages/postgres/package.json b/indexer/packages/postgres/package.json index 922c0780ff..6a39e8a7d9 100644 --- a/indexer/packages/postgres/package.json +++ b/indexer/packages/postgres/package.json @@ -32,7 +32,7 @@ "url": "git+https://github.com/dydxprotocol/indexer.git" }, "author": "", - "license": "BSL-1.1", + "license": "AGPL-3.0", "bugs": { "url": "https://github.com/dydxprotocol/indexer/issues" }, diff --git a/indexer/packages/redis/package.json b/indexer/packages/redis/package.json index 02280e53d4..57d32606e8 100644 --- a/indexer/packages/redis/package.json +++ b/indexer/packages/redis/package.json @@ -28,7 +28,7 @@ "url": "git+https://github.com/dydxprotocol/indexer.git" }, "author": "", - "license": "BSL-1.1", + "license": "AGPL-3.0", "bugs": { "url": "https://github.com/dydxprotocol/indexer/issues" }, diff --git a/indexer/packages/v4-proto-parser/package.json b/indexer/packages/v4-proto-parser/package.json index 3ead013fb3..4df0329969 100644 --- a/indexer/packages/v4-proto-parser/package.json +++ b/indexer/packages/v4-proto-parser/package.json @@ -24,7 +24,7 @@ "url": "git+https://github.com/dydxprotocol/indexer.git" }, "author": "", - "license": "BSL-1.1", + "license": "AGPL-3.0", "bugs": { "url": "https://github.com/dydxprotocol/indexer/issues" }, diff --git a/indexer/packages/v4-protos/package.json b/indexer/packages/v4-protos/package.json index 6209f9e642..218e59d134 100644 --- a/indexer/packages/v4-protos/package.json +++ b/indexer/packages/v4-protos/package.json @@ -25,7 +25,7 @@ "url": "git+https://github.com/dydxprotocol/indexer.git" }, "author": "", - "license": "BSL-1.1", + "license": "AGPL-3.0", "bugs": { "url": "https://github.com/dydxprotocol/indexer/issues" }, diff --git a/indexer/services/auxo/package.json b/indexer/services/auxo/package.json index 5ac1611b6f..eb2e4b0892 100644 --- a/indexer/services/auxo/package.json +++ b/indexer/services/auxo/package.json @@ -14,7 +14,7 @@ "test": "NODE_ENV=test jest --runInBand --forceExit" }, "author": "", - "license": "BSL-1.1", + "license": "AGPL-3.0", "dependencies": { "@aws-sdk/client-ecr": "^3.354.0", "@aws-sdk/client-ecs": "^3.353.0", diff --git a/indexer/services/bazooka/package.json b/indexer/services/bazooka/package.json index 0292f6b7fd..6b2e7e4539 100644 --- a/indexer/services/bazooka/package.json +++ b/indexer/services/bazooka/package.json @@ -14,7 +14,7 @@ "test": "NODE_ENV=test jest --runInBand --forceExit" }, "author": "", - "license": "BSL-1.1", + "license": "AGPL-3.0", "dependencies": { "@dydxprotocol-indexer/base": "workspace:^0.0.1", "@dydxprotocol-indexer/kafka": "workspace:^0.0.1", diff --git a/indexer/services/comlink/package.json b/indexer/services/comlink/package.json index a25a483e5d..82352d664a 100644 --- a/indexer/services/comlink/package.json +++ b/indexer/services/comlink/package.json @@ -17,7 +17,7 @@ "gen-markdown": "widdershins public/swagger.json -o public/api-documentation.md --omitHeader --language_tabs 'python:Python' 'javascript:Javascript'" }, "author": "", - "license": "BSL-1.1", + "license": "AGPL-3.0", "dependencies": { "@bugsnag/core": "^7.18.0", "@bugsnag/js": "^7.18.0", diff --git a/indexer/services/ender/package.json b/indexer/services/ender/package.json index 25e7965a39..646c58a329 100644 --- a/indexer/services/ender/package.json +++ b/indexer/services/ender/package.json @@ -14,7 +14,7 @@ "test": "NODE_ENV=test jest --runInBand --forceExit" }, "author": "", - "license": "BSL-1.1", + "license": "AGPL-3.0", "dependencies": { "@dydxprotocol-indexer/base": "workspace:^0.0.1", "@dydxprotocol-indexer/kafka": "workspace:^0.0.1", diff --git a/indexer/services/roundtable/package.json b/indexer/services/roundtable/package.json index 5c86f8460a..7b856e1135 100644 --- a/indexer/services/roundtable/package.json +++ b/indexer/services/roundtable/package.json @@ -14,7 +14,7 @@ "test": "NODE_ENV=test jest --runInBand --forceExit" }, "author": "", - "license": "BSL-1.1", + "license": "AGPL-3.0", "dependencies": { "@dydxprotocol-indexer/base": "workspace:^0.0.1", "@dydxprotocol-indexer/compliance": "workspace:^0.0.1", diff --git a/indexer/services/scripts/package.json b/indexer/services/scripts/package.json index 5e13c2e0ae..e19bdc7031 100644 --- a/indexer/services/scripts/package.json +++ b/indexer/services/scripts/package.json @@ -15,7 +15,7 @@ "test": "NODE_ENV=test jest --runInBand --forceExit" }, "author": "", - "license": "BSL-1.1", + "license": "AGPL-3.0", "dependencies": { "@dydxprotocol-indexer/base": "workspace:^0.0.1", "@dydxprotocol-indexer/postgres": "workspace:^0.0.1", diff --git a/indexer/services/socks/package.json b/indexer/services/socks/package.json index e9cbfc79eb..1e86abea75 100644 --- a/indexer/services/socks/package.json +++ b/indexer/services/socks/package.json @@ -14,7 +14,7 @@ "test": "NODE_ENV=test jest --runInBand --forceExit" }, "author": "", - "license": "BSL-1.1", + "license": "AGPL-3.0", "dependencies": { "@dydxprotocol-indexer/base": "workspace:^0.0.1", "@dydxprotocol-indexer/compliance": "workspace:^0.0.1", diff --git a/indexer/services/vulcan/package.json b/indexer/services/vulcan/package.json index 3bac2ddf01..4e8121b8a5 100644 --- a/indexer/services/vulcan/package.json +++ b/indexer/services/vulcan/package.json @@ -14,7 +14,7 @@ "test": "NODE_ENV=test jest --runInBand --forceExit" }, "author": "", - "license": "BSL-1.1", + "license": "AGPL-3.0", "dependencies": { "@dydxprotocol-indexer/base": "workspace:^0.0.1", "@dydxprotocol-indexer/kafka": "workspace:^0.0.1", diff --git a/v4-proto-js/README.md b/v4-proto-js/README.md index 13c5e0c121..faacf36f9c 100644 --- a/v4-proto-js/README.md +++ b/v4-proto-js/README.md @@ -4,10 +4,10 @@
- PyPI + npm - License + License
diff --git a/v4-proto-js/package-lock.json b/v4-proto-js/package-lock.json index e69371292f..69d6e8034c 100644 --- a/v4-proto-js/package-lock.json +++ b/v4-proto-js/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "@dydxprotocol/v4-proto", "version": "0.0.0", - "license": "BSL-1.1", + "license": "AGPL-3.0", "dependencies": { "protobufjs": "^6.11.2" }, diff --git a/v4-proto-js/package.json b/v4-proto-js/package.json index 90cdad18ce..7816006aac 100644 --- a/v4-proto-js/package.json +++ b/v4-proto-js/package.json @@ -5,7 +5,7 @@ "description": "Protos for dYdX v4 protocol", "author": "dYdX Trading Inc.", "homepage": "https://github.com/dydxprotocol/v4-chain", - "license": "BSL-1.1", + "license": "AGPL-3.0", "main": "main/index.js", "module": "module/index.js", "typings": "types/index.d.ts", diff --git a/v4-proto-py/README.md b/v4-proto-py/README.md index 1d2c0edecd..73155ff74e 100644 --- a/v4-proto-py/README.md +++ b/v4-proto-py/README.md @@ -7,7 +7,7 @@ PyPI - License + License