diff options
author | Allan McRae <allan@archlinux.org> | 2020-02-10 01:46:03 +0100 |
---|---|---|
committer | Andrew Gregory <andrew@archlinux.org> | 2020-06-18 10:45:38 +0200 |
commit | 01d5a68c1ae07ad43b5255721d2429710794ea04 (patch) | |
tree | 58a5cd1e1fccedfee3ae5ddfce602e60bb6eeec8 /scripts/libmakepkg/util | |
parent | 08aa3d97ea3823f2919e7d66041438db9e7488a0 (diff) | |
download | pacman-01d5a68c1ae07ad43b5255721d2429710794ea04.tar.gz pacman-01d5a68c1ae07ad43b5255721d2429710794ea04.tar.xz |
build-aux/update-copyright 2019 2020
Signed-off-by: Allan McRae <allan@archlinux.org>
(cherry picked from commit e76ec94083235ddc5510ab57b7c2bc12a1d34e8a)
Diffstat (limited to 'scripts/libmakepkg/util')
-rw-r--r-- | scripts/libmakepkg/util/compress.sh.in | 2 | ||||
-rw-r--r-- | scripts/libmakepkg/util/config.sh.in | 2 | ||||
-rw-r--r-- | scripts/libmakepkg/util/dirsize.sh.in | 2 | ||||
-rw-r--r-- | scripts/libmakepkg/util/error.sh.in | 2 | ||||
-rw-r--r-- | scripts/libmakepkg/util/message.sh.in | 2 | ||||
-rw-r--r-- | scripts/libmakepkg/util/option.sh.in | 2 | ||||
-rw-r--r-- | scripts/libmakepkg/util/parseopts.sh.in | 2 | ||||
-rw-r--r-- | scripts/libmakepkg/util/pkgbuild.sh.in | 2 | ||||
-rw-r--r-- | scripts/libmakepkg/util/schema.sh.in | 2 | ||||
-rw-r--r-- | scripts/libmakepkg/util/source.sh.in | 2 | ||||
-rw-r--r-- | scripts/libmakepkg/util/util.sh.in | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/scripts/libmakepkg/util/compress.sh.in b/scripts/libmakepkg/util/compress.sh.in index 71604883..16420beb 100644 --- a/scripts/libmakepkg/util/compress.sh.in +++ b/scripts/libmakepkg/util/compress.sh.in @@ -2,7 +2,7 @@ # # compress.sh - functions to compress archives in a uniform manner # -# Copyright (c) 2017-2019 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2017-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/util/config.sh.in b/scripts/libmakepkg/util/config.sh.in index 5e3a9b6a..a8975d6d 100644 --- a/scripts/libmakepkg/util/config.sh.in +++ b/scripts/libmakepkg/util/config.sh.in @@ -2,7 +2,7 @@ # # config.sh - functions for handling makepkg config files # -# Copyright (c) 2006-2019 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2006-2020 Pacman Development Team <pacman-dev@archlinux.org> # Copyright (c) 2002-2006 by Judd Vinet <jvinet@zeroflux.org> # # This program is free software; you can redistribute it and/or modify diff --git a/scripts/libmakepkg/util/dirsize.sh.in b/scripts/libmakepkg/util/dirsize.sh.in index fce9f5b5..8f6e49cb 100644 --- a/scripts/libmakepkg/util/dirsize.sh.in +++ b/scripts/libmakepkg/util/dirsize.sh.in @@ -2,7 +2,7 @@ # # dirsize.sh - calculate size of all files in a directory # -# 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/util/error.sh.in b/scripts/libmakepkg/util/error.sh.in index 02b8da21..1847f46f 100644 --- a/scripts/libmakepkg/util/error.sh.in +++ b/scripts/libmakepkg/util/error.sh.in @@ -2,7 +2,7 @@ # # error.sh.in - error variable definitions for makepkg # -# Copyright (c) 2006-2019 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2006-2020 Pacman Development Team <pacman-dev@archlinux.org> # Copyright (c) 2002-2006 by Judd Vinet <jvinet@zeroflux.org> # # This program is free software; you can redistribute it and/or modify diff --git a/scripts/libmakepkg/util/message.sh.in b/scripts/libmakepkg/util/message.sh.in index c87db1e2..061bd858 100644 --- a/scripts/libmakepkg/util/message.sh.in +++ b/scripts/libmakepkg/util/message.sh.in @@ -2,7 +2,7 @@ # # message.sh - functions for outputting messages in makepkg # -# Copyright (c) 2006-2019 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2006-2020 Pacman Development Team <pacman-dev@archlinux.org> # Copyright (c) 2002-2006 by Judd Vinet <jvinet@zeroflux.org> # # This program is free software; you can redistribute it and/or modify diff --git a/scripts/libmakepkg/util/option.sh.in b/scripts/libmakepkg/util/option.sh.in index df7c2728..2212867d 100644 --- a/scripts/libmakepkg/util/option.sh.in +++ b/scripts/libmakepkg/util/option.sh.in @@ -2,7 +2,7 @@ # # option.sh - functions to test if build/packaging options are enabled # -# Copyright (c) 2009-2019 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2009-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/util/parseopts.sh.in b/scripts/libmakepkg/util/parseopts.sh.in index 97c29852..4c302e7c 100644 --- a/scripts/libmakepkg/util/parseopts.sh.in +++ b/scripts/libmakepkg/util/parseopts.sh.in @@ -2,7 +2,7 @@ # # parseopts.sh - getopt_long-like parser # -# 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/util/pkgbuild.sh.in b/scripts/libmakepkg/util/pkgbuild.sh.in index ed15f05c..93bae4e8 100644 --- a/scripts/libmakepkg/util/pkgbuild.sh.in +++ b/scripts/libmakepkg/util/pkgbuild.sh.in @@ -2,7 +2,7 @@ # # pkgbuild.sh - functions to extract information from PKGBUILD files # -# Copyright (c) 2009-2019 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2009-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/util/schema.sh.in b/scripts/libmakepkg/util/schema.sh.in index b2f119cf..ca50b599 100644 --- a/scripts/libmakepkg/util/schema.sh.in +++ b/scripts/libmakepkg/util/schema.sh.in @@ -2,7 +2,7 @@ # # schema.sh - declare specific groups of pkgbuild variables # -# Copyright (c) 2015-2019 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2015-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/util/source.sh.in b/scripts/libmakepkg/util/source.sh.in index 2b33c7dd..e0490661 100644 --- a/scripts/libmakepkg/util/source.sh.in +++ b/scripts/libmakepkg/util/source.sh.in @@ -2,7 +2,7 @@ # # source.sh - functions to extract information from source URLs # -# Copyright (c) 2010-2019 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2010-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/util/util.sh.in b/scripts/libmakepkg/util/util.sh.in index 80d178c6..8f6d6d3a 100644 --- a/scripts/libmakepkg/util/util.sh.in +++ b/scripts/libmakepkg/util/util.sh.in @@ -2,7 +2,7 @@ # # util.sh - general utility functions # -# Copyright (c) 2006-2019 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2006-2020 Pacman Development Team <pacman-dev@archlinux.org> # Copyright (c) 2002-2006 by Judd Vinet <jvinet@zeroflux.org> # # This program is free software; you can redistribute it and/or modify |