Skip to content

Commit

Permalink
Update LICENSE (#139)
Browse files Browse the repository at this point in the history
* Update LICENSE

* Update all packages with license

* Missed generated files

* update license
  • Loading branch information
jiajames authored Sep 6, 2023
1 parent cc1a32c commit d5b17ce
Show file tree
Hide file tree
Showing 27 changed files with 5,037 additions and 56 deletions.
842 changes: 836 additions & 6 deletions LICENSE

Large diffs are not rendered by default.

842 changes: 836 additions & 6 deletions dydxjs/LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dydxjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dydxjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Protos for dYdX v4 protocol",
"author": "dYdX Trading Inc.",
"homepage": "https://github.com/dydxprotocol/v4-chain",
"license": "SEE LICENSE IN LICENSE",
"license": "BSL-1.1",
"main": "main/index.js",
"module": "module/index.js",
"typings": "types/index.d.ts",
Expand Down
842 changes: 836 additions & 6 deletions dydxpy/LICENSE

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dydxpy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
description="Protos for dYdX v4 protocol",
packages = find_namespace_packages(),
install_requires=required,
license_files = ("LICENSE"),
python_requires=">=3.8",
)
842 changes: 836 additions & 6 deletions indexer/LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"test:all": "pnpm recursive run --workspace-concurrency=1 test"
},
"author": "",
"license": "ISC"
"license": "BSL-1.1"
}
2 changes: 1 addition & 1 deletion indexer/packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"url": "git+https://github.com/dydxprotocol/indexer.git"
},
"author": "",
"license": "ISC",
"license": "BSL-1.1",
"bugs": {
"url": "https://github.com/dydxprotocol/indexer/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion indexer/packages/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"url": "git+https://github.com/dydxprotocol/indexer.git"
},
"author": "",
"license": "ISC",
"license": "BSL-1.1",
"bugs": {
"url": "https://github.com/dydxprotocol/indexer/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion indexer/packages/example-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "git+https://github.com/dydxprotocol/indexer.git"
},
"author": "",
"license": "ISC",
"license": "BSL-1.1",
"bugs": {
"url": "https://github.com/dydxprotocol/indexer/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion indexer/packages/kafka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"url": "git+https://github.com/dydxprotocol/indexer.git"
},
"author": "",
"license": "ISC",
"license": "BSL-1.1",
"bugs": {
"url": "https://github.com/dydxprotocol/indexer/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion indexer/packages/postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"url": "git+https://github.com/dydxprotocol/indexer.git"
},
"author": "",
"license": "ISC",
"license": "BSL-1.1",
"bugs": {
"url": "https://github.com/dydxprotocol/indexer/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion indexer/packages/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"url": "git+https://github.com/dydxprotocol/indexer.git"
},
"author": "",
"license": "ISC",
"license": "BSL-1.1",
"bugs": {
"url": "https://github.com/dydxprotocol/indexer/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion indexer/packages/v4-proto-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"url": "git+https://github.com/dydxprotocol/indexer.git"
},
"author": "",
"license": "ISC",
"license": "BSL-1.1",
"bugs": {
"url": "https://github.com/dydxprotocol/indexer/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion indexer/packages/v4-protos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"url": "git+https://github.com/dydxprotocol/indexer.git"
},
"author": "",
"license": "ISC",
"license": "BSL-1.1",
"bugs": {
"url": "https://github.com/dydxprotocol/indexer/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion indexer/services/auxo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "NODE_ENV=test jest --runInBand --forceExit"
},
"author": "",
"license": "ISC",
"license": "BSL-1.1",
"dependencies": {
"@aws-sdk/client-ecr": "^3.354.0",
"@aws-sdk/client-ecs": "^3.353.0",
Expand Down
2 changes: 1 addition & 1 deletion indexer/services/bazooka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "NODE_ENV=test jest --runInBand --forceExit"
},
"author": "",
"license": "ISC",
"license": "BSL-1.1",
"dependencies": {
"@dydxprotocol-indexer/base": "workspace:^0.0.1",
"@dydxprotocol-indexer/kafka": "workspace:^0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion indexer/services/comlink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"gen-markdown": "widdershins public/swagger.json -o public/api-documentation.md --omitHeader --language_tabs 'python:Python' 'javascript:Javascript'"
},
"author": "",
"license": "ISC",
"license": "BSL-1.1",
"dependencies": {
"@bugsnag/core": "^7.18.0",
"@bugsnag/js": "^7.18.0",
Expand Down
2 changes: 1 addition & 1 deletion indexer/services/ender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "NODE_ENV=test jest --runInBand --forceExit"
},
"author": "",
"license": "ISC",
"license": "BSL-1.1",
"dependencies": {
"@dydxprotocol-indexer/base": "workspace:^0.0.1",
"@dydxprotocol-indexer/kafka": "workspace:^0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion indexer/services/example-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "NODE_ENV=test jest --runInBand --forceExit"
},
"author": "",
"license": "ISC",
"license": "BSL",
"dependencies": {
"dotenv-flow": "^3.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion indexer/services/roundtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "NODE_ENV=test jest --runInBand --forceExit"
},
"author": "",
"license": "ISC",
"license": "BSL-1.1",
"dependencies": {
"@dydxprotocol-indexer/base": "workspace:^0.0.1",
"@dydxprotocol-indexer/kafka": "workspace:^0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion indexer/services/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "NODE_ENV=test jest --runInBand --forceExit"
},
"author": "",
"license": "ISC",
"license": "BSL-1.1",
"dependencies": {
"@dydxprotocol-indexer/base": "workspace:^0.0.1",
"@dydxprotocol-indexer/postgres": "workspace:^0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion indexer/services/socks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "NODE_ENV=test jest --runInBand --forceExit"
},
"author": "",
"license": "ISC",
"license": "BSL-1.1",
"dependencies": {
"@dydxprotocol-indexer/base": "workspace:^0.0.1",
"@dydxprotocol-indexer/kafka": "workspace:^0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion indexer/services/vulcan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "NODE_ENV=test jest --runInBand --forceExit"
},
"author": "",
"license": "ISC",
"license": "BSL-1.1",
"dependencies": {
"@dydxprotocol-indexer/base": "workspace:^0.0.1",
"@dydxprotocol-indexer/kafka": "workspace:^0.0.1",
Expand Down
Loading

0 comments on commit d5b17ce

Please sign in to comment.