From 380195f7cd5e57acf2c1cf2bc41069e6b0b979ed Mon Sep 17 00:00:00 2001 From: Anders Betts Date: Thu, 17 Sep 2026 19:55:36 +0200 Subject: Initial commit: daemon, clients, docs, Docker deploy pipeline --- THIRD_PARTY_NOTICES.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 THIRD_PARTY_NOTICES.md (limited to 'THIRD_PARTY_NOTICES.md') diff --git a/THIRD_PARTY_NOTICES.md b/THIRD_PARTY_NOTICES.md new file mode 100644 index 0000000..7e10b64 --- /dev/null +++ b/THIRD_PARTY_NOTICES.md @@ -0,0 +1,21 @@ +# Third-party notices + +`bokf` is licensed under GPL-3.0-or-later (see `LICENSE`). The following +components are vendored in `vendor/` and are compatible with that license. + +| Component | Version | License | Source | +|---|---|---|---| +| SQLite amalgamation | 3.53.4 | Public domain | https://www.sqlite.org/ | +| yyjson | 0.13.0 | MIT (`vendor/yyjson.LICENSE`) | https://github.com/ibireme/yyjson | +| SHA-256 (Brad Conte) | master@2026-09 | Public domain | https://github.com/B-Con/crypto-algorithms | +| Argon2 reference | 20190702 | CC0-1.0 / Apache-2.0 (`vendor/argon2.LICENSE`) | https://github.com/P-H-C/phc-winner-argon2 | + +BAS-kontoplanen and other Swedish accounting material shipped under `data/` +are the property of FAR and are distributed under their own terms; they are +not covered by the GPL of this repository. + +The chart files `data/bas_k2.csv` and `data/bas_k3.csv` were derived from the +Swedish localisation chart data of Odoo 18.0 +(https://github.com/odoo/odoo, `addons/l10n_se/data/template/`), which is +published under LGPL-3.0. Account numbers and names originate from the BAS +chart of accounts (FAR). -- cgit v1.3