summaryrefslogtreecommitdiffstats
path: root/scripts/libmakepkg/lint_config
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/libmakepkg/lint_config')
-rw-r--r--scripts/libmakepkg/lint_config/paths.sh.in2
-rwxr-xr-xscripts/libmakepkg/lint_config/source_date_epoch.sh.in2
-rw-r--r--scripts/libmakepkg/lint_config/variable.sh.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/scripts/libmakepkg/lint_config/paths.sh.in b/scripts/libmakepkg/lint_config/paths.sh.in
index 95630b58..3b549608 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 Pacman Development Team <pacman-dev@archlinux.org>
+# Copyright (c) 2018-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
diff --git a/scripts/libmakepkg/lint_config/source_date_epoch.sh.in b/scripts/libmakepkg/lint_config/source_date_epoch.sh.in
index 38fbfd77..0527eefd 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 Pacman Development Team <pacman-dev@archlinux.org>
+# Copyright (c) 2018-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
diff --git a/scripts/libmakepkg/lint_config/variable.sh.in b/scripts/libmakepkg/lint_config/variable.sh.in
index a4c17fe4..8b76fb54 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 Pacman Development Team <pacman-dev@archlinux.org>
+# Copyright (c) 2018-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