diff options
author | Allan McRae <allan@archlinux.org> | 2020-02-10 01:46:03 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2020-02-10 01:46:03 +0100 |
commit | e76ec94083235ddc5510ab57b7c2bc12a1d34e8a (patch) | |
tree | 5e73eeccf0750c93ecd00fdf9eaa57f3b7548fb8 /scripts/libmakepkg/lint_config | |
parent | 033405c9638830fd3579d8946fa1b140cea697ee (diff) | |
download | pacman-e76ec94083235ddc5510ab57b7c2bc12a1d34e8a.tar.gz pacman-e76ec94083235ddc5510ab57b7c2bc12a1d34e8a.tar.xz |
build-aux/update-copyright 2019 2020
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/libmakepkg/lint_config')
-rw-r--r-- | scripts/libmakepkg/lint_config/ext.sh.in | 2 | ||||
-rw-r--r-- | scripts/libmakepkg/lint_config/paths.sh.in | 2 | ||||
-rwxr-xr-x | scripts/libmakepkg/lint_config/source_date_epoch.sh.in | 2 | ||||
-rw-r--r-- | scripts/libmakepkg/lint_config/variable.sh.in | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/scripts/libmakepkg/lint_config/ext.sh.in b/scripts/libmakepkg/lint_config/ext.sh.in index 8f830ef9..da90cf43 100644 --- a/scripts/libmakepkg/lint_config/ext.sh.in +++ b/scripts/libmakepkg/lint_config/ext.sh.in @@ -2,7 +2,7 @@ # # ext.sh - Check that source/package extensions have valid prefixes # -# Copyright (c) 2019 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2019-2020 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 diff --git a/scripts/libmakepkg/lint_config/paths.sh.in b/scripts/libmakepkg/lint_config/paths.sh.in index 3b549608..2fb0f5cd 100644 --- a/scripts/libmakepkg/lint_config/paths.sh.in +++ b/scripts/libmakepkg/lint_config/paths.sh.in @@ -2,7 +2,7 @@ # # paths.sh - Check that pathname components do not contain odd characters # -# Copyright (c) 2018-2019 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2018-2020 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 diff --git a/scripts/libmakepkg/lint_config/source_date_epoch.sh.in b/scripts/libmakepkg/lint_config/source_date_epoch.sh.in index 0527eefd..a2b26263 100755 --- a/scripts/libmakepkg/lint_config/source_date_epoch.sh.in +++ b/scripts/libmakepkg/lint_config/source_date_epoch.sh.in @@ -2,7 +2,7 @@ # # source_date_epoch.sh - Check that reproducible builds timestamp is valid # -# Copyright (c) 2018-2019 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2018-2020 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 diff --git a/scripts/libmakepkg/lint_config/variable.sh.in b/scripts/libmakepkg/lint_config/variable.sh.in index 8b76fb54..f70a237f 100644 --- a/scripts/libmakepkg/lint_config/variable.sh.in +++ b/scripts/libmakepkg/lint_config/variable.sh.in @@ -2,7 +2,7 @@ # # variable.sh - Check that variables are or are not arrays as appropriate # -# Copyright (c) 2018-2019 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2018-2020 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 |