index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | scripts/libmakepkg/buildenv/buildflags.sh.in | 2 | ||||
-rw-r--r-- | scripts/libmakepkg/buildenv/compiler.sh.in | 2 | ||||
-rw-r--r-- | scripts/libmakepkg/buildenv/debugflags.sh.in | 2 | ||||
-rw-r--r-- | scripts/libmakepkg/buildenv/makeflags.sh.in | 2 |
diff --git a/scripts/libmakepkg/buildenv/buildflags.sh.in b/scripts/libmakepkg/buildenv/buildflags.sh.in index b17557fa..9814a54a 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-2019 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2011-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/buildenv/compiler.sh.in b/scripts/libmakepkg/buildenv/compiler.sh.in index 69f58a29..33f19288 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-2019 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2007-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/buildenv/debugflags.sh.in b/scripts/libmakepkg/buildenv/debugflags.sh.in index 5c0dffd7..666d82a0 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-2019 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2012-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/buildenv/makeflags.sh.in b/scripts/libmakepkg/buildenv/makeflags.sh.in index 36e7a9dc..67fd3919 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-2019 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2007-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 |