uagen: Consistently use a lower-case 'c' as copyright symbol
authorFabian Keil <fk@fabiankeil.de>
Fri, 5 Aug 2022 21:04:20 +0000 (23:04 +0200)
committerFabian Keil <fk@fabiankeil.de>
Sun, 7 Aug 2022 08:16:38 +0000 (10:16 +0200)
tools/uagen.pl

index 3647612..0895e42 100755 (executable)
@@ -324,7 +324,7 @@ sub write_prefs_file() {
 }
 
 sub VersionMessage() {
-    printf UAGEN_VERSION . "\n" . 'Copyright (C) 2006-2022 Fabian Keil <fk@fabiankeil.de> ' .
+    printf UAGEN_VERSION . "\n" . 'Copyright (c) 2006-2022 Fabian Keil <fk@fabiankeil.de> ' .
         "\nhttps://www.fabiankeil.de/sourcecode/uagen/\n";
 }