From: Fabian Keil Date: Wed, 9 Dec 2020 18:22:11 +0000 (+0100) Subject: uagen: Bump copyright X-Git-Tag: v_3_0_30~271^2~14 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=00cf0710114b0f13dd70b8f20aba86f43bdfa8ff uagen: Bump copyright --- diff --git a/tools/uagen.pl b/tools/uagen.pl index 23ba232c..2db875f9 100755 --- a/tools/uagen.pl +++ b/tools/uagen.pl @@ -16,7 +16,7 @@ # Mozilla/5.0 (X11; U; OpenBSD sparc64; pl-PL; rv:1.8.0.2) Gecko/20060429 Firefox/1.5.0.2 # Mozilla/5.0 (X11; U; Linux i686; en-CA; rv:1.8.0.2) Gecko/20060413 Firefox/1.5.0.2 # -# Copyright (c) 2006-2011 Fabian Keil +# Copyright (c) 2006-2020 Fabian Keil # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -323,7 +323,7 @@ sub write_prefs_file() { } sub VersionMessage() { - printf UAGEN_VERSION . "\n" . 'Copyright (C) 2006-2011 Fabian Keil ' . + printf UAGEN_VERSION . "\n" . 'Copyright (C) 2006-2020 Fabian Keil ' . "\nhttps://www.fabiankeil.de/sourcecode/uagen/\n"; }