Skip to content

Commit

Permalink
Update LICENSE indicators to GNU AGPLv3
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajames committed Oct 24, 2023
1 parent cba238d commit 49563d7
Show file tree
Hide file tree
Showing 23 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div align="center">
<a href='https://github.com/dydxprotocol/v4-chain/blob/main/LICENSE'>
<img src='https://img.shields.io/badge/License-BSL_1.1-blue' alt='License' />
<img src='https://img.shields.io/badge/License-AGPL_v3-blue.svg' alt='License' />
</a>
</div>

Expand Down
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": "BSL-1.1"
"license": "AGPL-3.0"
}
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": "BSL-1.1",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/dydxprotocol/indexer/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion indexer/packages/compliance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
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": "BSL-1.1",
"license": "AGPL-3.0",
"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": "BSL-1.1",
"license": "AGPL-3.0",
"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": "BSL-1.1",
"license": "AGPL-3.0",
"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": "BSL-1.1",
"license": "AGPL-3.0",
"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": "BSL-1.1",
"license": "AGPL-3.0",
"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": "BSL-1.1",
"license": "AGPL-3.0",
"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": "BSL-1.1",
"license": "AGPL-3.0",
"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": "BSL-1.1",
"license": "AGPL-3.0",
"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": "BSL-1.1",
"license": "AGPL-3.0",
"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": "BSL-1.1",
"license": "AGPL-3.0",
"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": "BSL-1.1",
"license": "AGPL-3.0",
"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/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": "BSL-1.1",
"license": "AGPL-3.0",
"dependencies": {
"@dydxprotocol-indexer/base": "workspace:^0.0.1",
"@dydxprotocol-indexer/compliance": "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": "BSL-1.1",
"license": "AGPL-3.0",
"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": "BSL-1.1",
"license": "AGPL-3.0",
"dependencies": {
"@dydxprotocol-indexer/base": "workspace:^0.0.1",
"@dydxprotocol-indexer/compliance": "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": "BSL-1.1",
"license": "AGPL-3.0",
"dependencies": {
"@dydxprotocol-indexer/base": "workspace:^0.0.1",
"@dydxprotocol-indexer/kafka": "workspace:^0.0.1",
Expand Down
4 changes: 2 additions & 2 deletions v4-proto-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

<div align="center">
<a href='https://www.npmjs.com/package/@dydxprotocol/v4-proto'>
<img src='https://img.shields.io/npm/v/@dydxprotocol/v4-proto.svg' alt='PyPI'/>
<img src='https://img.shields.io/npm/v/@dydxprotocol/v4-proto.svg' alt='npm'/>
</a>
<a href='https://github.com/dydxprotocol/v4-chain/blob/main/v4-proto-js/LICENSE'>
<img src='https://img.shields.io/badge/License-BSL_1.1-blue' alt='License' />
<img src='https://img.shields.io/badge/License-AGPL_v3-blue.svg' alt='License' />
</a>
</div>

Expand Down
2 changes: 1 addition & 1 deletion v4-proto-js/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 v4-proto-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion v4-proto-py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<img src='https://img.shields.io/pypi/v/v4-proto.svg' alt='PyPI'/>
</a>
<a href='https://github.com/dydxprotocol/v4-chain/blob/main/v4-proto-py/LICENSE'>
<img src='https://img.shields.io/badge/License-BSL_1.1-blue' alt='License' />
<img src='https://img.shields.io/badge/License-AGPL_v3-blue.svg' alt='License' />
</a>
</div>

Expand Down

0 comments on commit 49563d7

Please sign in to comment.