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/ext.sh.in2
-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
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