Files
member-console/NOTICE
T
cgalo5758 88db730fcc Add dual licensing and SPDX headers
Introduce a commercial license option alongside AGPL-3.0-only, require a
CLA for contributors, and document the terms in COMMERCIAL.md and
NOTICE. Add a script to stamp SPDX headers on Go files and apply it
across the tree.
2026-09-06 02:29:42 -05:00

45 lines
1.5 KiB
Plaintext

member-console
Copyright 2025-2026 Christian Galo
Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0-only); see
LICENSE for the full text. A separate commercial license is available from the
copyright holder; see COMMERCIAL.md.
This repository redistributes third-party components that keep their own
licenses. Those licenses are unaffected by the AGPLv3 and by any commercial
license granted for member-console.
Browser assets vendored under internal/embeds/static/
-----------------------------------------------------
Bootstrap 5.3.6 -- MIT
Copyright 2011-2025 The Bootstrap Authors
https://getbootstrap.com/
Files: bootstrap.bundle.js, bootstrap.css
SortableJS 1.15.6 -- MIT
Copyright (c) 2019 All contributors to Sortable
https://github.com/SortableJS/Sortable
Files: sortable.min.js
htmx 4.0.0 -- Zero-Clause BSD (0BSD)
https://htmx.org/
Files: htmx.min.js
The minified file carries no license header of its own; this notice records
the license it is distributed under.
Go module dependencies
----------------------
Go dependencies are declared in go.mod and are not vendored into this
repository. They are MIT, BSD, and Apache-2.0 licensed, with one exception
that is linked into the built binary:
github.com/hashicorp/hcl v1.0.0 -- MPL-2.0
Reached indirectly through github.com/spf13/viper.
MPL-2.0 is file-level copyleft: its terms travel with hcl's own files and do
not reach member-console's source. Binary distributions must preserve hcl's
notices and make its source available on the terms of MPL-2.0 section 3.2.