summaryrefslogtreecommitdiffstats
path: root/scripts/libmakepkg/buildenv
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/libmakepkg/buildenv')
-rw-r--r--scripts/libmakepkg/buildenv/buildflags.sh.in2
-rw-r--r--scripts/libmakepkg/buildenv/compiler.sh.in2
-rw-r--r--scripts/libmakepkg/buildenv/debugflags.sh.in2
-rw-r--r--scripts/libmakepkg/buildenv/makeflags.sh.in2
4 files changed, 4 insertions, 4 deletions
diff --git a/scripts/libmakepkg/buildenv/buildflags.sh.in b/scripts/libmakepkg/buildenv/buildflags.sh.in
index 85ee80fc..b17557fa 100644
--- a/scripts/libmakepkg/buildenv/buildflags.sh.in
+++ b/scripts/libmakepkg/buildenv/buildflags.sh.in
@@ -2,7 +2,7 @@
#
# buildflags.sh - Clear user-specified buildflags if requested
#
-# Copyright (c) 2011-2018 Pacman Development Team <pacman-dev@archlinux.org>
+# Copyright (c) 2011-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/buildenv/compiler.sh.in b/scripts/libmakepkg/buildenv/compiler.sh.in
index 245c8a76..69f58a29 100644
--- a/scripts/libmakepkg/buildenv/compiler.sh.in
+++ b/scripts/libmakepkg/buildenv/compiler.sh.in
@@ -4,7 +4,7 @@
# ccache - Cache compilations and reuse them to save time on repetitions
# distcc - Distribute compilation of C and C++ across machines
#
-# Copyright (c) 2007-2018 Pacman Development Team <pacman-dev@archlinux.org>
+# Copyright (c) 2007-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/buildenv/debugflags.sh.in b/scripts/libmakepkg/buildenv/debugflags.sh.in
index 4cd5d003..5c0dffd7 100644
--- a/scripts/libmakepkg/buildenv/debugflags.sh.in
+++ b/scripts/libmakepkg/buildenv/debugflags.sh.in
@@ -3,7 +3,7 @@
# debugflags.sh - Specify flags for building a package with debugging
# symbols
#
-# Copyright (c) 2012-2018 Pacman Development Team <pacman-dev@archlinux.org>
+# Copyright (c) 2012-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/buildenv/makeflags.sh.in b/scripts/libmakepkg/buildenv/makeflags.sh.in
index 74605c22..36e7a9dc 100644
--- a/scripts/libmakepkg/buildenv/makeflags.sh.in
+++ b/scripts/libmakepkg/buildenv/makeflags.sh.in
@@ -2,7 +2,7 @@
#
# makeflags.sh - Clear user-specified makeflags if requested
#
-# Copyright (c) 2007-2018 Pacman Development Team <pacman-dev@archlinux.org>
+# Copyright (c) 2007-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