Phase 0 - Legal Compliance:
- COPYING: Add DragonX copyright, preserve all upstream attributions
- AUTHORS: Add DragonX developers section
- LICENSE: Restore standard FSF GPLv3 text (fix GNU→GENERAL error)
- Add DragonX copyright headers to all 21 modified source files
- contrib/debian/copyright: Add DragonX attribution
- README.md: Add GPLv3 Section 5(a) attribution section
Phase 1 - init.cpp Cleanup:
- PID file: hushd.pid → dragonxd.pid
- Shutdown thread: hush-shutoff → dragonx-shutoff
- Debug message: stopping HUSH → stopping DragonX
Phase 2 - HUSH3/ishush3 Code Audit:
- Rename ishush3 → isdragonx across ~15 source files
- Update "HUSH3" chain-identity checks to "DRAGONX" in consensus,
difficulty, notarization, devtax, and RPC code
- Intentionally preserve cross-chain "HUSH3" refs (gateway, notary dest)
- Build verified: all three binaries compile cleanly
Phase 3 - Documentation:
- README.md: Full rewrite with DragonX chain params, build instructions
- Man pages: Create dragonxd.1, dragonx-cli.1, dragonx-tx.1 (v1.0.0)
- Doc files: Add beefy-DRAGONX.conf, dragonxd-systemd.md, dragonxd.service
- Init scripts: Create dragonxd.{conf,init,openrc,openrcconf,service}
- Debian packaging: Update control, changelog, install, manpages, examples
- Update doc/init.md and contrib/init/README.md
27 lines
1.3 KiB
Plaintext
27 lines
1.3 KiB
Plaintext
Copyright (c) 2024-2026 The DragonX developers
|
|
Copyright (c) 2018-2025 The Hush developers
|
|
Copyright (c) 2009-2017 The Bitcoin Core developers
|
|
Copyright (c) 2009-2018 Bitcoin Developers
|
|
Copyright (c) 2016-2017 The Zcash developers
|
|
Copyright (c) 2016-2019 The Komodo developers
|
|
|
|
This is Free Software released under GPLv3. Any misuse of this software
|
|
will be followed up with GPL enforcement via Software Freedom Law Center:
|
|
https://www.softwarefreedom.org/
|
|
|
|
If you incorporate any code from the Hush Full Node (this software), your
|
|
code must be licensed as GPLv3 (not GPLv2 or MIT).
|
|
|
|
The GPLv3 software license applies to the code directly included in this source distribution.
|
|
See the LICENSE file for full information.
|
|
Dependencies downloaded as part of the build process may be covered by other
|
|
open-source licenses. For further details see 'contrib/debian/copyright'.
|
|
|
|
This product includes software developed by the OpenSSL Project for use in the
|
|
OpenSSL Toolkit (https://www.openssl.org/). This product includes cryptographic
|
|
software written by Eric Young (eay@cryptsoft.com).
|
|
|
|
We are open to granting more permissive (such as MIT or Apache 2.0) licenses to Hush
|
|
software on a *case-by-case* basis, for an agreed upon price. Please contact
|
|
The Hush developers if you are interested.
|