From f37a3752b38473236720e01230392377a42249e6 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Wed, 23 Oct 2019 21:11:43 +1000 Subject: Update copyright years make update-copyright OLD=2018 NEW=2019 Signed-off-by: Allan McRae --- scripts/pacman-key.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/pacman-key.sh.in') diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in index 8c8ffc3f..05aab0c2 100644 --- a/scripts/pacman-key.sh.in +++ b/scripts/pacman-key.sh.in @@ -4,7 +4,7 @@ # Based on apt-key, from Debian # @configure_input@ # -# Copyright (c) 2010-2018 Pacman Development Team +# Copyright (c) 2010-2019 Pacman Development Team # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -91,7 +91,7 @@ usage() { version() { printf "pacman-key (pacman) %s\n" "${myver}" - printf -- "Copyright (c) 2010-2018 Pacman Development Team .\n" + printf -- "Copyright (c) 2010-2019 Pacman Development Team .\n" printf '\n' printf -- "$(gettext "\ This is free software; see the source for copying conditions.\n\ -- cgit v1.2.3-24-g4f1b