We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a967e commit 3265dbcCopy full SHA for 3265dbc
Windows Build Identifier/Program.cs
@@ -953,9 +953,8 @@ private static int RunIdentifyAndReturnExitCode(IdentifyOptions opts)
953
private static void PrintBanner()
954
{
955
Console.WriteLine();
956
- Console.WriteLine("Release Identifier Tool");
957
- Console.WriteLine("Release Database Indexing Toolset");
958
- Console.WriteLine("Gustave Monce (@gus33000) (c) 2009-2020");
+ Console.WriteLine("Windows Build Identifier (WBI)");
+ Console.WriteLine("Gustave Monce (@gus33000) (c) 2018-2021");
959
Console.WriteLine("Thomas Hounsell (c) 2021");
960
961
}
0 commit comments