From 299355ed9e91972ea4645e2b30c05fe80e108830 Mon Sep 17 00:00:00 2001 From: Jeff Caldwell Date: Fri, 29 Aug 2025 01:54:15 -0400 Subject: [PATCH] Change license from MIT to GPLv3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 963be2f..0271bc4 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ curl -X POST http://localhost:3000/api/generate \ ## 📄 License -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. +This project is licensed under the GPLv3 License - see the [LICENSE](LICENSE) file for details. ## 🙏 Acknowledgments @@ -324,4 +324,4 @@ See `TESTING.md` for comprehensive testing procedures including installation ver | Permission Denied | `sudo chown -R $(whoami):$(whoami) certificates/` | | Port Already in Use | `PORT=3001 npm start` | | CA Installation Issues | `mkcert -install && ls -la $(mkcert -CAROOT)` | -| Browser Trust Issues | Clear cache, restart browser after CA installation | \ No newline at end of file +| Browser Trust Issues | Clear cache, restart browser after CA installation |