diff options
author | Allan McRae <allan@archlinux.org> | 2019-10-23 13:11:43 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-10-23 14:06:54 +0200 |
commit | f37a3752b38473236720e01230392377a42249e6 (patch) | |
tree | 8c13e934630801f3c00b2777fd1ec954d7b59cf2 /scripts/repo-add.sh.in | |
parent | a9835a38a38e0045e13b68fe6d486b4ffebe6d79 (diff) | |
download | pacman-f37a3752b38473236720e01230392377a42249e6.tar.gz pacman-f37a3752b38473236720e01230392377a42249e6.tar.xz |
Update copyright years
make update-copyright OLD=2018 NEW=2019
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/repo-add.sh.in')
-rw-r--r-- | scripts/repo-add.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in index 079249e6..caf1232d 100644 --- a/scripts/repo-add.sh.in +++ b/scripts/repo-add.sh.in @@ -4,7 +4,7 @@ # repo-remove - remove a package entry from a given repo database file # @configure_input@ # -# Copyright (c) 2006-2018 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2006-2019 Pacman Development Team <pacman-dev@archlinux.org> # # 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 @@ -96,7 +96,7 @@ See %s(8) for more details and descriptions of the available options.\n")" $cmd version() { cmd=${0##*/} printf "%s (pacman) %s\n\n" "$cmd" "$myver" - printf -- "Copyright (c) 2006-2018 Pacman Development Team <pacman-dev@archlinux.org>.\n" + printf -- "Copyright (c) 2006-2019 Pacman Development Team <pacman-dev@archlinux.org>.\n" printf '\n' printf -- "$(gettext "\ This is free software; see the source for copying conditions.\n\ |