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/tidy | |
parent | 0f75ab3224141a5e8a4fe72b48b4639c83c6316b (diff) |
-rw-r--r-- | scripts/libmakepkg/tidy/docs.sh.in | 2 | ||||
-rw-r--r-- | scripts/libmakepkg/tidy/emptydirs.sh.in | 2 | ||||
-rw-r--r-- | scripts/libmakepkg/tidy/libtool.sh.in | 2 | ||||
-rw-r--r-- | scripts/libmakepkg/tidy/purge.sh.in | 2 | ||||
-rw-r--r-- | scripts/libmakepkg/tidy/staticlibs.sh.in | 2 | ||||
-rw-r--r-- | scripts/libmakepkg/tidy/strip.sh.in | 2 | ||||
-rw-r--r-- | scripts/libmakepkg/tidy/zipman.sh.in | 2 |
diff --git a/scripts/libmakepkg/tidy/docs.sh.in b/scripts/libmakepkg/tidy/docs.sh.in index 5574bc52..0bcc5326 100644 --- a/scripts/libmakepkg/tidy/docs.sh.in +++ b/scripts/libmakepkg/tidy/docs.sh.in @@ -2,7 +2,7 @@ # # docs.sh - Remove documentation files from the package # -# Copyright (c) 2008-2020 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2008-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/tidy/emptydirs.sh.in b/scripts/libmakepkg/tidy/emptydirs.sh.in index ffa0276f..1ef5859b 100644 --- a/scripts/libmakepkg/tidy/emptydirs.sh.in +++ b/scripts/libmakepkg/tidy/emptydirs.sh.in @@ -2,7 +2,7 @@ # # emptydirs.sh - Remove empty directories from the package # -# Copyright (c) 2013-2020 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2013-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/tidy/libtool.sh.in b/scripts/libmakepkg/tidy/libtool.sh.in index 59749173..2dd242ec 100644 --- a/scripts/libmakepkg/tidy/libtool.sh.in +++ b/scripts/libmakepkg/tidy/libtool.sh.in @@ -2,7 +2,7 @@ # # libtool.sh - Remove libtool files from the package # -# Copyright (c) 2013-2020 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2013-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/tidy/purge.sh.in b/scripts/libmakepkg/tidy/purge.sh.in index 1aa542da..4d3483ad 100644 --- a/scripts/libmakepkg/tidy/purge.sh.in +++ b/scripts/libmakepkg/tidy/purge.sh.in @@ -2,7 +2,7 @@ # # purge.sh - Remove unwanted files from the package # -# Copyright (c) 2008-2020 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2008-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/tidy/staticlibs.sh.in b/scripts/libmakepkg/tidy/staticlibs.sh.in index 7993c09a..498518c9 100644 --- a/scripts/libmakepkg/tidy/staticlibs.sh.in +++ b/scripts/libmakepkg/tidy/staticlibs.sh.in @@ -2,7 +2,7 @@ # # staticlibs.sh - Remove static library files from the package # -# Copyright (c) 2013-2020 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2013-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/tidy/strip.sh.in b/scripts/libmakepkg/tidy/strip.sh.in index 9cb0fd8d..720b8eb3 100644 --- a/scripts/libmakepkg/tidy/strip.sh.in +++ b/scripts/libmakepkg/tidy/strip.sh.in @@ -2,7 +2,7 @@ # # strip.sh - Strip debugging symbols from binary files # -# Copyright (c) 2007-2020 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2007-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/tidy/zipman.sh.in b/scripts/libmakepkg/tidy/zipman.sh.in index 9893d72f..ccf5ae89 100644 --- a/scripts/libmakepkg/tidy/zipman.sh.in +++ b/scripts/libmakepkg/tidy/zipman.sh.in @@ -2,7 +2,7 @@ # # zipman.sh - Compress man and info pages # -# Copyright (c) 2011-2020 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2011-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 |