From c5c9dceb387491f58d3da12b7d19f0db65350f63 Mon Sep 17 00:00:00 2001 From: Gnayoah Date: Sat, 19 Oct 2024 14:42:27 -0700 Subject: [PATCH] docs: modify the license on the comment Modify the license on the comment --- ExeMerger/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExeMerger/Program.cs b/ExeMerger/Program.cs index ab7b9ab..bfa9ba7 100644 --- a/ExeMerger/Program.cs +++ b/ExeMerger/Program.cs @@ -1,7 +1,7 @@ // ExeMerger by Gnayoah.com // View on Github https://github.com/Gnayoah/ExeMerger // A tool to merge exe, dll, and other program files or folders into a single executable -// GPL-3.0 License +// AGPL-3.0 License using System; using System.IO;