[Privoxy-commits] [privoxy] 09/12: uagen: Consistently use a lower-case 'c' as copyright symbol

User Git git at git.privoxy.org
Sun Aug 7 08:17:57 UTC 2022


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 57f3e67bf7aadec144bf70745cf840232d02bc67
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Fri Aug 5 23:04:20 2022 +0200

    uagen: Consistently use a lower-case 'c' as copyright symbol
---
 tools/uagen.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/uagen.pl b/tools/uagen.pl
index 36476125..0895e42c 100755
--- 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 at fabiankeil.de> ' .
+    printf UAGEN_VERSION . "\n" . 'Copyright (c) 2006-2022 Fabian Keil <fk at fabiankeil.de> ' .
         "\nhttps://www.fabiankeil.de/sourcecode/uagen/\n";
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list