DFSG NEW Queue

DFSG, Licensing & New Packages Team

Review: golang-github-bitfinexcom-bitfinex-api-go 2.2.9-1

New Package Report

.changes
Architecturesource all
Distributionunstable
DateTue, 17 Feb 2026 12:21:26 +0300
Sourcegolang-github-bitfinexcom-bitfinex-api-go
Version2.2.9-1
Changed-ByMikhail Potemkin
Changelog
golang-github-bitfinexcom-bitfinex-api-go (2.2.9-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1128266)
.dsc
Priorityoptional
Componentmain
Package-Listgolang-github-bitfinexcom-bitfinex-api-go-dev deb golang optional arch=all
Sectiongolang
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/bitfinexcom/bitfinex-api-go
Upstream-Name: bitfinex-api-go
Upstream-Contact: https://github.com/bitfinexcom/bitfinex-api-go

Files:
 *
Copyright:
 2016 iFinex INC
License: Expat

Files:
 debian/*
Copyright:
 2026 Mikhail Potemkin <potemkinmr@gmail.com>
 2026 Otto Kekäläinen <otto@debian.org>
License: Expat
Comment: Debian packaging is licensed under the same terms as upstream

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

Review Information

accepted — allocated to eamanu 4 days ago, started 4 days ago, completed 1 day ago.

Final Comment

Public Notes

4 days ago ● public

dnq license-check

╰─○ dnq license-check
Using active review: golang-github-bitfinexcom-bitfinex-api-go
License check: golang-github-bitfinexcom-bitfinex-api-go 2.2.9-1 [main]

Found 1 unique license identifier(s) in debian/copyright:

COMPATIBLE (1):
Expat [alias for MIT (Expat)]

Result: ALL LICENSES RECOGNIZED AS DFSG-COMPATIBLE

4 days ago ● public

licenserecon

╰─○ licenserecon
en: Versions: licenserecon '14.0' licensecheck '3.3.9-1'

Parsing Source Tree ....
Reading d/copyright ....
Running licensecheck ....

No significant differences found

4 days ago ● public

Search for SPDX license delcaration

╰─○ grep -r -B1 'SPDX-' | wc -l
0

1 day ago ● public

licensecheck

Command: licensecheck -r --deb-machine .
Exit code: 0

Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by licensecheck

Files: ./.github/ISSUE_TEMPLATE
 ./.github/PULL_REQUEST_TEMPLATE
 ./.travis.yml
 ./CHANGELOG
 ./Makefile
 ./README.md
 ./VERSION
 ./debian/changelog
 ./debian/control
 ./debian/gbp.conf
 ./debian/gitlab-ci.yml
 ./debian/patches/0001-Fix-integer-overflow-on-i386-by-explicitly-casting-l.patch
 ./debian/patches/series
 ./debian/rules
 ./debian/salsa-ci.yml
 ./debian/source/format
 ./debian/upstream/metadata
 ./debian/watch
 ./docs/rest_v2.md
 ./docs/v1.md
 ./docs/ws_v2.md
 ./examples/v1/account/main.go
 ./examples/v1/orders/main.go
 ./examples/v1/ws-book/main.go
 ./examples/v1/ws-private/main.go
 ./examples/v2/book-feed/main.go
 ./examples/v2/rest-cancel-order-multi/main.go
 ./examples/v2/rest-candles/main.go
 ./examples/v2/rest-currencies/main.go
 ./examples/v2/rest-delete-pulse/main.go
 ./examples/v2/rest-derivative-status/main.go
 ./examples/v2/rest-funding/main.go
 ./examples/v2/rest-generate-invoice/main.go
 ./examples/v2/rest-market/main.go
 ./examples/v2/rest-order-multi/main.go
 ./examples/v2/rest-orders/main.go
 ./examples/v2/rest-positions/main.go
 ./examples/v2/rest-private-pulse-history/main.go
 ./examples/v2/rest-public-trades/main.go
 ./examples/v2/rest-pulse-add/main.go
 ./examples/v2/rest-pulse-history/main.go
 ./examples/v2/rest-pulse-profile/main.go
 ./examples/v2/rest-stats/main.go
 ./examples/v2/rest-submit-order/main.go
 ./examples/v2/rest-ticker/main.go
 ./examples/v2/rest-wallet/main.go
 ./examples/v2/trade-feed-multi/main.go
 ./examples/v2/trade-feed/main.go
 ./examples/v2/ws-book/README.md
 ./examples/v2/ws-book/main.go
 ./examples/v2/ws-custom-logger/main.go
 ./examples/v2/ws-private/main.go
 ./examples/v2/ws-update-order/main.go
 ./go.mod
 ./go.sum
 ./pkg/convert/convert.go
 ./pkg/convert/convert_test.go
 ./pkg/models/invoice/invoice.go
 ./pkg/models/invoice/invoice_test.go
 ./pkg/models/pulse/pulse.go
 ./pkg/models/pulse/pulse_test.go
 ./pkg/models/pulseprofile/pulseprofile.go
 ./pkg/models/pulseprofile/pulseprofile_test.go
 ./tests/integration/v1/balances_test.go
 ./tests/integration/v1/bitfinex_test.go
 ./tests/integration/v1/order_book_test.go
 ./tests/integration/v1/order_test.go
 ./tests/integration/v2/api_test.go
 ./tests/integration/v2/assert.go
 ./tests/integration/v2/bitfinex_test.go
 ./tests/integration/v2/incrementing_nonce.go
 ./tests/integration/v2/listener.go
 ./tests/integration/v2/live_websocket_private_test.go
 ./tests/integration/v2/live_websocket_public_test.go
 ./tests/integration/v2/mock_async.go
 ./tests/integration/v2/mock_ws_private_test.go
 ./tests/integration/v2/mock_ws_public_test.go
 ./tests/integration/v2/reconnect_test.go
 ./tests/integration/v2/stress_test/main.go
 ./tests/integration/v2/test_ws_service.go
 ./utils/nonce.go
 ./v1/account.go
 ./v1/account_test.go
 ./v1/balances.go
 ./v1/client.go
 ./v1/credits.go
 ./v1/deposit.go
 ./v1/deposit_test.go
 ./v1/doc.go
 ./v1/history.go
 ./v1/history_test.go
 ./v1/lendbook.go
 ./v1/lendbook_test.go
 ./v1/margin_funding.go
 ./v1/margin_funding_test.go
 ./v1/margin_info.go
 ./v1/margin_info_test.go
 ./v1/offers.go
 ./v1/offers_test.go
 ./v1/order_book.go
 ./v1/order_book_test.go
 ./v1/orders.go
 ./v1/orders_test.go
 ./v1/pairs.go
 ./v1/pairs_test.go
 ./v1/positions.go
 ./v1/positions_test.go
 ./v1/stats.go
 ./v1/stats_test.go
 ./v1/ticker.go
 ./v1/ticker_test.go
 ./v1/trades.go
 ./v1/trades_test.go
 ./v1/wallet.go
 ./v1/wallet_test.go
 ./v1/websocket.go
 ./v2/pairs.go
 ./v2/rest/book.go
 ./v2/rest/book_test.go
 ./v2/rest/candles.go
 ./v2/rest/client.go
 ./v2/rest/currencies.go
 ./v2/rest/derivatives.go
 ./v2/rest/funding.go
 ./v2/rest/funding_test.go
 ./v2/rest/invoice.go
 ./v2/rest/invoice_test.go
 ./v2/rest/ledgers.go
 ./v2/rest/market.go
 ./v2/rest/market_test.go
 ./v2/rest/orders.go
 ./v2/rest/orders_test.go
 ./v2/rest/platform_status.go
 ./v2/rest/positions.go
 ./v2/rest/pulse.go
 ./v2/rest/pulse_test.go
 ./v2/rest/stats.go
 ./v2/rest/status.go
 ./v2/rest/tickers.go
 ./v2/rest/trades.go
 ./v2/rest/transport.go
 ./v2/rest/wallet.go
 ./v2/types.go
 ./v2/websocket/api.go
 ./v2/websocket/channels.go
 ./v2/websocket/client.go
 ./v2/websocket/events.go
 ./v2/websocket/factories.go
 ./v2/websocket/orderbook.go
 ./v2/websocket/parameters.go
 ./v2/websocket/subscriptions.go
 ./v2/websocket/transport.go
Copyright: NONE
License: UNKNOWN
 FIXME

Files: ./debian/copyright
Copyright: 2016, iFinex INC
  2026, Mikhail Potemkin <potemkinmr@gmail.com>
License: Expat
 FIXME

Files: ./LICENSE.txt
Copyright: 2016, iFinex INC
License: Expat
 FIXME

1 day ago ● public

debian/copyright check

Command: cme check dpkg-copyright
Exit code: 0

(no output)

1 day ago ● public

licenserecon

Command: licenserecon
Exit code: 0

en: Versions: licenserecon '14.0'  licensecheck '3.3.9-1'

Parsing Source Tree  ....
Reading d/copyright  ....
Running licensecheck ....

No significant differences found
1 day ago ● public

Look for SPDX

Command: grep -r -B1 'SPDX-'
Exit code: 1

(no output)

1 day ago ● public

Lintian

Command: lintian -i -I -v --pedantic
Exit code: 1

Skipping ../golang-github-bitfinexcom-bitfinex-api-go_2.2.9-1_amd64.changes: ../golang-github-bitfinexcom-bitfinex-api-go-dev_2.2.9-1_all.deb does not exist, exiting

No packages selected.
1 day ago ● public

duck

Command: duck
Exit code: 0

(no output)

1 day ago ● public

look for copyright

Command: egrep -R -i copyright
Exit code: 0

debian/copyright:Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
debian/copyright:Copyright:
debian/copyright:Copyright:
debian/copyright: The above copyright notice and this permission notice shall be included in all
debian/copyright: AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LICENSE.txt:Copyright (c) 2016 iFinex INC
LICENSE.txt:The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
LICENSE.txt:THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1 day ago ● public

look for license

Command: egrep -R -i license
Exit code: 0

debian/copyright:License: Expat
debian/copyright:License: Expat
debian/copyright:Comment: Debian packaging is licensed under the same terms as upstream
debian/copyright:License: Expat
debian/copyright: to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
LICENSE.txt:The MIT License (MIT)
LICENSE.txt:Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Back to Dashboard | View all reviews for this package