OrgKit
======

This archive is the complete source for a released OrgKit build. The release
it corresponds to is recorded in VERSION.txt.

  Copyright (C) 2026 The OrgKit authors

OrgKit is free software: you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version. The full text is in LICENSE.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

  SPDX-License-Identifier: GPL-3.0-or-later
  https://orgk.it


Bundled fonts
-------------

Two typefaces ship with the application under the SIL Open Font License 1.1.
They are licensed separately from the program itself, and their licence texts
travel with them:

  Caveat          public/assets/fonts/caveat/OFL.txt
  Courier Prime   public/assets/fonts/courier-prime/OFL.txt


Board textures
--------------

The board textures in public/board/ (wood veneer, roughness mask, spotlight
and top-light gradients, paper stock, pin) are part of this work and are
covered by the same GPL-3.0-or-later terms as the rest of it.


Third-party dependencies
------------------------

OrgKit builds on open-source libraries that are fetched at build time rather
than vendored here; pnpm-lock.yaml and src-tauri/Cargo.lock pin every one of
them exactly. Their licences are permissive and GPL-3.0-compatible, chiefly
MIT and Apache-2.0. Where a dependency is offered under a choice of licences,
OrgKit takes the GPL-3.0-compatible arm — notably RocksDB, taken under
Apache-2.0 rather than GPL-2.0.
