Change Licenese to GPL-3

This commit is contained in:
2025-09-14 16:32:03 +08:00
parent fed1f2d14b
commit cebf06a4dc
3 changed files with 672 additions and 19 deletions

View File

@@ -4,7 +4,7 @@ version = "0.2.1"
edition = "2024"
repository = "https://github.com/lifegpc/msg-tool"
description = "A procedural macro for the msg-tool project."
license = "MIT"
license = "GPL-3.0-or-later"
[lib]
proc-macro = true