docs: fix license - GNU GPLv3 not MIT
All checks were successful
git-sync-with-mirror / test (push) Successful in 3m11s
git-sync-with-mirror / git-sync (push) Successful in 15s

Correct license information throughout the README:
- Badge: MIT → GPL v3
- License section: MIT → GNU GPLv3 or later
This commit is contained in:
2026-02-27 23:48:09 -05:00
parent 28473e6497
commit 1aedc8d100

View File

@@ -4,7 +4,7 @@
![emacs-personal](https://archive.org/download/libreweb/emacs-personal-1.1.png?raw=true "emacs-personal")
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](LICENSE)
[![Emacs](https://img.shields.io/badge/Emacs-25+-7F5AB6.svg?logo=gnu-emacs&logoColor=white)](https://www.gnu.org/software/emacs/)
---
@@ -296,7 +296,7 @@ If fonts don't render correctly:
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
This project is licensed under the GNU General Public License v3.0 or later - see the [LICENSE](LICENSE) file for details.
---