aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2010-04-04 10:03:33 +0000
committerFabian Groffen <grobian@gentoo.org>2010-04-04 10:03:33 +0000
commitf6a64ee4914460600550b15e5040a0cea2f6fc6e (patch)
tree1b4fafeeae0687d6e793eee020c2a67dff4854f7 /scanmacho.c
parentadd link to attributes document (diff)
downloadpax-utils-f6a64ee4914460600550b15e5040a0cea2f6fc6e.tar.gz
pax-utils-f6a64ee4914460600550b15e5040a0cea2f6fc6e.tar.bz2
pax-utils-f6a64ee4914460600550b15e5040a0cea2f6fc6e.zip
update some copyrights, touch up some comments
Diffstat (limited to 'scanmacho.c')
-rw-r--r--scanmacho.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/scanmacho.c b/scanmacho.c
index 7c137a8..c04187e 100644
--- a/scanmacho.c
+++ b/scanmacho.c
@@ -1,16 +1,16 @@
/*
* Copyright 2008 Gentoo Foundation
* Distributed under the terms of the GNU General Public License v2
- * $Header: /var/cvsroot/gentoo-projects/pax-utils/scanmacho.c,v 1.17 2010/01/15 11:06:33 vapier Exp $
+ * $Header: /var/cvsroot/gentoo-projects/pax-utils/scanmacho.c,v 1.18 2010/04/04 10:03:33 grobian Exp $
*
* based on scanelf by:
* Copyright 2003-2007 Ned Ludd - <solar@gentoo.org>
* Copyright 2004-2007 Mike Frysinger - <vapier@gentoo.org>
* for Darwin specific fun:
- * 2008 Fabian Groffen - <grobian@gentoo.org>
+ * 2008-2010 Fabian Groffen - <grobian@gentoo.org>
*/
-static const char *rcsid = "$Id: scanmacho.c,v 1.17 2010/01/15 11:06:33 vapier Exp $";
+static const char *rcsid = "$Id: scanmacho.c,v 1.18 2010/04/04 10:03:33 grobian Exp $";
const char * const argv0 = "scanmacho";
#include "paxinc.h"