index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2016-01-03 13:48:43 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2016-01-04 13:27:08 +1000 |
commit | 4742f5929dda4a7418781bc4b3d834a9f22b2d62 (patch) | |
tree | fc2c1d6ac80dd0fe9d51fc8b9c289fcc1140d8cb /src/util | |
parent | 8ca96447ddb6f5b3f8bbb4a7ed946fc9a2907524 (diff) |
-rw-r--r-- | src/util/cleanupdelta.c | 2 | ||||
-rw-r--r-- | src/util/pacsort.c | 2 | ||||
-rw-r--r-- | src/util/pactree.c | 2 | ||||
-rw-r--r-- | src/util/testpkg.c | 2 | ||||
-rw-r--r-- | src/util/vercmp.c | 2 |
diff --git a/src/util/cleanupdelta.c b/src/util/cleanupdelta.c index 8fe14b08..043acf1a 100644 --- a/src/util/cleanupdelta.c +++ b/src/util/cleanupdelta.c @@ -1,7 +1,7 @@ /* * cleanupdelta.c : return list of unused delta in a given sync database * - * Copyright (c) 2011-2015 Pacman Development Team <pacman-dev@archlinux.org> + * Copyright (c) 2011-2016 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/util/pacsort.c b/src/util/pacsort.c index e7dc63e5..f4992d49 100644 --- a/src/util/pacsort.c +++ b/src/util/pacsort.c @@ -1,7 +1,7 @@ /* * pacsort.c - a sort utility implementing alpm_pkg_vercmp * - * Copyright (c) 2010-2015 Pacman Development Team <pacman-dev@archlinux.org> + * Copyright (c) 2010-2016 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/util/pactree.c b/src/util/pactree.c index 6969995c..67be9f94 100644 --- a/src/util/pactree.c +++ b/src/util/pactree.c @@ -1,7 +1,7 @@ /* * pactree.c - a simple dependency tree viewer * - * Copyright (c) 2010-2015 Pacman Development Team <pacman-dev@archlinux.org> + * Copyright (c) 2010-2016 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/util/testpkg.c b/src/util/testpkg.c index bd95a86b..89e8dbd4 100644 --- a/src/util/testpkg.c +++ b/src/util/testpkg.c @@ -1,7 +1,7 @@ /* * testpkg.c : Test a pacman package for validity * - * Copyright (c) 2007-2015 Pacman Development Team <pacman-dev@archlinux.org> + * Copyright (c) 2007-2016 Pacman Development Team <pacman-dev@archlinux.org> * Copyright (c) 2007 by Aaron Griffin <aaronmgriffin@gmail.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/util/vercmp.c b/src/util/vercmp.c index 561881e0..adeebc0f 100644 --- a/src/util/vercmp.c +++ b/src/util/vercmp.c @@ -2,7 +2,7 @@ * vercmp.c - Compare package version numbers using pacman's version * comparison logic * - * Copyright (c) 2006-2015 Pacman Development Team <pacman-dev@archlinux.org> + * Copyright (c) 2006-2016 Pacman Development Team <pacman-dev@archlinux.org> * Copyright (c) 2002-2005 by Judd Vinet <jvinet@zeroflux.org> * * This program is free software; you can redistribute it and/or modify |