From bf5ebc36f9bdc330406304048e7e11376669ef3f Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 5 Aug 2022 23:00:20 +0200 Subject: [PATCH] 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 955746d6..36476125 100755 --- a/tools/uagen.pl +++ b/tools/uagen.pl @@ -17,7 +17,7 @@ # Mozilla/5.0 (X11; ElectroBSD amd64; rv:78.0) Gecko/20100101 Firefox/78.0 # Mozilla/5.0 (X11; FreeBSD i386; rv:78.0) Gecko/20100101 Firefox/78.0 # -# Copyright (c) 2006-2021 Fabian Keil +# Copyright (c) 2006-2022 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 @@ -324,7 +324,7 @@ sub write_prefs_file() { } sub VersionMessage() { - printf UAGEN_VERSION . "\n" . 'Copyright (C) 2006-2020 Fabian Keil ' . + printf UAGEN_VERSION . "\n" . 'Copyright (C) 2006-2022 Fabian Keil ' . "\nhttps://www.fabiankeil.de/sourcecode/uagen/\n"; } -- 2.39.2