From 00cf0710114b0f13dd70b8f20aba86f43bdfa8ff Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 9 Dec 2020 19:22:11 +0100 Subject: [PATCH 1/1] uagen: Bump copyright --- tools/uagen.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; } -- 2.39.2