index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2021-03-01 12:22:20 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2021-03-01 12:22:20 +1000 |
commit | 17f9911ffc79d60d1bebb4484fac82cb1ed78d2a (patch) | |
tree | 2fdd3a17d8c667993697a8a5bae6d39a3f8ad53a /scripts/libmakepkg/util | |
parent | 0f75ab3224141a5e8a4fe72b48b4639c83c6316b (diff) |
-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 |
diff --git a/scripts/libmakepkg/util/compress.sh.in b/scripts/libmakepkg/util/compress.sh.in index ab3b1e6e..88274a18 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-2020 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2017-2021 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 ea909f84..286f4ac7 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-2020 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2006-2021 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 8f6e49cb..423c375e 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-2020 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2019-2021 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 1847f46f..4e1fb037 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-2020 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2006-2021 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 625f11b1..3df21fc8 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-2020 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2006-2021 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 2212867d..7f5c6519 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-2020 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2009-2021 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 7cba3510..25300e5c 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-2020 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2012-2021 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 93bae4e8..c52b3eb6 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-2020 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2009-2021 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 b42b8ae9..55e68bab 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-2020 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2015-2021 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 029bf8ed..40c14a0c 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-2020 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2010-2021 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 d1d11eb3..fbcd255b 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-2020 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2006-2021 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 |