Skip to content

Commit

Permalink
feat: add licence to .toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
montezdesousa committed May 15, 2024
1 parent a3c0f20 commit 79a44ed
Show file tree
Hide file tree
Showing 44 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description = "Investment Research for Everyone, Anywhere."
license = "MIT"
authors = ["OpenBB <[email protected]>"]
packages = [{ include = "openbb_cli" }]
license = "AGPL-3.0-only"
readme = "README.md"
homepage = "https://openbb.co"
repository = "https://github.com/OpenBB-finance/OpenBBTerminal"
Expand Down
1 change: 1 addition & 0 deletions openbb_platform/core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-core"
version = "1.1.6"
description = "OpenBB package with core functionality"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_core" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/extensions/commodity/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-commodity"
version = "1.0.4"
description = "Commodity extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_commodity" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/extensions/crypto/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-crypto"
version = "1.1.5"
description = "Crypto extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_crypto" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/extensions/currency/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-currency"
version = "1.1.5"
description = "Currency extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_currency" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/extensions/derivatives/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-derivatives"
version = "1.1.5"
description = "Derivatives extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_derivatives" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/extensions/devtools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-devtools"
version = "1.1.6"
description = "Tools for OpenBB Platform Developers"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_devtools" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/extensions/econometrics/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-econometrics"
version = "1.1.5"
description = "Econometrics Toolkit for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_econometrics" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/extensions/economy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-economy"
version = "1.1.5"
description = "Economy extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_economy" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/extensions/equity/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-equity"
version = "1.1.5"
description = "Equity extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_equity" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/extensions/etf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-etf"
version = "1.1.5"
description = "ETF extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_etf" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/extensions/fixedincome/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-fixedincome"
version = "1.1.5"
description = "Fixed income extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_fixedincome" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/extensions/index/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-index"
version = "1.1.5"
description = "Index extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_index" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/extensions/news/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-news"
version = "1.1.5"
description = "News extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_news" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/extensions/quantitative/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-quantitative"
version = "1.1.5"
description = "Quantitative Analysis extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_quantitative" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/extensions/regulators/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-regulators"
version = "1.1.5"
description = "Markets and Agency Regulators extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_regulators" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/extensions/technical/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-technical"
version = "1.1.6"
description = "Technical Analysis extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_technical" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/obbject_extensions/charting/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-charting"
version = "2.0.3"
description = "Charting extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_charting" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/alpha_vantage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-alpha-vantage"
version = "1.1.5"
description = "Alpha Vantage extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_alpha_vantage" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/benzinga/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-benzinga"
version = "1.1.5"
description = "Benzinga extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_benzinga" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/biztoc/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-biztoc"
version = "1.1.5"
description = ""
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_biztoc" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/cboe/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-cboe"
version = "1.1.5"
description = "CBOE extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_cboe" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/ecb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-ecb"
version = "1.1.5"
description = "ECB extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_ecb" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/econdb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-econdb"
version = "1.0.0"
description = "EconDB extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_econdb" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/federal_reserve/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-federal-reserve"
version = "1.1.5"
description = "US Federal Reserve Data Extension for OpenBB"
authors = ["OpenBB <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_federal_reserve" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/finra/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-finra"
version = "1.1.5"
description = "FINRA extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_finra" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/finviz/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-finviz"
version = "1.0.4"
description = "Finviz extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_finviz" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/fmp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-fmp"
version = "1.1.5"
description = "FMP extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_fmp" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/fred/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-fred"
version = "1.1.5"
description = "FRED extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_fred" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/government_us/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-government-us"
version = "1.1.5"
description = "US Government Data Extension for OpenBB"
authors = ["OpenBB <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_government_us" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/intrinio/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-intrinio"
version = "1.1.5"
description = "Intrinio extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_intrinio" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/nasdaq/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-nasdaq"
version = "1.1.6"
description = "Nasdaq extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_nasdaq" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/oecd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-oecd"
version = "1.1.5"
description = "OECD extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_oecd" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/polygon/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-polygon"
version = "1.1.5"
description = "Polygon extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_polygon" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/sec/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-sec"
version = "1.1.5"
description = "SEC extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_sec" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/seeking_alpha/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-seeking-alpha"
version = "1.1.5"
description = "Seeking Alpha extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_seeking_alpha" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/stockgrid/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-stockgrid"
version = "1.1.5"
description = "stockgrid extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_stockgrid" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/tiingo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-tiingo"
version = "1.1.5"
description = "Tiingo extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_tiingo" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/tmx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-tmx"
version = "1.0.2"
description = "Unofficial TMX data provider extension for the OpenBB Platform - Public Canadian markets data for Python and Fast API."
authors = ["OpenBB <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_tmx" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/tradier/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-tradier"
version = "1.0.2"
description = "Tradier Provider Extension for the OpenBB Platform"
authors = ["OpenBB <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_tradier" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/tradingeconomics/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-tradingeconomics"
version = "1.1.5"
description = "Trading Economics extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_tradingeconomics" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/wsj/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-wsj"
version = "1.1.5"
description = "wsj extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_wsj" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/providers/yfinance/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb-yfinance"
version = "1.1.5"
description = "yfinance extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_yfinance" }]

Expand Down
1 change: 1 addition & 0 deletions openbb_platform/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "openbb"
version = "4.1.7"
description = "OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb" }]

Expand Down

0 comments on commit 79a44ed

Please sign in to comment.