summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/xypic/support/pnmrawtopcropwhite.c
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/xypic/support/pnmrawtopcropwhite.c')
-rw-r--r--Master/texmf-dist/doc/generic/xypic/support/pnmrawtopcropwhite.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/generic/xypic/support/pnmrawtopcropwhite.c b/Master/texmf-dist/doc/generic/xypic/support/pnmrawtopcropwhite.c
index e1f69f68abd..ff6ab48a3c0 100644
--- a/Master/texmf-dist/doc/generic/xypic/support/pnmrawtopcropwhite.c
+++ b/Master/texmf-dist/doc/generic/xypic/support/pnmrawtopcropwhite.c
@@ -1,10 +1,10 @@
-/* $Id: pnmrawtopcropwhite.c,v 3.9 2010/06/10 18:45:49 krisrose Exp $
+/* $Id: pnmrawtopcropwhite.c,v 3.10 2011/03/14 20:14:00 krisrose Exp $
**
** Crop off top white lines from raw PBM file (efficiently :)
** Copyright (c) 1991-1998 Kristoffer H. Rose <krisrose@tug.org>
**
** This file is part of the Xy-pic package for graphs and diagrams in TeX.
-** Copyright (c) 1991-2010 Kristoffer H. Rose <krisrose@tug.org>
+** Copyright (c) 1991-2011 Kristoffer H. Rose <krisrose@tug.org>
**
** The Xy-pic package is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by the
@@ -20,7 +20,7 @@
** with this package; if not, see http://www.gnu.org/licenses/.
*/
static const char Id[] =
-"@(#)$Id: pnmrawtopcropwhite.c,v 3.9 2010/06/10 18:45:49 krisrose Exp $\n";
+"@(#)$Id: pnmrawtopcropwhite.c,v 3.10 2011/03/14 20:14:00 krisrose Exp $\n";
#include <stdio.h>
@@ -160,6 +160,9 @@ int main (int argc, char *argv[]) {
/*
** $Log: pnmrawtopcropwhite.c,v $
+** Revision 3.10 2011/03/14 20:14:00 krisrose
+** Preparing for release 3.8.6.
+**
** Revision 3.9 2010/06/10 18:45:49 krisrose
** Reference to GPL by URL.
**