diff options
author | Allan McRae <allan@archlinux.org> | 2019-10-23 13:11:43 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-10-23 14:06:54 +0200 |
commit | f37a3752b38473236720e01230392377a42249e6 (patch) | |
tree | 8c13e934630801f3c00b2777fd1ec954d7b59cf2 /src/common | |
parent | a9835a38a38e0045e13b68fe6d486b4ffebe6d79 (diff) | |
download | pacman-f37a3752b38473236720e01230392377a42249e6.tar.gz pacman-f37a3752b38473236720e01230392377a42249e6.tar.xz |
Update copyright years
make update-copyright OLD=2018 NEW=2019
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/ini.c | 2 | ||||
-rw-r--r-- | src/common/ini.h | 2 | ||||
-rw-r--r-- | src/common/util-common.c | 2 | ||||
-rw-r--r-- | src/common/util-common.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/common/ini.c b/src/common/ini.c index 30f1fac8..150b4c39 100644 --- a/src/common/ini.c +++ b/src/common/ini.c @@ -1,7 +1,7 @@ /* * ini.c * - * Copyright (c) 2013-2018 Pacman Development Team <pacman-dev@archlinux.org> + * Copyright (c) 2013-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/src/common/ini.h b/src/common/ini.h index 6d2b264a..a96c47e9 100644 --- a/src/common/ini.h +++ b/src/common/ini.h @@ -1,7 +1,7 @@ /* * ini.h * - * Copyright (c) 2013-2018 Pacman Development Team <pacman-dev@archlinux.org> + * Copyright (c) 2013-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/src/common/util-common.c b/src/common/util-common.c index fd91ecec..6a6f5ddc 100644 --- a/src/common/util-common.c +++ b/src/common/util-common.c @@ -1,7 +1,7 @@ /* * util-common.c * - * Copyright (c) 2006-2018 Pacman Development Team <pacman-dev@archlinux.org> + * Copyright (c) 2006-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/src/common/util-common.h b/src/common/util-common.h index 7ec588cc..8665bc7b 100644 --- a/src/common/util-common.h +++ b/src/common/util-common.h @@ -1,7 +1,7 @@ /* * util-common.h * - * Copyright (c) 2006-2018 Pacman Development Team <pacman-dev@archlinux.org> + * Copyright (c) 2006-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 |