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 /qtbz2.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 'qtbz2.c')
-rw-r--r--qtbz2.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/qtbz2.c b/qtbz2.c
index 21f4fd8..6218d1e 100644
--- a/qtbz2.c
+++ b/qtbz2.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/qtbz2.c,v 1.14 2007/05/24 14:47:18 solar Exp $
+ * $Header: /var/cvsroot/gentoo-projects/portage-utils/qtbz2.c,v 1.15 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_qtbz2
@@ -44,7 +44,7 @@ static const char *qtbz2_opts_help[] = {
"Write files to stdout",
COMMON_OPTS_HELP
};
-static const char qtbz2_rcsid[] = "$Id: qtbz2.c,v 1.14 2007/05/24 14:47:18 solar Exp $";
+static const char qtbz2_rcsid[] = "$Id: qtbz2.c,v 1.15 2010/04/07 05:58:16 solar Exp $";
#define qtbz2_usage(ret) usage(ret, QTBZ2_FLAGS, qtbz2_long_opts, qtbz2_opts_help, lookup_applet_idx("qtbz2"))
static char tbz2_stdout = 0;