projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf5ebc3
)
uagen: Consistently use a lower-case 'c' as copyright symbol
author
Fabian Keil
<fk@fabiankeil.de>
Fri, 5 Aug 2022 21:04:20 +0000
(23:04 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Sun, 7 Aug 2022 08:16:38 +0000
(10:16 +0200)
tools/uagen.pl
patch
|
blob
|
history
diff --git
a/tools/uagen.pl
b/tools/uagen.pl
index
3647612
..
0895e42
100755
(executable)
--- a/
tools/uagen.pl
+++ b/
tools/uagen.pl
@@
-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";
}