Skip to content

Commit 133e6c0

Browse files
committed
Update Program.cs
1 parent 5e50ce8 commit 133e6c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Leek.CLI/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
Console.WriteLine("Leek CLI - is there a leek in your system?");
1313
Console.WriteLine($"Search and manage known bad hashes with ease.");
14-
Console.WriteLine("This software is free and open source under GPL-3.0 license. Use at your own risk.");
14+
Console.WriteLine("This software is free and open source under a dual MIT/GPL-3.0 license. Use at your own risk.");
1515

1616
RootCommand rootCommand = new()
1717
{

0 commit comments

Comments
 (0)