aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2010-04-07 05:58:16 +0000
committerNed Ludd <solar@gentoo.org>2010-04-07 05:58:16 +0000
commite69f3c2dc15f1c147e7cadb97a3394c70c43bf91 (patch)
tree8dc29c7f751b42dc07b6529616cc0089fee7798a /qfile.c
parentclean up handling of arch/keyword lists so we dont index invalid memory #2320... (diff)
downloadportage-utils-e69f3c2dc15f1c147e7cadb97a3394c70c43bf91.tar.gz
portage-utils-e69f3c2dc15f1c147e7cadb97a3394c70c43bf91.tar.bz2
portage-utils-e69f3c2dc15f1c147e7cadb97a3394c70c43bf91.zip
- update headers
Diffstat (limited to 'qfile.c')
-rw-r--r--qfile.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/qfile.c b/qfile.c
index 9ba56c1..666b365 100644
--- a/qfile.c
+++ b/qfile.c
@@ -1,10 +1,10 @@
/*
- * Copyright 2005-2007 Gentoo Foundation
+ * Copyright 2005-2010 Gentoo Foundation
* Distributed under the terms of the GNU General Public License v2
- * $Header: /var/cvsroot/gentoo-projects/portage-utils/qfile.c,v 1.51 2010/01/16 23:45:02 vapier Exp $
+ * $Header: /var/cvsroot/gentoo-projects/portage-utils/qfile.c,v 1.52 2010/04/07 05:58:16 solar Exp $
*
- * Copyright 2005-2007 Ned Ludd - <solar@gentoo.org>
- * Copyright 2005-2007 Mike Frysinger - <vapier@gentoo.org>
+ * Copyright 2005-2010 Ned Ludd - <solar@gentoo.org>
+ * Copyright 2005-2010 Mike Frysinger - <vapier@gentoo.org>
*/
#ifdef APPLET_qfile
@@ -34,7 +34,7 @@ static const char *qfile_opts_help[] = {
"Display installed packages with slots",
COMMON_OPTS_HELP
};
-static char qfile_rcsid[] = "$Id: qfile.c,v 1.51 2010/01/16 23:45:02 vapier Exp $";
+static char qfile_rcsid[] = "$Id: qfile.c,v 1.52 2010/04/07 05:58:16 solar Exp $";
#define qfile_usage(ret) usage(ret, QFILE_FLAGS, qfile_long_opts, qfile_opts_help, lookup_applet_idx("qfile"))
#define qfile_is_prefix(path, prefix, prefix_length) \