summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile2
-rw-r--r--tools/Makefile.in2
-rw-r--r--tools/Makefile.lcc2
-rw-r--r--tools/fax2ps.c2
-rw-r--r--tools/fax2tiff.c2
-rw-r--r--tools/gif2tiff.c2
-rw-r--r--tools/pal2rgb.c2
-rw-r--r--tools/ppm2tiff.c2
-rw-r--r--tools/ras2tiff.c2
-rw-r--r--tools/rasterfile.h2
-rw-r--r--tools/rgb2ycbcr.c2
-rw-r--r--tools/sgi2tiff.c2
-rw-r--r--tools/sgigt.c2
-rw-r--r--tools/sgisv.c2
-rw-r--r--tools/thumbnail.c2
-rw-r--r--tools/tiff2bw.c2
-rw-r--r--tools/tiff2ps.c2
-rw-r--r--tools/tiffcmp.c2
-rw-r--r--tools/tiffcp.c2
-rw-r--r--tools/tiffdither.c2
-rw-r--r--tools/tiffdump.c2
-rw-r--r--tools/tiffinfo.c2
-rw-r--r--tools/tiffmedian.c2
-rw-r--r--tools/tiffsplit.c2
24 files changed, 24 insertions, 24 deletions
diff --git a/tools/Makefile b/tools/Makefile
index c909b095..86389ff3 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -1,4 +1,4 @@
-# $Header: /cvs/maptools/cvsroot/libtiff/tools/Attic/Makefile,v 1.1 1999-07-27 21:50:28 mike Exp $
+# $Header: /cvs/maptools/cvsroot/libtiff/tools/Attic/Makefile,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $
#
# Warning, this file was automatically created by the TIFF configure script
#
diff --git a/tools/Makefile.in b/tools/Makefile.in
index dcf3865a..3cbb6902 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -1,4 +1,4 @@
-# $Header: /cvs/maptools/cvsroot/libtiff/tools/Makefile.in,v 1.1 1999-07-27 21:50:28 mike Exp $
+# $Header: /cvs/maptools/cvsroot/libtiff/tools/Makefile.in,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $
#
# @WARNING@
#
diff --git a/tools/Makefile.lcc b/tools/Makefile.lcc
index 5238c33b..1492e1bf 100644
--- a/tools/Makefile.lcc
+++ b/tools/Makefile.lcc
@@ -1,4 +1,4 @@
-# $Header: /cvs/maptools/cvsroot/libtiff/tools/Makefile.lcc,v 1.1 1999-07-27 21:50:28 mike Exp $
+# $Header: /cvs/maptools/cvsroot/libtiff/tools/Makefile.lcc,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $
#
# TIFF Library Tools
#
diff --git a/tools/fax2ps.c b/tools/fax2ps.c
index b52ceba8..edd9c00e 100644
--- a/tools/fax2ps.c
+++ b/tools/fax2ps.c
@@ -1,4 +1,4 @@
-/* $Header: /cvs/maptools/cvsroot/libtiff/tools/fax2ps.c,v 1.1 1999-07-27 21:50:28 mike Exp $" */
+/* $Header: /cvs/maptools/cvsroot/libtiff/tools/fax2ps.c,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $" */
/*
* Copyright (c) 1991-1997 Sam Leffler
diff --git a/tools/fax2tiff.c b/tools/fax2tiff.c
index 2381709b..2fcb00af 100644
--- a/tools/fax2tiff.c
+++ b/tools/fax2tiff.c
@@ -1,4 +1,4 @@
-/* $Header: /cvs/maptools/cvsroot/libtiff/tools/fax2tiff.c,v 1.1 1999-07-27 21:50:28 mike Exp $ */
+/* $Header: /cvs/maptools/cvsroot/libtiff/tools/fax2tiff.c,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $ */
/*
* Copyright (c) 1990-1997 Sam Leffler
diff --git a/tools/gif2tiff.c b/tools/gif2tiff.c
index 7edbdf9a..ea11a9da 100644
--- a/tools/gif2tiff.c
+++ b/tools/gif2tiff.c
@@ -1,4 +1,4 @@
-/* $Header: /cvs/maptools/cvsroot/libtiff/tools/gif2tiff.c,v 1.1 1999-07-27 21:50:28 mike Exp $ */
+/* $Header: /cvs/maptools/cvsroot/libtiff/tools/gif2tiff.c,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $ */
/*
* Copyright (c) 1990-1997 Sam Leffler
diff --git a/tools/pal2rgb.c b/tools/pal2rgb.c
index 2d2d3219..bf632c2c 100644
--- a/tools/pal2rgb.c
+++ b/tools/pal2rgb.c
@@ -1,4 +1,4 @@
-/* $Header: /cvs/maptools/cvsroot/libtiff/tools/pal2rgb.c,v 1.1 1999-07-27 21:50:28 mike Exp $ */
+/* $Header: /cvs/maptools/cvsroot/libtiff/tools/pal2rgb.c,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
diff --git a/tools/ppm2tiff.c b/tools/ppm2tiff.c
index 9d6cd624..96189135 100644
--- a/tools/ppm2tiff.c
+++ b/tools/ppm2tiff.c
@@ -1,4 +1,4 @@
-/* $Header: /cvs/maptools/cvsroot/libtiff/tools/ppm2tiff.c,v 1.1 1999-07-27 21:50:28 mike Exp $ */
+/* $Header: /cvs/maptools/cvsroot/libtiff/tools/ppm2tiff.c,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $ */
/*
* Copyright (c) 1991-1997 Sam Leffler
diff --git a/tools/ras2tiff.c b/tools/ras2tiff.c
index b361c589..baf4f2c2 100644
--- a/tools/ras2tiff.c
+++ b/tools/ras2tiff.c
@@ -1,4 +1,4 @@
-/* $Header: /cvs/maptools/cvsroot/libtiff/tools/ras2tiff.c,v 1.1 1999-07-27 21:50:28 mike Exp $ */
+/* $Header: /cvs/maptools/cvsroot/libtiff/tools/ras2tiff.c,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
diff --git a/tools/rasterfile.h b/tools/rasterfile.h
index 9f5da66d..07eb031e 100644
--- a/tools/rasterfile.h
+++ b/tools/rasterfile.h
@@ -1,4 +1,4 @@
-/* $Header: /cvs/maptools/cvsroot/libtiff/tools/rasterfile.h,v 1.1 1999-07-27 21:50:28 mike Exp $ */
+/* $Header: /cvs/maptools/cvsroot/libtiff/tools/rasterfile.h,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $ */
/*
* Description of header for files containing raster images
diff --git a/tools/rgb2ycbcr.c b/tools/rgb2ycbcr.c
index 1e43d37e..ed1a4a07 100644
--- a/tools/rgb2ycbcr.c
+++ b/tools/rgb2ycbcr.c
@@ -1,4 +1,4 @@
-/* $Header: /cvs/maptools/cvsroot/libtiff/tools/rgb2ycbcr.c,v 1.1 1999-07-27 21:50:28 mike Exp $ */
+/* $Header: /cvs/maptools/cvsroot/libtiff/tools/rgb2ycbcr.c,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $ */
/*
* Copyright (c) 1991-1997 Sam Leffler
diff --git a/tools/sgi2tiff.c b/tools/sgi2tiff.c
index e1134ec6..d3e4fa24 100644
--- a/tools/sgi2tiff.c
+++ b/tools/sgi2tiff.c
@@ -1,4 +1,4 @@
-/* $Header: /cvs/maptools/cvsroot/libtiff/tools/sgi2tiff.c,v 1.1 1999-07-27 21:50:28 mike Exp $ */
+/* $Header: /cvs/maptools/cvsroot/libtiff/tools/sgi2tiff.c,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $ */
/*
* Copyright (c) 1991-1997 Sam Leffler
diff --git a/tools/sgigt.c b/tools/sgigt.c
index fd4d009b..9f7ce418 100644
--- a/tools/sgigt.c
+++ b/tools/sgigt.c
@@ -1,4 +1,4 @@
-/* $Header: /cvs/maptools/cvsroot/libtiff/tools/Attic/sgigt.c,v 1.1 1999-07-27 21:50:28 mike Exp $ */
+/* $Header: /cvs/maptools/cvsroot/libtiff/tools/Attic/sgigt.c,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
diff --git a/tools/sgisv.c b/tools/sgisv.c
index 996e4de6..3fbeecde 100644
--- a/tools/sgisv.c
+++ b/tools/sgisv.c
@@ -1,4 +1,4 @@
-/* $Header: /cvs/maptools/cvsroot/libtiff/tools/sgisv.c,v 1.1 1999-07-27 21:50:28 mike Exp $ */
+/* $Header: /cvs/maptools/cvsroot/libtiff/tools/sgisv.c,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $ */
/*
* Copyright (c) 1990-1997 Sam Leffler
diff --git a/tools/thumbnail.c b/tools/thumbnail.c
index 9305de7e..c03cdd25 100644
--- a/tools/thumbnail.c
+++ b/tools/thumbnail.c
@@ -1,4 +1,4 @@
-/* $Header: /cvs/maptools/cvsroot/libtiff/tools/thumbnail.c,v 1.1 1999-07-27 21:50:28 mike Exp $ */
+/* $Header: /cvs/maptools/cvsroot/libtiff/tools/thumbnail.c,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $ */
/*
* Copyright (c) 1994-1997 Sam Leffler
diff --git a/tools/tiff2bw.c b/tools/tiff2bw.c
index 6ad7a347..95bfd48d 100644
--- a/tools/tiff2bw.c
+++ b/tools/tiff2bw.c
@@ -1,4 +1,4 @@
-/* $Header: /cvs/maptools/cvsroot/libtiff/tools/tiff2bw.c,v 1.1 1999-07-27 21:50:28 mike Exp $ */
+/* $Header: /cvs/maptools/cvsroot/libtiff/tools/tiff2bw.c,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
diff --git a/tools/tiff2ps.c b/tools/tiff2ps.c
index e2526877..6973aec2 100644
--- a/tools/tiff2ps.c
+++ b/tools/tiff2ps.c
@@ -1,4 +1,4 @@
-/* $Header: /cvs/maptools/cvsroot/libtiff/tools/tiff2ps.c,v 1.1 1999-07-27 21:50:28 mike Exp $ */
+/* $Header: /cvs/maptools/cvsroot/libtiff/tools/tiff2ps.c,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
diff --git a/tools/tiffcmp.c b/tools/tiffcmp.c
index 3fceaaa1..41f3a1aa 100644
--- a/tools/tiffcmp.c
+++ b/tools/tiffcmp.c
@@ -1,4 +1,4 @@
-/* $Header: /cvs/maptools/cvsroot/libtiff/tools/tiffcmp.c,v 1.1 1999-07-27 21:50:28 mike Exp $ */
+/* $Header: /cvs/maptools/cvsroot/libtiff/tools/tiffcmp.c,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
diff --git a/tools/tiffcp.c b/tools/tiffcp.c
index a21f3aea..25e4c4fb 100644
--- a/tools/tiffcp.c
+++ b/tools/tiffcp.c
@@ -1,4 +1,4 @@
-/* $Header: /cvs/maptools/cvsroot/libtiff/tools/tiffcp.c,v 1.1 1999-07-27 21:50:28 mike Exp $ */
+/* $Header: /cvs/maptools/cvsroot/libtiff/tools/tiffcp.c,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
diff --git a/tools/tiffdither.c b/tools/tiffdither.c
index 8770ecc9..674f6bcb 100644
--- a/tools/tiffdither.c
+++ b/tools/tiffdither.c
@@ -1,4 +1,4 @@
-/* $Header: /cvs/maptools/cvsroot/libtiff/tools/tiffdither.c,v 1.1 1999-07-27 21:50:28 mike Exp $ */
+/* $Header: /cvs/maptools/cvsroot/libtiff/tools/tiffdither.c,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
diff --git a/tools/tiffdump.c b/tools/tiffdump.c
index 47bd302b..26f012e1 100644
--- a/tools/tiffdump.c
+++ b/tools/tiffdump.c
@@ -1,4 +1,4 @@
-/* $Header: /cvs/maptools/cvsroot/libtiff/tools/tiffdump.c,v 1.1 1999-07-27 21:50:28 mike Exp $ */
+/* $Header: /cvs/maptools/cvsroot/libtiff/tools/tiffdump.c,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
diff --git a/tools/tiffinfo.c b/tools/tiffinfo.c
index 8936af25..06fa0af9 100644
--- a/tools/tiffinfo.c
+++ b/tools/tiffinfo.c
@@ -1,4 +1,4 @@
-/* $Header: /cvs/maptools/cvsroot/libtiff/tools/tiffinfo.c,v 1.1 1999-07-27 21:50:28 mike Exp $ */
+/* $Header: /cvs/maptools/cvsroot/libtiff/tools/tiffinfo.c,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
diff --git a/tools/tiffmedian.c b/tools/tiffmedian.c
index 7898cc46..299125d0 100644
--- a/tools/tiffmedian.c
+++ b/tools/tiffmedian.c
@@ -1,4 +1,4 @@
-/* $Header: /cvs/maptools/cvsroot/libtiff/tools/tiffmedian.c,v 1.1 1999-07-27 21:50:28 mike Exp $ */
+/* $Header: /cvs/maptools/cvsroot/libtiff/tools/tiffmedian.c,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $ */
/*
* Apply median cut on an image.
diff --git a/tools/tiffsplit.c b/tools/tiffsplit.c
index 76cf396d..527a0be2 100644
--- a/tools/tiffsplit.c
+++ b/tools/tiffsplit.c
@@ -1,4 +1,4 @@
-/* $Header: /cvs/maptools/cvsroot/libtiff/tools/tiffsplit.c,v 1.1 1999-07-27 21:50:28 mike Exp $ */
+/* $Header: /cvs/maptools/cvsroot/libtiff/tools/tiffsplit.c,v 1.1.1.1 1999-07-27 21:50:28 mike Exp $ */
/*
* Copyright (c) 1992-1997 Sam Leffler