Use verbatim GPL-3.0 text in LICENSE
The LICENSE file only carried the short "how to apply" notice, not the license itself, so it wasn't a valid GPLv3 distribution and license detection tools couldn't identify it. Replace it with the canonical 674-line GNU GPL v3 text (sha256 8ceb4b9e...), and move the project copyright line plus the "version 3 or any later version" grant into the README, which now matches package.json's GPL-3.0-or-later.
This commit is contained in:
@@ -139,4 +139,9 @@ Verified against the mock server and, for the core mail flows, against a live St
|
||||
|
||||
## License
|
||||
|
||||
GPL-3.0-or-later. See [LICENSE](LICENSE).
|
||||
Copyright (C) 2025 John Coffey
|
||||
|
||||
ihasmail 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. See [LICENSE](LICENSE) for the full text.
|
||||
|
||||
Reference in New Issue
Block a user