Plan 9 from Bell Labs’s /usr/web/sources/extra/changes/2006/0116

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


Allow dumb shifts.
 [rsc] --rw-rw-r-- M 661145 glenda sys 35737 Jan 16 19:52 sys/src/cmd/ql/asmout.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/ql/asmout.c:590,597 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/ql/asmout.c:590,602
	  		r = p->reg;
	  		if(r == NREG)
	  			r = p->to.reg;
	+ 		/*
	+ 		 * Let user (gs) shoot himself in the foot. 
	+ 		 * qc has already complained.
	+ 		 *
	  		if(v < 0 || v > 31)
	  			diag("illegal shift %ld\n%P", v, p);
	+ 		 */
	  		if(v < 0)
	  			v = 0;
	  		else if(v > 32)

Invoke pdfs with -dDELAYSAFER.
 [rsc] --rw-rw-r-- M 661145 glenda sys 6553 Jan 16 19:52 sys/src/cmd/page/gs.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/page/gs.c:134,140 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/page/gs.c:134,140
	  }
	  
	  int 
	- spawngs(GSInfo *g)
	+ spawngs(GSInfo *g, char *safer)
	  {
	  	char *args[16];
	  	char tb[32], gb[32];
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/page/gs.c:158,164 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/page/gs.c:158,164
	  	nargs = 0;
	  	args[nargs++] = "gs";
	  	args[nargs++] = "-dNOPAUSE";
	- 	args[nargs++] = "-dSAFER";
	+ 	args[nargs++] = safer;
	  	args[nargs++] = "-sDEVICE=plan9";
	  	args[nargs++] = "-sOutputFile=/fd/3";
	  	args[nargs++] = "-dQUIET";
 [rsc] --rw-rw-r-- M 661145 glenda sys 2159 Jan 16 19:52 sys/src/cmd/page/page.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/page/page.h:56,62 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/page/page.h:56,62
	  };
	  void	waitgs(GSInfo*);
	  int	gscmd(GSInfo*, char*, ...);
	- int	spawngs(GSInfo*);
	+ int	spawngs(GSInfo*, char*);
	  void	setdim(GSInfo*, Rectangle, int, int);
	  int	spawnwriter(GSInfo*, Biobuf*);
	  Rectangle	screenrect(void);
 [rsc] --rw-rw-r-- M 661145 glenda sys 2942 Jan 16 19:52 sys/src/cmd/page/pdf.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/page/pdf.c:97,103 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/page/pdf.c:97,103
	  	d->pagename = pdfpagename;
	  	d->fwdonly = 0;
	  
	- 	if(spawngs(pdf) < 0)
	+ 	if(spawngs(pdf, "-dDELAYSAFER") < 0)
	  		return nil;
	  
	  	gscmd(pdf, "%s", pdfprolog);
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/page/pdf.c:104,110 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/page/pdf.c:104,110
	  	waitgs(pdf);
	  
	  	setdim(pdf, Rect(0,0,0,0), ppi, 0);
	- 	gscmd(pdf, "(%s) (r) file pdfopen begin\n", fn);
	+ 	gscmd(pdf, "(%s) (r) file { DELAYSAFER { .setsafe } if } stopped pop pdfopen begin\n", fn);
	  	gscmd(pdf, "pdfpagecount PAGE==\n");
	  	p = Brdline(&pdf->gsrd, '\n');
	  	npage = atoi(p);
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/page/pdf.c:125,131 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/page/pdf.c:125,130
	  		if(Dx(pdf->pagebbox[i]) <= 0)
	  			pdf->pagebbox[i] = bbox;
	  	}
	- 
	  	return d;
	  }
	  
 [rsc] --rw-rw-r-- M 661145 rob sys 519 Jan 16 19:52 sys/src/cmd/page/pdfprolog.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/page/pdfprolog.ps:2,8 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/page/pdfprolog.ps:2,8
	  /Page# 0 def
	  /PDFSave null def
	  /DSCPageCount 0 def
	- /DoPDFPage {dup /Page# exch store pdfgetpage mypdfshowpage } def
	+ /DoPDFPage {dup /Page# exch store pdfgetpage pdfshowpage } def
	  
	  /pdfshowpage_mysetpage {	% <pagedict> pdfshowpage_mysetpage <pagedict>
	    dup /CropBox pget {
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/page/pdfprolog.ps:15,32 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/page/pdfprolog.ps:15,20
	        << 5 1 roll >> setpagedevice
	    } if
	  } bind def
	- 
	- /mypdfshowpage		% <pagedict> pdfshowpage -
	-  { dup /Page exch store
	-    pdfshowpage_init 
	-    pdfshowpage_setpage 
	-    pdfshowpage_mysetpage
	-    save /PDFSave exch store
	-    (before exec) VMDEBUG
	-      pdfshowpage_finish
	-    (after exec) VMDEBUG
	-    PDFSave restore
	-  } bind def
	  
	  GS_PDF_ProcSet begin
	  pdfdict begin
 [rsc] --rw-rw-r-- M 661145 glenda sys 9187 Jan 16 19:52 sys/src/cmd/page/ps.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/page/ps.c:348,354 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/page/ps.c:348,354
	  	d->fwdonly = ps->clueless = dumb;
	  	d->docname = argv[0];
	  
	- 	if(spawngs(ps) < 0)
	+ 	if(spawngs(ps, "-dSAFER") < 0)
	  		return nil;
	  
	  	if(!cantranslate)

Avoid overflow from top bit of p[3].
 [rsc] --rw-rw-r-- M 661145 glenda sys 3063 Jan 16 20:30 sys/include/fcall.h
	/n/sourcesdump/2006/0116/plan9/sys/include/fcall.h:64,70 - 
	/n/sourcesdump/2006/0117/plan9/sys/include/fcall.h:64,70
	  #define	GBIT8(p)	((p)[0])
	  #define	GBIT16(p)	((p)[0]|((p)[1]<<8))
	  #define	GBIT32(p)	((p)[0]|((p)[1]<<8)|((p)[2]<<16)|((p)[3]<<24))
	- #define	GBIT64(p)	((vlong)((p)[0]|((p)[1]<<8)|((p)[2]<<16)|((p)[3]<<24)) |\
	+ #define	GBIT64(p)	((u32int)((p)[0]|((p)[1]<<8)|((p)[2]<<16)|((p)[3]<<24)) |\
	  				((vlong)((p)[4]|((p)[5]<<8)|((p)[6]<<16)|((p)[7]<<24)) << 32))
	  
	  #define	PBIT8(p,v)	(p)[0]=(v)

Provide strdup.
 [rsc] --rw-rw-r-- M 661145 glenda sys 1259 Jan 16 20:48 sys/include/ape/string.h
	/n/sourcesdump/2006/0116/plan9/sys/include/ape/string.h:31,36 - 
	/n/sourcesdump/2006/0117/plan9/sys/include/ape/string.h:31,40
	  extern char *strerror(int);
	  extern size_t strlen(const char *);
	  
	+ #ifdef _BSD_EXTENSION
	+ #include <bsd.h>
	+ #endif
	+ 
	  #ifdef __cplusplus
	  }
	  #endif

Import gs 8.53
 [rsc] --rw-rw-r-- M 661145 glenda sys 1464 Jan 16 20:45 sys/src/cmd/gs/386.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/386.h:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/386.h:1,5
	- /* Parameters derived from machine and compiler architecture */
	+ /* Parameters derived from machine and compiler architecture. */
	+ /* This file is generated mechanically by genarch.c. */
	  
	  	 /* ---------------- Scalar alignments ---------------- */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/386.h:8,19 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/386.h:9,23
	  #define ARCH_ALIGN_PTR_MOD 4
	  #define ARCH_ALIGN_FLOAT_MOD 4
	  #define ARCH_ALIGN_DOUBLE_MOD 4
	+ #define ARCH_ALIGN_STRUCT_MOD 4
	  
	  	 /* ---------------- Scalar sizes ---------------- */
	  
	+ #define ARCH_LOG2_SIZEOF_CHAR 0
	  #define ARCH_LOG2_SIZEOF_SHORT 1
	  #define ARCH_LOG2_SIZEOF_INT 2
	  #define ARCH_LOG2_SIZEOF_LONG 2
	+ #define ARCH_LOG2_SIZEOF_LONG_LONG 3
	  #define ARCH_SIZEOF_PTR 4
	  #define ARCH_SIZEOF_FLOAT 4
	  #define ARCH_SIZEOF_DOUBLE 8
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/386.h:29,36 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/386.h:33,40
	  
	  	 /* ---------------- Cache sizes ---------------- */
	  
	- #define ARCH_CACHE1_SIZE 16384
	- #define ARCH_CACHE2_SIZE 524288
	+ #define ARCH_CACHE1_SIZE 131072
	+ #define ARCH_CACHE2_SIZE 4194304
	  
	  	 /* ---------------- Miscellaneous ---------------- */
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 1373 Jan 16 20:45 sys/src/cmd/gs/alpha.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/alpha.h:8,13 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/alpha.h:8,14
	  #define ARCH_ALIGN_PTR_MOD 4
	  #define ARCH_ALIGN_FLOAT_MOD 4
	  #define ARCH_ALIGN_DOUBLE_MOD 8
	+ #define ARCH_ALIGN_STRUCT_MOD 4
	  
	  	 /* ---------------- Scalar sizes ---------------- */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/alpha.h:14,19 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/alpha.h:15,21
	  #define ARCH_LOG2_SIZEOF_SHORT 1
	  #define ARCH_LOG2_SIZEOF_INT 2
	  #define ARCH_LOG2_SIZEOF_LONG 2
	+ #define ARCH_LOG2_SIZEOF_LONG_LONG 3
	  #define ARCH_SIZEOF_PTR 4
	  #define ARCH_SIZEOF_FLOAT 4
	  #define ARCH_SIZEOF_DOUBLE 8
 [rsc] --rw-rw-r-- M 661145 glenda sys 347 Jan 16 20:45 sys/src/cmd/gs/arch.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/arch.h:10,15 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/arch.h:10,17
	  #include "alpha.h"
	  #elif Tarm
	  #include "arm.h"
	+ #elif Tamd64
	+ #include "amd64.h"
	  #else
	  	I do not know about your architecture.
	  	Update switch in arch.h with new architecture.
 [rsc] --rw-rw-r-- M 661145 glenda sys 1376 Jan 16 20:45 sys/src/cmd/gs/arm.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/arm.h:8,13 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/arm.h:8,14
	  #define ARCH_ALIGN_PTR_MOD 4
	  #define ARCH_ALIGN_FLOAT_MOD 4
	  #define ARCH_ALIGN_DOUBLE_MOD 4
	+ #define ARCH_ALIGN_STRUCT_MOD 4
	  
	  	 /* ---------------- Scalar sizes ---------------- */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/arm.h:14,19 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/arm.h:15,21
	  #define ARCH_LOG2_SIZEOF_SHORT 1
	  #define ARCH_LOG2_SIZEOF_INT 2
	  #define ARCH_LOG2_SIZEOF_LONG 2
	+ #define ARCH_LOG2_SIZEOF_LONG_LONG 3
	  #define ARCH_SIZEOF_PTR 4
	  #define ARCH_SIZEOF_FLOAT 4
	  #define ARCH_SIZEOF_DOUBLE 8
 [rsc] --rw-rw-r-- M 661145 rsc sys 1464 Jan 16 20:45 sys/src/cmd/gs/default.386.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/default.386.h:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/default.386.h:1,5
	- /* Parameters derived from machine and compiler architecture */
	+ /* Parameters derived from machine and compiler architecture. */
	+ /* This file is generated mechanically by genarch.c. */
	  
	  	 /* ---------------- Scalar alignments ---------------- */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/default.386.h:8,19 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/default.386.h:9,23
	  #define ARCH_ALIGN_PTR_MOD 4
	  #define ARCH_ALIGN_FLOAT_MOD 4
	  #define ARCH_ALIGN_DOUBLE_MOD 4
	+ #define ARCH_ALIGN_STRUCT_MOD 4
	  
	  	 /* ---------------- Scalar sizes ---------------- */
	  
	+ #define ARCH_LOG2_SIZEOF_CHAR 0
	  #define ARCH_LOG2_SIZEOF_SHORT 1
	  #define ARCH_LOG2_SIZEOF_INT 2
	  #define ARCH_LOG2_SIZEOF_LONG 2
	+ #define ARCH_LOG2_SIZEOF_LONG_LONG 3
	  #define ARCH_SIZEOF_PTR 4
	  #define ARCH_SIZEOF_FLOAT 4
	  #define ARCH_SIZEOF_DOUBLE 8
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/default.386.h:29,36 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/default.386.h:33,40
	  
	  	 /* ---------------- Cache sizes ---------------- */
	  
	- #define ARCH_CACHE1_SIZE 16384
	- #define ARCH_CACHE2_SIZE 524288
	+ #define ARCH_CACHE1_SIZE 131072
	+ #define ARCH_CACHE2_SIZE 4194304
	  
	  	 /* ---------------- Miscellaneous ---------------- */
	  
 [rsc] --rw-rw-r-- M 661145 rsc sys 1464 Jan 16 20:45 sys/src/cmd/gs/default.386.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 1373 Jan 16 20:45 sys/src/cmd/gs/default.alpha.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/default.alpha.h:8,13 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/default.alpha.h:8,14
	  #define ARCH_ALIGN_PTR_MOD 4
	  #define ARCH_ALIGN_FLOAT_MOD 4
	  #define ARCH_ALIGN_DOUBLE_MOD 8
	+ #define ARCH_ALIGN_STRUCT_MOD 4
	  
	  	 /* ---------------- Scalar sizes ---------------- */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/default.alpha.h:14,19 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/default.alpha.h:15,21
	  #define ARCH_LOG2_SIZEOF_SHORT 1
	  #define ARCH_LOG2_SIZEOF_INT 2
	  #define ARCH_LOG2_SIZEOF_LONG 2
	+ #define ARCH_LOG2_SIZEOF_LONG_LONG 3
	  #define ARCH_SIZEOF_PTR 4
	  #define ARCH_SIZEOF_FLOAT 4
	  #define ARCH_SIZEOF_DOUBLE 8
 [rsc] --rw-rw-r-- M 661145 rsc sys 1373 Jan 16 20:45 sys/src/cmd/gs/default.alpha.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 1376 Jan 16 20:45 sys/src/cmd/gs/default.arm.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/default.arm.h:8,13 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/default.arm.h:8,14
	  #define ARCH_ALIGN_PTR_MOD 4
	  #define ARCH_ALIGN_FLOAT_MOD 4
	  #define ARCH_ALIGN_DOUBLE_MOD 4
	+ #define ARCH_ALIGN_STRUCT_MOD 4
	  
	  	 /* ---------------- Scalar sizes ---------------- */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/default.arm.h:14,19 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/default.arm.h:15,21
	  #define ARCH_LOG2_SIZEOF_SHORT 1
	  #define ARCH_LOG2_SIZEOF_INT 2
	  #define ARCH_LOG2_SIZEOF_LONG 2
	+ #define ARCH_LOG2_SIZEOF_LONG_LONG 3
	  #define ARCH_SIZEOF_PTR 4
	  #define ARCH_SIZEOF_FLOAT 4
	  #define ARCH_SIZEOF_DOUBLE 8
 [rsc] --rw-rw-r-- M 661145 rsc sys 1372 Jan 16 20:45 sys/src/cmd/gs/default.mips.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/default.mips.h:8,13 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/default.mips.h:8,14
	  #define ARCH_ALIGN_PTR_MOD 4
	  #define ARCH_ALIGN_FLOAT_MOD 4
	  #define ARCH_ALIGN_DOUBLE_MOD 4
	+ #define ARCH_ALIGN_STRUCT_MOD 4
	  
	  	 /* ---------------- Scalar sizes ---------------- */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/default.mips.h:14,19 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/default.mips.h:15,21
	  #define ARCH_LOG2_SIZEOF_SHORT 1
	  #define ARCH_LOG2_SIZEOF_INT 2
	  #define ARCH_LOG2_SIZEOF_LONG 2
	+ #define ARCH_LOG2_SIZEOF_LONG_LONG 3
	  #define ARCH_SIZEOF_PTR 4
	  #define ARCH_SIZEOF_FLOAT 4
	  #define ARCH_SIZEOF_DOUBLE 8
 [rsc] --rw-rw-r-- M 661145 rsc sys 1372 Jan 16 20:45 sys/src/cmd/gs/default.mips.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 1444 Jan 16 20:45 sys/src/cmd/gs/default.power.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/default.power.h:9,14 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/default.power.h:9,15
	  #define ARCH_ALIGN_PTR_MOD 4
	  #define ARCH_ALIGN_FLOAT_MOD 4
	  #define ARCH_ALIGN_DOUBLE_MOD 4
	+ #define ARCH_ALIGN_STRUCT_MOD 4
	  
	  	 /* ---------------- Scalar sizes ---------------- */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/default.power.h:15,20 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/default.power.h:16,22
	  #define ARCH_LOG2_SIZEOF_SHORT 1
	  #define ARCH_LOG2_SIZEOF_INT 2
	  #define ARCH_LOG2_SIZEOF_LONG 2
	+ #define ARCH_LOG2_SIZEOF_LONG_LONG 3
	  #define ARCH_SIZEOF_PTR 4
	  #define ARCH_SIZEOF_FLOAT 4
	  #define ARCH_SIZEOF_DOUBLE 8
 [rsc] --rw-rw-r-- M 661145 rsc sys 1444 Jan 16 20:45 sys/src/cmd/gs/default.power.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 23585 Jan 16 20:49 sys/src/cmd/gs/doc/API.htm
 [rsc] --rw-rw-r-- M 661145 glenda sys 5302 Jan 16 20:49 sys/src/cmd/gs/doc/Bug-form.htm
 [rsc] --rw-rw-r-- M 661145 rsc sys 7401 Jan 16 20:49 sys/src/cmd/gs/doc/Bug-info.htm
 [rsc] --rw-rw-r-- M 661145 glenda sys 56085 Jan 16 20:49 sys/src/cmd/gs/doc/C-style.htm
 [rsc] --rw-rw-r-- M 661145 glenda sys 6682 Jan 16 20:49 sys/src/cmd/gs/doc/Changes.htm
 [rsc] --rw-rw-r-- M 661145 glenda sys 13277 Jan 16 20:49 sys/src/cmd/gs/doc/Commprod.htm
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2570 Jan 16 20:49 sys/src/cmd/gs/doc/Copying.htm
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/Copying.htm:2,8 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/Copying.htm:2,8
	  <html>
	  <head>
	  <title>Not the Gnu General Public License</title>
	- <!-- $Id: Copying.htm,v 1.13.2.2 2002/02/01 05:31:24 raph Exp $ -->
	+ <!-- $Id: Copying.htm,v 1.39 2005/10/20 19:46:23 ray Exp $ -->
	  <!-- Originally: COPYING -->
	  <link rel="stylesheet" type="text/css" href="gs.css" title="Ghostscript Style">
	  </head>
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/Copying.htm:49,61 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/Copying.htm:49,69
	  All rights reserved.</small>
	  
	  <p>
	- <small>This file is part of AFPL Ghostscript.  See the
	- <a href="Public.htm">Aladdin Free Public License</a> (the "License") for
	- full details of the terms of using, copying, modifying, and redistributing
	- AFPL Ghostscript.</small>
	+ This software is provided AS-IS with no warranty, either express or
	+ implied.
	  
	+ This software is distributed under license and may not be copied,
	+ modified or distributed except as expressly authorized under the terms
	+ of the license contained in the file LICENSE in this distribution.
	+ 
	+ For more information about licensing, please refer to
	+ http://www.ghostscript.com/licensing/. For information on
	+ commercial licensing, go to http://www.artifex.com/licensing/ or
	+ contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	+ 
	  <p>
	- <small>Ghostscript version 7.04, 31 January 2002
	+ <small>Ghostscript version 8.53, 20 October 2005
	  
	  <!-- [3.0 end visible trailer] ============================================= -->
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 25595 Jan 16 20:49 sys/src/cmd/gs/doc/DLL.htm
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 181501 Jan 16 20:49 sys/src/cmd/gs/doc/Deprecated.htm
 [rsc] --rw-rw-r-- M 661145 rsc sys 14143 Jan 16 20:49 sys/src/cmd/gs/doc/Details.htm
 [rsc] --rw-rw-r-- M 661145 rsc sys 1468891 Jan 16 20:49 sys/src/cmd/gs/doc/Details8.htm
 [rsc] --rw-rw-r-- M 661145 rsc sys 163215 Jan 16 20:49 sys/src/cmd/gs/doc/Develop.htm
 [rsc] --rw-rw-r-- M 661145 glenda sys 59077 Jan 16 20:49 sys/src/cmd/gs/doc/Devices.htm
 [rsc] --rw-rw-r-- M 661145 glenda sys 130714 Jan 16 20:49 sys/src/cmd/gs/doc/Drivers.htm
 [rsc] --rw-rw-r-- M 661145 glenda sys 45394 Jan 16 20:49 sys/src/cmd/gs/doc/Fonts.htm
 [rsc] --rw-rw-r-- M 661145 glenda sys 10326 Jan 16 20:49 sys/src/cmd/gs/doc/Helpers.htm
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 14205 Jan 16 20:49 sys/src/cmd/gs/doc/Hershey.htm
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/Hershey.htm:2,8 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/Hershey.htm:2,8
	  <html>
	  <head>
	  <title>Hershey fonts for Ghostscript</title>
	- <!-- $Id: Hershey.htm,v 1.3 2000/11/04 05:00:00 giles Exp $ -->
	+ <!-- $Id: Hershey.htm,v 1.5 2002/02/21 21:36:33 giles Exp $ -->
	  <!-- Originally: hershey.txt -->
	  <link rel="stylesheet" type="text/css" href="gs.css" title="Ghostscript Style">
	  </head>
 [rsc] --rw-rw-r-- M 661145 glenda sys 15593 Jan 16 20:49 sys/src/cmd/gs/doc/History1.htm
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/History1.htm:2,8 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/History1.htm:2,8
	  <html>
	  <head>
	  <title>History of Ghostscript versions 1.n</title>
	- <!-- $Id: History1.htm,v 1.13.2.2 2002/02/01 05:31:24 raph Exp $ -->
	+ <!-- $Id: History1.htm,v 1.39 2005/10/20 19:46:23 ray Exp $ -->
	  <!-- Originally: history1.txt -->
	  <!--
	  	WARNING: do not use Pete Kaiser's emacs function "gs-toc" alone to
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/History1.htm:419,431 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/History1.htm:419,439
	  <p><small>Copyright &copy; 1996, 1997, 1998 Aladdin Enterprises.
	  All rights reserved.</small>
	  
	- <p><small>This file is part of AFPL Ghostscript.  See the
	- <a href="Public.htm">Aladdin Free Public License</a> (the "License") for
	- full details of the terms of using, copying, modifying, and redistributing
	- AFPL Ghostscript.</small>
	+ <p>This software is provided AS-IS with no warranty, either express or
	+ <p>implied.
	+ <p>
	+ <p>This software is distributed under license and may not be copied,
	+ <p>modified or distributed except as expressly authorized under the terms
	+ <p>of the license contained in the file LICENSE in this distribution.
	+ <p>
	+ <p>For more information about licensing, please refer to
	+ <p>http://www.ghostscript.com/licensing/. For information on
	+ <p>commercial licensing, go to http://www.artifex.com/licensing/ or
	+ <p>contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ <p>San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	  <p>
	- <small>Ghostscript version 7.04, 31 January 2002
	+ <small>Ghostscript version 8.53, 20 October 2005
	  
	  <!-- [3.0 end visible trailer] ============================================= -->
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 211259 Jan 16 20:49 sys/src/cmd/gs/doc/History2.htm
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/History2.htm:2,8 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/History2.htm:2,8
	  <html>
	  <head>
	  <title>History of Ghostscript versions 1.n</title>
	- <!-- $Id: History2.htm,v 1.13.2.2 2002/02/01 05:31:24 raph Exp $ -->
	+ <!-- $Id: History2.htm,v 1.39 2005/10/20 19:46:23 ray Exp $ -->
	  <!-- Originally: history2.txt -->
	  <!--
	  	WARNING: do not use Pete Kaiser's emacs function "gs-toc" alone to
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/History2.htm:5215,5227 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/History2.htm:5215,5235
	  All rights reserved.</small>
	  
	  <p>
	- <small>This file is part of AFPL Ghostscript.  See the
	- <a href="Public.htm">Aladdin Free Public License</a> (the "License") for
	- full details of the terms of using, copying, modifying, and redistributing
	- AFPL Ghostscript.</small>
	+ This software is provided AS-IS with no warranty, either express or
	+ implied.
	  
	+ This software is distributed under license and may not be copied,
	+ modified or distributed except as expressly authorized under the terms
	+ of the license contained in the file LICENSE in this distribution.
	+ 
	+ For more information about licensing, please refer to
	+ http://www.ghostscript.com/licensing/. For information on
	+ commercial licensing, go to http://www.artifex.com/licensing/ or
	+ contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	+ 
	  <p>
	- <small>Ghostscript version 7.04, 31 January 2002
	+ <small>Ghostscript version 8.53, 20 October 2005
	  
	  <!-- [3.0 end visible trailer] ============================================= -->
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 348905 Jan 16 20:49 sys/src/cmd/gs/doc/History3.htm
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/History3.htm:2,8 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/History3.htm:2,8
	  <html>
	  <head>
	  <title>History of Ghostscript versions 3.n</title>
	- <!-- $Id: History3.htm,v 1.13.2.2 2002/02/01 05:31:24 raph Exp $ -->
	+ <!-- $Id: History3.htm,v 1.39 2005/10/20 19:46:23 ray Exp $ -->
	  <!-- Originally: history3.txt -->
	  <!--
	  	WARNING: do not use Pete Kaiser's emacs function "gs-toc" alone to
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/History3.htm:8580,8592 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/History3.htm:8580,8600
	  All rights reserved.</small>
	  
	  <p>
	- <small>This file is part of AFPL Ghostscript.  See the
	- <a href="Public.htm">Aladdin Free Public License</a> (the "License") for
	- full details of the terms of using, copying, modifying, and redistributing
	- AFPL Ghostscript.</small>
	+ This software is provided AS-IS with no warranty, either express or
	+ implied.
	  
	+ This software is distributed under license and may not be copied,
	+ modified or distributed except as expressly authorized under the terms
	+ of the license contained in the file LICENSE in this distribution.
	+ 
	+ For more information about licensing, please refer to
	+ http://www.ghostscript.com/licensing/. For information on
	+ commercial licensing, go to http://www.artifex.com/licensing/ or
	+ contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	+ 
	  <p>
	- <small>Ghostscript version 7.04, 31 January 2002
	+ <small>Ghostscript version 8.53, 20 October 2005
	  
	  
	  <!-- [3.0 end visible trailer] ============================================= -->
 [rsc] --rw-rw-r-- M 661145 glenda sys 162218 Jan 16 20:49 sys/src/cmd/gs/doc/History4.htm
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/History4.htm:2,8 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/History4.htm:2,8
	  <html>
	  <head>
	  <title>History of Ghostscript versions 4.n</title>
	- <!-- $Id: History4.htm,v 1.13.2.2 2002/02/01 05:31:25 raph Exp $ -->
	+ <!-- $Id: History4.htm,v 1.39 2005/10/20 19:46:23 ray Exp $ -->
	  <!-- Originally: history4.txt -->
	  <!--
	  	WARNING: do not use Pete Kaiser's emacs function "gs-toc" alone to
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/History4.htm:3964,3976 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/History4.htm:3964,3984
	  All rights reserved.</small>
	  
	  <p>
	- <small>This file is part of AFPL Ghostscript.  See the
	- <a href="Public.htm">Aladdin Free Public License</a> (the "License") for
	- full details of the terms of using, copying, modifying, and redistributing
	- AFPL Ghostscript.</small>
	+ This software is provided AS-IS with no warranty, either express or
	+ implied.
	  
	+ This software is distributed under license and may not be copied,
	+ modified or distributed except as expressly authorized under the terms
	+ of the license contained in the file LICENSE in this distribution.
	+ 
	+ For more information about licensing, please refer to
	+ http://www.ghostscript.com/licensing/. For information on
	+ commercial licensing, go to http://www.artifex.com/licensing/ or
	+ contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	+ 
	  <p>
	- <small>Ghostscript version 7.04, 31 January 2002
	+ <small>Ghostscript version 8.53, 20 October 2005
	  
	  <!-- [3.0 end visible trailer] ============================================= -->
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 564959 Jan 16 20:49 sys/src/cmd/gs/doc/History5.htm
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/History5.htm:2,8 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/History5.htm:2,8
	  <html>
	  <head>
	  <title>History of Ghostscript versions 5.n</title>
	- <!-- $Id: History5.htm,v 1.15.2.2 2002/02/01 05:31:25 raph Exp $ -->
	+ <!-- $Id: History5.htm,v 1.41 2005/10/20 19:46:23 ray Exp $ -->
	  <!--
	  	WARNING: do not use Pete Kaiser's emacs function "gs-toc" alone to
	  	re-create the table of contents here, because it will replace the
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/History5.htm:13438,13450 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/History5.htm:13438,13458
	  All rights reserved.</small>
	  
	  <p>
	- <small>This file is part of AFPL Ghostscript.  See the
	- <a href="Public.htm">Aladdin Free Public License</a> (the "License") for
	- full details of the terms of using, copying, modifying, and redistributing
	- AFPL Ghostscript.</small>
	+ This software is provided AS-IS with no warranty, either express or
	+ implied.
	  
	+ This software is distributed under license and may not be copied,
	+ modified or distributed except as expressly authorized under the terms
	+ of the license contained in the file LICENSE in this distribution.
	+ 
	+ For more information about licensing, please refer to
	+ http://www.ghostscript.com/licensing/. For information on
	+ commercial licensing, go to http://www.artifex.com/licensing/ or
	+ contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	+ 
	  <p>
	- <small>Ghostscript version 7.04, 31 January 2002
	+ <small>Ghostscript version 8.53, 20 October 2005
	  
	  <!-- [3.0 end visible trailer] ============================================= -->
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 365320 Jan 16 20:49 sys/src/cmd/gs/doc/History6.htm
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/History6.htm:2,8 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/History6.htm:2,8
	  <html>
	  <head>
	  <title>History of Ghostscript versions 6.n</title>
	- <!-- $Id: History6.htm,v 1.30.2.2 2002/02/01 05:31:25 raph Exp $ -->
	+ <!-- $Id: History6.htm,v 1.56 2005/10/20 19:46:23 ray Exp $ -->
	  <!--
	  	WARNING: do not use Pete Kaiser's emacs function "gs-toc" alone to
	  	re-create the table of contents here, because it will replace the
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/History6.htm:7320,7332 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/History6.htm:7320,7340
	  All rights reserved.</small>
	  
	  <p>
	- <small>This file is part of AFPL Ghostscript.  See the
	- <a href="Public.htm">Aladdin Free Public License</a> (the "License") for
	- full details of the terms of using, copying, modifying, and redistributing
	- AFPL Ghostscript.</small>
	+ This software is provided AS-IS with no warranty, either express or
	+ implied.
	  
	+ This software is distributed under license and may not be copied,
	+ modified or distributed except as expressly authorized under the terms
	+ of the license contained in the file LICENSE in this distribution.
	+ 
	+ For more information about licensing, please refer to
	+ http://www.ghostscript.com/licensing/. For information on
	+ commercial licensing, go to http://www.artifex.com/licensing/ or
	+ contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	+ 
	  <p>
	- <small>Ghostscript version 7.04, 31 January 2002
	+ <small>Ghostscript version 8.53, 20 October 2005
	  
	  <!-- [3.0 end visible trailer] ============================================= -->
	  
 [rsc] --rw-rw-r-- M 661145 rsc sys 822891 Jan 16 20:49 sys/src/cmd/gs/doc/History7.htm
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 788680 Jan 16 20:49 sys/src/cmd/gs/doc/History8.htm
 [rsc] --rw-rw-r-- M 661145 glenda sys 28073 Jan 16 20:49 sys/src/cmd/gs/doc/Htmstyle.htm
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/Htmstyle.htm:3,9 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/Htmstyle.htm:3,9
	  <html>
	  <head>
	  <title>HTML coding and style guidelines for Ghostscript documentation</title>
	- <!-- $Id: Htmstyle.htm,v 1.18.2.2 2002/02/01 05:31:25 raph Exp $ -->
	+ <!-- $Id: Htmstyle.htm,v 1.44 2005/10/20 19:46:23 ray Exp $ -->
	  <link rel="stylesheet" type="text/css" href="gs.css" title="Ghostscript Style">
	  </head>
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/Htmstyle.htm:762,774 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/Htmstyle.htm:762,782
	  reserved.</small>
	  
	  <p>
	- <small>This file is part of AFPL Ghostscript.  See the
	- <a href="Public.htm">Aladdin Free Public License</a> (the "License") for
	- full details of the terms of using, copying, modifying, and redistributing
	- AFPL Ghostscript.</small>
	+ This software is provided AS-IS with no warranty, either express or
	+ implied.
	  
	+ This software is distributed under license and may not be copied,
	+ modified or distributed except as expressly authorized under the terms
	+ of the license contained in the file LICENSE in this distribution.
	+ 
	+ For more information about licensing, please refer to
	+ http://www.ghostscript.com/licensing/. For information on
	+ commercial licensing, go to http://www.artifex.com/licensing/ or
	+ contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	+ 
	  <p>
	- <small>Ghostscript version 7.04, 31 January 2002
	+ <small>Ghostscript version 8.53, 20 October 2005
	  
	  <!-- [3.0 end visible trailer] ============================================= -->
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 3633 Jan 16 20:49 sys/src/cmd/gs/doc/Humor.htm
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/Humor.htm:2,8 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/Humor.htm:2,8
	  <html>
	  <head>
	  <title>Another Ghostscript interpreter</title>
	- <!-- $Id: Humor.htm,v 1.3 2001/04/21 17:14:33 rayjj Exp $ -->
	+ <!-- $Id: Humor.htm,v 1.5 2002/02/21 21:36:33 giles Exp $ -->
	  <!-- Originally: humor.txt -->
	  <link rel="stylesheet" type="text/css" href="gs.css" title="Ghostscript Style">
	  </head>
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/Humor.htm:76,85 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/Humor.htm:76,93
	  <small>Copyright &copy; 2001 artofcode LLC.  All rights reserved.</small>
	  
	  <p>
	- <small>This file is part of AFPL Ghostscript.  See the
	- <a href="Public.htm">Aladdin Free Public License</a> (the "License") for
	- full details of the terms of using, copying, modifying, and redistributing
	- AFPL Ghostscript.</small>
	+ This software is provided AS-IS with no warranty, either express or
	+ implied.
	+ 
	+ This software is distributed under license and may not be copied,
	+ modified or distributed except as expressly authorized under the terms
	+ of the license contained in the file LICENSE in this distribution.
	+ 
	+ For more information about licensing, please refer to
	+ http://www.ghostscript.com/licensing/. For information on
	+ commercial licensing, go to http://www.artifex.com/licensing/ or
	+ contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	  <p>
	  <small>Ghostscript version 7.00, 8 April 2001
 [rsc] --rw-rw-r-- M 661145 glenda sys 20665 Jan 16 20:49 sys/src/cmd/gs/doc/Install.htm
 [rsc] --rw-rw-r-- M 661145 rsc sys 20893 Jan 16 20:49 sys/src/cmd/gs/doc/Issues.htm
 [rsc] --rw-rw-r-- M 661145 glenda sys 87637 Jan 16 20:49 sys/src/cmd/gs/doc/Language.htm
 [rsc] --rw-rw-r-- M 661145 glenda sys 32830 Jan 16 20:49 sys/src/cmd/gs/doc/Lib.htm
 [rsc] --rw-rw-r-- M 661145 rsc sys 8759 Jan 16 20:49 sys/src/cmd/gs/doc/Maintain.htm
 [rsc] --rw-rw-r-- M 661145 glenda sys 115126 Jan 16 20:49 sys/src/cmd/gs/doc/Make.htm
 [rsc] --rw-rw-r-- M 661145 glenda sys 5437 Jan 16 20:49 sys/src/cmd/gs/doc/News.htm
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 14333 Jan 16 20:49 sys/src/cmd/gs/doc/PUBLIC
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/PUBLIC:43,49 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/PUBLIC:43,49
	     Ghostscript." The "Program", below, refers to such program. The
	     Program is a copyrighted work whose copyright is held by artofcode
	     LLC, located in Benicia, California (the "Licensor"). Please note that
	-    AFPL Ghostscript is neither the program known as "GNU Ghostscript" nor
	+    AFPL Ghostscript is neither the program known as "GPL Ghostscript" nor
	     the version of Ghostscript available for commercial licensing from
	     Artifex Software Inc.
	  
 [rsc] --rw-rw-r-- M 661145 rsc sys 30626 Jan 16 20:49 sys/src/cmd/gs/doc/Projects.htm
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 14820 Jan 16 20:49 sys/src/cmd/gs/doc/Ps-style.htm
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/Ps-style.htm:2,8 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/Ps-style.htm:2,8
	  <html>
	  <head>
	  <title>Ghostscript PostScript coding guidelines</title>
	- <!-- $Id: Ps-style.htm,v 1.13.2.2 2002/02/01 05:31:25 raph Exp $ -->
	+ <!-- $Id: Ps-style.htm,v 1.37 2005/10/20 19:46:23 ray Exp $ -->
	  <link rel="stylesheet" type="text/css" href="gs.css" title="Ghostscript Style">
	  </head>
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/Ps-style.htm:502,508 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/Ps-style.htm:502,508
	  Ghostscript.</small>
	  
	  <p>
	- <small>Ghostscript version 7.04, 31 January 2002
	+ <small>Ghostscript version 8.53, 20 October 2005
	  
	  <!-- [3.0 end visible trailer] ============================================= -->
	  
 [rsc] --rw-rw-r-- M 661145 rsc sys 6604 Jan 16 20:49 sys/src/cmd/gs/doc/Ps2epsi.htm
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/Ps2epsi.htm:2,8 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/Ps2epsi.htm:2,8
	  <html>
	  <head>
	  <title>Convert PostScript to Encapsulated PostScript Interchange format</title>
	- <!-- $Id: Ps2epsi.htm,v 1.15.2.2 2002/02/01 05:31:25 raph Exp $ -->
	+ <!-- $Id: Ps2epsi.htm,v 1.42 2005/10/20 19:46:23 ray Exp $ -->
	  <!-- Originally: ps2epsi.txt -->
	  <link rel="stylesheet" type="text/css" href="gs.css" title="Ghostscript Style">
	  </head>
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/Ps2epsi.htm:63,69 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/Ps2epsi.htm:63,69
	  input a PostScript file and generates as output a new file which conforms
	  to Adobe's Encapsulated PostScript Interchange (EPSI) format, a special
	  form of
	- <a href="http://partners.adobe.com/asn/developer/pdfs/tn/5002.EPSF_Spec.pdf" 
	+ <a href="http://partners.adobe.com/public/developer/en/ps/5002.EPSF_Spec.pdf" 
	  class="offsite">Encapsulated PostScript</a>
	  (EPS) which adds to the beginning of the file, as PostScript comments, a
	  low-resolution monochrome bitmap image of the final displayed page.
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/Ps2epsi.htm:167,179 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/Ps2epsi.htm:167,187
	  reserved.</small>
	  
	  <p>
	- <small>This file is part of AFPL Ghostscript.  See the
	- <a href="Public.htm">Aladdin Free Public License</a> (the "License") for
	- full details of the terms of using, copying, modifying, and redistributing
	- AFPL Ghostscript.</small>
	+ This software is provided AS-IS with no warranty, either express or
	+ implied.
	  
	+ This software is distributed under license and may not be copied,
	+ modified or distributed except as expressly authorized under the terms
	+ of the license contained in the file LICENSE in this distribution.
	+ 
	+ For more information about licensing, please refer to
	+ http://www.ghostscript.com/licensing/. For information on
	+ commercial licensing, go to http://www.artifex.com/licensing/ or
	+ contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	+ 
	  <p>
	- <small>Ghostscript version 7.04, 31 January 2002
	+ <small>Ghostscript version 8.53, 20 October 2005
	  
	  <!-- [3.0 end visible trailer] ============================================= -->
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 40440 Jan 16 20:49 sys/src/cmd/gs/doc/Ps2pdf.htm
	[diffs elided]
 [rsc] --rwxrwxr-x M 661145 rsc sys 9943 Jan 16 20:49 sys/src/cmd/gs/doc/Ps2ps2.htm
 [rsc] --rw-rw-r-- M 661145 glenda sys 30055 Jan 16 20:49 sys/src/cmd/gs/doc/Psfiles.htm
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 14407 Jan 16 20:49 sys/src/cmd/gs/doc/Public.htm
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/Public.htm:2,8 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/Public.htm:2,8
	  <html>
	  <head>
	  <title>Aladdin Free Public License</title>
	- <!-- $Id: Public.htm,v 1.4 2000/11/04 05:00:00 giles Exp $ -->
	+ <!-- $Id: Public.htm,v 1.7 2004/09/25 20:19:01 giles Exp $ -->
	  <!-- Originally: PUBLIC -->
	  <link rel="stylesheet" type="text/css" href="gs.css" title="Ghostscript Style">
	  </head>
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/Public.htm:77,83 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/Public.htm:77,83
	  The "Program", below, refers to such program.  The Program is a copyrighted
	  work whose copyright is held by artofcode LLC, located in Benicia,
	  California (the "Licensor").  Please note that AFPL Ghostscript is neither
	- the program known as "GNU Ghostscript" nor the version of Ghostscript
	+ the program known as "GPL Ghostscript" nor the version of Ghostscript
	  available for commercial licensing from Artifex Software Inc.
	  
	  <p>
 [rsc] --rw-rw-r-- M 661145 glenda sys 16006 Jan 16 20:49 sys/src/cmd/gs/doc/README
 [rsc] --rw-rw-r-- M 661145 glenda sys 22707 Jan 16 20:49 sys/src/cmd/gs/doc/Readme.htm
 [rsc] --rw-rw-r-- M 661145 glenda sys 30201 Jan 16 20:49 sys/src/cmd/gs/doc/Release.htm
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 13853 Jan 16 20:49 sys/src/cmd/gs/doc/Source.htm
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/Source.htm:2,8 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/Source.htm:2,8
	  <html>
	  <head>
	  <title>Guide to Ghostscript source code</title>
	- <!-- $Id: Source.htm,v 1.13.2.2 2002/02/01 05:31:25 raph Exp $ -->
	+ <!-- $Id: Source.htm,v 1.39 2005/10/20 19:46:23 ray Exp $ -->
	  <!-- Originally: source.txt -->
	  <link rel="stylesheet" type="text/css" href="gs.css" title="Ghostscript Style">
	  </head>
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/Source.htm:367,379 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/Source.htm:367,387
	  rights reserved.</small>
	  
	  <p>
	- <small>This file is part of AFPL Ghostscript.  See the
	- <a href="Public.htm">Aladdin Free Public License</a> (the "License") for
	- full details of the terms of using, copying, modifying, and redistributing
	- AFPL Ghostscript.</small>
	+ This software is provided AS-IS with no warranty, either express or
	+ implied.
	  
	+ This software is distributed under license and may not be copied,
	+ modified or distributed except as expressly authorized under the terms
	+ of the license contained in the file LICENSE in this distribution.
	+ 
	+ For more information about licensing, please refer to
	+ http://www.ghostscript.com/licensing/. For information on
	+ commercial licensing, go to http://www.artifex.com/licensing/ or
	+ contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	+ 
	  <p>
	- <small>Ghostscript version 7.04, 31 January 2002
	+ <small>Ghostscript version 8.53, 20 October 2005
	  
	  <!-- [3.0 end visible trailer] ============================================= -->
	  
 [rsc] --rw-rw-r-- M 661145 rsc sys 11174 Jan 16 20:49 sys/src/cmd/gs/doc/Testing.htm
 [rsc] --rw-rw-r-- M 661145 glenda sys 10695 Jan 16 20:49 sys/src/cmd/gs/doc/Unix-lpr.htm
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/Unix-lpr.htm:2,8 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/Unix-lpr.htm:2,8
	  <html>
	  <head>
	  <title>Setting up a Unix lpr filter for Ghostscript</title>
	- <!-- $Id: Unix-lpr.htm,v 1.13.2.2 2002/02/01 05:31:25 raph Exp $ -->
	+ <!-- $Id: Unix-lpr.htm,v 1.39 2005/10/20 19:46:23 ray Exp $ -->
	  <!-- Originally: unix-lpr.txt -->
	  <link rel="stylesheet" type="text/css" href="gs.css" title="Ghostscript Style">
	  </head>
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/Unix-lpr.htm:251,263 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/Unix-lpr.htm:251,271
	  rights reserved.</small>
	  
	  <p>
	- <small>This file is part of AFPL Ghostscript.  See the
	- <a href="Public.htm">Aladdin Free Public License</a> (the "License") for
	- full details of the terms of using, copying, modifying, and redistributing
	- AFPL Ghostscript.</small>
	+ This software is provided AS-IS with no warranty, either express or
	+ implied.
	  
	+ This software is distributed under license and may not be copied,
	+ modified or distributed except as expressly authorized under the terms
	+ of the license contained in the file LICENSE in this distribution.
	+ 
	+ For more information about licensing, please refer to
	+ http://www.ghostscript.com/licensing/. For information on
	+ commercial licensing, go to http://www.artifex.com/licensing/ or
	+ contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	+ 
	  <p>
	- <small>Ghostscript version 7.04, 31 January 2002
	+ <small>Ghostscript version 8.53, 20 October 2005
	  
	  <!-- [3.0 end visible trailer] ============================================= -->
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 144523 Jan 16 20:49 sys/src/cmd/gs/doc/Use.htm
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 10644 Jan 16 20:49 sys/src/cmd/gs/doc/Xfonts.htm
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/Xfonts.htm:2,8 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/Xfonts.htm:2,8
	  <html>
	  <head>
	  <title>Ghostscript's external font and text interface</title>
	- <!-- $Id: Xfonts.htm,v 1.13.2.2 2002/02/01 05:31:25 raph Exp $ -->
	+ <!-- $Id: Xfonts.htm,v 1.39 2005/10/20 19:46:23 ray Exp $ -->
	  <!-- Originally: xfonts.txt -->
	  <link rel="stylesheet" type="text/css" href="gs.css" title="Ghostscript Style">
	  </head>
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/Xfonts.htm:249,261 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/Xfonts.htm:249,269
	  rights reserved.</small>
	  
	  <p>
	- <small>This file is part of AFPL Ghostscript.  See the
	- <a href="Public.htm">Aladdin Free Public License</a> (the "License") for
	- full details of the terms of using, copying, modifying, and redistributing
	- AFPL Ghostscript.</small>
	+ This software is provided AS-IS with no warranty, either express or
	+ implied.
	  
	+ This software is distributed under license and may not be copied,
	+ modified or distributed except as expressly authorized under the terms
	+ of the license contained in the file LICENSE in this distribution.
	+ 
	+ For more information about licensing, please refer to
	+ http://www.ghostscript.com/licensing/. For information on
	+ commercial licensing, go to http://www.artifex.com/licensing/ or
	+ contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	+ 
	  <p>
	- <small>Ghostscript version 7.04, 31 January 2002
	+ <small>Ghostscript version 8.53, 20 October 2005
	  
	  <!-- [3.0 end visible trailer] ============================================= -->
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 10848 Jan 16 20:49 sys/src/cmd/gs/doc/gs-vms.hlp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/gs-vms.hlp:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/gs-vms.hlp:1,7
	  1 gs
	   gs - AFPL Ghostscript interpreter/previewer
	- ! $Id: gs-vms.hlp,v 1.12.2.2 2002/02/01 05:31:25 raph Exp $
	- ! Ghostscript version 7.04, 31 January 2002
	+ ! $Id: gs-vms.hlp,v 1.37 2005/10/20 19:46:23 ray Exp $
	+ ! Ghostscript version 8.53, 20 October 2005
	    Usage:
	     $ gs [options] [file ...]
	  
 [rsc] --rw-rw-r-- M 661145 rsc sys 986 Jan 16 20:49 sys/src/cmd/gs/doc/gs.css
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/gs.css:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/gs.css:1,5
	  /* This is the default Ghostscript stylesheet */
	+ /* $Id: gs.css,v 1.3 2004/01/15 17:45:47 giles Exp $ */
	  
	  body
	  {
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/gs.css:70,73 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/gs.css:71,80
	  a:hover, a:active, a:focus
	  {
	    background: #FFFFAA;
	+ }
	+ 
	+ # table formatting hints
	+ td
	+ {
	+   vertical-align: top;
	  }
 [rsc] --rw-rw-r-- M 661145 glenda sys 22041 Jan 16 20:50 sys/src/cmd/gs/doc/gsdoc.el
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/gsdoc.el:462,468 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/gsdoc.el:462,468
	  (goto-char (point-min))
	  (insert "<pre>\n") (setq g~pre-point (point))
	  (setq g~ID " [No pre-existing ID] ")
	- (if (re-search-forward "^\\$Id: gsdoc.el,v 1.1 2000/03/09 08:40:39 lpd Exp $" nil t) (progn
	+ (if (re-search-forward "^\\$Id:\\( [^ ]+ \\)\\$" nil t) (progn
	      (setq g~ID (buffer-substring (match-beginning 1) (match-end 1)))
	      (next-line 1) (beginning-of-line) (delete-region g~pre-point (point))
	      ))
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/gsdoc.el:522,528 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/gsdoc.el:522,528
	  ;; Replace the RCS $Id if one can be found in exactly the right format, and
	  ;; otherwise insert one just after the title, along with a warning message.
	  
	- (if (re-search-forward "<!-- $Id: gsdoc.el,v 1.1 2000/03/09 08:40:39 lpd Exp $ -->" nil t)
	+ (if (re-search-forward "<!-- $Id: *\\([^ ]*\\) $ -->" nil t)
	      (progn
	        (setq Original (buffer-substring (match-beginning 1) (match-end 1)))
	        (replace-match g~thisfile t t nil 1)
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/gsdoc.el:529,535 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/gsdoc.el:529,535
	        )
	      (progn
	        (search-forward "</title>" nil t) (end-of-line)
	-       (insert (concat "\n<!-- $Id: gsdoc.el,v 1.1 2000/03/09 08:40:39 lpd Exp $ -->"))
	+       (insert (concat "\n<!-- $Id: " g~thisfile " $ -->"))
	        (setq Original "(UNSET by gs-structure)")
	        )
	      )
 [rsc] --rw-rw-r-- M 661145 glenda sys 456 Jan 16 20:50 sys/src/cmd/gs/doc/index.html
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/doc/index.html:3,8 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/doc/index.html:3,9
	  <head>
	  <title>Ghostscript</title>
	  <!-- Ghostscript auto-referral to the introductory document -->
	+ <!-- $Id: index.html,v 1.5 2002/02/21 21:36:33 giles Exp $ -->
	  <meta http-equiv="REFRESH" content="0; url=Readme.htm">
	  </head>
	  <body>
 [rsc] --rw-rw-r-- M 661145 rsc sys 454126 Jan 16 20:50 sys/src/cmd/gs/examples/annots.pdf
	[diffs elided]
 [rsc] --rwxrwxr-x M 661145 rsc sys 25574 Jan 16 20:50 sys/src/cmd/gs/examples/golfer.eps
 [rsc] --rwxrwxr-x M 661145 rsc sys 78599 Jan 16 20:50 sys/src/cmd/gs/examples/tiger.eps
 [rsc] --rw-rw-r-- M 661145 glenda sys 13217 Jan 16 20:50 sys/src/cmd/gs/examples/vasarely.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/examples/vasarely.ps:514,521 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/examples/vasarely.ps:514,521
	  /page {
	   clippath pathbbox /ury exch def /urx exch def /lly exch def /llx exch
	  def
	- /pagewidth urx llx sub def
	- /pageheight ury lly sub def
	+ /pagewidth urx llx sub 36 72 mul min def
	+ /pageheight ury lly sub 36 72 mul min def
	  0 0 moveto 
	   llx lly translate
	     /outerwidth
 [rsc] --rw-rw-r-- M 661145 glenda sys 2532 Jan 16 20:50 sys/src/cmd/gs/examples/waterfal.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/examples/waterfal.ps:2,23 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/examples/waterfal.ps:2,21
	  /waterfalsave save def	% prevent residual side effects
	  %    Copyright (C) 1992, 1993, 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: waterfal.ps,v 1.3 2001/10/01 21:28:25 rayjj Exp $
	+ % $Id: waterfal.ps,v 1.5 2002/02/21 22:49:46 giles Exp $
	  % waterfal.ps
	  % This file produces a 'waterfall' printout of fonts at various sizes.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 94 Jan 16 20:46 sys/src/cmd/gs/fixSAFER.ed
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/fixSAFER.ed:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/fixSAFER.ed:1,4
	- /      \/PermitFileWriting [ ]
	+ /      \/PermitFileWriting \[ \]
	  s;PermitFileWriting \[ \];PermitFileWriting [ (/fd/*) ];
	  w
	  q
 [rsc] --rw-rw-r-- M 661145 rsc sys 1526 Jan 16 20:50 sys/src/cmd/gs/icclib/Licence.txt
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/icclib/Licence.txt:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/icclib/Licence.txt:1,5
	  *************************************************************************
	- Copyright (c) 1997-2001 Graeme W. Gill
	+ Copyright (c) 1997-2002 Graeme W. Gill
	  
	  Permission is hereby granted, to use, copy, modify, distribute,
	  and sell this software and its associated documentation files
 [rsc] --rw-rw-r-- M 661145 rsc sys 7174 Jan 16 20:50 sys/src/cmd/gs/icclib/Readme.txt
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/icclib/Readme.txt:1,6 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/icclib/Readme.txt:1,6
	  ICC profile I/O library (icclib), README file
	  
	- Date 2001/6/3, Version 2.00
	+ Date 2002/4/22, Version 2.02
	  
	  This distribution contains source code which implements the reading and
	  writing of color profile files that conform to the International Color
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/icclib/Readme.txt:16,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/icclib/Readme.txt:16,24
	  The ICC profile I/O library archive is kept at
	  http://web.access.net.au/argyll/color.html
	  
	+ (Version 2.02 is has a few minor changes and fixups from V2.00.
	+ See icc.c for a more detailed change history.) 
	+ 
	  Motivation
	  
	  Color is still very much a black art to many programmers dealing with
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/icclib/Readme.txt:101,108 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/icclib/Readme.txt:104,111
	   icc.c     Library source file.
	  
	   icc.h     Library include file. Note machine dependent defines. Includes
	-            icc34.h.
	-  icc34.h   Lightly modified standard ICC header file.
	+            icc9809.h.
	+  icc9809.h Lightly modified standard ICC header file.
	   iccdump.c Program that dumps ASCII description of a profile.
	  
	   icclu.c   Program that allows interactive or batch translation of color
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/icclib/Readme.txt:137,143 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/icclib/Readme.txt:140,146
	  last is a source code skeleton, that reads a profile completely into
	  memory, and then writes it out again to a different file.
	  
	- With the release of version 2.00 of icclib, the library is now as useful as
	+ With the release of version 2.02 of icclib, the library is now as useful as
	  it is likely to be, allowing convenient color conversion between PCS
	  (profile connection spaces, either XYZ or Lab) and device specific color
	  spaces. The library does not attempt to be a complete color management
 [rsc] --rw-rw-r-- M 661145 rsc sys 362717 Jan 16 20:50 sys/src/cmd/gs/icclib/icc.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 41784 Jan 16 20:50 sys/src/cmd/gs/icclib/icc.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 47024 Jan 16 20:50 sys/src/cmd/gs/icclib/icc9809.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/icclib/icc9809.h:7,13 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/icclib/icc9809.h:7,13
	   * Replace tag last values 0xFFFFFFFFL with define icMaxTagVal,
	   * and define this to be -1, for better compiler compatibility.
	   *
	-  * Add section to use machine specific INT & ORD to define
	+  * Add section to use machine specific INR & ORD to define
	   * the sizes of ic Numbers, if ORD is defined.
	   *
	   * Adding colorspaces 'MCH5-8' for Hexachrome and others. (Colorsync ?)
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/icclib/icc9809.h:190,196 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/icclib/icc9809.h:190,196
	   */
	  #ifdef ORD32			/* Formal sizes defined */
	  
	- typedef INT32           icSignature;
	+ typedef INR32           icSignature;
	  
	  /* Unsigned integer numbers */
	  typedef ORD8            icUInt8Number;
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/icclib/icc9809.h:199,211 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/icclib/icc9809.h:199,211
	  typedef ORD32           icUInt64Number[2];
	  
	  /* Signed numbers */
	- typedef INT8            icInt8Number;
	- typedef INT16           icInt16Number;
	- typedef INT32	        icInt32Number;
	- typedef INT32           icInt64Number[2];
	+ typedef INR8            icInt8Number;
	+ typedef INR16           icInt16Number;
	+ typedef INR32	        icInt32Number;
	+ typedef INR32           icInt64Number[2];
	  
	  /* Fixed numbers */
	- typedef INT32           icS15Fixed16Number;
	+ typedef INR32           icS15Fixed16Number;
	  typedef ORD32           icU16Fixed16Number;
	  
	  #else /* Not formal */
 [rsc] --rw-rw-r-- M 661145 glenda sys 19945 Jan 16 20:55 sys/src/cmd/gs/jpeg/README
 [rsc] --rw-rw-r-- M 661145 glenda sys 9284 Jan 16 20:55 sys/src/cmd/gs/jpeg/change.log
 [rsc] --rw-rw-r-- M 661145 glenda sys 10126 Jan 16 20:55 sys/src/cmd/gs/jpeg/cjpeg.1
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 19852 Jan 16 20:55 sys/src/cmd/gs/jpeg/cjpeg.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/cjpeg.c:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/cjpeg.c:1,7
	  /*
	   * cjpeg.c
	   *
	-  * Copyright (C) 1991-1996, Thomas G. Lane.
	+  * Copyright (C) 1991-1998, Thomas G. Lane.
	   * This file is part of the Independent JPEG Group's software.
	   * For conditions of distribution and use, see the accompanying README file.
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/cjpeg.c:184,190 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/cjpeg.c:184,190
	  #ifdef C_ARITH_CODING_SUPPORTED
	    fprintf(stderr, "  -arithmetic    Use arithmetic coding\n");
	  #endif
	-   fprintf(stderr, "  -baseline      Force baseline output\n");
	+   fprintf(stderr, "  -baseline      Force baseline quantization tables\n");
	    fprintf(stderr, "  -qtables file  Use quantization tables given in file\n");
	    fprintf(stderr, "  -qslots N[,...]    Set component quantization tables\n");
	    fprintf(stderr, "  -sample HxV[,...]  Set component sampling factors\n");
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/cjpeg.c:255,261 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/cjpeg.c:255,261
	  #endif
	  
	      } else if (keymatch(arg, "baseline", 1)) {
	-       /* Force baseline output (8-bit quantizer values). */
	+       /* Force baseline-compatible output (8-bit quantizer values). */
	        force_baseline = TRUE;
	  
	      } else if (keymatch(arg, "dct", 2)) {
 [rsc] --rwxrwxr-x M 661145 glenda sys 60309 Jan 16 20:56 sys/src/cmd/gs/jpeg/configure
 [rsc] --rw-rw-r-- M 661145 glenda sys 7416 Jan 16 20:56 sys/src/cmd/gs/jpeg/djpeg.1
 [rsc] --rw-rw-r-- M 661145 glenda sys 8368 Jan 16 20:56 sys/src/cmd/gs/jpeg/filelist.doc
 [rsc] --rw-rw-r-- M 661145 glenda sys 51928 Jan 16 20:56 sys/src/cmd/gs/jpeg/install.doc
 [rsc] --rw-rw-r-- M 661145 glenda sys 9121 Jan 16 20:56 sys/src/cmd/gs/jpeg/jcapimin.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 16400 Jan 16 20:56 sys/src/cmd/gs/jpeg/jccoefct.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jccoefct.c:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jccoefct.c:1,7
	  /*
	   * jccoefct.c
	   *
	-  * Copyright (C) 1994-1996, Thomas G. Lane.
	+  * Copyright (C) 1994-1997, Thomas G. Lane.
	   * This file is part of the Independent JPEG Group's software.
	   * For conditions of distribution and use, see the accompanying README file.
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jccoefct.c:135,142 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jccoefct.c:135,142
	   * per call, ie, v_samp_factor block rows for each component in the image.
	   * Returns TRUE if the iMCU row is completed, FALSE if suspended.
	   *
	-  * NB: input_buf contains a plane for each component in image.
	-  * For single pass, this is the same as the components in the scan.
	+  * NB: input_buf contains a plane for each component in image,
	+  * which we index according to the component's SOF position.
	   */
	  
	  METHODDEF(boolean)
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jccoefct.c:175,181 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jccoefct.c:175,182
	  	  if (coef->iMCU_row_num < last_iMCU_row ||
	  	      yoffset+yindex < compptr->last_row_height) {
	  	    (*cinfo->fdct->forward_DCT) (cinfo, compptr,
	- 					 input_buf[ci], coef->MCU_buffer[blkn],
	+ 					 input_buf[compptr->component_index],
	+ 					 coef->MCU_buffer[blkn],
	  					 ypos, xpos, (JDIMENSION) blockcnt);
	  	    if (blockcnt < compptr->MCU_width) {
	  	      /* Create some dummy blocks at the right edge of the image. */
 [rsc] --rw-rw-r-- M 661145 glenda sys 28222 Jan 16 20:56 sys/src/cmd/gs/jpeg/jchuff.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2349 Jan 16 20:56 sys/src/cmd/gs/jpeg/jcinit.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jcinit.c:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jcinit.c:1,7
	  /*
	   * jcinit.c
	   *
	-  * Copyright (C) 1991-1996, Thomas G. Lane.
	+  * Copyright (C) 1991-1997, Thomas G. Lane.
	   * This file is part of the Independent JPEG Group's software.
	   * For conditions of distribution and use, see the accompanying README file.
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jcinit.c:56,62 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jcinit.c:56,62
	  
	    /* Need a full-image coefficient buffer in any multi-pass mode. */
	    jinit_c_coef_controller(cinfo,
	- 			  (cinfo->num_scans > 1 || cinfo->optimize_coding));
	+ 		(boolean) (cinfo->num_scans > 1 || cinfo->optimize_coding));
	    jinit_c_main_controller(cinfo, FALSE /* never need full buffer here */);
	  
	    jinit_marker_writer(cinfo);
 [rsc] --rw-rw-r-- M 661145 glenda sys 17245 Jan 16 20:56 sys/src/cmd/gs/jpeg/jcmarker.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 19889 Jan 16 20:56 sys/src/cmd/gs/jpeg/jcmaster.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jcmaster.c:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jcmaster.c:1,7
	  /*
	   * jcmaster.c
	   *
	-  * Copyright (C) 1991-1996, Thomas G. Lane.
	+  * Copyright (C) 1991-1997, Thomas G. Lane.
	   * This file is part of the Independent JPEG Group's software.
	   * For conditions of distribution and use, see the accompanying README file.
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jcmaster.c:185,192 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jcmaster.c:185,204
	      Al = scanptr->Al;
	      if (cinfo->progressive_mode) {
	  #ifdef C_PROGRESSIVE_SUPPORTED
	+       /* The JPEG spec simply gives the ranges 0..13 for Ah and Al, but that
	+        * seems wrong: the upper bound ought to depend on data precision.
	+        * Perhaps they really meant 0..N+1 for N-bit precision.
	+        * Here we allow 0..10 for 8-bit data; Al larger than 10 results in
	+        * out-of-range reconstructed DC values during the first DC scan,
	+        * which might cause problems for some decoders.
	+        */
	+ #if BITS_IN_JSAMPLE == 8
	+ #define MAX_AH_AL 10
	+ #else
	+ #define MAX_AH_AL 13
	+ #endif
	        if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
	- 	  Ah < 0 || Ah > 13 || Al < 0 || Al > 13)
	+ 	  Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL)
	  	ERREXIT1(cinfo, JERR_BAD_PROG_SCRIPT, scanno);
	        if (Ss == 0) {
	  	if (Se != 0)		/* DC and AC together not OK */
 [rsc] --rw-rw-r-- M 661145 glenda sys 3110 Jan 16 20:56 sys/src/cmd/gs/jpeg/jcomapi.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jcomapi.c:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jcomapi.c:1,7
	  /*
	   * jcomapi.c
	   *
	-  * Copyright (C) 1994-1996, Thomas G. Lane.
	+  * Copyright (C) 1994-1997, Thomas G. Lane.
	   * This file is part of the Independent JPEG Group's software.
	   * For conditions of distribution and use, see the accompanying README file.
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jcomapi.c:30,35 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jcomapi.c:30,39
	  {
	    int pool;
	  
	+   /* Do nothing if called on a not-initialized or destroyed JPEG object. */
	+   if (cinfo->mem == NULL)
	+     return;
	+ 
	    /* Releasing pools in reverse order might help avoid fragmentation
	     * with some (brain-damaged) malloc libraries.
	     */
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jcomapi.c:38,44 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jcomapi.c:42,56
	    }
	  
	    /* Reset overall state for possible reuse of object */
	-   cinfo->global_state = (cinfo->is_decompressor ? DSTATE_START : CSTATE_START);
	+   if (cinfo->is_decompressor) {
	+     cinfo->global_state = DSTATE_START;
	+     /* Try to keep application from accessing now-deleted marker list.
	+      * A bit kludgy to do it here, but this is the most central place.
	+      */
	+     ((j_decompress_ptr) cinfo)->marker_list = NULL;
	+   } else {
	+     cinfo->global_state = CSTATE_START;
	+   }
	  }
	  
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 21275 Jan 16 20:56 sys/src/cmd/gs/jpeg/jcparam.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 25115 Jan 16 20:56 sys/src/cmd/gs/jpeg/jcphuff.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 13977 Jan 16 20:56 sys/src/cmd/gs/jpeg/jctrans.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jctrans.c:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jctrans.c:1,7
	  /*
	   * jctrans.c
	   *
	-  * Copyright (C) 1995-1996, Thomas G. Lane.
	+  * Copyright (C) 1995-1998, Thomas G. Lane.
	   * This file is part of the Independent JPEG Group's software.
	   * For conditions of distribution and use, see the accompanying README file.
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jctrans.c:129,134 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jctrans.c:129,151
	       * instead we rely on jpeg_set_colorspace to have made a suitable choice.
	       */
	    }
	+   /* Also copy JFIF version and resolution information, if available.
	+    * Strictly speaking this isn't "critical" info, but it's nearly
	+    * always appropriate to copy it if available.  In particular,
	+    * if the application chooses to copy JFIF 1.02 extension markers from
	+    * the source file, we need to copy the version to make sure we don't
	+    * emit a file that has 1.02 extensions but a claimed version of 1.01.
	+    * We will *not*, however, copy version info from mislabeled "2.01" files.
	+    */
	+   if (srcinfo->saw_JFIF_marker) {
	+     if (srcinfo->JFIF_major_version == 1) {
	+       dstinfo->JFIF_major_version = srcinfo->JFIF_major_version;
	+       dstinfo->JFIF_minor_version = srcinfo->JFIF_minor_version;
	+     }
	+     dstinfo->density_unit = srcinfo->density_unit;
	+     dstinfo->X_density = srcinfo->X_density;
	+     dstinfo->Y_density = srcinfo->Y_density;
	+   }
	  }
	  
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jctrans.c:170,176 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jctrans.c:187,193
	    /* We can now tell the memory manager to allocate virtual arrays. */
	    (*cinfo->mem->realize_virt_arrays) ((j_common_ptr) cinfo);
	  
	-   /* Write the datastream header (SOI) immediately.
	+   /* Write the datastream header (SOI, JFIF) immediately.
	     * Frame and scan headers are postponed till later.
	     * This lets application insert special markers after the SOI.
	     */
 [rsc] --rw-rw-r-- M 661145 glenda sys 12637 Jan 16 20:56 sys/src/cmd/gs/jpeg/jdapimin.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 25155 Jan 16 20:56 sys/src/cmd/gs/jpeg/jdcoefct.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jdcoefct.c:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jdcoefct.c:1,7
	  /*
	   * jdcoefct.c
	   *
	-  * Copyright (C) 1994-1996, Thomas G. Lane.
	+  * Copyright (C) 1994-1997, Thomas G. Lane.
	   * This file is part of the Independent JPEG Group's software.
	   * For conditions of distribution and use, see the accompanying README file.
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jdcoefct.c:139,146 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jdcoefct.c:139,146
	   * Input and output must run in lockstep since we have only a one-MCU buffer.
	   * Return value is JPEG_ROW_COMPLETED, JPEG_SCAN_COMPLETED, or JPEG_SUSPENDED.
	   *
	-  * NB: output_buf contains a plane for each component in image.
	-  * For single pass, this is the same as the components in the scan.
	+  * NB: output_buf contains a plane for each component in image,
	+  * which we index according to the component's SOF position.
	   */
	  
	  METHODDEF(int)
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jdcoefct.c:186,192 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jdcoefct.c:186,193
	  	inverse_DCT = cinfo->idct->inverse_DCT[compptr->component_index];
	  	useful_width = (MCU_col_num < last_MCU_col) ? compptr->MCU_width
	  						    : compptr->last_col_width;
	- 	output_ptr = output_buf[ci] + yoffset * compptr->DCT_scaled_size;
	+ 	output_ptr = output_buf[compptr->component_index] +
	+ 	  yoffset * compptr->DCT_scaled_size;
	  	start_col = MCU_col_num * compptr->MCU_sample_width;
	  	for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
	  	  if (cinfo->input_iMCU_row < last_iMCU_row ||
 [rsc] --rw-rw-r-- M 661145 glenda sys 12962 Jan 16 20:56 sys/src/cmd/gs/jpeg/jdcolor.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 20866 Jan 16 20:56 sys/src/cmd/gs/jpeg/jdhuff.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 13500 Jan 16 20:56 sys/src/cmd/gs/jpeg/jdinput.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jdinput.c:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jdinput.c:1,7
	  /*
	   * jdinput.c
	   *
	-  * Copyright (C) 1991-1996, Thomas G. Lane.
	+  * Copyright (C) 1991-1997, Thomas G. Lane.
	   * This file is part of the Independent JPEG Group's software.
	   * For conditions of distribution and use, see the accompanying README file.
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jdinput.c:301,307 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jdinput.c:301,307
	        initial_setup(cinfo);
	        inputctl->inheaders = FALSE;
	        /* Note: start_input_pass must be called by jdmaster.c
	-        * before any more input can be consumed.  jdapi.c is
	+        * before any more input can be consumed.  jdapimin.c is
	         * responsible for enforcing this sequencing.
	         */
	      } else {			/* 2nd or later SOS marker */
 [rsc] --rw-rw-r-- M 661145 glenda sys 41118 Jan 16 20:56 sys/src/cmd/gs/jpeg/jdmarker.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 19710 Jan 16 20:56 sys/src/cmd/gs/jpeg/jdmaster.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jdmaster.c:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jdmaster.c:1,7
	  /*
	   * jdmaster.c
	   *
	-  * Copyright (C) 1991-1996, Thomas G. Lane.
	+  * Copyright (C) 1991-1997, Thomas G. Lane.
	   * This file is part of the Independent JPEG Group's software.
	   * For conditions of distribution and use, see the accompanying README file.
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jdmaster.c:84,91 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jdmaster.c:84,93
	  jpeg_calc_output_dimensions (j_decompress_ptr cinfo)
	  /* Do computations that are needed before master selection phase */
	  {
	+ #ifdef IDCT_SCALING_SUPPORTED
	    int ci;
	    jpeg_component_info *compptr;
	+ #endif
	  
	    /* Prevent application from calling me at wrong times */
	    if (cinfo->global_state != DSTATE_READY)
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jdmaster.c:429,435 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jdmaster.c:431,437
	   * modules will be active during this pass and give them appropriate
	   * start_pass calls.  We also set is_dummy_pass to indicate whether this
	   * is a "real" output pass or a dummy pass for color quantization.
	-  * (In the latter case, jdapi.c will crank the pass to completion.)
	+  * (In the latter case, jdapistd.c will crank the pass to completion.)
	   */
	  
	  METHODDEF(void)
 [rsc] --rw-rw-r-- M 661145 glenda sys 20559 Jan 16 20:56 sys/src/cmd/gs/jpeg/jdphuff.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 5090 Jan 16 20:56 sys/src/cmd/gs/jpeg/jdtrans.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 7801 Jan 16 20:56 sys/src/cmd/gs/jpeg/jerror.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 7462 Jan 16 20:56 sys/src/cmd/gs/jpeg/jpegtran.1
 [rsc] --rw-rw-r-- M 661145 glenda sys 159338 Jan 16 20:56 sys/src/cmd/gs/jpeg/libjpeg.doc
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1770 Jan 16 20:56 sys/src/cmd/gs/jpeg/makcjpeg.st
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/makcjpeg.st:1,11 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/makcjpeg.st:1,12
	  ; Project file for Independent JPEG Group's software
	  ;
	  ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.
	- ; Thanks to Frank Moehle (Frank.Moehle@arbi.informatik.uni-oldenburg.de)
	- ; and to Dr. B. Setzepfandt (bernd@gina.uni-muenster.de).
	+ ; Thanks to Frank Moehle (Frank.Moehle@arbi.informatik.uni-oldenburg.de),
	+ ; Dr. B. Setzepfandt (bernd@gina.uni-muenster.de),
	+ ; and Guido Vollbeding (guivol@esc.de).
	  ;
	- ; To use this file, rename it to CJPEG.PRJ.
	- ; If you are using Turbo C, change filenames beginning with "PC..." to "TC..."
	+ ; To use this file, rename it to cjpeg.prj.
	+ ; If you are using Turbo C, change filenames beginning with "pc..." to "tc..."
	  ; Read installation instructions before trying to make the program!
	  ;
	  ;
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/makcjpeg.st:21,27 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/makcjpeg.st:22,28
	  .C[-wsig]     ; warn if significant digits may be lost
	  =
	  ; * * * * List of modules * * * * 
	- PCSTART.O
	+ pcstart.o
	  cjpeg.c	(cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h,jversion.h)
	  cdjpeg.c	(cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
	  rdswitch.c	(cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/makcjpeg.st:30,37 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/makcjpeg.st:31,38
	  rdtarga.c	(cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
	  rdbmp.c	(cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
	  rdrle.c	(cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
	- LIBJPEG.LIB        ; built by LIBJPEG.PRJ
	- PCFLTLIB.LIB       ; floating point library
	+ libjpeg.lib        ; built by libjpeg.prj
	+ pcfltlib.lib       ; floating point library
	  ; the float library can be omitted if you've turned off DCT_FLOAT_SUPPORTED
	- PCSTDLIB.LIB       ; standard library
	- PCEXTLIB.LIB       ; extended library
	+ pcstdlib.lib       ; standard library
	+ pcextlib.lib       ; extended library
 [rsc] --rw-rw-r-- M 661145 glenda sys 1770 Jan 16 20:56 sys/src/cmd/gs/jpeg/makdjpeg.st
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/makdjpeg.st:1,11 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/makdjpeg.st:1,12
	  ; Project file for Independent JPEG Group's software
	  ;
	  ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.
	- ; Thanks to Frank Moehle (Frank.Moehle@arbi.informatik.uni-oldenburg.de)
	- ; and to Dr. B. Setzepfandt (bernd@gina.uni-muenster.de).
	+ ; Thanks to Frank Moehle (Frank.Moehle@arbi.informatik.uni-oldenburg.de),
	+ ; Dr. B. Setzepfandt (bernd@gina.uni-muenster.de),
	+ ; and Guido Vollbeding (guivol@esc.de).
	  ;
	- ; To use this file, rename it to DJPEG.PRJ.
	- ; If you are using Turbo C, change filenames beginning with "PC..." to "TC..."
	+ ; To use this file, rename it to djpeg.prj.
	+ ; If you are using Turbo C, change filenames beginning with "pc..." to "tc..."
	  ; Read installation instructions before trying to make the program!
	  ;
	  ;
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/makdjpeg.st:21,27 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/makdjpeg.st:22,28
	  .C[-wsig]     ; warn if significant digits may be lost
	  =
	  ; * * * * List of modules * * * * 
	- PCSTART.O
	+ pcstart.o
	  djpeg.c	(cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h,jversion.h)
	  cdjpeg.c	(cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
	  rdcolmap.c	(cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/makdjpeg.st:30,37 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/makdjpeg.st:31,38
	  wrtarga.c	(cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
	  wrbmp.c	(cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
	  wrrle.c	(cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
	- LIBJPEG.LIB        ; built by LIBJPEG.PRJ
	- PCFLTLIB.LIB       ; floating point library
	+ libjpeg.lib        ; built by libjpeg.prj
	+ pcfltlib.lib       ; floating point library
	  ; the float library can be omitted if you've turned off DCT_FLOAT_SUPPORTED
	- PCSTDLIB.LIB       ; standard library
	- PCEXTLIB.LIB       ; extended library
	+ pcstdlib.lib       ; standard library
	+ pcextlib.lib       ; extended library
 [rsc] --rw-rw-r-- M 661145 glenda sys 11797 Jan 16 20:56 sys/src/cmd/gs/jpeg/makefile.ansi
 [rsc] --rw-rw-r-- M 661145 glenda sys 14400 Jan 16 20:56 sys/src/cmd/gs/jpeg/makefile.bcc
 [rsc] --rw-rw-r-- M 661145 glenda sys 15750 Jan 16 20:56 sys/src/cmd/gs/jpeg/makefile.cfg
 [rsc] --rw-rw-r-- M 661145 glenda sys 11931 Jan 16 20:56 sys/src/cmd/gs/jpeg/makefile.dj
 [rsc] --rw-rw-r-- M 661145 glenda sys 11723 Jan 16 20:56 sys/src/cmd/gs/jpeg/makefile.manx
 [rsc] --rw-rw-r-- M 661145 glenda sys 13918 Jan 16 20:56 sys/src/cmd/gs/jpeg/makefile.mc6
 [rsc] --rw-rw-r-- M 661145 glenda sys 13253 Jan 16 20:56 sys/src/cmd/gs/jpeg/makefile.mms
 [rsc] --rw-rw-r-- M 661145 glenda sys 12586 Jan 16 20:56 sys/src/cmd/gs/jpeg/makefile.sas
 [rsc] --rw-rw-r-- M 661145 glenda sys 12171 Jan 16 20:56 sys/src/cmd/gs/jpeg/makefile.unix
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4423 Jan 16 20:56 sys/src/cmd/gs/jpeg/makefile.vms
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/makefile.vms:111,119 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/makefile.vms:111,120
	  $ DoCompile jpegtran.c
	  $ DoCompile rdswitch.c
	  $ DoCompile cdjpeg.c
	+ $ DoCompile transupp.c
	  $!
	  $ Link /NoMap /Executable = jpegtran.exe  jpegtran.obj,rdswitch.obj, -
	-           cdjpeg.obj,libjpeg.olb/Library'OPT'
	+           cdjpeg.obj,transupp.obj,libjpeg.olb/Library'OPT'
	  $!
	  $ DoCompile rdjpgcom.c
	  $ Link /NoMap /Executable = rdjpgcom.exe  rdjpgcom.obj'OPT'
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/makefile.vms:124,136 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/makefile.vms:125,137
	  $! Run the self-test
	  $!
	  $ mcr sys$disk:[]djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
	- $ mcr sys$disk:[]djpeg -dct int -gif -outfile testout.gif testorig.jpg
	+ $ mcr sys$disk:[]djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
	  $ mcr sys$disk:[]cjpeg -dct int      -outfile testout.jpg testimg.ppm
	  $ mcr sys$disk:[]djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
	  $ mcr sys$disk:[]cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
	  $ mcr sys$disk:[]jpegtran -outfile testoutt.jpg testprog.jpg
	  $ Backup /Compare/Log testimg.ppm testout.ppm
	- $ Backup /Compare/Log testimg.gif testout.gif
	+ $ Backup /Compare/Log testimg.bmp testout.bmp
	  $ Backup /Compare/Log testimg.jpg testout.jpg
	  $ Backup /Compare/Log testimg.ppm testoutp.ppm
	  $ Backup /Compare/Log testimgp.jpg testoutp.jpg
 [rsc] --rw-rw-r-- M 661145 glenda sys 12421 Jan 16 20:56 sys/src/cmd/gs/jpeg/makefile.wat
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4329 Jan 16 20:56 sys/src/cmd/gs/jpeg/makljpeg.st
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/makljpeg.st:1,10 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/makljpeg.st:1,11
	  ; Project file for Independent JPEG Group's software
	  ;
	  ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.
	- ; Thanks to Frank Moehle (Frank.Moehle@arbi.informatik.uni-oldenburg.de)
	- ; and to Dr. B. Setzepfandt (bernd@gina.uni-muenster.de).
	+ ; Thanks to Frank Moehle (Frank.Moehle@arbi.informatik.uni-oldenburg.de),
	+ ; Dr. B. Setzepfandt (bernd@gina.uni-muenster.de),
	+ ; and Guido Vollbeding (guivol@esc.de).
	  ;
	- ; To use this file, rename it to LIBJPEG.PRJ.
	+ ; To use this file, rename it to libjpeg.prj.
	  ; Read installation instructions before trying to make the program!
	  ;
	  ;
 [rsc] --rw-rw-r-- M 661145 glenda sys 1353 Jan 16 20:56 sys/src/cmd/gs/jpeg/maktjpeg.st
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/maktjpeg.st:1,11 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/maktjpeg.st:1,12
	  ; Project file for Independent JPEG Group's software
	  ;
	  ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.
	- ; Thanks to Frank Moehle (Frank.Moehle@arbi.informatik.uni-oldenburg.de)
	- ; and to Dr. B. Setzepfandt (bernd@gina.uni-muenster.de).
	+ ; Thanks to Frank Moehle (Frank.Moehle@arbi.informatik.uni-oldenburg.de),
	+ ; Dr. B. Setzepfandt (bernd@gina.uni-muenster.de),
	+ ; and Guido Vollbeding (guivol@esc.de).
	  ;
	- ; To use this file, rename it to JPEGTRAN.PRJ.
	- ; If you are using Turbo C, change filenames beginning with "PC..." to "TC..."
	+ ; To use this file, rename it to jpegtran.prj.
	+ ; If you are using Turbo C, change filenames beginning with "pc..." to "tc..."
	  ; Read installation instructions before trying to make the program!
	  ;
	  ;
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/maktjpeg.st:21,30 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/maktjpeg.st:22,32
	  .C[-wsig]     ; warn if significant digits may be lost
	  =
	  ; * * * * List of modules * * * * 
	- PCSTART.O
	- jpegtran.c	(cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h,jversion.h)
	+ pcstart.o
	+ jpegtran.c	(cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h,transupp.h,jversion.h)
	  cdjpeg.c	(cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
	  rdswitch.c	(cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
	- LIBJPEG.LIB        ; built by LIBJPEG.PRJ
	- PCSTDLIB.LIB       ; standard library
	- PCEXTLIB.LIB       ; extended library
	+ transupp.c	(jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,transupp.h)
	+ libjpeg.lib        ; built by libjpeg.prj
	+ pcstdlib.lib       ; standard library
	+ pcextlib.lib       ; extended library
 [rsc] --rw-rw-r-- M 661145 glenda sys 1561 Jan 16 20:56 sys/src/cmd/gs/jpeg/rdjpgcom.1
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/rdjpgcom.1:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/rdjpgcom.1:1,4
	- .TH RDJPGCOM 1 "15 June 1995"
	+ .TH RDJPGCOM 1 "11 October 1997"
	  .SH NAME
	  rdjpgcom \- display text comments from a JPEG file
	  .SH SYNOPSIS
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/rdjpgcom.1:36,41 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/rdjpgcom.1:36,50
	  does not depend on the IJG JPEG library.  Its source code is intended as an
	  illustration of the minimum amount of code required to parse a JPEG file
	  header correctly.
	+ .PP
	+ In
	+ .B \-verbose
	+ mode,
	+ .B rdjpgcom
	+ will also attempt to print the contents of any "APP12" markers as text.
	+ Some digital cameras produce APP12 markers containing useful textual
	+ information.  If you like, you can modify the source code to print
	+ other APPn marker types as well.
	  .SH SEE ALSO
	  .BR cjpeg (1),
	  .BR djpeg (1),
 [rsc] --rw-rw-r-- M 661145 glenda sys 27171 Jan 16 20:56 sys/src/cmd/gs/jpeg/usage.doc
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 5249 Jan 16 20:55 sys/src/cmd/gs/jpeg/cderror.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/cderror.h:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/cderror.h:1,7
	  /*
	   * cderror.h
	   *
	-  * Copyright (C) 1994, Thomas G. Lane.
	+  * Copyright (C) 1994-1997, Thomas G. Lane.
	   * This file is part of the Independent JPEG Group's software.
	   * For conditions of distribution and use, see the accompanying README file.
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/cderror.h:72,78 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/cderror.h:72,78
	  #ifdef PPM_SUPPORTED
	  JMESSAGE(JERR_PPM_COLORSPACE, "PPM output must be grayscale or RGB")
	  JMESSAGE(JERR_PPM_NONNUMERIC, "Nonnumeric data in PPM file")
	- JMESSAGE(JERR_PPM_NOT, "Not a PPM file")
	+ JMESSAGE(JERR_PPM_NOT, "Not a PPM/PGM file")
	  JMESSAGE(JTRC_PGM, "%ux%u PGM image")
	  JMESSAGE(JTRC_PGM_TEXT, "%ux%u text PGM image")
	  JMESSAGE(JTRC_PPM, "%ux%u PPM image")
 [rsc] --rw-rw-r-- M 661145 glenda sys 4682 Jan 16 20:55 sys/src/cmd/gs/jpeg/cdjpeg.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/cdjpeg.c:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/cdjpeg.c:1,7
	  /*
	   * cdjpeg.c
	   *
	-  * Copyright (C) 1991-1996, Thomas G. Lane.
	+  * Copyright (C) 1991-1997, Thomas G. Lane.
	   * This file is part of the Independent JPEG Group's software.
	   * For conditions of distribution and use, see the accompanying README file.
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/cdjpeg.c:47,53 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/cdjpeg.c:47,55
	  enable_signal_catcher (j_common_ptr cinfo)
	  {
	    sig_cinfo = cinfo;
	+ #ifdef SIGINT			/* not all systems have SIGINT */
	    signal(SIGINT, signal_catcher);
	+ #endif
	  #ifdef SIGTERM			/* not all systems have SIGTERM */
	    signal(SIGTERM, signal_catcher);
	  #endif
 [rsc] --rw-rw-r-- M 661145 glenda sys 6123 Jan 16 20:55 sys/src/cmd/gs/jpeg/cdjpeg.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/cdjpeg.h:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/cdjpeg.h:1,7
	  /*
	   * cdjpeg.h
	   *
	-  * Copyright (C) 1994-1996, Thomas G. Lane.
	+  * Copyright (C) 1994-1997, Thomas G. Lane.
	   * This file is part of the Independent JPEG Group's software.
	   * For conditions of distribution and use, see the accompanying README file.
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/cdjpeg.h:156,163 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/cdjpeg.h:156,168
	  #define READ_BINARY	"r"
	  #define WRITE_BINARY	"w"
	  #else
	+ #ifdef VMS			/* VMS is very nonstandard */
	+ #define READ_BINARY	"rb", "ctx=stm"
	+ #define WRITE_BINARY	"wb", "ctx=stm"
	+ #else				/* standard ANSI-compliant case */
	  #define READ_BINARY	"rb"
	  #define WRITE_BINARY	"wb"
	+ #endif
	  #endif
	  
	  #ifndef EXIT_FAILURE		/* define exit() codes if not provided */
 [rsc] --rwxrwxr-x M 661145 rsc sys 24280 Jan 16 20:55 sys/src/cmd/gs/jpeg/config.guess
 [rsc] --rwxrwxr-x M 661145 rsc sys 19802 Jan 16 20:56 sys/src/cmd/gs/jpeg/config.sub
 [rsc] --rw-rw-r-- M 661145 glenda sys 19339 Jan 16 20:56 sys/src/cmd/gs/jpeg/djpeg.c
	[diffs elided]
 [rsc] --rwxrwxr-x M 661145 rsc sys 5584 Jan 16 20:56 sys/src/cmd/gs/jpeg/install-sh
 [rsc] --rw-rw-r-- M 661145 glenda sys 1575 Jan 16 20:56 sys/src/cmd/gs/jpeg/jchuff.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jchuff.h:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jchuff.h:1,7
	  /*
	   * jchuff.h
	   *
	-  * Copyright (C) 1991-1996, Thomas G. Lane.
	+  * Copyright (C) 1991-1997, Thomas G. Lane.
	   * This file is part of the Independent JPEG Group's software.
	   * For conditions of distribution and use, see the accompanying README file.
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jchuff.h:10,15 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jchuff.h:10,27
	   * progressive encoder (jcphuff.c).  No other modules need to see these.
	   */
	  
	+ /* The legal range of a DCT coefficient is
	+  *  -1024 .. +1023  for 8-bit data;
	+  * -16384 .. +16383 for 12-bit data.
	+  * Hence the magnitude should always fit in 10 or 14 bits respectively.
	+  */
	+ 
	+ #if BITS_IN_JSAMPLE == 8
	+ #define MAX_COEF_BITS 10
	+ #else
	+ #define MAX_COEF_BITS 14
	+ #endif
	+ 
	  /* Derived data constructed for each Huffman table */
	  
	  typedef struct {
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jchuff.h:27,33 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jchuff.h:39,46
	  
	  /* Expand a Huffman table definition into the derived format */
	  EXTERN(void) jpeg_make_c_derived_tbl
	- 	JPP((j_compress_ptr cinfo, JHUFF_TBL * htbl, c_derived_tbl ** pdtbl));
	+ 	JPP((j_compress_ptr cinfo, boolean isDC, int tblno,
	+ 	     c_derived_tbl ** pdtbl));
	  
	  /* Generate an optimal table definition given the specified counts */
	  EXTERN(void) jpeg_gen_optimal_table
 [rsc] --rw-rw-r-- M 661145 rsc sys 1199 Jan 16 20:56 sys/src/cmd/gs/jpeg/jconfig.mac
 [rsc] --rw-rw-r-- M 661145 rsc sys 1333 Jan 16 20:56 sys/src/cmd/gs/jpeg/jconfig.vc
 [rsc] --rw-rw-r-- M 661145 glenda sys 8138 Jan 16 20:56 sys/src/cmd/gs/jpeg/jdhuff.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 13936 Jan 16 20:56 sys/src/cmd/gs/jpeg/jerror.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 8451 Jan 16 20:56 sys/src/cmd/gs/jpeg/jidctflt.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jidctflt.c:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jidctflt.c:1,7
	  /*
	   * jidctflt.c
	   *
	-  * Copyright (C) 1994-1996, Thomas G. Lane.
	+  * Copyright (C) 1994-1998, Thomas G. Lane.
	   * This file is part of the Independent JPEG Group's software.
	   * For conditions of distribution and use, see the accompanying README file.
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jidctflt.c:96,104 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jidctflt.c:96,105
	       * column DCT calculations can be simplified this way.
	       */
	      
	-     if ((inptr[DCTSIZE*1] | inptr[DCTSIZE*2] | inptr[DCTSIZE*3] |
	- 	 inptr[DCTSIZE*4] | inptr[DCTSIZE*5] | inptr[DCTSIZE*6] |
	- 	 inptr[DCTSIZE*7]) == 0) {
	+     if (inptr[DCTSIZE*1] == 0 && inptr[DCTSIZE*2] == 0 &&
	+ 	inptr[DCTSIZE*3] == 0 && inptr[DCTSIZE*4] == 0 &&
	+ 	inptr[DCTSIZE*5] == 0 && inptr[DCTSIZE*6] == 0 &&
	+ 	inptr[DCTSIZE*7] == 0) {
	        /* AC terms all zero */
	        FAST_FLOAT dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
	        
 [rsc] --rw-rw-r-- M 661145 glenda sys 13170 Jan 16 20:56 sys/src/cmd/gs/jpeg/jidctfst.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jidctfst.c:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jidctfst.c:1,7
	  /*
	   * jidctfst.c
	   *
	-  * Copyright (C) 1994-1996, Thomas G. Lane.
	+  * Copyright (C) 1994-1998, Thomas G. Lane.
	   * This file is part of the Independent JPEG Group's software.
	   * For conditions of distribution and use, see the accompanying README file.
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jidctfst.c:197,205 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jidctfst.c:197,206
	       * column DCT calculations can be simplified this way.
	       */
	      
	-     if ((inptr[DCTSIZE*1] | inptr[DCTSIZE*2] | inptr[DCTSIZE*3] |
	- 	 inptr[DCTSIZE*4] | inptr[DCTSIZE*5] | inptr[DCTSIZE*6] |
	- 	 inptr[DCTSIZE*7]) == 0) {
	+     if (inptr[DCTSIZE*1] == 0 && inptr[DCTSIZE*2] == 0 &&
	+ 	inptr[DCTSIZE*3] == 0 && inptr[DCTSIZE*4] == 0 &&
	+ 	inptr[DCTSIZE*5] == 0 && inptr[DCTSIZE*6] == 0 &&
	+ 	inptr[DCTSIZE*7] == 0) {
	        /* AC terms all zero */
	        int dcval = (int) DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jidctfst.c:289,296 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jidctfst.c:290,297
	       */
	      
	  #ifndef NO_ZERO_ROW_TEST
	-     if ((wsptr[1] | wsptr[2] | wsptr[3] | wsptr[4] | wsptr[5] | wsptr[6] |
	- 	 wsptr[7]) == 0) {
	+     if (wsptr[1] == 0 && wsptr[2] == 0 && wsptr[3] == 0 && wsptr[4] == 0 &&
	+ 	wsptr[5] == 0 && wsptr[6] == 0 && wsptr[7] == 0) {
	        /* AC terms all zero */
	        JSAMPLE dcval = range_limit[IDESCALE(wsptr[0], PASS1_BITS+3)
	  				  & RANGE_MASK];
 [rsc] --rw-rw-r-- M 661145 glenda sys 14815 Jan 16 20:56 sys/src/cmd/gs/jpeg/jidctint.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jidctint.c:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jidctint.c:1,7
	  /*
	   * jidctint.c
	   *
	-  * Copyright (C) 1991-1996, Thomas G. Lane.
	+  * Copyright (C) 1991-1998, Thomas G. Lane.
	   * This file is part of the Independent JPEG Group's software.
	   * For conditions of distribution and use, see the accompanying README file.
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jidctint.c:178,186 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jidctint.c:178,187
	       * column DCT calculations can be simplified this way.
	       */
	      
	-     if ((inptr[DCTSIZE*1] | inptr[DCTSIZE*2] | inptr[DCTSIZE*3] |
	- 	 inptr[DCTSIZE*4] | inptr[DCTSIZE*5] | inptr[DCTSIZE*6] |
	- 	 inptr[DCTSIZE*7]) == 0) {
	+     if (inptr[DCTSIZE*1] == 0 && inptr[DCTSIZE*2] == 0 &&
	+ 	inptr[DCTSIZE*3] == 0 && inptr[DCTSIZE*4] == 0 &&
	+ 	inptr[DCTSIZE*5] == 0 && inptr[DCTSIZE*6] == 0 &&
	+ 	inptr[DCTSIZE*7] == 0) {
	        /* AC terms all zero */
	        int dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]) << PASS1_BITS;
	        
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jidctint.c:284,291 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jidctint.c:285,292
	       */
	      
	  #ifndef NO_ZERO_ROW_TEST
	-     if ((wsptr[1] | wsptr[2] | wsptr[3] | wsptr[4] | wsptr[5] | wsptr[6] |
	- 	 wsptr[7]) == 0) {
	+     if (wsptr[1] == 0 && wsptr[2] == 0 && wsptr[3] == 0 && wsptr[4] == 0 &&
	+ 	wsptr[5] == 0 && wsptr[6] == 0 && wsptr[7] == 0) {
	        /* AC terms all zero */
	        JSAMPLE dcval = range_limit[(int) DESCALE((INT32) wsptr[0], PASS1_BITS+3)
	  				  & RANGE_MASK];
 [rsc] --rw-rw-r-- M 661145 glenda sys 13528 Jan 16 20:56 sys/src/cmd/gs/jpeg/jidctred.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 18977 Jan 16 20:56 sys/src/cmd/gs/jpeg/jmemdos.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jmemdos.c:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jmemdos.c:1,7
	  /*
	   * jmemdos.c
	   *
	-  * Copyright (C) 1992-1996, Thomas G. Lane.
	+  * Copyright (C) 1992-1997, Thomas G. Lane.
	   * This file is part of the Independent JPEG Group's software.
	   * For conditions of distribution and use, see the accompanying README file.
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jmemdos.c:75,80 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jmemdos.c:75,84
	  #define READ_BINARY	"r"
	  #else
	  #define READ_BINARY	"rb"
	+ #endif
	+ 
	+ #ifndef USE_MSDOS_MEMMGR	/* make sure user got configuration right */
	+   You forgot to define USE_MSDOS_MEMMGR in jconfig.h. /* deliberate syntax error */
	  #endif
	  
	  #if MAX_ALLOC_CHUNK >= 65535L	/* make sure jconfig.h got this right */
 [rsc] --rw-rw-r-- M 661145 glenda sys 9507 Jan 16 20:56 sys/src/cmd/gs/jpeg/jmemmac.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 40988 Jan 16 20:56 sys/src/cmd/gs/jpeg/jmemmgr.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jmemmgr.c:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jmemmgr.c:1,7
	  /*
	   * jmemmgr.c
	   *
	-  * Copyright (C) 1991-1996, Thomas G. Lane.
	+  * Copyright (C) 1991-1997, Thomas G. Lane.
	   * This file is part of the Independent JPEG Group's software.
	   * For conditions of distribution and use, see the accompanying README file.
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jmemmgr.c:1075,1080 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jmemmgr.c:1075,1083
	    mem->pub.access_virt_barray = access_virt_barray;
	    mem->pub.free_pool = free_pool;
	    mem->pub.self_destruct = self_destruct;
	+ 
	+   /* Make MAX_ALLOC_CHUNK accessible to other modules */
	+   mem->pub.max_alloc_chunk = MAX_ALLOC_CHUNK;
	  
	    /* Initialize working state */
	    mem->pub.max_memory_to_use = max_to_use;
 [rsc] --rw-rw-r-- M 661145 glenda sys 8314 Jan 16 20:56 sys/src/cmd/gs/jpeg/jmemname.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jmemname.c:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jmemname.c:1,7
	  /*
	   * jmemname.c
	   *
	-  * Copyright (C) 1992-1996, Thomas G. Lane.
	+  * Copyright (C) 1992-1997, Thomas G. Lane.
	   * This file is part of the Independent JPEG Group's software.
	   * For conditions of distribution and use, see the accompanying README file.
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jmemname.c:30,37 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jmemname.c:30,42
	  #define READ_BINARY	"r"
	  #define RW_BINARY	"w+"
	  #else
	+ #ifdef VMS			/* VMS is very nonstandard */
	+ #define READ_BINARY	"rb", "ctx=stm"
	+ #define RW_BINARY	"w+b", "ctx=stm"
	+ #else				/* standard ANSI-compliant case */
	  #define READ_BINARY	"rb"
	  #define RW_BINARY	"w+b"
	+ #endif
	  #endif
	  
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 8230 Jan 16 20:56 sys/src/cmd/gs/jpeg/jmemsys.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 12458 Jan 16 20:56 sys/src/cmd/gs/jpeg/jmorecfg.h.save
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jmorecfg.h.save:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jmorecfg.h.save:1,7
	  /*
	   * jmorecfg.h
	   *
	-  * Copyright (C) 1991-1996, Thomas G. Lane.
	+  * Copyright (C) 1991-1997, Thomas G. Lane.
	   * This file is part of the Independent JPEG Group's software.
	   * For conditions of distribution and use, see the accompanying README file.
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jmorecfg.h.save:285,290 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jmorecfg.h.save:285,291
	  #undef  D_ARITH_CODING_SUPPORTED    /* Arithmetic coding back end? */
	  #define D_MULTISCAN_FILES_SUPPORTED /* Multiple-scan JPEG files? */
	  #define D_PROGRESSIVE_SUPPORTED	    /* Progressive JPEG? (Requires MULTISCAN)*/
	+ #define SAVE_MARKERS_SUPPORTED	    /* jpeg_save_markers() needed? */
	  #define BLOCK_SMOOTHING_SUPPORTED   /* Block smoothing? (Progressive only) */
	  #define IDCT_SCALING_SUPPORTED	    /* Output rescaling via IDCT? */
	  #undef  UPSAMPLE_SCALING_SUPPORTED  /* Output rescaling at upsample stage? */
 [rsc] --rw-rw-r-- M 661145 glenda sys 15712 Jan 16 20:56 sys/src/cmd/gs/jpeg/jpegint.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 46205 Jan 16 20:56 sys/src/cmd/gs/jpeg/jpeglib.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 16227 Jan 16 20:56 sys/src/cmd/gs/jpeg/jpegtran.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 360 Jan 16 20:56 sys/src/cmd/gs/jpeg/jversion.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jversion.h:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jversion.h:1,7
	  /*
	   * jversion.h
	   *
	-  * Copyright (C) 1991-1996, Thomas G. Lane.
	+  * Copyright (C) 1991-1998, Thomas G. Lane.
	   * This file is part of the Independent JPEG Group's software.
	   * For conditions of distribution and use, see the accompanying README file.
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/jversion.h:9,14 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/jversion.h:9,14
	   */
	  
	  
	- #define JVERSION	"6a  7-Feb-96"
	+ #define JVERSION	"6b  27-Mar-1998"
	  
	- #define JCOPYRIGHT	"Copyright (C) 1996, Thomas G. Lane"
	+ #define JCOPYRIGHT	"Copyright (C) 1998, Thomas G. Lane"
 [rsc] --rwxrwxr-x M 661145 rsc sys 43097 Jan 16 20:56 sys/src/cmd/gs/jpeg/ltconfig
 [rsc] --rw-rw-r-- M 661145 rsc sys 70979 Jan 16 20:56 sys/src/cmd/gs/jpeg/ltmain.sh
 [rsc] --rw-rw-r-- M 661145 rsc sys 21331 Jan 16 20:56 sys/src/cmd/gs/jpeg/makeapps.ds
 [rsc] --rw-rw-r-- M 661145 rsc sys 12176 Jan 16 20:56 sys/src/cmd/gs/jpeg/makefile.vc
 [rsc] --rw-rw-r-- M 661145 rsc sys 21450 Jan 16 20:56 sys/src/cmd/gs/jpeg/makelib.ds
 [rsc] --rw-rw-r-- M 661145 rsc sys 10374 Jan 16 20:56 sys/src/cmd/gs/jpeg/makeproj.mac
 [rsc] --rw-rw-r-- M 661145 glenda sys 6849 Jan 16 20:56 sys/src/cmd/gs/jpeg/rdcolmap.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/rdcolmap.c:204,212 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/rdcolmap.c:204,212
	    case '6':			/* it's a raw-format PPM file */
	      for (row = 0; row < h; row++) {
	        for (col = 0; col < w; col++) {
	- 	R = pbm_getc(infile);
	- 	G = pbm_getc(infile);
	- 	B = pbm_getc(infile);
	+ 	R = getc(infile);
	+ 	G = getc(infile);
	+ 	B = getc(infile);
	  	if (R == EOF || G == EOF || B == EOF)
	  	  ERREXIT(cinfo, JERR_BAD_CMAP_FILE);
	  	add_map_entry(cinfo, R, G, B);
 [rsc] --rw-rw-r-- M 661145 glenda sys 1272 Jan 16 20:56 sys/src/cmd/gs/jpeg/rdgif.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 13879 Jan 16 20:56 sys/src/cmd/gs/jpeg/rdjpgcom.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 14024 Jan 16 20:56 sys/src/cmd/gs/jpeg/rdppm.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/rdppm.c:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/rdppm.c:1,7
	  /*
	   * rdppm.c
	   *
	-  * Copyright (C) 1991-1996, Thomas G. Lane.
	+  * Copyright (C) 1991-1997, Thomas G. Lane.
	   * This file is part of the Independent JPEG Group's software.
	   * For conditions of distribution and use, see the accompanying README file.
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/rdppm.c:303,310 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/rdppm.c:303,322
	    if (getc(source->pub.input_file) != 'P')
	      ERREXIT(cinfo, JERR_PPM_NOT);
	  
	-   c = getc(source->pub.input_file); /* save format discriminator for a sec */
	+   c = getc(source->pub.input_file); /* subformat discriminator character */
	  
	+   /* detect unsupported variants (ie, PBM) before trying to read header */
	+   switch (c) {
	+   case '2':			/* it's a text-format PGM file */
	+   case '3':			/* it's a text-format PPM file */
	+   case '5':			/* it's a raw-format PGM file */
	+   case '6':			/* it's a raw-format PPM file */
	+     break;
	+   default:
	+     ERREXIT(cinfo, JERR_PPM_NOT);
	+     break;
	+   }
	+ 
	    /* fetch the remaining header info */
	    w = read_pbm_integer(cinfo, source->pub.input_file);
	    h = read_pbm_integer(cinfo, source->pub.input_file);
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/jpeg/rdppm.c:367,376 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/jpeg/rdppm.c:379,384
	      } else {
	        source->pub.get_pixel_rows = get_scaled_rgb_row;
	      }
	-     break;
	- 
	-   default:
	-     ERREXIT(cinfo, JERR_PPM_NOT);
	      break;
	    }
	  
 [rsc] --rw-rw-r-- M 661145 rsc sys 35050 Jan 16 20:56 sys/src/cmd/gs/jpeg/testimg.bmp
 [rsc] --rw-rw-r-- M 661145 rsc sys 32630 Jan 16 20:56 sys/src/cmd/gs/jpeg/transupp.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 5761 Jan 16 20:56 sys/src/cmd/gs/jpeg/transupp.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 12888 Jan 16 20:56 sys/src/cmd/gs/jpeg/wrgif.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 16563 Jan 16 20:56 sys/src/cmd/gs/jpeg/wrjpgcom.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 109 Jan 16 20:50 sys/src/cmd/gs/lib/Fontmap
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/Fontmap:1,3 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/Fontmap:1,4
	  %!
	  % See Fontmap.GS for the syntax of real Fontmap files.
	+ %% Replace 1 (Fontmap.GS)
	  (Fontmap.GS) .runlibfile
 [rsc] --rw-rw-r-- M 661145 glenda sys 5915 Jan 16 20:50 sys/src/cmd/gs/lib/Fontmap.ATB
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/Fontmap.ATB:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/Fontmap.ATB:1,19
	  %    Copyright (C) 1994 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: Fontmap.ATB,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: Fontmap.ATB,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Fontmap.ATB - an alternative Fontmap for Ghostscript,
	  % suitable for use with the 65 Adobe Type Manager fonts 
	  % supplied with Adobe Type Basics.
 [rsc] --rw-rw-r-- M 661145 glenda sys 5691 Jan 16 20:50 sys/src/cmd/gs/lib/Fontmap.ATM
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/Fontmap.ATM:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/Fontmap.ATM:1,19
	  %    Copyright (C) 1990, 1992, 1994, 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: Fontmap.ATM,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: Fontmap.ATM,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Fontmap.ATM - an alternative Fontmap for Ghostscript,
	  % suitable for use with Adobe Type Manager fonts.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 13531 Jan 16 20:50 sys/src/cmd/gs/lib/Fontmap.GS
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/Fontmap.GS:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/Fontmap.GS:1,19
	  % Copyright (C) 1996, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: Fontmap.GS,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: Fontmap.GS,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Fontmap - standard font catalog for Ghostscript.
	  
	  % ----------------------------------------------------------------
 [rsc] --rw-rw-r-- M 661145 glenda sys 7275 Jan 16 20:50 sys/src/cmd/gs/lib/Fontmap.OS2
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/Fontmap.OS2:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/Fontmap.OS2:1,19
	  %    Copyright (C) 1990, 1992, 1993, 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: Fontmap.OS2,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: Fontmap.OS2,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % fontmap.os2 aka Fontmap.OS2 - OS/2 font catalog for Ghostscript.
	  
	  % ----------------------------------------------------------------
 [rsc] --rw-rw-r-- M 661145 glenda sys 13791 Jan 16 20:50 sys/src/cmd/gs/lib/Fontmap.SGI
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/Fontmap.SGI:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/Fontmap.SGI:1,19
	  % Copyright (C) 1996, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: Fontmap.SGI,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: Fontmap.SGI,v 1.4 2002/02/21 21:49:28 giles Exp $
	  %
	  % Fontmap.SGI - standard font catalog for Ghostscript, modified for IRIX 5.3
	  % with the DPS fonts installed (dps_eoe.sw.dpsfonts).
 [rsc] --rw-rw-r-- M 661145 glenda sys 16470 Jan 16 20:50 sys/src/cmd/gs/lib/Fontmap.Sol
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/Fontmap.Sol:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/Fontmap.Sol:1,19
	  % Copyright (C) 1996, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: Fontmap.Sol,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: Fontmap.Sol,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Fontmap.Solaris - Ghostscript Fontmap for Solaris 2.3 and above
	  % ===============================================================
	  %
 [rsc] --rw-rw-r-- M 661145 glenda sys 6084 Jan 16 20:50 sys/src/cmd/gs/lib/Fontmap.Ult
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/Fontmap.Ult:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/Fontmap.Ult:1,19
	  %    Copyright (C) 1990, 1995, 1999 Aladdin Enterprises.  All rights reserved.
	  %
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: Fontmap.Ult,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: Fontmap.Ult,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Fontmap.Ult is derived from the standard Fontmap file distributed with
	  % ghostscript; for credits and sources see that file.  The modifications here
	  % are valid for ULTRIX 4.3, and consist of defining some fonts and font
 [rsc] --rw-rw-r-- M 661145 glenda sys 4328 Jan 16 20:50 sys/src/cmd/gs/lib/acctest.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/acctest.ps:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/acctest.ps:1,6
	  %!
	  % Check that operators do their access tests correctly.
	+ % $Id: acctest.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  
	  % proc dotest => .
	  /dotest
 [rsc] --rw-rw-r-- M 661145 glenda sys 9852 Jan 16 20:50 sys/src/cmd/gs/lib/addxchar.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/addxchar.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/addxchar.ps:1,19
	  %    Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: addxchar.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: addxchar.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Add the Central European and other Adobe extended Latin characters to a
	  % Type 1 font.
	  % Requires -dWRITESYSTEMDICT to disable access protection.
 [rsc] --rw-rw-r-- M 661145 glenda sys 2317 Jan 16 20:50 sys/src/cmd/gs/lib/align.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/align.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/align.ps:1,19
	  %    Copyright (C) 1989, 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: align.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: align.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Print a page that indicates the proper settings of Margins and HWMargins
	  % for a given device.  Requires a Level 2 system.
	  
 [rsc] --rwxrwxr-x M 661145 glenda sys 235 Jan 16 20:50 sys/src/cmd/gs/lib/bdftops
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/bdftops:1,3 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/bdftops:1,8
	  #!/bin/sh
	- # $Id: bdftops,v 1.2 2001/03/27 21:15:55 alexcher Exp $
	- exec gs -q -dBATCH -dNODISPLAY -- bdftops.ps "$@"
	+ # $Id: bdftops,v 1.5 2004/08/04 00:55:46 giles Exp $
	+ 
	+ # This definition is changed on install to match the
	+ # executable name set in the makefile
	+ GS_EXECUTABLE=gs
	+ 
	+ exec $GS_EXECUTABLE -q -dBATCH -dNODISPLAY -- bdftops.ps "$@"
 [rsc] --rwxrwxr-x M 661145 glenda sys 158 Jan 16 20:50 sys/src/cmd/gs/lib/bdftops.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/bdftops.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/bdftops.bat:1,5
	  @echo off
	- @rem $Id: bdftops.bat,v 1.3 2001/03/27 21:15:55 alexcher Exp $
	+ @rem $Id: bdftops.bat,v 1.5 2002/02/21 21:49:28 giles Exp $
	  
	  call gssetgs.bat
	  %GSC% -q -dBATCH -dNODISPLAY -- bdftops.ps %1 %2 %3 %4 %5 %6 %7 %8 %9
 [rsc] --rw-rw-r-- M 661145 glenda sys 23410 Jan 16 20:50 sys/src/cmd/gs/lib/bdftops.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1725 Jan 16 20:50 sys/src/cmd/gs/lib/caption.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/caption.ps:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/caption.ps:1,20
	  %!
	  %    Copyright (C) 1995 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: caption.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: caption.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Add a "caption" to the bottom of each page.
	  /captionsize 20 def
	  /caption
 [rsc] --rw-rw-r-- M 661145 glenda sys 4479 Jan 16 20:50 sys/src/cmd/gs/lib/cid2code.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/cid2code.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/cid2code.ps:1,19
	  %    Copyright (C) 1998, 2000 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: cid2code.ps,v 1.3 2000/11/30 18:22:11 lpd Exp $
	+ % $Id: cid2code.ps,v 1.5 2002/02/21 21:49:28 giles Exp $
	  % Construct an inverse map from CIDs to codes.
	  
	  % Create an inverse map from CIDs to code values.
 [rsc] --rw-rw-r-- M 661145 glenda sys 354 Jan 16 20:50 sys/src/cmd/gs/lib/decrypt.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/decrypt.ps:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/decrypt.ps:1,6
	+ %!
	  % Decrypt an eexec-encoded file.
	+ % $Id: decrypt.ps,v 1.6 2002/02/21 21:49:28 giles Exp $
	  
	  (t.in) (r) file /in exch def
	  (t.out) (w) file /out exch def
 [rsc] --rw-rw-r-- M 661145 glenda sys 7123 Jan 16 20:50 sys/src/cmd/gs/lib/docie.ps
	[diffs elided]
 [rsc] --rwxrwxr-x M 661145 glenda sys 965 Jan 16 20:50 sys/src/cmd/gs/lib/dvipdf
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/dvipdf:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/dvipdf:1,5
	  #!/bin/sh
	- # $Id: dvipdf,v 1.2 2001/06/22 16:09:22 lpd Exp $
	+ # $Id: dvipdf,v 1.5 2004/08/04 00:55:46 giles Exp $
	  # Convert DVI to PDF.
	  #
	  # Please contact Andrew Ford <A.Ford@ford-mason.co.uk> with any questions
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/dvipdf:7,12 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/dvipdf:7,17
	  #
	  # Based on ps2pdf
	  
	+ # This definition is changed on install to match the
	+ # executable name set in the makefile
	+ GS_EXECUTABLE=gs
	+ 
	+ 
	  OPTIONS=""
	  while true
	  do
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/dvipdf:37,40 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/dvipdf:42,45
	  
	  # We have to include the options twice because -I only takes effect if it
	  # appears before other options.
	- exec dvips -q -f "$infile" | gs $OPTIONS -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile="$outfile" $OPTIONS -c .setpdfwrite -
	+ exec dvips -q -f "$infile" | $GS_EXECUTABLE $OPTIONS -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile="$outfile" $OPTIONS -c .setpdfwrite -
 [rsc] --rw-rw-r-- M 661145 glenda sys 8598 Jan 16 20:50 sys/src/cmd/gs/lib/errpage.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/errpage.ps:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/errpage.ps:1,20
	  %!
	  %    Copyright (C) 1992, 1996, 1998 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: errpage.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: errpage.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Print an informative error page if an error occurs.
	  % Inspired by Adobe's `ehandler.ps' and David Holzgang's PinPoint.
	  
 [rsc] --rwxrwxr-x M 661145 glenda sys 4585 Jan 16 20:50 sys/src/cmd/gs/lib/fixmswrd.pl
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/fixmswrd.pl:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/fixmswrd.pl:1,5
	  #!/usr/bin/perl
	- # $Id: fixmswrd.pl,v 1.1 2000/03/09 08:40:39 lpd Exp $
	- 
	- # $Id: fixmswrd.pl,v 1.1 2000/03/09 08:40:39 lpd Exp $
	+ # $Id: fixmswrd.pl,v 1.4 2002/02/21 21:53:01 giles Exp $
	  
	  #   (C) 1997 Anthony Shipman
	  # 
 [rsc] --rwxrwxr-x M 661145 glenda sys 243 Jan 16 20:50 sys/src/cmd/gs/lib/font2c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/font2c:1,3 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/font2c:1,8
	  #!/bin/sh
	- # $Id: font2c,v 1.1 2000/03/09 08:40:39 lpd Exp $
	- exec gs -q -dNODISPLAY -dWRITESYSTEMDICT -- font2c.ps "$@"
	+ # $Id: font2c,v 1.4 2004/08/04 00:55:46 giles Exp $
	+ 
	+ # This definition is changed on install to match the
	+ # executable name set in the makefile
	+ GS_EXECUTABLE=gs
	+ 
	+ exec $GS_EXECUTABLE -q -dNODISPLAY -dWRITESYSTEMDICT -- font2c.ps "$@"
 [rsc] --rwxrwxr-x M 661145 glenda sys 166 Jan 16 20:50 sys/src/cmd/gs/lib/font2c.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/font2c.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/font2c.bat:1,5
	  @echo off
	- @rem $Id: font2c.bat,v 1.2 2000/05/20 20:53:05 lpd Exp $
	+ @rem $Id: font2c.bat,v 1.4 2002/02/21 21:49:28 giles Exp $
	  
	  call gssetgs.bat
	  %GSC% -q -dNODISPLAY -dWRITESYSTEMDICT -- font2c.ps %1 %2 %3 %4 %5 %6 %7 %8 %9
 [rsc] --rw-rw-r-- M 661145 glenda sys 19593 Jan 16 20:50 sys/src/cmd/gs/lib/font2c.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 17575 Jan 16 20:50 sys/src/cmd/gs/lib/font2pcl.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 11103 Jan 16 20:50 sys/src/cmd/gs/lib/gs_btokn.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2167 Jan 16 20:50 sys/src/cmd/gs/lib/gs_ccfnt.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_ccfnt.ps:1,25 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_ccfnt.ps:1,23
	  %    Copyright (C) 1994, 2000 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_ccfnt.ps,v 1.5 2001/10/01 05:25:55 lpd Exp $
	+ % $Id: gs_ccfnt.ps,v 1.8 2003/04/12 18:08:18 ray Exp $
	  % Find and register all the precompiled font operators in systemdict.
	  
	  /registerfont			% <fontname> <fontdict> registerfont <font>
	-  { DEBUG { (Registering ) print 1 index = } if
	+  { CCFONTDEBUG { (Registering ) print 1 index = } if
	     dup begin
	       Encoding type /nametype eq
	        { Encoding .findencoding /Encoding exch def
 [rsc] --rw-rw-r-- M 661145 glenda sys 2368 Jan 16 20:50 sys/src/cmd/gs/lib/gs_ce_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_ce_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_ce_e.ps:1,19
	  %    Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_ce_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_ce_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the Adobe CE (Central European) encoding vector.
	  % We define it by differences from the ISOLatin1Encoding vector.
	  /CEEncoding
 [rsc] --rw-rw-r-- M 661145 glenda sys 22476 Jan 16 20:50 sys/src/cmd/gs/lib/gs_cff.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 12612 Jan 16 20:50 sys/src/cmd/gs/lib/gs_cidfn.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 17210 Jan 16 20:50 sys/src/cmd/gs/lib/gs_cmap.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4848 Jan 16 20:50 sys/src/cmd/gs/lib/gs_cmdl.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_cmdl.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_cmdl.ps:1,19
	  %    Copyright (C) 1994, 1996, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_cmdl.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_cmdl.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Parse and execute the command line.
	  % C code handles the following switches: -h/-? -I -M -v
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 2288 Jan 16 20:50 sys/src/cmd/gs/lib/gs_dbt_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_dbt_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_dbt_e.ps:1,19
	  %    Copyright (C) 1993, 1994 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_dbt_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_dbt_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the Dingbats encoding vector.
	  /currentglobal where
	   { pop currentglobal { setglobal } true setglobal }
 [rsc] --rw-rw-r-- M 661145 glenda sys 7584 Jan 16 20:50 sys/src/cmd/gs/lib/gs_diskf.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_diskf.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_diskf.ps:1,19
	  %    Copyright (C) 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_diskf.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_diskf.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Support for converting Type 1 fonts without eexec encryption to
	  % Type 4 fonts that load individual character outlines on demand.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 4766 Jan 16 20:50 sys/src/cmd/gs/lib/gs_dpnxt.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 7842 Jan 16 20:50 sys/src/cmd/gs/lib/gs_dps.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4576 Jan 16 20:50 sys/src/cmd/gs/lib/gs_dps1.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_dps1.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_dps1.ps:1,19
	  %    Copyright (C) 1997, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_dps1.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_dps1.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Initialization file for most of the Display PostScript functions
	  % that are also included in Level 2.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 6977 Jan 16 20:50 sys/src/cmd/gs/lib/gs_dps2.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_dps2.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_dps2.ps:1,19
	  %    Copyright (C) 1990, 1996, 1997, 1998, 2000 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_dps2.ps,v 1.3 2000/11/07 18:51:24 lpd Exp $
	+ % $Id: gs_dps2.ps,v 1.5 2002/02/21 21:49:28 giles Exp $
	  % Initialization file for basic Display PostScript functions
	  % that are also included in Level 2.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 7220 Jan 16 20:50 sys/src/cmd/gs/lib/gs_epsf.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3166 Jan 16 20:50 sys/src/cmd/gs/lib/gs_fform.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_fform.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_fform.ps:1,19
	  %    Copyright (C) 1995, 1996, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_fform.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_fform.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Form caching implemented in PostScript.
	  
	  % This implementation doesn't do the right thing about halftone or
 [rsc] --rw-rw-r-- M 661145 glenda sys 43873 Jan 16 20:50 sys/src/cmd/gs/lib/gs_fonts.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2800 Jan 16 20:50 sys/src/cmd/gs/lib/gs_il1_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_il1_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_il1_e.ps:1,19
	  %    Copyright (C) 1993, 1994, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_il1_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_il1_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the ISO Latin-1 encoding vector.
	  % The first half is the same as the standard encoding,
	  % except for minus instead of hyphen at code 055.
 [rsc] --rw-rw-r-- M 661145 glenda sys 2781 Jan 16 20:50 sys/src/cmd/gs/lib/gs_il2_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_il2_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_il2_e.ps:1,19
	  %    Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_il2_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_il2_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the ISO Latin-2 (8859-2) encoding vector.
	  
	  % The original version of this encoding vector used Unicode names, rather
 [rsc] --rw-rw-r-- M 661145 glenda sys 73009 Jan 16 20:50 sys/src/cmd/gs/lib/gs_init.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3946 Jan 16 20:50 sys/src/cmd/gs/lib/gs_kanji.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_kanji.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_kanji.ps:1,19
	  %    Copyright (C) 1994, 1995, 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_kanji.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_kanji.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Scaffolding for Kanji fonts.  This is based on the Wadalab free font
	  % from the University of Tokyo; it may not be appropriate for other
	  % Kanji fonts.
 [rsc] --rw-rw-r-- M 661145 glenda sys 3295 Jan 16 20:50 sys/src/cmd/gs/lib/gs_ksb_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_ksb_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_ksb_e.ps:1,19
	  %    Copyright (C) 1994 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_ksb_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_ksb_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the KanjiSub encoding vector.
	  /currentglobal where
	   { pop currentglobal { setglobal } true setglobal }
 [rsc] --rw-rw-r-- M 661145 glenda sys 5635 Jan 16 20:50 sys/src/cmd/gs/lib/gs_l2img.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_l2img.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_l2img.ps:1,19
	  %    Copyright (C) 1995, 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_l2img.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_l2img.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Emulate the Level 2 dictionary-based image operator in Level 1,
	  % except for Interpolate (ignored) and MultipleDataSources = true;
	  % also, we require that the data source be either a procedure of a
 [rsc] --rw-rw-r-- M 661145 glenda sys 31509 Jan 16 20:50 sys/src/cmd/gs/lib/gs_lev2.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2890 Jan 16 20:50 sys/src/cmd/gs/lib/gs_lgo_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_lgo_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_lgo_e.ps:1,19
	  %    Copyright (C) 1999, 2000 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_lgo_e.ps,v 1.3 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_lgo_e.ps,v 1.5 2002/02/21 21:49:28 giles Exp $
	  % Define the Adobe "original" Latin glyph set.
	  % This is not an Encoding strictly speaking, but we treat it like one.
	  /currentglobal where
 [rsc] --rw-rw-r-- M 661145 glenda sys 1916 Jan 16 20:50 sys/src/cmd/gs/lib/gs_lgx_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_lgx_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_lgx_e.ps:1,19
	  %    Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_lgx_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_lgx_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the Adobe "extension" Latin glyph set.
	  % This is not an Encoding strictly speaking, but we treat it like one.
	  /currentglobal where
 [rsc] --rw-rw-r-- M 661145 glenda sys 10554 Jan 16 20:50 sys/src/cmd/gs/lib/gs_ll3.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3997 Jan 16 20:50 sys/src/cmd/gs/lib/gs_mex_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_mex_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_mex_e.ps:1,19
	  %    Copyright (C) 1994, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_mex_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_mex_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the MacExpert encoding vector.
	  /currentglobal where
	   { pop currentglobal { setglobal } true setglobal }
 [rsc] --rw-rw-r-- M 661145 glenda sys 2193 Jan 16 20:50 sys/src/cmd/gs/lib/gs_mgl_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_mgl_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_mgl_e.ps:1,19
	  %    Copyright (C) 1999, 2000 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_mgl_e.ps,v 1.3 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_mgl_e.ps,v 1.5 2002/02/21 21:49:28 giles Exp $
	  % Define the Macintosh standard glyph encoding vector.
	  % This is not an Encoding strictly speaking, but we treat it like one.
	  /currentglobal where
 [rsc] --rw-rw-r-- M 661145 glenda sys 2539 Jan 16 20:50 sys/src/cmd/gs/lib/gs_mro_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_mro_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_mro_e.ps:1,19
	  %    Copyright (C) 1994, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_mro_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_mro_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the MacRoman encoding vector.
	  /currentglobal where
	   { pop currentglobal { setglobal } true setglobal }
 [rsc] --rw-rw-r-- M 661145 glenda sys 1709 Jan 16 20:50 sys/src/cmd/gs/lib/gs_pdf_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_pdf_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_pdf_e.ps:1,19
	  %    Copyright (C) 1994, 1997, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_pdf_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_pdf_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the PDFDoc encoding vector.
	  /currentglobal where
	   { pop currentglobal { setglobal } true setglobal }
 [rsc] --rw-rw-r-- M 661145 glenda sys 25452 Jan 16 20:50 sys/src/cmd/gs/lib/gs_pdfwr.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4345 Jan 16 20:50 sys/src/cmd/gs/lib/gs_pfile.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_pfile.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_pfile.ps:1,19
	  %    Copyright (C) 1994, 1995 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_pfile.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_pfile.ps,v 1.5 2003/08/08 18:45:05 ray Exp $
	  % Runtime support for minimum-space fonts and packed files.
	  
	  % ****** NOTE: This file must be kept consistent with
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_pfile.ps:44,50 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_pfile.ps:42,48
	  	% by reading it into a buffer.  We rely on the fact that
	  	% save/restore don't affect file positions.
	  	% Stack: istart ilength dfilter
	-    save exch 1000 string
	+    save exch 64000 string
	  	% Stack: istart ilength save dfilter scratch
	     4 index 1 index length idiv { 2 copy readstring pop pop } repeat
	     2 copy 0 8 -1 roll 2 index length mod getinterval readstring pop pop pop
 [rsc] --rw-rw-r-- M 661145 glenda sys 866 Jan 16 20:50 sys/src/cmd/gs/lib/gs_rdlin.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_rdlin.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_rdlin.ps:1,19
	  %    Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_rdlin.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_rdlin.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Patch for systems with readline support in the interpreter.
	  
	  % Disable the prompt message, since readline will generate it.
 [rsc] --rw-rw-r-- M 661145 glenda sys 34685 Jan 16 20:50 sys/src/cmd/gs/lib/gs_res.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 27947 Jan 16 20:50 sys/src/cmd/gs/lib/gs_setpd.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 13461 Jan 16 20:50 sys/src/cmd/gs/lib/gs_statd.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3243 Jan 16 20:50 sys/src/cmd/gs/lib/gs_std_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_std_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_std_e.ps:1,19
	  %    Copyright (C) 1993, 1994 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_std_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_std_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the standard encoding vector.
	  /StandardEncoding
	  % \00x
 [rsc] --rw-rw-r-- M 661145 glenda sys 3102 Jan 16 20:50 sys/src/cmd/gs/lib/gs_sym_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_sym_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_sym_e.ps:1,19
	  %    Copyright (C) 1991, 1994, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_sym_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_sym_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the Symbol encoding vector.
	  /currentglobal where
	   { pop currentglobal { setglobal } true setglobal }
 [rsc] --rw-rw-r-- M 661145 glenda sys 3040 Jan 16 20:50 sys/src/cmd/gs/lib/gs_trap.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_trap.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_trap.ps:1,19
	  %    Copyright (C) 1999, 2000 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_trap.ps,v 1.3 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_trap.ps,v 1.6 2002/06/02 12:03:28 mpsuzuki Exp $
	  % PostScript LanguageLevel 3 in-RIP trapping support.
	  
	  ll3dict begin
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_trap.ps:22,28 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_trap.ps:20,26
	  
	  % We need LanguageLevel 2 or higher in order to have setuserparams and
	  % defineresource.
	- languagelevel dup 2 max .setlanguagelevel
	+ languagelevel dup 2 .max .setlanguagelevel
	  
	  % ------ Trapping ------ %
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 46435 Jan 16 20:50 sys/src/cmd/gs/lib/gs_ttf.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4220 Jan 16 20:50 sys/src/cmd/gs/lib/gs_typ32.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_typ32.ps:1,27 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_typ32.ps:1,25
	  %    Copyright (C) 1997 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_typ32.ps,v 1.3 2001/08/06 10:19:42 igorm Exp $
	+ % $Id: gs_typ32.ps,v 1.6 2002/06/02 12:03:28 mpsuzuki Exp $
	  % Initialization file for Type 32 fonts.
	  
	  % ------ Type 32 fonts ------ %
	  
	  % We need LanguageLevel 2 or higher in order to have defineresource.
	- languagelevel dup 2 max .setlanguagelevel
	+ languagelevel dup 2 .max .setlanguagelevel
	  
	  /BitmapFontInit mark
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 1701 Jan 16 20:50 sys/src/cmd/gs/lib/gs_typ42.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_typ42.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_typ42.ps:1,19
	  %    Copyright (C) 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_typ42.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_typ42.ps,v 1.7 2004/12/16 12:34:56 igor Exp $
	  % Type 42 font support code.
	  
	  % Here are the BuildChar and BuildGlyph implementation for Type 42 fonts.
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_typ42.ps:34,40 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_typ42.ps:32,41
	      dup CharStrings exch .knownget not
	       { 2 copy eq { exch pop /.notdef exch } if
	         QUIET not
	- 	{ (Substituting .notdef for ) print = flush }
	+ 	{ (Substituting .notdef for ) print
	+ 	  =string cvs print ( in the font ) print
	+ 	  1 index /FontName get = flush
	+ 	}
	  	{ pop }
	         ifelse
	         /.notdef CharStrings /.notdef get
 [rsc] --rw-rw-r-- M 661145 glenda sys 7527 Jan 16 20:50 sys/src/cmd/gs/lib/gs_type1.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1687 Jan 16 20:50 sys/src/cmd/gs/lib/gs_wan_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_wan_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_wan_e.ps:1,19
	  %    Copyright (C) 1994, 1996, 1997, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_wan_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_wan_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the WinAnsi encoding vector.
	  /currentglobal where
	   { pop currentglobal { setglobal } true setglobal }
 [rsc] --rw-rw-r-- M 661145 glenda sys 2534 Jan 16 20:50 sys/src/cmd/gs/lib/gs_wl1_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_wl1_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_wl1_e.ps:1,19
	  %    Copyright (C) 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_wl1_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_wl1_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the Windows 3.1 Latin 1 encoding vector (H-P Symbol set 19U).
	  /currentglobal where
	   { pop currentglobal { setglobal } true setglobal }
 [rsc] --rw-rw-r-- M 661145 glenda sys 2532 Jan 16 20:50 sys/src/cmd/gs/lib/gs_wl2_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_wl2_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_wl2_e.ps:1,19
	  %    Copyright (C) 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_wl2_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_wl2_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the Windows 3.1 Latin 2 encoding vector (H-P Symbol set 9E).
	  /currentglobal where
	   { pop currentglobal { setglobal } true setglobal }
 [rsc] --rw-rw-r-- M 661145 glenda sys 2550 Jan 16 20:50 sys/src/cmd/gs/lib/gs_wl5_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_wl5_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_wl5_e.ps:1,19
	  %    Copyright (C) 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_wl5_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_wl5_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the Windows 3.1 Latin 5 encoding vector (H-P Symbol set 5T).
	  /currentglobal where
	   { pop currentglobal { setglobal } true setglobal }
 [rsc] --rwxrwxr-x M 661145 glenda sys 280 Jan 16 20:50 sys/src/cmd/gs/lib/gsbj
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gsbj:1,3 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gsbj:1,8
	  #!/bin/sh
	- # $Id: gsbj,v 1.1 2000/03/09 08:40:40 lpd Exp $
	- exec gs -q -sDEVICE=bj10e -r180 -dNOPAUSE -sPROGNAME=$0 -- gslp.ps --heading-center "`date`" "$@"
	+ # $Id: gsbj,v 1.4 2004/08/04 00:55:46 giles Exp $
	+ 
	+ # This definition is changed on install to match the
	+ # executable name set in the makefile
	+ GS_EXECUTABLE=gs
	+ 
	+ exec $GS_EXECUTABLE -q -sDEVICE=bj10e -r180 -dNOPAUSE -sPROGNAME=$0 -- gslp.ps --heading-center "`date`" "$@"
 [rsc] --rwxrwxr-x M 661145 glenda sys 179 Jan 16 20:50 sys/src/cmd/gs/lib/gsbj.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gsbj.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gsbj.bat:1,5
	  @echo off
	- @rem $Id: gsbj.bat,v 1.2 2000/05/20 20:53:05 lpd Exp $
	+ @rem $Id: gsbj.bat,v 1.4 2002/02/21 21:49:28 giles Exp $
	  
	  call gssetgs.bat
	  %GSC% -q -sDEVICE=bj10e -r180 -dNOPAUSE -sPROGNAME=gsbj -- gslp.ps %1 %2 %3 %4 %5 %6 %7 %8 %9
 [rsc] --rwxrwxr-x M 661145 glenda sys 282 Jan 16 20:50 sys/src/cmd/gs/lib/gsdj
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gsdj:1,3 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gsdj:1,8
	  #!/bin/sh
	- # $Id: gsdj,v 1.1 2000/03/09 08:40:40 lpd Exp $
	- exec gs -q -sDEVICE=deskjet -r300 -dNOPAUSE -sPROGNAME=$0 -- gslp.ps --heading-center "`date`" "$@"
	+ # $Id: gsdj,v 1.4 2004/08/04 00:55:46 giles Exp $
	+ 
	+ # This definition is changed on install to match the
	+ # executable name set in the makefile
	+ GS_EXECUTABLE=gs
	+ 
	+ exec $GS_EXECUTABLE -q -sDEVICE=deskjet -r300 -dNOPAUSE -sPROGNAME=$0 -- gslp.ps --heading-center "`date`" "$@"
 [rsc] --rwxrwxr-x M 661145 glenda sys 181 Jan 16 20:50 sys/src/cmd/gs/lib/gsdj.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gsdj.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gsdj.bat:1,5
	  @echo off
	- @rem $Id: gsdj.bat,v 1.2 2000/05/20 20:53:05 lpd Exp $
	+ @rem $Id: gsdj.bat,v 1.4 2002/02/21 21:49:28 giles Exp $
	  
	  call gssetgs.bat
	  %GSC% -q -sDEVICE=deskjet -r300 -dNOPAUSE -sPROGNAME=gsdj -- gslp.ps %1 %2 %3 %4 %5 %6 %7 %8 %9
 [rsc] --rwxrwxr-x M 661145 glenda sys 285 Jan 16 20:50 sys/src/cmd/gs/lib/gsdj500
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gsdj500:1,3 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gsdj500:1,8
	  #!/bin/sh
	- # $Id: gsdj500,v 1.1 2000/03/09 08:40:40 lpd Exp $
	- exec gs -q -sDEVICE=djet500 -r300 -dNOPAUSE -sPROGNAME=$0 -- gslp.ps --heading-center "`date`" "$@"
	+ # $Id: gsdj500,v 1.4 2004/08/04 00:55:46 giles Exp $
	+ 
	+ # This definition is changed on install to match the
	+ # executable name set in the makefile
	+ GS_EXECUTABLE=gs
	+ 
	+ exec $GS_EXECUTABLE -q -sDEVICE=djet500 -r300 -dNOPAUSE -sPROGNAME=$0 -- gslp.ps --heading-center "`date`" "$@"
 [rsc] --rwxrwxr-x M 661145 glenda sys 187 Jan 16 20:50 sys/src/cmd/gs/lib/gsdj500.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gsdj500.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gsdj500.bat:1,5
	  @echo off
	- @rem $Id: gsdj500.bat,v 1.2 2000/05/20 20:53:05 lpd Exp $
	+ @rem $Id: gsdj500.bat,v 1.4 2002/02/21 21:49:28 giles Exp $
	  
	  call gssetgs.bat
	  %GSC% -q -sDEVICE#djet500 -r300 -dNOPAUSE -sPROGNAME=gsdj500 -- gslp.ps %1 %2 %3 %4 %5 %6 %7 %8 %9
 [rsc] --rwxrwxr-x M 661145 glenda sys 283 Jan 16 20:50 sys/src/cmd/gs/lib/gslj
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gslj:1,3 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gslj:1,8
	  #!/bin/sh
	- # $Id: gslj,v 1.1 2000/03/09 08:40:40 lpd Exp $
	- exec gs -q -sDEVICE=laserjet -r300 -dNOPAUSE -sPROGNAME=$0 -- gslp.ps --heading-center "`date`" "$@"
	+ # $Id: gslj,v 1.4 2004/08/04 00:55:46 giles Exp $
	+ 
	+ # This definition is changed on install to match the
	+ # executable name set in the makefile
	+ GS_EXECUTABLE=gs
	+ 
	+ exec $GS_EXECUTABLE -q -sDEVICE=laserjet -r300 -dNOPAUSE -sPROGNAME=$0 -- gslp.ps --heading-center "`date`" "$@"
 [rsc] --rwxrwxr-x M 661145 glenda sys 182 Jan 16 20:50 sys/src/cmd/gs/lib/gslj.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gslj.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gslj.bat:1,5
	  @echo off
	- @rem $Id: gslj.bat,v 1.2 2000/05/20 20:53:05 lpd Exp $
	+ @rem $Id: gslj.bat,v 1.4 2002/02/21 21:49:28 giles Exp $
	  
	  call gssetgs.bat
	  %GSC% -q -sDEVICE=laserjet -r300 -dNOPAUSE -sPROGNAME=gslj -- gslp.ps %1 %2 %3 %4 %5 %6 %7 %8 %9
 [rsc] --rwxrwxr-x M 661145 glenda sys 280 Jan 16 20:50 sys/src/cmd/gs/lib/gslp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gslp:1,3 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gslp:1,8
	  #!/bin/sh
	- # $Id: gslp,v 1.1 2000/03/09 08:40:40 lpd Exp $
	- exec gs -q -sDEVICE=epson -r180 -dNOPAUSE -sPROGNAME=$0 -- gslp.ps --heading-center "`date`" "$@"
	+ # $Id: gslp,v 1.4 2004/08/04 00:55:46 giles Exp $
	+ 
	+ # This definition is changed on install to match the
	+ # executable name set in the makefile
	+ GS_EXECUTABLE=gs
	+ 
	+ exec $GS_EXECUTABLE -q -sDEVICE=epson -r180 -dNOPAUSE -sPROGNAME=$0 -- gslp.ps --heading-center "`date`" "$@"
 [rsc] --rwxrwxr-x M 661145 glenda sys 179 Jan 16 20:50 sys/src/cmd/gs/lib/gslp.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gslp.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gslp.bat:1,5
	  @echo off
	- @rem $Id: gslp.bat,v 1.2 2000/05/20 20:53:05 lpd Exp $
	+ @rem $Id: gslp.bat,v 1.4 2002/02/21 21:49:28 giles Exp $
	  
	  call gssetgs.bat
	  %GSC% -q -sDEVICE=epson -r180 -dNOPAUSE -sPROGNAME=gslp -- gslp.ps %1 %2 %3 %4 %5 %6 %7 %8 %9
 [rsc] --rw-rw-r-- M 661145 glenda sys 19645 Jan 16 20:50 sys/src/cmd/gs/lib/gslp.ps
	[diffs elided]
 [rsc] --rwxrwxr-x M 661145 glenda sys 207 Jan 16 20:50 sys/src/cmd/gs/lib/gsnd
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gsnd:1,3 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gsnd:1,8
	  #!/bin/sh
	- # $Id: gsnd,v 1.1 2000/03/09 08:40:40 lpd Exp $
	- exec gs -DNODISPLAY "$@"
	+ # $Id: gsnd,v 1.4 2004/08/04 00:55:46 giles Exp $
	+ 
	+ # This definition is changed on install to match the
	+ # executable name set in the makefile
	+ GS_EXECUTABLE=gs
	+ 
	+ exec $GS_EXECUTABLE -dNODISPLAY "$@"
 [rsc] --rwxrwxr-x M 661145 glenda sys 130 Jan 16 20:50 sys/src/cmd/gs/lib/gsnd.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gsnd.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gsnd.bat:1,5
	  @echo off
	- @rem $Id: gsnd.bat,v 1.2 2000/05/20 20:53:05 lpd Exp $
	+ @rem $Id: gsnd.bat,v 1.4 2002/02/21 21:49:28 giles Exp $
	  
	  call gssetgs.bat
	  %GSC% -DNODISPLAY %1 %2 %3 %4 %5 %6 %7 %8 %9
 [rsc] --rwxrwxr-x M 661145 glenda sys 134 Jan 16 20:50 sys/src/cmd/gs/lib/gsndt.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gsndt.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gsndt.bat:1,5
	  @echo off
	- @rem $Id: gsndt.bat,v 1.2 2000/05/20 20:53:05 lpd Exp $
	+ @rem $Id: gsndt.bat,v 1.4 2002/02/21 21:49:28 giles Exp $
	  
	  call gssetgs.bat
	  %GSC% -DNODISPLAY %1 %2 %3 %4 %5 %6 %7 %8 %9 >t
 [rsc] --rw-rw-r-- M 661145 glenda sys 2727 Jan 16 20:50 sys/src/cmd/gs/lib/gsnup.ps
	[diffs elided]
 [rsc] --rwxrwxr-x M 661145 glenda sys 119 Jan 16 20:51 sys/src/cmd/gs/lib/gst.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gst.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gst.bat:1,5
	  @echo off
	- @rem $Id: gst.bat,v 1.2 2000/05/20 20:53:05 lpd Exp $
	+ @rem $Id: gst.bat,v 1.4 2002/02/21 21:49:28 giles Exp $
	  
	  call gssetgs.bat
	  %GS% %1 %2 %3 %4 %5 %6 %7 %8 %9 >t
 [rsc] --rwxrwxr-x M 661145 glenda sys 121 Jan 16 20:51 sys/src/cmd/gs/lib/gstt.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gstt.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gstt.bat:1,5
	  @echo off
	- @rem $Id: gstt.bat,v 1.2 2000/05/20 20:53:05 lpd Exp $
	+ @rem $Id: gstt.bat,v 1.4 2002/02/21 21:49:28 giles Exp $
	  
	  call gssetgs.bat
	  %GS% %1 %2 %3 %4 %5 %6 %7 %8 %9 >>t
 [rsc] --rw-rw-r-- M 661145 glenda sys 227916 Jan 16 20:51 sys/src/cmd/gs/lib/ht_ccsto.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ht_ccsto.ps:8,14 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ht_ccsto.ps:8,14
	  % PostScript halftone dictionaries, and hereby places this file in the
	  % public domain as well.
	  
	- % $Id: ht_ccsto.ps,v 1.1 2000/03/09 08:40:40 lpd Exp $
	+ % $Id: ht_ccsto.ps,v 1.3 2002/02/21 21:49:28 giles Exp $
	  % This file defines a /StochasticDefault Type 5 Halftone.
	  
	  % Note that the Black array is used for Default, Black, and Gray
 [rsc] --rw-rw-r-- M 661145 glenda sys 73327 Jan 16 20:51 sys/src/cmd/gs/lib/image-qa.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/image-qa.ps:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/image-qa.ps:1,20
	  %!PS
	  %    Copyright (C) 2000 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  %
	- % $Id: image-qa.ps,v 1.3 2001/04/04 04:54:53 rayjj Exp $
	+ % $Id: image-qa.ps,v 1.5 2002/02/21 21:49:28 giles Exp $
	  % Tests for the image operators
	  
	  % Specifications for Image operator testing.
 [rsc] --rw-rw-r-- M 661145 glenda sys 5542 Jan 16 20:51 sys/src/cmd/gs/lib/impath.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/impath.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/impath.ps:1,19
	  %    Copyright (C) 1992, 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: impath.ps,v 1.3 2000/12/28 17:06:07 alexcher Exp $
	+ % $Id: impath.ps,v 1.5 2002/02/21 21:49:28 giles Exp $
	  % impath.ps
	  % Reverse-rasterize a bitmap to produce a Type 1 outline.
	  % (This was formerly a Ghostscript operator implemented in C.)
 [rsc] --rw-rw-r-- M 661145 glenda sys 934 Jan 16 20:51 sys/src/cmd/gs/lib/jispaper.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/jispaper.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/jispaper.ps:1,19
	  %    Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: jispaper.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: jispaper.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Select JIS B paper sizes for b0...b6.
	  
	  userdict begin
 [rsc] --rw-rw-r-- M 661145 glenda sys 1529 Jan 16 20:51 sys/src/cmd/gs/lib/landscap.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/landscap.ps:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/landscap.ps:1,6
	  %!
	  %  landscap.ps
	+ %
	  % This file can be prepended to most PostScript pages to force 
	  % rotation to "landscape" mode.
	  %
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/landscap.ps:13,19 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/landscap.ps:14,21
	  % below, the lower left hand corner is aligned.  When viewed, this 
	  % corner will have moved to the urx,lly corner.
	  %
	- %  James E. Burns, 3/8/93, burns@nova.bellcore.com
	+ %  originally by James E. Burns, 3/8/93, burns@nova.bellcore.com
	+ %  $Id: landscap.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  %
	  gsave clippath pathbbox grestore
	  4 dict begin
 [rsc] --rw-rw-r-- M 661145 glenda sys 114 Jan 16 20:51 sys/src/cmd/gs/lib/level1.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/level1.ps:1,2 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/level1.ps:1,3
	  %!
	+ % $Id: level1.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  /.setlanguagelevel where { pop 1 .setlanguagelevel } if
 [rsc] --rw-rw-r-- M 661145 glenda sys 3872 Jan 16 20:51 sys/src/cmd/gs/lib/lines.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/lines.ps:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/lines.ps:1,20
	  %!
	  %   Copyright (C) 1989, 1990, 1992, 1994, 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: lines.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: lines.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Test line rendering (stroke).
	  
	  % Exercise the miter limit.  The left column of lines should bevel at
 [rsc] --rwxrwxr-x M 661145 glenda sys 141 Jan 16 20:51 sys/src/cmd/gs/lib/lp386.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/lp386.bat:1,2 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/lp386.bat:1,2
	- @rem $Id: lp386.bat,v 1.1 2000/03/09 08:40:40 lpd Exp $
	+ @rem $Id: lp386.bat,v 1.3 2002/02/21 21:49:28 giles Exp $
	  @gs386 -sDEVICE=djet500 -dNOPAUSE -- gslp.ps -fCourier9 %1 %2 %3 %4 %5 %6 %7 %8 %9
 [rsc] --rwxrwxr-x M 661145 glenda sys 136 Jan 16 20:51 sys/src/cmd/gs/lib/lp386r2.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/lp386r2.bat:1,2 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/lp386r2.bat:1,2
	- @rem $Id: lp386r2.bat,v 1.1 2000/03/09 08:40:40 lpd Exp $
	+ @rem $Id: lp386r2.bat,v 1.3 2002/02/21 21:49:28 giles Exp $
	  @gs386 -sDEVICE=djet500 -dNOPAUSE -- gslp.ps -2r %1 %2 %3 %4 %5 %6 %7 %8 %9
 [rsc] --rwxrwxr-x M 661145 glenda sys 183 Jan 16 20:51 sys/src/cmd/gs/lib/lpgs.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/lpgs.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/lpgs.bat:1,5
	  @echo off
	- @rem $Id: lpgs.bat,v 1.2 2000/05/20 20:53:05 lpd Exp $
	+ @rem $Id: lpgs.bat,v 1.4 2002/02/21 21:49:28 giles Exp $
	  
	  call gssetgs.bat
	  %GSC% -sDEVICE#djet500 -dNOPAUSE -sPROGNAME=lpgs -- gslp.ps -fCourier9 %1 %2 %3 %4 %5 %6 %7 %8 %9
 [rsc] --rwxrwxr-x M 661145 glenda sys 176 Jan 16 20:51 sys/src/cmd/gs/lib/lpr2.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/lpr2.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/lpr2.bat:1,5
	  @echo off
	- @rem $Id: lpr2.bat,v 1.2 2000/05/20 20:53:05 lpd Exp $
	+ @rem $Id: lpr2.bat,v 1.4 2002/02/21 21:49:28 giles Exp $
	  
	  call gssetgs.bat
	  %GSC% -sDEVICE#djet500 -dNOPAUSE -sPROGNAME=lpr2 -- gslp.ps -2r %1 %2 %3 %4 %5 %6 %7 %8 %9
 [rsc] --rwxrwxr-x M 661145 glenda sys 4665 Jan 16 20:51 sys/src/cmd/gs/lib/lprsetup.sh
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/lprsetup.sh:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/lprsetup.sh:1,5
	  #!/bin/sh
	- # $Id: lprsetup.sh,v 1.1 2000/03/09 08:40:40 lpd Exp $
	+ # $Id: lprsetup.sh,v 1.3 2002/02/21 21:49:28 giles Exp $
	  #
	  # BSD PRINT FILTER SETUP utility for Ghostscript - used and tested on
	  # SunOS 4.1.3, but I hope it will be useful on other BSD systems
 [rsc] --rw-rw-r-- M 661145 glenda sys 3477 Jan 16 20:51 sys/src/cmd/gs/lib/markhint.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/markhint.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/markhint.ps:1,19
	  %    Copyright (C) 1994, 1995, 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: markhint.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: markhint.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % markhint.ps
	  % Draw the hints for a Type 1 font.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 1894 Jan 16 20:51 sys/src/cmd/gs/lib/markpath.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/markpath.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/markpath.ps:1,19
	  %    Copyright (C) 1993 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: markpath.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: markpath.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % markpath.ps
	  % Mark the corners of a path, drawing it slowly if desired.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 10365 Jan 16 20:51 sys/src/cmd/gs/lib/packfile.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/packfile.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/packfile.ps:1,19
	  %    Copyright (C) 1994, 1995, 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: packfile.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: packfile.ps,v 1.5 2002/06/02 12:03:28 mpsuzuki Exp $
	  % packfile.ps
	  % Pack groups of files together, with compression, for use in
	  % storage-scarce environments.
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/packfile.ps:49,55 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/packfile.ps:47,53
	  	  { pop 1 add
	  	  }
	  	  { 1 index 0 ne
	- 	     { exch 255 min
	+ 	     { exch 255 .min
	  	       //zruns exch 2 copy get 1 add put
	  	       0 exch //zfreq
	  	     }
 [rsc] --rw-rw-r-- M 661145 glenda sys 3588 Jan 16 20:51 sys/src/cmd/gs/lib/pcharstr.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pcharstr.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pcharstr.ps:1,19
	  %    Copyright (C) 1990, 1992, 1997, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: pcharstr.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: pcharstr.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % pcharstr.ps
	  % Print the CharStrings and Subrs (if present) from a Type 1 font,
	  % in either a PostScript-like or a C-compatible form,
 [rsc] --rwxrwxr-x M 661145 glenda sys 639 Jan 16 20:51 sys/src/cmd/gs/lib/pdf2dsc
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pdf2dsc:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pdf2dsc:1,5
	  #! /bin/sh
	- # $Id: pdf2dsc,v 1.3 2000/12/29 05:03:49 alexcher Exp $
	+ # $Id: pdf2dsc,v 1.6 2004/08/04 00:55:46 giles Exp $
	  
	  # psf2dsc: generates an index of a PDF file.
	  #
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pdf2dsc:6,11 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pdf2dsc:6,15
	  # Yves Arrouye <arrouye@debian.org>, 1996.
	  # 2000-05-18 lpd <ghost@aladdin.com> added -dSAFER
	  
	+ # This definition is changed on install to match the
	+ # executable name set in the makefile
	+ GS_EXECUTABLE=gs
	+ 
	  me=`basename $0`
	  
	  usage() {
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pdf2dsc:22,26 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pdf2dsc:26,30
	  dscfile=$2
	  : ${dscfile:=`echo $pdffile | sed 's,\.[^/.]*,,'`.dsc}
	  
	- exec gs -q -dNODISPLAY -dSAFER -dDELAYSAFER\
	+ exec $GS_EXECUTABLE -q -dNODISPLAY -dSAFER -dDELAYSAFER\
	      -sPDFname="$pdffile" -sDSCname="$dscfile" pdf2dsc.ps -c quit
 [rsc] --rw-rw-r-- M 661145 glenda sys 5094 Jan 16 20:51 sys/src/cmd/gs/lib/pdf2dsc.ps
	[diffs elided]
 [rsc] --rwxrwxr-x M 661145 glenda sys 844 Jan 16 20:51 sys/src/cmd/gs/lib/pdf2ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pdf2ps:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pdf2ps:1,11
	  #!/bin/sh
	- # $Id: pdf2ps,v 1.4 2001/06/22 16:09:22 lpd Exp $
	+ # $Id: pdf2ps,v 1.7 2004/08/04 00:55:46 giles Exp $
	  # Convert PDF to PostScript.
	  
	+ # This definition is changed on install to match the
	+ # executable name set in the makefile
	+ GS_EXECUTABLE=gs
	+ 
	  OPTIONS=""
	  while true
	  do
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pdf2ps:26,29 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pdf2ps:30,33
	  # Doing an initial 'save' helps keep fonts from being flushed between pages.
	  # We have to include the options twice because -I only takes effect if it
	  # appears before other options.
	- exec gs $OPTIONS -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pswrite "-sOutputFile=$outfile" $OPTIONS -c save pop -f "$1"
	+ exec $GS_EXECUTABLE $OPTIONS -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pswrite "-sOutputFile=$outfile" $OPTIONS -c save pop -f "$1"
 [rsc] --rwxrwxr-x M 661145 glenda sys 496 Jan 16 20:51 sys/src/cmd/gs/lib/pdf2ps.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pdf2ps.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pdf2ps.bat:1,5
	  @echo off 
	- @rem $Id: pdf2ps.bat,v 1.5 2001/06/22 16:09:22 lpd Exp $
	+ @rem $Id: pdf2ps.bat,v 1.7 2002/02/21 21:49:28 giles Exp $
	  @rem Convert PDF to PostScript.
	  
	  if %1/==/ goto usage
 [rsc] --rw-rw-r-- M 661145 glenda sys 34426 Jan 16 20:51 sys/src/cmd/gs/lib/pdf_base.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 41076 Jan 16 20:51 sys/src/cmd/gs/lib/pdf_draw.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 53454 Jan 16 20:51 sys/src/cmd/gs/lib/pdf_font.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 45457 Jan 16 20:51 sys/src/cmd/gs/lib/pdf_main.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 20969 Jan 16 20:51 sys/src/cmd/gs/lib/pdf_ops.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 14038 Jan 16 20:51 sys/src/cmd/gs/lib/pdf_sec.ps
	[diffs elided]
 [rsc] --rwxrwxr-x M 661145 glenda sys 438 Jan 16 20:51 sys/src/cmd/gs/lib/pf2afm
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pf2afm:1,8 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pf2afm:1,12
	  #!/bin/sh
	- # $Id: pf2afm,v 1.2 2001/02/03 21:31:40 alexcher Exp $
	+ # $Id: pf2afm,v 1.5 2004/08/04 00:55:46 giles Exp $
	  # Make an AFM file from PFB / PFA and (optionally) PFM files.  Usage:
	  #	pf2afm fontfilename
	  # Output goes to fontfilename.afm, which must not already exist.
	  # See pf2afm.ps for more details.
	  
	- exec gs -q -dNODISPLAY -dSAFER -dDELAYSAFER  -- pf2afm.ps "$@"
	+ # This definition is changed on install to match the
	+ # executable name set in the makefile
	+ GS_EXECUTABLE=gs
	+ 
	+ exec $GS_EXECUTABLE -q -dNODISPLAY -dSAFER -dDELAYSAFER  -- pf2afm.ps "$@"
 [rsc] --rwxrwxr-x M 661145 glenda sys 319 Jan 16 20:51 sys/src/cmd/gs/lib/pf2afm.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pf2afm.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pf2afm.bat:1,5
	  @echo off 
	- @rem $Id: pf2afm.bat,v 1.3 2001/06/22 16:09:22 lpd Exp $
	+ @rem $Id: pf2afm.bat,v 1.5 2002/02/21 21:49:28 giles Exp $
	  @rem Make an AFM file from PFB / PFA and (optionally) PFM files.
	  
	  if %1/==/ goto usage
 [rsc] --rw-rw-r-- M 661145 glenda sys 14922 Jan 16 20:51 sys/src/cmd/gs/lib/pf2afm.ps
	[diffs elided]
 [rsc] --rwxrwxr-x M 661145 glenda sys 454 Jan 16 20:51 sys/src/cmd/gs/lib/pfbtopfa
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pfbtopfa:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pfbtopfa:1,11
	  #!/bin/sh
	- # $Id: pfbtopfa,v 1.3 2001/06/22 16:09:22 lpd Exp $
	+ # $Id: pfbtopfa,v 1.6 2004/08/04 00:55:46 giles Exp $
	  # Convert .pfb fonts to .pfa format
	  
	+ # This definition is changed on install to match the
	+ # executable name set in the makefile
	+ GS_EXECUTABLE=gs
	+ 
	  if [ $# -eq 2 ] 
	  then
	      outfile=$2
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pfbtopfa:13,16 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pfbtopfa:17,20
	      exit 1
	  fi
	  
	- exec gs -q -dNODISPLAY -- pfbtopfa.ps "$1" "$outfile"
	+ exec $GS_EXECUTABLE -q -dNODISPLAY -- pfbtopfa.ps "$1" "$outfile"
 [rsc] --rw-rw-r-- M 661145 glenda sys 1919 Jan 16 20:51 sys/src/cmd/gs/lib/stc.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stc.upp:37,42 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stc.upp:37,45
	         0.6445 0.7093 0.8154 0.9816 0.9983 0.9988 0.9994 1.0000
	  }"
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2869 0100 00
 [rsc] --rwxrwxr-x M 661145 glenda sys 557 Jan 16 20:50 sys/src/cmd/gs/lib/eps2eps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/eps2eps:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/eps2eps:1,11
	  #!/bin/sh
	- # $Id: eps2eps,v 1.3 2001/06/22 16:09:22 lpd Exp $
	+ # $Id: eps2eps,v 1.6 2004/08/04 00:55:46 giles Exp $
	  # "Distill" Encapsulated PostScript.
	  
	+ # This definition is changed on install to match the
	+ # executable name set in the makefile
	+ GS_EXECUTABLE=gs
	+ 
	  OPTIONS="-dDEVICEWIDTH=250000 -dDEVICEHEIGHT=250000"
	  while true
	  do
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/eps2eps:17,20 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/eps2eps:21,24
	  	exit 1
	  fi
	  
	- exec gs -q -sDEVICE=epswrite "-sOutputFile=$2" -dNOPAUSE -dBATCH -dSAFER $OPTIONS "$1"
	+ exec $GS_EXECUTABLE -q -sDEVICE=epswrite "-sOutputFile=$2" -dNOPAUSE -dBATCH -dSAFER $OPTIONS "$1"
 [rsc] --rwxrwxr-x M 661145 glenda sys 577 Jan 16 20:50 sys/src/cmd/gs/lib/eps2eps.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/eps2eps.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/eps2eps.bat:1,5
	  @echo off 
	- @rem $Id: eps2eps.bat,v 1.5 2001/06/22 16:09:22 lpd Exp $
	+ @rem $Id: eps2eps.bat,v 1.7 2002/02/21 21:49:28 giles Exp $
	  @rem "Distill" Encapsulated PostScript.
	  
	  if %1/==/ goto usage
 [rsc] --rw-rw-r-- M 661145 glenda sys 1145 Jan 16 20:51 sys/src/cmd/gs/lib/pfbtopfa.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pfbtopfa.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pfbtopfa.ps:1,19
	  %    Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: pfbtopfa.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: pfbtopfa.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % pfbtopfa.ps
	  % Convert a .pfb font to .pfa format.
	  
 [rsc] --rwxrwxr-x M 661145 glenda sys 1383 Jan 16 20:51 sys/src/cmd/gs/lib/pftogsf.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pftogsf.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pftogsf.bat:1,5
	  @echo off
	- @rem $Id: pftogsf.bat,v 1.2 2000/05/20 20:53:05 lpd Exp $
	+ @rem $Id: pftogsf.bat,v 1.4 2002/02/21 21:49:28 giles Exp $
	  
	  rem ******************************
	  rem * Convert .pf? files to .gsf *
 [rsc] --rw-rw-r-- M 661145 glenda sys 1978 Jan 16 20:51 sys/src/cmd/gs/lib/ppath.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ppath.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ppath.ps:1,19
	  %    Copyright (C) 1989, 1995, 1997 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: ppath.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: ppath.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Redefine pathforall for tracing.
	  % Can't be used recursively.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 6484 Jan 16 20:51 sys/src/cmd/gs/lib/prfont.ps
	[diffs elided]
 [rsc] --rwxrwxr-x M 661145 glenda sys 208 Jan 16 20:51 sys/src/cmd/gs/lib/printafm
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/printafm:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/printafm:1,5
	  #!/bin/sh
	- # $Id: printafm,v 1.1 2000/03/09 08:40:40 lpd Exp $
	+ # $Id: printafm,v 1.3 2002/02/21 21:49:28 giles Exp $
	  # Print the metrics from a font in AFM format.  Usage:
	  #	printafm fontname
	  # Output goes to stdout.
 [rsc] --rw-rw-r-- M 661145 glenda sys 3244 Jan 16 20:51 sys/src/cmd/gs/lib/printafm.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/printafm.ps:11,16 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/printafm.ps:11,17
	  % Altered by d.love@dl.ac.uk to produce input for Rokicki's afm2tfm,
	  % which groks the format of the Adobe AFMs.
	  
	+ % $Id: printafm.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Modified by L. Peter Deutsch 9/14/93:
	  %   uses Ghostscript's =only procedure to replace 'buf cvs print'.
	  % Modified by L. Peter Deutsch 9/6/95:
 [rsc] --rw-rw-r-- M 661145 glenda sys 22503 Jan 16 20:51 sys/src/cmd/gs/lib/ps2ai.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2ai.ps:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2ai.ps:1,20
	  %!
	  %    Copyright (C) 1994 , 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: ps2ai.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: ps2ai.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  %xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
	  %
	  %   ps2ai.ps - a postscript to editable adobe illustrator file filter
 [rsc] --rwxrwxr-x M 661145 glenda sys 790 Jan 16 20:51 sys/src/cmd/gs/lib/ps2ascii
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2ascii:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2ascii:1,5
	  #!/bin/sh
	- # $Id: ps2ascii,v 1.3 2001/06/22 16:09:22 lpd Exp $
	+ # $Id: ps2ascii,v 1.7 2004/08/04 00:55:46 giles Exp $
	  # Extract ASCII text from a PostScript file.  Usage:
	  #	ps2ascii [infile.ps [outfile.txt]]
	  # If outfile is omitted, output goes to stdout.
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2ascii:6,18 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2ascii:6,22
	  # If both infile and outfile are omitted, ps2ascii acts as a filter,
	  # reading from stdin and writing on stdout.
	  
	+ # This definition is changed on install to match the
	+ # executable name set in the makefile
	+ GS_EXECUTABLE=gs
	+ 
	  trap "rm -f _temp_.err _temp_.out" 0 1 2 15
	  
	- OPTIONS="-q -dNODISPLAY -dSAFER -dNOBIND -dWRITESYSTEMDICT -dSIMPLE"
	+ OPTIONS="-q -dNODISPLAY -dSAFER -dDELAYBIND -dWRITESYSTEMDICT -dSIMPLE"
	  if ( test $# -eq 0 ) then
	- 	gs $OPTIONS -c save -f ps2ascii.ps - -c quit
	+ 	$GS_EXECUTABLE $OPTIONS -c save -f ps2ascii.ps - -c quit
	  elif ( test $# -eq 1 ) then
	- 	gs $OPTIONS -c save -f ps2ascii.ps "$1" -c quit
	+ 	$GS_EXECUTABLE $OPTIONS -c save -f ps2ascii.ps "$1" -c quit
	  else
	- 	gs $OPTIONS -c save -f ps2ascii.ps "$1" -c quit >"$2"
	+ 	$GS_EXECUTABLE $OPTIONS -c save -f ps2ascii.ps "$1" -c quit >"$2"
	  fi
 [rsc] --rwxrwxr-x M 661145 glenda sys 437 Jan 16 20:51 sys/src/cmd/gs/lib/ps2ascii.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2ascii.bat:1,15 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2ascii.bat:1,15
	  @echo off
	- @rem $Id: ps2ascii.bat,v 1.3 2000/05/20 20:53:05 lpd Exp $
	+ @rem $Id: ps2ascii.bat,v 1.6 2002/02/21 21:49:28 giles Exp $
	  
	  call gssetgs.bat
	  if '%1'=='' goto a0
	  if '%2'=='' goto a1
	- %GSC% -q -dNODISPLAY -dSAFER -dNOBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps %1 -c quit >%2
	+ %GSC% -q -dNODISPLAY -dSAFER -dDELAYBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps %1 -c quit >%2
	  goto x
	  :a0
	- %GSC% -q -dNODISPLAY -dSAFER -dNOBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps - -c quit
	+ %GSC% -q -dNODISPLAY -dSAFER -dDELAYBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps - -c quit
	  goto x
	  :a1
	- %GSC% -q -dNODISPLAY -dSAFER -dNOBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps %1 -c quit
	+ %GSC% -q -dNODISPLAY -dSAFER -dDELAYBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps %1 -c quit
	  goto x
	  :x
 [rsc] --rw-rw-r-- M 661145 glenda sys 44622 Jan 16 20:51 sys/src/cmd/gs/lib/ps2ascii.ps
	[diffs elided]
 [rsc] --rwxrwxr-x M 661145 glenda sys 1816 Jan 16 20:51 sys/src/cmd/gs/lib/ps2epsi
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2epsi:1,6 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2epsi:1,10
	  #!/bin/sh
	- # $Id: ps2epsi,v 1.7 2001/06/22 16:09:22 lpd Exp $
	+ # $Id: ps2epsi,v 1.10 2004/08/04 00:55:46 giles Exp $
	  
	+ # This definition is changed on install to match the
	+ # executable name set in the makefile
	+ GS_EXECUTABLE=gs
	+ 
	  tmpfile=/tmp/ps2epsi$$
	  
	  export outfile
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2epsi:51,57 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2epsi:55,61
	  		}
	  	' U="$USERNAME$LOGNAME"  F=1 - F=2 "${infile}" >$tmpfile
	  
	- gs -q -dNOPAUSE -dSAFER -dDELAYSAFER -r72 -sDEVICE=bit -sOutputFile=/dev/null $tmpfile ps2epsi.ps $tmpfile <"${infile}" 1>&2
	+ $GS_EXECUTABLE -q -dNOPAUSE -dSAFER -dDELAYSAFER -r72 -sDEVICE=bit -sOutputFile=/dev/null $tmpfile ps2epsi.ps $tmpfile <"${infile}" 1>&2
	  rm -f $tmpfile
	  
	  (
 [rsc] --rwxrwxr-x M 661145 glenda sys 838 Jan 16 20:51 sys/src/cmd/gs/lib/ps2epsi.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2epsi.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2epsi.bat:1,5
	  @echo off 
	- @rem $Id: ps2epsi.bat,v 1.6 2001/06/22 16:09:22 lpd Exp $
	+ @rem $Id: ps2epsi.bat,v 1.9 2002/04/25 21:29:08 ghostgum Exp $
	  
	  if %1/==/ goto usage
	  if %2/==/ goto usage
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2epsi.bat:12,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2epsi.bat:12,25
	  %GSC% -q -dNOPAUSE -dSAFER -dDELAYSAFER -sDEVICE=bit -sOutputFile=NUL ps2epsi.ps < %infile%
	  
	  rem We bracket the actual file with a few commands to help encapsulation
	+ echo %%%%Page: 1 1 >> %outfile%
	+ echo %%%%BeginDocument: %outfile% >> %outfile%
	  echo /InitDictCount countdictstack def gsave save mark newpath >> %outfile%
	  
	  rem Append the original onto the preview header
	  copy %outfile% + %infile%
	  
	+ echo %%%%EndDocument >> %outfile%
	  echo countdictstack InitDictCount sub { end } repeat >> %outfile%
	  echo cleartomark restore grestore >> %outfile%
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 8253 Jan 16 20:51 sys/src/cmd/gs/lib/ps2epsi.ps
	[diffs elided]
 [rsc] --rwxrwxr-x M 661145 glenda sys 212 Jan 16 20:51 sys/src/cmd/gs/lib/ps2pdf
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2pdf:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2pdf:1,7
	  #!/bin/sh
	- # $Id: ps2pdf,v 1.1 2000/03/09 08:40:40 lpd Exp $
	+ # $Id: ps2pdf,v 1.4 2005/08/31 18:31:01 igor Exp $
	  # Convert PostScript to PDF.
	  
	- # Currently, we produce PDF 1.2 by default, but this is not guaranteed
	+ # Currently, we produce PDF 1.4 by default, but this is not guaranteed
	  # not to change in the future.
	- exec ps2pdf12 "$@"
	+ exec ps2pdf14 "$@"
 [rsc] --rwxrwxr-x M 661145 glenda sys 512 Jan 16 20:51 sys/src/cmd/gs/lib/ps2pdf.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2pdf.bat:1,12 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2pdf.bat:1,12
	  @echo off
	- @rem $Id: ps2pdf.bat,v 1.6 2001/06/22 16:09:22 lpd Exp $
	+ @rem $Id: ps2pdf.bat,v 1.9 2005/08/31 18:31:01 igor Exp $
	  
	- rem Convert PostScript to PDF 1.2 (Acrobat 3-and-later compatible).
	+ rem Convert PostScript to PDF 1.4 (Acrobat 4-and-later compatible).
	  rem The default PDF compatibility level may change in the future:
	  rem use ps2pdf12 or ps2pdf13 if you want a specific level.
	  
	- rem The current default compatibility level is PDF 1.2.
	- echo -dCompatibilityLevel#1.2 >_.at
	+ rem The current default compatibility level is PDF 1.4.
	+ echo -dCompatibilityLevel#1.4 >_.at
	  goto bot
	  
	  rem Pass arguments through a file to avoid overflowing the command line.
 [rsc] --rwxrwxr-x M 661145 glenda sys 175 Jan 16 20:51 sys/src/cmd/gs/lib/ps2pdf12
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2pdf12:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2pdf12:1,5
	  #!/bin/sh
	- # $Id: ps2pdf12,v 1.1 2000/03/09 08:40:40 lpd Exp $
	+ # $Id: ps2pdf12,v 1.3 2002/02/21 21:49:28 giles Exp $
	  # Convert PostScript to PDF 1.2 (Acrobat 3-and-later compatible).
	  
	  exec ps2pdfwr -dCompatibilityLevel=1.2 "$@"
 [rsc] --rwxrwxr-x M 661145 glenda sys 334 Jan 16 20:51 sys/src/cmd/gs/lib/ps2pdf12.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2pdf12.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2pdf12.bat:1,5
	  @echo off
	- @rem $Id: ps2pdf12.bat,v 1.5 2001/06/22 16:09:22 lpd Exp $
	+ @rem $Id: ps2pdf12.bat,v 1.7 2002/02/21 21:49:28 giles Exp $
	  
	  rem Convert PostScript to PDF 1.2 (Acrobat 3-and-later compatible).
	  
 [rsc] --rwxrwxr-x M 661145 glenda sys 175 Jan 16 20:51 sys/src/cmd/gs/lib/ps2pdf13
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2pdf13:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2pdf13:1,5
	  #!/bin/sh
	- # $Id: ps2pdf13,v 1.1 2000/03/09 08:40:40 lpd Exp $
	+ # $Id: ps2pdf13,v 1.3 2002/02/21 21:49:28 giles Exp $
	  # Convert PostScript to PDF 1.3 (Acrobat 4-and-later compatible).
	  
	  exec ps2pdfwr -dCompatibilityLevel=1.3 "$@"
 [rsc] --rwxrwxr-x M 661145 glenda sys 334 Jan 16 20:51 sys/src/cmd/gs/lib/ps2pdf13.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2pdf13.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2pdf13.bat:1,5
	  @echo off
	- @rem $Id: ps2pdf13.bat,v 1.5 2001/06/22 16:09:22 lpd Exp $
	+ @rem $Id: ps2pdf13.bat,v 1.7 2002/02/21 21:49:28 giles Exp $
	  
	  rem Convert PostScript to PDF 1.3 (Acrobat 4-and-later compatible).
	  
 [rsc] --rwxrwxr-x M 661145 glenda sys 1015 Jan 16 20:51 sys/src/cmd/gs/lib/ps2pdfwr
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2pdfwr:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2pdfwr:1,11
	  #!/bin/sh
	- # $Id: ps2pdfwr,v 1.6.2.1 2002/01/22 21:34:04 jackiem Exp $
	+ # $Id: ps2pdfwr,v 1.10 2004/08/04 00:55:46 giles Exp $
	  # Convert PostScript to PDF without specifying CompatibilityLevel.
	  
	+ # This definition is changed on install to match the
	+ # executable name set in the makefile
	+ GS_EXECUTABLE=gs
	+ 
	  OPTIONS="-dSAFER"
	  while true
	  do
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2pdfwr:33,36 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2pdfwr:37,40
	  
	  # We have to include the options twice because -I only takes effect if it
	  # appears before other options.
	- exec gs $OPTIONS -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite "-sOutputFile=$outfile" $OPTIONS -c .setpdfwrite -f "$infile"
	+ exec $GS_EXECUTABLE $OPTIONS -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite "-sOutputFile=$outfile" $OPTIONS -c .setpdfwrite -f "$infile"
 [rsc] --rwxrwxr-x M 661145 glenda sys 1387 Jan 16 20:51 sys/src/cmd/gs/lib/ps2pdfxx.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2pdfxx.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2pdfxx.bat:1,5
	  @echo off
	- @rem $Id: ps2pdfxx.bat,v 1.10 2001/06/22 16:09:22 lpd Exp $
	+ @rem $Id: ps2pdfxx.bat,v 1.13 2002/11/20 03:01:23 alexcher Exp $
	  rem Internal batch file for calling pdfwrite driver.
	  
	  rem The files that call this one (ps2pdf*.bat) write the command-line
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2pdfxx.bat:47,54 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2pdfxx.bat:47,63
	  :nooutfile
	  rem We don't know why the circumlocution with _1 is needed....
	  set _1=%1
	- call ps2pdfxx %1 %_1:.PS=.pdf%
	+ set _outf=%_1:.PS=.pdf%
	+ if %_1%==%_outf% goto addsuff
	+ call ps2pdfxx %1 %_outf%
	+ goto postsuff
	+ 
	+ :addsuff
	+ call ps2pdfxx %1 %1%.pdf
	+ 
	+ :postsuff
	  set _1=
	+ set _outf=
	  
	  :end
	  rem	Clean up.
 [rsc] --rwxrwxr-x M 661145 glenda sys 559 Jan 16 20:51 sys/src/cmd/gs/lib/ps2ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2ps:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2ps:1,11
	  #!/bin/sh
	- # $Id: ps2ps,v 1.3 2001/06/22 16:09:22 lpd Exp $
	+ # $Id: ps2ps,v 1.7 2004/08/04 00:55:46 giles Exp $
	  # "Distill" PostScript.
	  
	+ # This definition is changed on install to match the
	+ # executable name set in the makefile
	+ GS_EXECUTABLE=gs
	+ 
	  OPTIONS="-dSAFER"
	  while true
	  do
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2ps:13,20 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2ps:17,25
	  done
	  
	  if [ $# -ne 2 ]; then
	- 	echo "Usage: `basename $0` ...switches... input.ps output.ps" 1>&2
	+ 	echo "Usage: `basename $0` [options] input.ps output.ps" 1>&2
	+ 	echo "  e.g. `basename $0` -sPAPERSIZE=a4 input.ps output.ps" 1>&2
	  	exit 1
	  fi
	  
	- exec gs -q -sDEVICE=pswrite "-sOutputFile=$2" -dNOPAUSE -dBATCH $OPTIONS "$1"
	+ exec $GS_EXECUTABLE -q -sDEVICE=pswrite "-sOutputFile=$2" -dNOPAUSE -dBATCH $OPTIONS "$1"
 [rsc] --rwxrwxr-x M 661145 glenda sys 480 Jan 16 20:51 sys/src/cmd/gs/lib/ps2ps.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2ps.bat:1,11 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2ps.bat:1,11
	  @echo off 
	- @rem $Id: ps2ps.bat,v 1.4 2001/06/22 16:09:22 lpd Exp $
	+ @rem $Id: ps2ps.bat,v 1.8 2003/03/20 22:10:30 alexcher Exp $
	  @rem "Distill" PostScript.
	  
	  if %1/==/ goto usage
	  if %2/==/ goto usage
	  call gssetgs.bat
	- echo -dNODISPLAY -dNOPAUSE -dSAFER -dBATCH >_.at
	+ echo -dNOPAUSE -dSAFER -dBATCH >_.at
	  :cp
	  if %3/==/ goto doit
	  echo %1 >>_.at
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2ps.bat:18,23 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2ps.bat:18,24
	  goto end
	  
	  :usage
	- echo "Usage: ps2ps ...switches... input.ps output.ps"
	+ echo "Usage: ps2ps [options] input.ps output.ps"
	+ echo "  e.g. ps2ps -sPAPERSIZE=a4 input.ps output.ps
	  
	  :end
 [rsc] --rwxrwxr-x M 661145 glenda sys 1249 Jan 16 20:51 sys/src/cmd/gs/lib/pv.sh
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pv.sh:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pv.sh:1,5
	  #!/bin/sh -f
	- # $Id: pv.sh,v 1.1 2000/03/09 08:40:40 lpd Exp $
	+ # $Id: pv.sh,v 1.4 2004/08/04 00:55:46 giles Exp $
	  #
	  # pv - preview a specified page of a dvi file in a Ghostscript window
	  # usage: pv page file
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pv.sh:25,30 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pv.sh:25,35
	  # are held on the system."  So we have deleted this line, and also removed
	  # the -D switch from the call of dvips below.
	  #
	+ 
	+ # This definition is changed on install to match the
	+ # executable name set in the makefile
	+ GS_EXECUTABLE=gs
	+ 
	  TEMPDIR=.
	  PAGE=$1
	  shift
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pv.sh:33,37 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pv.sh:38,42
	  trap "rm -rf $TEMPDIR/$FILE.$$.pv" 0 1 2 15
	  #dvips -D$RESOLUTION -p $PAGE -n 1 $FILE $* -o $FILE.$$.pv
	  dvips -p $PAGE -n 1 $FILE $* -o $FILE.$$.pv
	- gs $FILE.$$.pv
	+ $GS_EXECUTABLE $FILE.$$.pv
	  exit 0
 [rsc] --rw-rw-r-- M 661145 glenda sys 11768 Jan 16 20:51 sys/src/cmd/gs/lib/rollconv.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/rollconv.ps:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/rollconv.ps:1,7
	  %!
	  % Copyright (C) 1995, 1996 Aladdin Enterprises.  All rights reserved.
	  
	- % $Id: rollconv.ps,v 1.1 2000/03/09 08:40:40 lpd Exp $
	+ % $Id: rollconv.ps,v 1.4 2002/05/01 23:15:23 igor Exp $
	  % Utility program for converting Japanese fonts produced by Macromedia's
	  % Rollup program to Type 0 fonts suitable for use with Ghostscript.
	  %
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/rollconv.ps:235,241 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/rollconv.ps:235,241
	   } }
	   { (currentfile eexec) {
	     pop out (systemdict begin\n) writestring
	-    dup 55665 /eexecDecode filter
	+    dup //.eexec_param_dict /eexecDecode filter
	   } }
	   { (dup/CharStrings ) {
	  	% Copy the individual CharStrings to the CSR file,
 [rsc] --rw-rw-r-- M 661145 glenda sys 2936 Jan 16 20:51 sys/src/cmd/gs/lib/showchar.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/showchar.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/showchar.ps:1,19
	  %    Copyright (C) 1993, 1994, 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: showchar.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: showchar.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % showchar.ps
	  % Show the outline and rasterized forms of a character.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 2150 Jan 16 20:51 sys/src/cmd/gs/lib/stc1520h.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stc1520h.upp:40,45 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stc1520h.upp:40,48
	  -dupWeaveInitialPins="{ 13 20 27 34 41 48 55 62}"
	  -dupFormatYabsolute
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2855 0100 05
 [rsc] --rw-rw-r-- M 661145 glenda sys 1900 Jan 16 20:51 sys/src/cmd/gs/lib/stc2.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stc2.upp:37,42 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stc2.upp:37,45
	         0.6445 0.7093 0.8154 0.9816 0.9983 0.9988 0.9994 1.0000
	  }"
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2869 0100 00
 [rsc] --rw-rw-r-- M 661145 glenda sys 1875 Jan 16 20:51 sys/src/cmd/gs/lib/stc2_h.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stc2_h.upp:37,42 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stc2_h.upp:37,45
	      0.2217 0.2492 0.2814 0.3139 0.3487 0.3996 0.4527 0.5195
	  }"
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2869 0100 00
 [rsc] --rw-rw-r-- M 661145 glenda sys 2268 Jan 16 20:51 sys/src/cmd/gs/lib/stc2s_h.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stc2s_h.upp:41,46 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stc2s_h.upp:41,49
	  -dupWeaveInitialXStarts="{0  1  0  1  0  1  1  0  1  0  1  0}"
	  -dupWeaveInitialPins="{   2 17  5 20  8 13  6 11  9 14  2 17}"
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2869 0100 00
 [rsc] --rw-rw-r-- M 661145 glenda sys 1899 Jan 16 20:51 sys/src/cmd/gs/lib/stc500p.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stc500p.upp:32,37 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stc500p.upp:32,40
	       0.4268     0.4797  0.5417  0.6042  0.6712  0.7692  0.8714  1.0000
	  }"
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2869 0100 01
 [rsc] --rw-rw-r-- M 661145 glenda sys 1899 Jan 16 20:51 sys/src/cmd/gs/lib/stc500ph.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stc500ph.upp:32,37 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stc500ph.upp:32,40
	       0.1552     0.1744  0.1970  0.2197  0.2441  0.2797  0.3169  0.3637
	  }"
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2869 0100 01
 [rsc] --rw-rw-r-- M 661145 glenda sys 2277 Jan 16 20:51 sys/src/cmd/gs/lib/stc600ih.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stc600ih.upp:40,45 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stc600ih.upp:40,48
	  -dupWeaveInitialPins="{  15  9 18 12  6 15  9 18 27 21 30 24 18 27 21 30}"
	  -dupFormatYabsolute
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2855 0100 05
 [rsc] --rw-rw-r-- M 661145 glenda sys 1147 Jan 16 20:51 sys/src/cmd/gs/lib/stc600p.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stc600p.upp:18,23 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stc600p.upp:18,26
	  -dupWeaveInitialYFeeds="{1  1  1  1  1  1  1 25}"
	  -dupWeaveInitialPins="{  4 24 28 32 19 15 11  7}"
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2855 0100 05
 [rsc] --rw-rw-r-- M 661145 glenda sys 1111 Jan 16 20:51 sys/src/cmd/gs/lib/stc600pl.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stc600pl.upp:18,23 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stc600pl.upp:18,26
	  -dupWeaveInitialYFeeds="{1  1  1 29}"
	  -dupWeaveInitialPins="{  8 16 32 23}"
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2855 0100 0A
 [rsc] --rw-rw-r-- M 661145 glenda sys 2154 Jan 16 20:51 sys/src/cmd/gs/lib/stc800ih.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stc800ih.upp:40,45 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stc800ih.upp:40,48
	  -dupWeaveInitialPins="{ 13 20 27 34 41 48 55 62}"
	  -dupFormatYabsolute
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2855 0100 05
 [rsc] --rw-rw-r-- M 661145 glenda sys 1111 Jan 16 20:51 sys/src/cmd/gs/lib/stc800p.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stc800p.upp:18,23 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stc800p.upp:18,26
	  -dupWeaveInitialYFeeds="{1  1  1 61}"
	  -dupWeaveInitialPins="{ 16 64 47 31}"
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2855 0100 05
 [rsc] --rw-rw-r-- M 661145 glenda sys 1093 Jan 16 20:51 sys/src/cmd/gs/lib/stc800pl.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stc800pl.upp:18,23 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stc800pl.upp:18,26
	  -dupWeaveInitialYFeeds="{1 65}"
	  -dupWeaveInitialPins="{ 33 64}"
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2855 0100 0A
 [rsc] --rw-rw-r-- M 661145 glenda sys 1909 Jan 16 20:51 sys/src/cmd/gs/lib/stc_h.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stc_h.upp:37,42 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stc_h.upp:37,45
	      0.2217 0.2492 0.2814 0.3139 0.3487 0.3996 0.4527 0.5195
	  }"
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2869 0100 00
 [rsc] --rw-rw-r-- M 661145 glenda sys 730 Jan 16 20:51 sys/src/cmd/gs/lib/stc_l.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stc_l.upp:11,16 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stc_l.upp:11,19
	  -dupWeaveYPasses=4
	  -dupOutputPins=15
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2869 0100 00
 [rsc] --rw-rw-r-- M 661145 glenda sys 669 Jan 16 20:51 sys/src/cmd/gs/lib/stcany.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stcany.upp:9,14 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stcany.upp:9,17
	  -dupMargins="{ 9.0 39.96 9.0 9.0}"
	  -dupComponentBits="{1 1 1 1}"
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2869 0100 01
 [rsc] --rw-rw-r-- M 661145 glenda sys 25737 Jan 16 20:51 sys/src/cmd/gs/lib/stcinfo.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stcinfo.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stcinfo.ps:1,19
	  % Copyright (C) 1995 Aladdin Enterprises.  All rights reserved
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: stcinfo.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: stcinfo.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % stcinfo.ps
	  % Epson Stylus-Color Printer-Driver
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 5225 Jan 16 20:51 sys/src/cmd/gs/lib/stcolor.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stcolor.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stcolor.ps:1,19
	  % Copyright (C) 1995 Aladdin Enterprises.  All rights reserved
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: stcolor.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: stcolor.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % stcolor.ps
	  % Epson Stylus-Color Printer-Driver
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 2642 Jan 16 20:51 sys/src/cmd/gs/lib/stocht.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stocht.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stocht.ps:1,19
	- %    Copyright (C) 1999, 2000 Aladdin Enterprises.  All rights reserved.
	+ %    Copyright (C) 1999, 2000 artofcode LLC.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: stocht.ps,v 1.3 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: stocht.ps,v 1.6 2002/02/21 21:49:28 giles Exp $
	  % helper file to simplify use of Stochastic Halftone - uses ht_ccsto.ps
	  
	  % This file sets the /StochasticDefault /Halftone as the current
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stocht.ps:41,47 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stocht.ps:39,45
	  %	-c "<< /HalftoneMode 1 >> setuserparams"
	  % on the command line prior to the file to be processed. For example,
	  %
	- % gs stocht.ps -c "<< /HalftoneMode 1 >> setuserparams" -f examples/tiger.ps
	+ % gs stocht.ps -c "<< /HalftoneMode 1 >> setuserparams" -f examples/tiger.eps
	  
	  % Alternatively, the command to set the /HalftoneMode userparam can be
	  % concatenated to this file (see below).
 [rsc] --rw-rw-r-- M 661145 glenda sys 1535 Jan 16 20:51 sys/src/cmd/gs/lib/traceimg.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/traceimg.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/traceimg.ps:1,19
	  %    Copyright (C) 1994 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: traceimg.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: traceimg.ps,v 1.5 2002/06/02 12:03:28 mpsuzuki Exp $
	  % traceimg.ps
	  % Trace the data supplied to the 'image' operator.
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/traceimg.ps:31,37 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/traceimg.ps:29,35
	      { i_left 0 le { exit } if
	        i_dict /DataSource get exec
	        dup type /filetype eq
	-        { i_buf 0 i_left 32 min getinterval readstring pop
	+        { i_buf 0 i_left 32 .min getinterval readstring pop
	         } if
	        dup (%stdout) (w) file exch writehexstring (\n) print flush
	        i_left exch length sub /i_left exch def
 [rsc] --rw-rw-r-- M 661145 glenda sys 2738 Jan 16 20:51 sys/src/cmd/gs/lib/traceop.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/traceop.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/traceop.ps:1,19
	  %    Copyright (C) 1992, 1993, 1994, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: traceop.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: traceop.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Trace individual operators or procedures.
	  % <opref> is <opname> or <opname> <dict>
	  %    (dict defaults to dict where op is currently defined, if writable;
 [rsc] --rw-rw-r-- M 661145 glenda sys 2540 Jan 16 20:51 sys/src/cmd/gs/lib/type1enc.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/type1enc.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/type1enc.ps:1,19
	  %    Copyright (C) 1992, 1993 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: type1enc.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: type1enc.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % type1enc.ps
	  % PostScript language versions of the Type 1 encryption/decryption algorithms.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 7580 Jan 16 20:52 sys/src/cmd/gs/lib/type1ops.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/type1ops.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/type1ops.ps:1,19
	  %    Copyright (C) 1992, 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: type1ops.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: type1ops.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % type1ops.ps
	  % Define the Type 1 and Type 2 font opcodes for use by Ghostscript utilities.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 6140 Jan 16 20:52 sys/src/cmd/gs/lib/uninfo.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/uninfo.ps:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/uninfo.ps:1,20
	  %!
	  % Copyright (C) 1997 Aladdin Enterprises.  All rights reserved
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: uninfo.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: uninfo.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % uninfo.ps: Utilities for "printing" PostScript items, especially dictionaries
	  % Usage:
	  % (prefix-string) dict unprint
 [rsc] --rwxrwxr-x M 661145 glenda sys 4210 Jan 16 20:52 sys/src/cmd/gs/lib/unix-lpr.sh
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/unix-lpr.sh:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/unix-lpr.sh:1,5
	  #!/bin/sh
	- # $Id: unix-lpr.sh,v 1.1 2000/03/09 08:40:40 lpd Exp $
	+ # $Id: unix-lpr.sh,v 1.5 2004/08/04 00:55:46 giles Exp $
	  #
	  # Unix lpr filter. The default setup sends output directly to a pipe,
	  # which requires the Ghostscript process to fork, and thus may cause 
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/unix-lpr.sh:16,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/unix-lpr.sh:16,25
	  # 'gsoutput' and uncommenting the lines referring to 'gspipe'.
	  #
	  
	+ # This definition is changed on install to match the
	+ # executable name set in the makefile
	+ GS_EXECUTABLE=gs
	+ 
	  PBMPLUSPATH=/usr/local/bin
	  PSFILTERPATH=/usr/local/lib/ghostscript
	  LOCALPATH=/usr/local/bin
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/unix-lpr.sh:84,92 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/unix-lpr.sh:88,96
	  # Information for the logfile
	  #
	  lock=`dirname ${acctfile}`/lock
	- cf=`tail -1 ${lock}`
	- job=`egrep '^J' ${cf} | tail +2c`
	- 
	+ cf=`sed -n '$p' ${lock}`
	+ job=`sed -n 's/^J//p' ${cf}`
	+  
	  echo "gsbanner: ${host}:${user}  Job: ${job}  Date: `date`"
	  echo "gsif: ${host}:${user} ${fdevname} start - `date`"
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/unix-lpr.sh:149,155 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/unix-lpr.sh:153,160
	      } { pop } ifelse
	    } if
	  quit"
	- ) | gs -q -dNOPAUSE -sDEVICE=${device} -dBitsPerPixel=${bpp} $colorspec \
	+ ) | $GS_EXECUTABLE -q -dNOPAUSE -sDEVICE=${device} \
	+ 		-dBitsPerPixel=${bpp} $colorspec \
	  		-sOutputFile=\|"${gsoutput}" -
	  #		-sOutputFile=${gspipe} -
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 1908 Jan 16 20:52 sys/src/cmd/gs/lib/unprot.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/unprot.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/unprot.ps:1,19
	  %    Copyright (C) 1991, 1992, 1998 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: unprot.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: unprot.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Disable all access checks.  This is useful for printing out
	  % eexec-encrypted Type 1 fonts, and similar purposes.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 2120 Jan 16 20:52 sys/src/cmd/gs/lib/viewcmyk.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/viewcmyk.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/viewcmyk.ps:1,19
	  %    Copyright (C) 1996, 1997, 1998 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: viewcmyk.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: viewcmyk.ps,v 1.5 2002/06/02 12:03:28 mpsuzuki Exp $
	  % viewcmyk.ps
	  % Display a raw CMYK file.
	  % Requires the colorimage operator.
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/viewcmyk.ps:43,49 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/viewcmyk.ps:41,47
	  	% Scale the image (uniformly) to fit the page.
	      clippath pathbbox pop pop translate
	      pathbbox 3 -1 roll sub h div
	-     3 1 roll exch sub w div min dup
	+     3 1 roll exch sub w div .min dup
	    } ifelse scale
	    w h bpc [1 0 0 -1 0 h] f false 4 colorimage
	    showpage
 [rsc] --rw-rw-r-- M 661145 glenda sys 4575 Jan 16 20:52 sys/src/cmd/gs/lib/viewgif.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/viewgif.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/viewgif.ps:1,19
	  %    Copyright (C) 1989, 1992, 1993, 1998 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: viewgif.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: viewgif.ps,v 1.5 2003/04/12 18:08:18 ray Exp $
	  % viewgif.ps
	  % Display a GIF file.
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/viewgif.ps:111,120 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/viewgif.ps:109,118
	     /ImageOutFile where { /ImageOut ImageOutFile (w) file def } if
	     F readGIFheader /Header exch def
	       currentdict Header end begin begin
	-    DEBUG { Header { exch == == } forall (----------------\n) print flush } if
	+    VGIFDEBUG { Header { exch == == } forall (----------------\n) print flush } if
	     F readGIFimageHeader /ImageHeader exch def
	       currentdict ImageHeader end begin begin
	-    DEBUG { ImageHeader { exch == == } forall (----------------\n) print flush } if
	+    VGIFDEBUG { ImageHeader { exch == == } forall (----------------\n) print flush } if
	     /D F
	     <<	/InitialCodeLength F read1
	  	/FirstBitLowOrder true
 [rsc] --rw-rw-r-- M 661145 glenda sys 4953 Jan 16 20:52 sys/src/cmd/gs/lib/viewjpeg.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/viewjpeg.ps:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/viewjpeg.ps:1,19
	- %! viewjpeg.ps   Copyright (C) Thomas Merz 1994
	+ %! viewjpeg.ps   Copyright (C) 1994 Thomas Merz <tm@pdflib.com>
	  %
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	+ % 
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	+ % 
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	+ 
	+ % $Id: viewjpeg.ps,v 1.6 2003/04/12 18:08:18 ray Exp $
	  % View JPEG files with Ghostscript
	  %
	  % This PostScript code relies on level 2 features.
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/viewjpeg.ps:16,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/viewjpeg.ps:30,36
	  % pstack exec quit              |    voice +49/89/29160728
	  % ------------------------------+    tm@muc.de  http://www.muc.de/~tm/
	  %
	+ % $Id: viewjpeg.ps,v 1.6 2003/04/12 18:08:18 ray Exp $
	  % Updated by L. Peter Deutsch 20-May-1997:
	  %   move the usage example to the beginning
	  % Updates by Tom Lane 6-Sep-1995
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/viewjpeg.ps:73,79 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/viewjpeg.ps:88,94
	  		/width NextByte 8 bitshift NextByte add def
	  		/colors NextByte def
	  
	- 		DEBUG { currentdict { exch == == } forall flush } if
	+ 		VJPGDEBUG { currentdict { exch == == } forall flush } if
	  		exit
	  	    } if
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 3782 Jan 16 20:52 sys/src/cmd/gs/lib/viewmiff.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/viewmiff.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/viewmiff.ps:1,19
	  %    Copyright (C) 1998 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: viewmiff.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: viewmiff.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % viewmiff.ps
	  % Display a MIFF file.  You would think the 'display' command would do this,
	  % but many versions of 'display' either core-dump or require unacceptably
 [rsc] --rw-rw-r-- M 661145 glenda sys 5314 Jan 16 20:52 sys/src/cmd/gs/lib/viewpbm.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/viewpbm.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/viewpbm.ps:1,19
	  %    Copyright (C) 1992, 1995, 1996, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: viewpbm.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: viewpbm.ps,v 1.5 2002/06/02 12:03:28 mpsuzuki Exp $
	  % viewpbm.ps
	  % Display a PBM/PGM/PPM file.
	  % Requires the Level 2 `image' operator (to handle variable pixel widths).
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/viewpbm.ps:118,124 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/viewpbm.ps:116,122
	      } {
	  	% Scale the image (uniformly) to fit the page.
	        clippath pathbbox pop pop translate
	-       pathbbox min exch pop exch pop ceiling
	+       pathbbox .min exch pop exch pop ceiling
	        dup Height Width gt {
	  	Width mul Height div exch
	        } {
 [rsc] --rw-rw-r-- M 661145 glenda sys 4352 Jan 16 20:52 sys/src/cmd/gs/lib/viewpcx.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1286 Jan 16 20:52 sys/src/cmd/gs/lib/viewps2a.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/viewps2a.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/viewps2a.ps:1,19
	  %    Copyright (C) 1995 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: viewps2a.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: viewps2a.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Display a file produced by ps2ascii with no switch or with -dCOMPLEX.
	  % This is just a procset to read in before the file to display.
	  
 [rsc] --rwxrwxr-x M 661145 glenda sys 227 Jan 16 20:52 sys/src/cmd/gs/lib/wftopfa
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/wftopfa:1,3 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/wftopfa:1,8
	  #!/bin/sh
	- # $Id: wftopfa,v 1.1 2000/03/09 08:40:40 lpd Exp $
	- exec gs -q -dNODISPLAY -- wftopfa.ps "$@"
	+ # $Id: wftopfa,v 1.4 2004/08/04 00:55:46 giles Exp $
	+ 
	+ # This definition is changed on install to match the
	+ # executable name set in the makefile
	+ GS_EXECUTABLE=gs
	+ 
	+ exec $GS_EXECUTABLE -q -dNODISPLAY -- wftopfa.ps "$@"
 [rsc] --rw-rw-r-- M 661145 glenda sys 8925 Jan 16 20:52 sys/src/cmd/gs/lib/wftopfa.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/wftopfa.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/wftopfa.ps:1,19
	  %    Copyright (C) 1995, 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: wftopfa.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: wftopfa.ps,v 1.5 2003/08/08 18:45:05 ray Exp $
	  % wftopfa.ps
	  % Convert a Wadalab base font to .PFA (or .PFB) format.
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/wftopfa.ps:271,281 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/wftopfa.ps:269,279
	     /fontname exch def
	     [ templates
	        { wfdir (/) concatstrings exch concatstrings { copystring }
	- 	100 string filenameforall
	+ 	8192 string filenameforall
	        }
	       forall
	       wfdir (/wadalab-sym/*.ps) concatstrings { copystring }
	-        100 string filenameforall
	+        8192 string filenameforall
	     ]
	     (%!\n) print
	      { /currentuserparams where
 [rsc] --rw-rw-r-- M 661145 glenda sys 3747 Jan 16 20:52 sys/src/cmd/gs/lib/winmaps.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/winmaps.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/winmaps.ps:1,19
	  %    Copyright (C) 1993 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: winmaps.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: winmaps.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % winmaps.ps - make maps between PostScript encodings and Windows
	  % character sets.
	  
 [rsc] --rwxrwxr-x M 661145 glenda sys 202 Jan 16 20:52 sys/src/cmd/gs/lib/wmakebat.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/wmakebat.bat:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/wmakebat.bat:1,4
	  @rem Execute this script with echo on, so we can see what's happening.
	- @rem $Id: wmakebat.bat,v 1.1 2000/03/09 08:40:40 lpd Exp $
	+ @rem $Id: wmakebat.bat,v 1.3 2002/02/21 21:49:28 giles Exp $
	  wmakel -u -n -h %1 %2 %3 %4 %5 %6 %7 %8 %9 >_wm_temp.bat
	  _wm_temp.bat
 [rsc] --rw-rw-r-- M 661145 glenda sys 18170 Jan 16 20:52 sys/src/cmd/gs/lib/wrfont.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2467 Jan 16 20:52 sys/src/cmd/gs/lib/zeroline.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/zeroline.ps:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/zeroline.ps:1,20
	  %!
	  %    Copyright (C) 1994 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: zeroline.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: zeroline.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % zeroline.ps
	  % Test file to determine how other PostScript implementations handle
	  % filling zero-width lines under a variety of conditions.
 [rsc] --rwxrwxr-x M 661145 rsc sys 1 Jan 16 20:50 sys/src/cmd/gs/lib/EndOfTask.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 1495 Jan 16 20:50 sys/src/cmd/gs/lib/FAPIcidfmap
 [rsc] --rw-rw-r-- M 661145 rsc sys 778 Jan 16 20:50 sys/src/cmd/gs/lib/FAPIconfig
 [rsc] --rw-rw-r-- M 661145 rsc sys 1480 Jan 16 20:50 sys/src/cmd/gs/lib/FAPIfontmap
 [rsc] --rwxrwxr-x M 661145 rsc sys 1355 Jan 16 20:50 sys/src/cmd/gs/lib/PDFX_def.ps
 [rsc] --rwxrwxr-x M 661145 rsc sys 267 Jan 16 20:50 sys/src/cmd/gs/lib/bdftops.cmd
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/bdftops.cmd:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/bdftops.cmd:1,4
	- /* $Id: bdftops.cmd,v 1.2 2001/03/27 21:15:55 alexcher Exp $ */
	+ /* $Id: bdftops.cmd,v 1.4 2002/02/21 21:49:28 giles Exp $ */
	  /*
	   * This file is maintained by a user: if you have any questions about it,
	   * please contact Mark Hale (mark.hale@physics.org).
 [rsc] --rw-rw-r-- M 661145 rsc sys 996 Jan 16 20:50 sys/src/cmd/gs/lib/cidfmap
 [rsc] --rwxrwxr-x M 661145 rsc sys 481 Jan 16 20:50 sys/src/cmd/gs/lib/dumphint
 [rsc] --rwxrwxr-x M 661145 rsc sys 378 Jan 16 20:50 sys/src/cmd/gs/lib/dumphint.bat
 [rsc] --rwxrwxr-x M 661145 rsc sys 20048 Jan 16 20:50 sys/src/cmd/gs/lib/dumphint.ps
 [rsc] --rwxrwxr-x M 661145 rsc sys 724 Jan 16 20:50 sys/src/cmd/gs/lib/eps2eps.cmd
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/eps2eps.cmd:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/eps2eps.cmd:1,4
	- /* $Id: eps2eps.cmd,v 1.2 2000/12/30 18:45:37 alexcher Exp $ */
	+ /* $Id: eps2eps.cmd,v 1.4 2002/02/21 21:49:28 giles Exp $ */
	  /*
	   * This file is maintained by a user: if you have any questions about it,
	   * please contact Mark Hale (mark.hale@physics.org).
 [rsc] --rwxrwxr-x M 661145 rsc sys 275 Jan 16 20:50 sys/src/cmd/gs/lib/font2c.cmd
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/font2c.cmd:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/font2c.cmd:1,4
	- /* $Id: font2c.cmd,v 1.1 2000/07/05 16:21:13 lpd Exp $ */
	+ /* $Id: font2c.cmd,v 1.3 2002/02/21 21:49:28 giles Exp $ */
	  /*
	   * This file is maintained by a user: if you have any questions about it,
	   * please contact Mark Hale (mark.hale@physics.org).
 [rsc] --rw-rw-r-- M 661145 rsc sys 683 Jan 16 20:50 sys/src/cmd/gs/lib/ghostpdf.inf
 [rsc] --rw-rw-r-- M 661145 rsc sys 25478 Jan 16 20:50 sys/src/cmd/gs/lib/ghostpdf.ppd
 [rsc] --rw-rw-r-- M 661145 rsc sys 28612 Jan 16 20:50 sys/src/cmd/gs/lib/gs_agl.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_agl.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_agl.ps:1,19
	  %    Copyright (C) 2000 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_agl.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_agl.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  
	  % This file was derived from the Adobe Glyph List, version 1.2, dated
	  % 22 Oct 1998, at
 [rsc] --rw-rw-r-- M 661145 rsc sys 17059 Jan 16 20:50 sys/src/cmd/gs/lib/gs_cidcm.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 7333 Jan 16 20:50 sys/src/cmd/gs/lib/gs_ciddc.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 4638 Jan 16 20:50 sys/src/cmd/gs/lib/gs_cidfm.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 4796 Jan 16 20:50 sys/src/cmd/gs/lib/gs_cidtt.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 3477 Jan 16 20:50 sys/src/cmd/gs/lib/gs_ciecs2.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 3183 Jan 16 20:50 sys/src/cmd/gs/lib/gs_ciecs3.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 29498 Jan 16 20:50 sys/src/cmd/gs/lib/gs_cspace.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 4955 Jan 16 20:50 sys/src/cmd/gs/lib/gs_css_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_css_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_css_e.ps:1,19
	  %    Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_css_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_css_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the CFF StandardStrings that represent characters.
	  % This is a pseudo-encoding.
	  /currentglobal where
 [rsc] --rw-rw-r-- M 661145 rsc sys 6281 Jan 16 20:50 sys/src/cmd/gs/lib/gs_devcs.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 5556 Jan 16 20:50 sys/src/cmd/gs/lib/gs_devn.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 2244 Jan 16 20:50 sys/src/cmd/gs/lib/gs_devpxl.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 6892 Jan 16 20:50 sys/src/cmd/gs/lib/gs_diskn.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 3936 Jan 16 20:50 sys/src/cmd/gs/lib/gs_dscp.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gs_dscp.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gs_dscp.ps:1,19
	  %  Copyright (C) 2000 Artifex Software Inc.   All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_dscp.ps,v 1.4 2001/03/12 22:41:22 dancoby Exp $
	+ % $Id: gs_dscp.ps,v 1.6 2002/02/21 21:49:28 giles Exp $
	  %  Postscript interface routines to DSC parser
	  
	  /send_orientation {			% <orientation> send_orientation -
 [rsc] --rw-rw-r-- M 661145 rsc sys 9287 Jan 16 20:50 sys/src/cmd/gs/lib/gs_fapi.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 10788 Jan 16 20:50 sys/src/cmd/gs/lib/gs_fntem.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 3002 Jan 16 20:50 sys/src/cmd/gs/lib/gs_frsd.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 10598 Jan 16 20:50 sys/src/cmd/gs/lib/gs_icc.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 21397 Jan 16 20:50 sys/src/cmd/gs/lib/gs_img.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 5462 Jan 16 20:50 sys/src/cmd/gs/lib/gs_indxd.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 7927 Jan 16 20:50 sys/src/cmd/gs/lib/gs_patrn.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 22414 Jan 16 20:50 sys/src/cmd/gs/lib/gs_resmp.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 5673 Jan 16 20:50 sys/src/cmd/gs/lib/gs_resst.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 244 Jan 16 20:51 sys/src/cmd/gs/lib/gssetgs.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/gssetgs.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/gssetgs.bat:1,5
	  @echo off
	- @rem $Id: gssetgs.bat,v 1.3 2001/06/22 16:09:22 lpd Exp $
	+ @rem $Id: gssetgs.bat,v 1.5 2002/02/21 21:49:28 giles Exp $
	  
	  rem Set default values for GS (gs with graphics window) and GSC
	  rem (console mode gs) if the user hasn't set them.
 [rsc] --rwxrwxr-x M 661145 rsc sys 367 Jan 16 20:51 sys/src/cmd/gs/lib/pdf2dsc.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pdf2dsc.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pdf2dsc.bat:1,5
	  @echo off 
	- @rem $Id: pdf2dsc.bat,v 1.2 2001/06/22 16:09:22 lpd Exp $
	+ @rem $Id: pdf2dsc.bat,v 1.4 2002/02/21 21:49:28 giles Exp $
	  @rem Convert PDF to DSC
	  
	  if %1/==/ goto usage
 [rsc] --rwxrwxr-x M 661145 rsc sys 816 Jan 16 20:51 sys/src/cmd/gs/lib/pdf2ps.cmd
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pdf2ps.cmd:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pdf2ps.cmd:1,4
	- /* $Id: pdf2ps.cmd,v 1.2 2001/02/03 18:31:12 alexcher Exp $ */
	+ /* $Id: pdf2ps.cmd,v 1.4 2002/02/21 21:49:28 giles Exp $ */
	  /*
	   * This file is maintained by a user: if you have any questions about it,
	   * please contact Mark Hale (mark.hale@physics.org).
 [rsc] --rwxrwxr-x M 661145 rsc sys 485 Jan 16 20:51 sys/src/cmd/gs/lib/pdfopt
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pdfopt:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pdfopt:1,11
	  #!/bin/sh
	- # $Id: pdfopt,v 1.4 2001/07/23 06:57:27 lpd Exp $
	+ # $Id: pdfopt,v 1.7 2004/08/04 00:55:46 giles Exp $
	  # Convert PDF to "optimized" form.
	  
	+ # This definition is changed on install to match the
	+ # executable name set in the makefile
	+ GS_EXECUTABLE=gs
	+ 
	  OPTIONS="-dSAFER -dDELAYSAFER"
	  while true
	  do
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pdfopt:17,20 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pdfopt:21,24
	  	exit 1
	  fi
	  
	- exec gs -q -dNODISPLAY $OPTIONS -- pdfopt.ps "$1" "$2"
	+ exec $GS_EXECUTABLE -q -dNODISPLAY $OPTIONS -- pdfopt.ps "$1" "$2"
 [rsc] --rwxrwxr-x M 661145 rsc sys 402 Jan 16 20:51 sys/src/cmd/gs/lib/pdfopt.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pdfopt.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pdfopt.bat:1,5
	  @echo off 
	- @rem $Id: pdfopt.bat,v 1.4 2001/07/23 06:57:27 lpd Exp $
	+ @rem $Id: pdfopt.bat,v 1.7 2003/04/02 23:45:47 alexcher Exp $
	  @rem Convert PDF to "optimized" form.
	  
	  if %1/==/ goto usage
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pdfopt.bat:14,19 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pdfopt.bat:14,20
	  
	  :doit
	  %GSC% -q @_.at -- pdfopt.ps %1 %2
	+ if exist _.at erase _.at
	  goto end
	  
	  :usage
 [rsc] --rw-rw-r-- M 661145 rsc sys 36025 Jan 16 20:51 sys/src/cmd/gs/lib/pdfopt.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 9903 Jan 16 20:51 sys/src/cmd/gs/lib/pdfwrite.ps
	[diffs elided]
 [rsc] --rwxrwxr-x M 661145 rsc sys 254 Jan 16 20:51 sys/src/cmd/gs/lib/pf2afm.cmd
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pf2afm.cmd:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pf2afm.cmd:1,4
	- /* $Id: pf2afm.cmd,v 1.2 2001/02/03 21:31:40 alexcher Exp $ */
	+ /* $Id: pf2afm.cmd,v 1.4 2002/02/21 21:49:28 giles Exp $ */
	  /*
	   * This file is maintained by a user: if you have any questions about it,
	   * please contact Mark Hale (mark.hale@physics.org).
 [rsc] --rwxrwxr-x M 661145 rsc sys 334 Jan 16 20:51 sys/src/cmd/gs/lib/pphs
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pphs:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pphs:1,11
	  #!/bin/sh
	- # $Id: pphs,v 1.1 2001/07/15 16:25:02 lpd Exp $
	+ # $Id: pphs,v 1.4 2004/08/04 00:55:46 giles Exp $
	  # Print the Primary Hint Stream from a linearized PDF file.  Usage:
	  #	pphs filename.pdf
	  # Output goes to stdout.
	  
	- exec gs -q -dNODISPLAY -- pphs.ps "$@"
	+ # This definition is changed on install to match the
	+ # executable name set in the makefile
	+ GS_EXECUTABLE=gs
	+ 
	+ exec $GS_EXECUTABLE -q -dNODISPLAY -- pphs.ps "$@"
 [rsc] --rw-rw-r-- M 661145 rsc sys 6924 Jan 16 20:51 sys/src/cmd/gs/lib/pphs.ps
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pphs.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pphs.ps:1,19
	  %    Copyright (C) 2001 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: pphs.ps,v 1.3 2001/07/24 22:24:28 lpd Exp $
	+ % $Id: pphs.ps,v 1.6 2003/08/08 18:45:05 ray Exp $
	  % Print Linearized PDF hint streams
	  
	  % Utilities
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/pphs.ps:193,199 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/pphs.ps:191,197
	    } if
	    (PHS: ) print phsdict === flush
	    pdf 0 (endstream) /SubFileDecode filter
	-   dup 5000 string readstring pop exch closefile
	+   dup 64000 string readstring pop exch closefile
	    sread /phsdata exch def
	  
	  	% Decode the hint stream data if necessary.
 [rsc] --rwxrwxr-x M 661145 rsc sys 531 Jan 16 20:51 sys/src/cmd/gs/lib/ps2ascii.cmd
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2ascii.cmd:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2ascii.cmd:1,4
	- /* $Id: ps2ascii.cmd,v 1.1 2000/07/05 16:21:13 lpd Exp $ */
	+ /* $Id: ps2ascii.cmd,v 1.4 2002/02/21 21:49:28 giles Exp $ */
	  /*
	   * This file is maintained by a user: if you have any questions about it,
	   * please contact Mark Hale (mark.hale@physics.org).
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2ascii.cmd:7,18 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2ascii.cmd:7,18
	  @echo off
	  if '%1'=='' goto a0
	  if '%2'=='' goto a1
	- gsos2 -q -dNODISPLAY -dNOBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps %1 -c quit >%2
	+ gsos2 -q -dNODISPLAY -dDELAYBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps %1 -c quit >%2
	  goto x
	  :a0
	- gsos2 -q -dNODISPLAY -dNOBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps - -c quit
	+ gsos2 -q -dNODISPLAY -dDELAYBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps - -c quit
	  goto x
	  :a1
	- gsos2 -q -dNODISPLAY -dNOBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps %1 -c quit
	+ gsos2 -q -dNODISPLAY -dDELAYBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps %1 -c quit
	  goto x
	  :x
 [rsc] --rwxrwxr-x M 661145 rsc sys 955 Jan 16 20:51 sys/src/cmd/gs/lib/ps2epsi.cmd
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2epsi.cmd:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2epsi.cmd:1,4
	- /* $Id: ps2epsi.cmd,v 1.3 2001/06/22 16:09:22 lpd Exp $ */
	+ /* $Id: ps2epsi.cmd,v 1.6 2002/04/25 21:29:08 ghostgum Exp $ */
	  /*
	   * This file is maintained by a user: if you have any questions about it,
	   * please contact Mark Hale (mark.hale@physics.org).
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2epsi.cmd:15,25 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2epsi.cmd:15,28
	  gsos2 -q -dNOPAUSE -dSAFER -dDELAYSAFER -sDEVICE=bit -sOutputFile=NUL ps2epsi.ps < %infile%
	  
	  rem We bracket the actual file with a few commands to help encapsulation
	+ echo %%%%Page: 1 1 >> %outfile%
	+ echo %%%%BeginDocument: %outfile% >> %outfile%
	  echo /InitDictCount countdictstack def gsave save mark newpath >> %outfile%
	  
	  rem Append the original onto the preview header
	  copy %outfile% + %infile%
	  
	+ echo %%%%EndDocument >> %outfile%
	  echo countdictstack InitDictCount sub { end } repeat >> %outfile%
	  echo cleartomark restore grestore >> %outfile%
	  
 [rsc] --rwxrwxr-x M 661145 rsc sys 956 Jan 16 20:51 sys/src/cmd/gs/lib/ps2pdf.cmd
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2pdf.cmd:1,10 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2pdf.cmd:1,10
	- /* $Id: ps2pdf.cmd,v 1.1 2000/07/05 16:21:13 lpd Exp $ */
	+ /* $Id: ps2pdf.cmd,v 1.4 2005/08/31 18:31:01 igor Exp $ */
	  /*
	   * This file is maintained by a user: if you have any questions about it,
	   * please contact Mark Hale (mark.hale@physics.org).
	   */
	  
	- /* Convert PostScript to PDF 1.3 (Acrobat 4-and-later compatible). */
	+ /* Convert PostScript to PDF 1.4 (Acrobat 4-and-later compatible). */
	  /* The PDF compatibility level may change in the future: */
	  /* use ps2pdf12 or ps2pdf13 if you want a specific level. */
	  
 [rsc] --rwxrwxr-x M 661145 rsc sys 334 Jan 16 20:51 sys/src/cmd/gs/lib/ps2pdf12.cmd
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2pdf12.cmd:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2pdf12.cmd:1,4
	- /* $Id: ps2pdf12.cmd,v 1.1 2000/07/05 16:21:13 lpd Exp $ */
	+ /* $Id: ps2pdf12.cmd,v 1.3 2002/02/21 21:49:28 giles Exp $ */
	  /*
	   * This file is maintained by a user: if you have any questions about it,
	   * please contact Mark Hale (mark.hale@physics.org).
 [rsc] --rwxrwxr-x M 661145 rsc sys 334 Jan 16 20:51 sys/src/cmd/gs/lib/ps2pdf13.cmd
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2pdf13.cmd:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2pdf13.cmd:1,4
	- /* $Id: ps2pdf13.cmd,v 1.2 2000/09/10 19:32:44 lpd Exp $ */
	+ /* $Id: ps2pdf13.cmd,v 1.4 2002/02/21 21:49:28 giles Exp $ */
	  /*
	   * This file is maintained by a user: if you have any questions about it,
	   * please contact Mark Hale (mark.hale@physics.org).
 [rsc] --rw-rw-r-- M 661145 rsc sys 175 Jan 16 20:51 sys/src/cmd/gs/lib/ps2pdf14
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2pdf14:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2pdf14:1,5
	  #!/bin/sh
	- # $Id: ps2pdf14,v 1.1 2000/09/10 19:33:47 lpd Exp $
	+ # $Id: ps2pdf14,v 1.3 2002/02/21 21:49:28 giles Exp $
	  # Convert PostScript to PDF 1.4 (Acrobat 5-and-later compatible).
	  
	  exec ps2pdfwr -dCompatibilityLevel=1.4 "$@"
 [rsc] --rw-rw-r-- M 661145 rsc sys 334 Jan 16 20:51 sys/src/cmd/gs/lib/ps2pdf14.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2pdf14.bat:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2pdf14.bat:1,5
	  @echo off
	- @rem $Id: ps2pdf14.bat,v 1.2 2001/06/22 16:09:22 lpd Exp $
	+ @rem $Id: ps2pdf14.bat,v 1.4 2002/02/21 21:49:28 giles Exp $
	  
	  rem Convert PostScript to PDF 1.4 (Acrobat 5-and-later compatible).
	  
 [rsc] --rw-rw-r-- M 661145 rsc sys 334 Jan 16 20:51 sys/src/cmd/gs/lib/ps2pdf14.cmd
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2pdf14.cmd:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2pdf14.cmd:1,4
	- /* $Id: ps2pdf14.cmd,v 1.1 2000/09/10 19:33:47 lpd Exp $ */
	+ /* $Id: ps2pdf14.cmd,v 1.3 2002/02/21 21:49:28 giles Exp $ */
	  /*
	   * This file is maintained by a user: if you have any questions about it,
	   * please contact Mark Hale (mark.hale@physics.org).
 [rsc] --rwxrwxr-x M 661145 rsc sys 696 Jan 16 20:51 sys/src/cmd/gs/lib/ps2ps.cmd
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/ps2ps.cmd:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/ps2ps.cmd:1,4
	- /* $Id: ps2ps.cmd,v 1.1 2000/07/05 16:21:13 lpd Exp $ */
	+ /* $Id: ps2ps.cmd,v 1.3 2002/02/21 21:49:28 giles Exp $ */
	  /*
	   * This file is maintained by a user: if you have any questions about it,
	   * please contact Mark Hale (mark.hale@physics.org).
 [rsc] --rw-rw-r-- M 661145 rsc sys 2277 Jan 16 20:51 sys/src/cmd/gs/lib/st640ih.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/st640ih.upp:40,45 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/st640ih.upp:40,48
	  -dupWeaveInitialPins="{  15  9 18 12  6 15  9 18 27 21 30 24 18 27 21 30}"
	  -dupFormatYabsolute
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2855 0100 05
 [rsc] --rw-rw-r-- M 661145 rsc sys 1504 Jan 16 20:51 sys/src/cmd/gs/lib/st640ihg.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/st640ihg.upp:25,30 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/st640ihg.upp:25,33
	  -dupWeaveInitialPins="{  15  9 18 12  6 15  9 18 27 21 30 24 18 27 21 30}"
	  -dupFormatYabsolute
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2855 0100 05
 [rsc] --rw-rw-r-- M 661145 rsc sys 1910 Jan 16 20:51 sys/src/cmd/gs/lib/st640p.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/st640p.upp:34,39 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/st640p.upp:34,42
	  -dupWeaveInitialYFeeds="{1  1  1  1  1  1  1 25}"
	  -dupWeaveInitialPins="{  4 24 28 32 19 15 11  7}"
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2855 0100 05
 [rsc] --rw-rw-r-- M 661145 rsc sys 1137 Jan 16 20:51 sys/src/cmd/gs/lib/st640pg.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/st640pg.upp:19,24 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/st640pg.upp:19,27
	  -dupWeaveInitialYFeeds="{1  1  1  1  1  1  1 25}"
	  -dupWeaveInitialPins="{  4 24 28 32 19 15 11  7}"
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2855 0100 05
 [rsc] --rw-rw-r-- M 661145 rsc sys 1874 Jan 16 20:51 sys/src/cmd/gs/lib/st640pl.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/st640pl.upp:34,39 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/st640pl.upp:34,42
	  -dupWeaveInitialYFeeds="{1  1  1 29}"
	  -dupWeaveInitialPins="{  8 16 32 23}"
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2855 0100 0A
 [rsc] --rw-rw-r-- M 661145 rsc sys 1101 Jan 16 20:51 sys/src/cmd/gs/lib/st640plg.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/st640plg.upp:19,24 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/st640plg.upp:19,27
	  -dupWeaveInitialYFeeds="{1  1  1 29}"
	  -dupWeaveInitialPins="{  8 16 32 23}"
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2855 0100 0A
 [rsc] --rw-rw-r-- M 661145 glenda sys 1844 Jan 16 20:51 sys/src/cmd/gs/lib/stc200_h.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stc200_h.upp:36,41 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stc200_h.upp:36,44
	         0.6445 0.7093 0.8154 0.9816 0.9983 0.9988 0.9994 1.0000
	  }"
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2855 0100 05
 [rsc] --rw-rw-r-- M 661145 rsc sys 2132 Jan 16 20:51 sys/src/cmd/gs/lib/stc300.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stc300.upp:43,48 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stc300.upp:43,51
	  }"
	  
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b7c000900802a2c640316110524
	     1b285208000052454d4f544531
 [rsc] --rw-rw-r-- M 661145 rsc sys 1337 Jan 16 20:51 sys/src/cmd/gs/lib/stc300bl.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stc300bl.upp:23,28 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stc300bl.upp:23,31
	  0.000186894162 0.0
	  }"
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b7c000900802a2c640316110524
	     1b285208000052454d4f544531
 [rsc] --rw-rw-r-- M 661145 rsc sys 1426 Jan 16 20:51 sys/src/cmd/gs/lib/stc300bm.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stc300bm.upp:26,31 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stc300bm.upp:26,34
	  0.000186894162 0.0
	  }"
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b7c000900802a2c640316110524
	     1b285208000052454d4f544531
 [rsc] --rw-rw-r-- M 661145 glenda sys 1091 Jan 16 20:51 sys/src/cmd/gs/lib/stc640p.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stc640p.upp:18,23 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stc640p.upp:18,26
	  -dupWeaveInitialYFeeds="{1  1  1  1  1  1  1 25}"
	  -dupWeaveInitialPins="{  4 24 28 32 19 15 11  7}"
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2855 0100 05
 [rsc] --rw-rw-r-- M 661145 glenda sys 677 Jan 16 20:51 sys/src/cmd/gs/lib/stcany_h.upp
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/lib/stcany_h.upp:9,14 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/lib/stcany_h.upp:9,17
	  -dupMargins="{ 9.0 39.96 9.0 9.0}"
	  -dupComponentBits="{1 1 1 1}"
	  -dupBeginPageCommand="<
	+    00 00 00 
	+    1b01 40 45 4a 4c 20 31 32 38 34 2e 34 0a 
	+    40 45 4a 4c 20 20 20 20 20 0a 
	     1b40   1b40
	     1b2847 0100 01
	     1b2869 0100 01
 [rsc] --rw-rw-r-- M 661145 rsc sys 8293 Jan 16 20:50 sys/src/cmd/gs/lib/gs_sepr.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 4174 Jan 16 20:50 sys/src/cmd/gs/lib/gs_stres.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 7304 Jan 16 20:51 sys/src/cmd/gs/lib/mkcidfm.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 111167 Jan 16 20:51 sys/src/cmd/gs/lib/opdfread.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 14217 Jan 16 20:51 sys/src/cmd/gs/lib/pdf_rbld.ps
 [rsc] --rwxrwxr-x M 661145 rsc sys 309 Jan 16 20:51 sys/src/cmd/gs/lib/pfbtopfa.bat
 [rsc] --rwxrwxr-x M 661145 rsc sys 560 Jan 16 20:51 sys/src/cmd/gs/lib/ps2ps2
 [rsc] --rwxrwxr-x M 661145 rsc sys 502 Jan 16 20:51 sys/src/cmd/gs/lib/ps2ps2.bat
 [rsc] --rwxrwxr-x M 661145 rsc sys 697 Jan 16 20:51 sys/src/cmd/gs/lib/ps2ps2.cmd
 [rsc] --rwxrwxr-x M 661145 rsc sys 818 Jan 16 20:51 sys/src/cmd/gs/lib/ps2write.bat
 [rsc] --rw-rw-r-- M 661145 rsc sys 3228 Jan 16 20:51 sys/src/cmd/gs/lib/rinkj-2200-setup
 [rsc] --rw-rw-r-- M 661145 rsc sys 1750 Jan 16 20:52 sys/src/cmd/gs/lib/xlatmap
 [rsc] --rw-rw-r-- M 661145 rsc sys 1476 Jan 16 20:56 sys/src/cmd/gs/libpng/ANNOUNCE
 [rsc] --rw-rw-r-- M 661145 glenda sys 79441 Jan 16 20:56 sys/src/cmd/gs/libpng/CHANGES
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 7366 Jan 16 20:56 sys/src/cmd/gs/libpng/INSTALL
 [rsc] --rw-rw-r-- M 661145 rsc sys 402 Jan 16 20:56 sys/src/cmd/gs/libpng/KNOWNBUG
 [rsc] --rw-rw-r-- M 661145 rsc sys 4105 Jan 16 20:56 sys/src/cmd/gs/libpng/LICENSE
 [rsc] --rw-rw-r-- M 661145 glenda sys 13988 Jan 16 20:56 sys/src/cmd/gs/libpng/README
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1182 Jan 16 20:56 sys/src/cmd/gs/libpng/TODO
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/libpng/TODO:1,20 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/libpng/TODO:1,24
	- pngtodo.txt - list of things to do for libpng
	+ TODO - list of things to do for libpng:
	  
	- add "grayscale->palette" transformation and "palette->grayscale" detection
	- improved dithering
	- multi-lingual error and warning message support
	- sPLT chunk handling
	- cHRM transformation
	- complete sRGB transformation (presently it simply uses gamma=0.45)
	- man pages for function calls
	- high-level API for reading images
	- final bug fixes
	- better documentation
	- better filter selection
	-    (counting huffman bits/precompression?  filter inertia?  filter costs?)
	- optional palette creation
	- histogram creation
	- support for application-defined chunk handlers
	- keep up with public chunks
	- better C++ wrapper/full C++ implementation?
	- text conversion between different code pages (Latin-1 -> Mac and DOS)
	+ Final bug fixes.
	+ Improve API by hiding the png_struct and png_info structs.
	+ Finish work on the no-floating-point version (including gamma compensation)
	+ Better C++ wrapper/full C++ implementation?
	+ Fix problem with C++ and EXTERN "C".
	+ cHRM transformation.
	+ Improve setjmp/longjmp usage or remove it in favor of returning error codes.
	+ Add "grayscale->palette" transformation and "palette->grayscale" detection.
	+ Improved dithering.
	+ Multi-lingual error and warning message support.
	+ Complete sRGB transformation (presently it simply uses gamma=0.45455).
	+ Man pages for function calls.
	+ Better documentation.
	+ Better filter selection
	+    (counting huffman bits/precompression?  filter inertia?  filter costs?).
	+ Histogram creation.
	+ Text conversion between different code pages (Latin-1 -> Mac and DOS).
	+ Should we always malloc 2^bit_depth PLTE/tRNS/hIST entries for safety?
	+ Build gamma tables using fixed point (and do away with floating point entirely).
	+ Use greater precision when changing to linear gamma for compositing against
	+   background and doing rgb-to-gray transformation.
	+ Investigate pre-incremented loop counters and other loop constructions.
 [rsc] --rw-rw-r-- M 661145 rsc sys 2321 Jan 16 20:56 sys/src/cmd/gs/libpng/Y2KINFO
 [rsc] --rwxrwxr-x M 661145 rsc sys 388 Jan 16 20:56 sys/src/cmd/gs/libpng/configure
 [rsc] --rw-rw-r-- M 661145 glenda sys 29793 Jan 16 20:56 sys/src/cmd/gs/libpng/example.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 164387 Jan 16 20:56 sys/src/cmd/gs/libpng/libpng.3
 [rsc] --rw-rw-r-- M 661145 glenda sys 127770 Jan 16 20:56 sys/src/cmd/gs/libpng/libpng.txt
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 24981 Jan 16 20:56 sys/src/cmd/gs/libpng/libpngpf.3
 [rsc] --rw-rw-r-- M 661145 glenda sys 23742 Jan 16 20:56 sys/src/cmd/gs/libpng/png.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 142306 Jan 16 20:56 sys/src/cmd/gs/libpng/png.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 2498 Jan 16 20:56 sys/src/cmd/gs/libpng/pngbar.jpg
 [rsc] --rw-rw-r-- M 661145 rsc sys 2399 Jan 16 20:56 sys/src/cmd/gs/libpng/pngbar.png
 [rsc] --rw-rw-r-- M 661145 glenda sys 43647 Jan 16 20:56 sys/src/cmd/gs/libpng/pngconf.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 8608 Jan 16 20:56 sys/src/cmd/gs/libpng/pngerror.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 235080 Jan 16 20:56 sys/src/cmd/gs/libpng/pnggccrd.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 26015 Jan 16 20:56 sys/src/cmd/gs/libpng/pngget.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 16603 Jan 16 20:56 sys/src/cmd/gs/libpng/pngmem.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 2069 Jan 16 20:56 sys/src/cmd/gs/libpng/pngnow.png
 [rsc] --rw-rw-r-- M 661145 glenda sys 45988 Jan 16 20:56 sys/src/cmd/gs/libpng/pngpread.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 46423 Jan 16 20:56 sys/src/cmd/gs/libpng/pngread.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 5354 Jan 16 20:56 sys/src/cmd/gs/libpng/pngrio.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 142687 Jan 16 20:56 sys/src/cmd/gs/libpng/pngrtran.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 91082 Jan 16 20:56 sys/src/cmd/gs/libpng/pngrutil.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 38654 Jan 16 20:56 sys/src/cmd/gs/libpng/pngset.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 46652 Jan 16 20:56 sys/src/cmd/gs/libpng/pngtest.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 8574 Jan 16 20:56 sys/src/cmd/gs/libpng/pngtest.png
	binary files /n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/libpng/pngtest.png /n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/libpng/pngtest.png differ
 [rsc] --rw-rw-r-- M 661145 glenda sys 20378 Jan 16 20:56 sys/src/cmd/gs/libpng/pngtrans.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 143414 Jan 16 20:56 sys/src/cmd/gs/libpng/pngvcrd.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 7439 Jan 16 20:56 sys/src/cmd/gs/libpng/pngwio.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 47886 Jan 16 20:56 sys/src/cmd/gs/libpng/pngwrite.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 17042 Jan 16 20:56 sys/src/cmd/gs/libpng/pngwtran.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 83750 Jan 16 20:56 sys/src/cmd/gs/libpng/pngwutil.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 786 Jan 16 20:52 sys/src/cmd/gs/man/dvipdf.1
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/dvipdf.1:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/dvipdf.1:1,5
	- .\" $Id: dvipdf.1,v 1.10.2.2 2002/02/01 05:31:25 raph Exp $
	- .TH DVIPDF 1 "31 January 2002" 7.04 Ghostscript \" -*- nroff -*-
	+ .\" $Id: dvipdf.1,v 1.37 2005/10/20 19:46:55 ray Exp $
	+ .TH DVIPDF 1 "20 October 2005" 8.53 Ghostscript \" -*- nroff -*-
	  .SH NAME
	  dvipdf \- Convert TeX DVI file to PDF using ghostscript and dvips
	  .SH SYNOPSIS
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/dvipdf.1:22,30 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/dvipdf.1:22,29
	  .SH SEE ALSO
	  gs(1), dvips(1)
	  .SH VERSION
	- This document was last revised for Ghostscript version 7.04.
	+ This document was last revised for Ghostscript version 8.53.
	  .SH AUTHOR
	- L. Peter Deutsch <ghost@aladdin.com> is the principal author of Ghostscript.
	- Russell J. Lang <rjl@aladdin.com> is the author of most of the MS Windows
	- code in Ghostscript.
	+ artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the
	+ primary maintainers of Ghostscript.
	  This manpage by George Ferguson.
 [rsc] --rw-rw-r-- M 661145 glenda sys 1035 Jan 16 20:52 sys/src/cmd/gs/man/eps2eps.1
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/eps2eps.1:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/eps2eps.1:1,4
	- .\" $Id: eps2eps.1,v 1.3 2001/01/01 00:24:06 lpd Exp $
	+ .\" $Id: eps2eps.1,v 1.4 2002/07/11 02:54:22 lpd Exp $
	  .TH PS2PS 1 "31 December 2000" 6.60 "Ghostscript Tools" \" -*- nroff -*-
	  .SH NAME
	  ps2ps, eps2eps \- Ghostscript PostScript "distiller"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/eps2eps.1:21,24 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/eps2eps.1:21,25
	  .SH VERSION
	  This document was last revised for Ghostscript version 6.60.
	  .SH AUTHOR
	- L. Peter Deutsch <ghost@aladdin.com>
	+ artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the
	+ primary maintainers of Ghostscript.
 [rsc] --rw-rw-r-- M 661145 glenda sys 745 Jan 16 20:52 sys/src/cmd/gs/man/font2c.1
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/font2c.1:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/font2c.1:1,5
	- .\" $Id: font2c.1,v 1.10.2.2 2002/02/01 05:31:25 raph Exp $
	- .TH FONT2C 1 "31 January 2002" 7.04 Ghostscript \" -*- nroff -*-
	+ .\" $Id: font2c.1,v 1.37 2005/10/20 19:46:55 ray Exp $
	+ .TH FONT2C 1 "20 October 2005" 8.53 Ghostscript \" -*- nroff -*-
	  .SH NAME
	  font2c \- Write PostScript Type 0 or Type 1 font as C code
	  .SH SYNOPSIS
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/font2c.1:18,27 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/font2c.1:18,25
	  .SH SEE ALSO
	  gs(1)
	  .SH VERSION
	- This document was last revised for Ghostscript version 7.04.
	+ This document was last revised for Ghostscript version 8.53.
	  .SH AUTHOR
	- L. Peter Deutsch <ghost@aladdin.com> is the principal author of Ghostscript.
	- Russell J. Lang <rjl@aladdin.com> is the author of most of the MS Windows
	- code in Ghostscript.
	+ artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the
	+ primary maintainers of Ghostscript.
	  This manpage by George Ferguson.
	- 
 [rsc] --rw-rw-r-- M 661145 glenda sys 13217 Jan 16 20:52 sys/src/cmd/gs/man/gs.1
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3058 Jan 16 20:52 sys/src/cmd/gs/man/gslp.1
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/gslp.1:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/gslp.1:1,5
	- .\" $Id: gslp.1,v 1.10.2.2 2002/02/01 05:31:25 raph Exp $
	- .TH GSLP 1 "31 January 2002" 7.04 Ghostscript \" -*- nroff -*-
	+ .\" $Id: gslp.1,v 1.37 2005/10/20 19:46:55 ray Exp $
	+ .TH GSLP 1 "20 October 2005" 8.53 Ghostscript \" -*- nroff -*-
	  .SH NAME
	  gslp \- Format and print text using ghostscript
	  .br
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/gslp.1:93,101 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/gslp.1:93,100
	  .SH SEE ALSO
	  gs(1)
	  .SH VERSION
	- This document was last revised for Ghostscript version 7.04.
	+ This document was last revised for Ghostscript version 8.53.
	  .SH AUTHOR
	- L. Peter Deutsch <ghost@aladdin.com> is the principal author of Ghostscript.
	- Russell J. Lang <rjl@aladdin.com> is the author of most of the MS Windows
	- code in Ghostscript.
	+ artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the
	+ primary maintainers of Ghostscript.
	  This manpage by George Ferguson.
 [rsc] --rw-rw-r-- M 661145 glenda sys 636 Jan 16 20:52 sys/src/cmd/gs/man/gsnd.1
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/gsnd.1:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/gsnd.1:1,5
	- .\" $Id: gsnd.1,v 1.10.2.2 2002/02/01 05:31:25 raph Exp $
	- .TH GSND 1 "31 January 2002" 7.04 Ghostscript \" -*- nroff -*-
	+ .\" $Id: gsnd.1,v 1.37 2005/10/20 19:46:55 ray Exp $
	+ .TH GSND 1 "20 October 2005" 8.53 Ghostscript \" -*- nroff -*-
	  .SH NAME
	  gsnd \- Run ghostscript (PostScript and PDF engine) without display
	  .SH SYNOPSIS
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/gsnd.1:13,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/gsnd.1:13,20
	  .SH SEE ALSO
	  gs(1)
	  .SH VERSION
	- This document was last revised for Ghostscript version 7.04.
	+ This document was last revised for Ghostscript version 8.53.
	  .SH AUTHOR
	- L. Peter Deutsch <ghost@aladdin.com> is the principal author of Ghostscript.
	- Russell J. Lang <rjl@aladdin.com> is the author of most of the MS Windows
	- code in Ghostscript.
	+ artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the
	+ primary maintainers of Ghostscript.
	  This manpage by George Ferguson.
 [rsc] --rw-rw-r-- M 661145 glenda sys 1502 Jan 16 20:52 sys/src/cmd/gs/man/pdf2dsc.1
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/pdf2dsc.1:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/pdf2dsc.1:1,5
	- .\" $Id: pdf2dsc.1,v 1.10.2.2 2002/02/01 05:31:25 raph Exp $
	- .TH PDF2DSC 1 "31 January 2002" 7.04 "Ghostscript Tools" \" -*- nroff -*-
	+ .\" $Id: pdf2dsc.1,v 1.36 2005/10/20 19:46:55 ray Exp $
	+ .TH PDF2DSC 1 "20 October 2005" 8.53 "Ghostscript Tools" \" -*- nroff -*-
	  .SH NAME
	  pdf2dsc \- generate a PostScript page list of a PDF document
	  .SH SYNOPSIS
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/pdf2dsc.1:29,34 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/pdf2dsc.1:29,34
	  .SH SEE ALSO
	  gs(1), ghostview(1)
	  .SH VERSION
	- This document was last revised for Ghostscript version 7.04.
	+ This document was last revised for Ghostscript version 8.53.
	  .SH AUTHOR
	- Yves Arrouye <yves.arrouye@usa.net> and Russell Lang <rjl@aladdin.com>
	+ Yves Arrouye <yves.arrouye@usa.net> and Russell Lang gsview at ghostgum.com.au
 [rsc] --rw-rw-r-- M 661145 glenda sys 991 Jan 16 20:52 sys/src/cmd/gs/man/pdf2ps.1
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/pdf2ps.1:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/pdf2ps.1:1,5
	- .\" $Id: pdf2ps.1,v 1.12.2.2 2002/02/01 05:31:25 raph Exp $
	- .TH PDF2PS 1 "31 January 2002" 7.04 "Ghostscript Tools" \" -*- nroff -*-
	+ .\" $Id: pdf2ps.1,v 1.38 2005/10/20 19:46:55 ray Exp $
	+ .TH PDF2PS 1 "20 October 2005" 8.53 "Ghostscript Tools" \" -*- nroff -*-
	  .SH NAME
	  pdf2ps \- Ghostscript PDF to PostScript translator
	  .SH SYNOPSIS
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/pdf2ps.1:15,20 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/pdf2ps.1:15,21
	  Run "\fBgs -h\fR" to find the location of Ghostscript documentation on your
	  system, from which you can get more details.
	  .SH VERSION
	- This document was last revised for Ghostscript version 7.04.
	+ This document was last revised for Ghostscript version 8.53.
	  .SH AUTHOR
	- L. Peter Deutsch <ghost@aladdin.com>
	+ artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the
	+ primary maintainers of Ghostscript.
 [rsc] --rw-rw-r-- M 661145 rsc sys 1248 Jan 16 20:52 sys/src/cmd/gs/man/pdfopt.1
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/pdfopt.1:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/pdfopt.1:1,5
	- .\" $Id: pdfopt.1,v 1.10.2.2 2002/02/01 05:31:25 raph Exp $
	- .TH PDFOPT 1 "31 January 2002" 7.04 "Ghostscript Tools" \" -*- nroff -*-
	+ .\" $Id: pdfopt.1,v 1.36 2005/10/20 19:46:55 ray Exp $
	+ .TH PDFOPT 1 "20 October 2005" 8.53 "Ghostscript Tools" \" -*- nroff -*-
	  .SH NAME
	  pdfopt \- Ghostscript PDF Optimizer
	  .SH SYNOPSIS
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/pdfopt.1:21,26 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/pdfopt.1:21,27
	  "Linearized PDF" in Adobe's PDF reference manual,
	  http://partners.adobe.com/asn/developer/acrosdk/DOCS/pdfspec.pdf
	  .SH VERSION
	- This document was last revised for Ghostscript version 7.04.
	+ This document was last revised for Ghostscript version 8.53.
	  .SH AUTHOR
	- L. Peter Deutsch <ghost@aladdin.com>
	+ artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the
	+ primary maintainers of Ghostscript.
 [rsc] --rw-rw-r-- M 661145 glenda sys 730 Jan 16 20:52 sys/src/cmd/gs/man/pf2afm.1
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/pf2afm.1:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/pf2afm.1:1,5
	- .\" $Id: pf2afm.1,v 1.10.2.2 2002/02/01 05:31:25 raph Exp $
	- .TH PF2AFM 1 "31 January 2002" 7.04 Ghostscript \" -*- nroff -*-
	+ .\" $Id: pf2afm.1,v 1.37 2005/10/20 19:46:55 ray Exp $
	+ .TH PF2AFM 1 "20 October 2005" 8.53 Ghostscript \" -*- nroff -*-
	  .SH NAME
	  pf2afm \- Make an AFM file from Postscript (PFB/PFA/PFM) font files using ghostscript
	  .SH SYNOPSIS
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/pf2afm.1:16,25 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/pf2afm.1:16,23
	  .br
	  pf2afm.ps in the Ghostscript lib directory.
	  .SH VERSION
	- This document was last revised for Ghostscript version 7.04.
	+ This document was last revised for Ghostscript version 8.53.
	  .SH AUTHOR
	- L. Peter Deutsch <ghost@aladdin.com> is the principal author of Ghostscript.
	- Russell J. Lang <rjl@aladdin.com> is the author of most of the MS Windows
	- code in Ghostscript.
	+ artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the
	+ primary maintainers of Ghostscript.
	  This manpage by George Ferguson.
	- 
 [rsc] --rw-rw-r-- M 661145 glenda sys 602 Jan 16 20:52 sys/src/cmd/gs/man/pfbtopfa.1
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/pfbtopfa.1:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/pfbtopfa.1:1,5
	- .\" $Id: pfbtopfa.1,v 1.11.2.2 2002/02/01 05:31:25 raph Exp $
	- .TH PFBTOPFA 1 "31 January 2002" 7.04 Ghostscript \" -*- nroff -*-
	+ .\" $Id: pfbtopfa.1,v 1.38 2005/10/20 19:46:55 ray Exp $
	+ .TH PFBTOPFA 1 "20 October 2005" 8.53 Ghostscript \" -*- nroff -*-
	  .SH NAME
	  pfbtopfa \- Convert Postscript .pfb fonts to .pfa format using ghostscript
	  .SH SYNOPSIS
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/pfbtopfa.1:11,20 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/pfbtopfa.1:11,18
	  .SH SEE ALSO
	  gs(1)
	  .SH VERSION
	- This document was last revised for Ghostscript version 7.04.
	+ This document was last revised for Ghostscript version 8.53.
	  .SH AUTHOR
	- L. Peter Deutsch <ghost@aladdin.com> is the principal author of Ghostscript.
	- Russell J. Lang <rjl@aladdin.com> is the author of most of the MS Windows
	- code in Ghostscript.
	+ artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the
	+ primary maintainers of Ghostscript.
	  This manpage by George Ferguson.
	- 
 [rsc] --rw-rw-r-- M 661145 glenda sys 622 Jan 16 20:52 sys/src/cmd/gs/man/printafm.1
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/printafm.1:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/printafm.1:1,5
	- .\" $Id: printafm.1,v 1.10.2.2 2002/02/01 05:31:25 raph Exp $
	- .TH PRINTAFM 1 "31 January 2002" 7.04 Ghostscript \" -*- nroff -*-
	+ .\" $Id: printafm.1,v 1.37 2005/10/20 19:46:55 ray Exp $
	+ .TH PRINTAFM 1 "20 October 2005" 8.53 Ghostscript \" -*- nroff -*-
	  .SH NAME
	  printafm \- Print the metrics from a Postscript font in AFM format using ghostscript
	  .SH SYNOPSIS
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/printafm.1:12,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/printafm.1:12,19
	  .SH SEE ALSO
	  gs(1)
	  .SH VERSION
	- This document was last revised for Ghostscript version 7.04.
	+ This document was last revised for Ghostscript version 8.53.
	  .SH AUTHOR
	- L. Peter Deutsch <ghost@aladdin.com> is the principal author of Ghostscript.
	- Russell J. Lang <rjl@aladdin.com> is the author of most of the MS Windows
	- code in Ghostscript.
	+ artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the
	+ primary maintainers of Ghostscript.
	  This manpage by George Ferguson.
	- 
 [rsc] --rw-rw-r-- M 661145 glenda sys 1407 Jan 16 20:52 sys/src/cmd/gs/man/ps2ascii.1
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/ps2ascii.1:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/ps2ascii.1:1,5
	- .\" $Id: ps2ascii.1,v 1.10.2.2 2002/02/01 05:31:26 raph Exp $
	- .TH PS2ASCII 1 "31 January 2002" 7.04 "Ghostscript Tools" \" -*- nroff -*-
	+ .\" $Id: ps2ascii.1,v 1.37 2005/10/20 19:46:55 ray Exp $
	+ .TH PS2ASCII 1 "20 October 2005" 8.53 "Ghostscript Tools" \" -*- nroff -*-
	  .SH NAME
	  ps2ascii \- Ghostscript translator from PostScript or PDF to ASCII
	  .SH SYNOPSIS
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/ps2ascii.1:23,30 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/ps2ascii.1:23,31
	  .SH SEE ALSO
	  pstotext(1), http://www.research.digital.com/SRC/virtualpaper/pstotext.html
	  .SH VERSION
	- This document was last revised for Ghostscript version 7.04.
	+ This document was last revised for Ghostscript version 8.53.
	  .SH AUTHOR
	- L. Peter Deutsch <ghost@aladdin.com> was the original author.  The current
	- version has substantial improvements by David M. Jones
	- <dmjones@theory.lcs.mit.edu>.
	+ artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the
	+ primary maintainers of Ghostscript.
	+ David M. Jones <dmjones@theory.lcs.mit.edu> made substantial improvements
	+ to \fBps2ascii\fR.
 [rsc] --rw-rw-r-- M 661145 glenda sys 2856 Jan 16 20:52 sys/src/cmd/gs/man/ps2epsi.1
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/ps2epsi.1:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/ps2epsi.1:1,5
	- .\" $Id: ps2epsi.1,v 1.10.2.2 2002/02/01 05:31:26 raph Exp $
	- .TH PS2EPSI 1 "31 January 2002" 7.04 "Ghostscript Tools" \" -*- nroff -*-
	+ .\" $Id: ps2epsi.1,v 1.35 2005/10/20 19:46:55 ray Exp $
	+ .TH PS2EPSI 1 "20 October 2005" 8.53 "Ghostscript Tools" \" -*- nroff -*-
	  .SH NAME
	  ps2epsi \- generate conforming Encapsulated PostScript
	  .SH SYNOPSIS
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/ps2epsi.1:60,66 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/ps2epsi.1:60,66
	  .SH SEE ALSO
	  gs (1)
	  .SH VERSION
	- This document was last revised for Ghostscript version 7.04.
	+ This document was last revised for Ghostscript version 8.53.
	  However, the content may be obsolete, or inconsistent with ps2epsi.txt.
	  .SH AUTHOR
	  George Cameron
 [rsc] --rw-rw-r-- M 661145 glenda sys 1728 Jan 16 20:52 sys/src/cmd/gs/man/ps2pdf.1
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/ps2pdf.1:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/ps2pdf.1:1,5
	- .\" $Id: ps2pdf.1,v 1.14.2.2 2002/02/01 05:31:26 raph Exp $
	- .TH PS2PDF 1 "31 January 2002" 7.04 Ghostscript \" -*- nroff -*-
	+ .\" $Id: ps2pdf.1,v 1.42 2005/10/20 19:46:55 ray Exp $
	+ .TH PS2PDF 1 "20 October 2005" 8.53 Ghostscript \" -*- nroff -*-
	  .SH NAME
	  ps2pdf \- Convert PostScript to PDF using ghostscript
	  .br
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/ps2pdf.1:7,17 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/ps2pdf.1:7,17
	  .br
	  ps2pdf13 \- Convert PostScript to PDF\ 1.3 (Acrobat\ 4-and-later compatible) using ghostscript
	  .SH SYNOPSIS
	- \fBps2pdf\fR  [options...] (input.[e]ps|-) [output.pdf|-]
	+ \fBps2pdf\fR  [options...] {input.[e]ps|-} [output.pdf|-]
	  .br
	- \fBps2pdf12\fR  [options...] (input.[e]ps|-) [output.pdf|-]
	+ \fBps2pdf12\fR  [options...] {input.[e]ps|-} [output.pdf|-]
	  .br
	- \fBps2pdf13\fR  [options...] (input.[e]ps|-) [output.pdf|-]
	+ \fBps2pdf13\fR  [options...] {input.[e]ps|-} [output.pdf|-]
	  .SH DESCRIPTION
	  The
	  .B ps2pdf
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/ps2pdf.1:46,54 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/ps2pdf.1:46,53
	  .br
	  Ps2pdf.htm in the Ghostscript documentation
	  .SH VERSION
	- This document was last revised for Ghostscript version 7.04.
	+ This document was last revised for Ghostscript version 8.53.
	  .SH AUTHOR
	- L. Peter Deutsch <ghost@aladdin.com> is the principal author of Ghostscript.
	- Russell J. Lang <rjl@aladdin.com> is the author of most of the MS Windows
	- code in Ghostscript.
	+ artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the
	+ primary maintainers of Ghostscript.
	  This manpage by George Ferguson.
 [rsc] --rw-rw-r-- M 661145 glenda sys 1000 Jan 16 20:52 sys/src/cmd/gs/man/ps2pdfwr.1
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/ps2pdfwr.1:1,9 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/ps2pdfwr.1:1,9
	- .\" $Id: ps2pdfwr.1,v 1.13.2.2 2002/02/01 05:31:26 raph Exp $
	- .TH PS2PDFWR 1 "31 January 2002" 7.04 Ghostscript \" -*- nroff -*-
	+ .\" $Id: ps2pdfwr.1,v 1.41 2005/10/20 19:46:55 ray Exp $
	+ .TH PS2PDFWR 1 "20 October 2005" 8.53 Ghostscript \" -*- nroff -*-
	  .SH NAME
	  ps2pdfwr \- Convert PostScript to PDF without specifying CompatibilityLevel, using ghostscript
	  .SH SYNOPSIS
	- \fBps2pdfwr\fR  [options...] (input.[e]ps|-) [output.pdf|-]
	+ \fBps2pdfwr\fR  [options...] {input.[e]ps|-} [output.pdf|-]
	  .SH DESCRIPTION
	  This wrapper script invokes
	  .BR gs (1)
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/ps2pdfwr.1:24,32 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/ps2pdfwr.1:24,31
	  .SH SEE ALSO
	  gs(1), ps2pdf(1)
	  .SH VERSION
	- This document was last revised for Ghostscript version 7.04.
	+ This document was last revised for Ghostscript version 8.53.
	  .SH AUTHOR
	- L. Peter Deutsch <ghost@aladdin.com> is the principal author of Ghostscript.
	- Russell J. Lang <rjl@aladdin.com> is the author of most of the MS Windows
	- code in Ghostscript.
	+ artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the
	+ primary maintainers of Ghostscript.
	  This manpage by George Ferguson.
 [rsc] --rw-rw-r-- M 661145 glenda sys 1402 Jan 16 20:52 sys/src/cmd/gs/man/ps2ps.1
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/ps2ps.1:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/ps2ps.1:1,5
	- .\" $Id: ps2ps.1,v 1.17.2.2 2002/02/01 05:31:26 raph Exp $
	- .TH PS2PS 1 "31 January 2002" 7.04 "Ghostscript Tools" \" -*- nroff -*-
	+ .\" $Id: ps2ps.1,v 1.44 2005/10/20 19:46:55 ray Exp $
	+ .TH PS2PS 1 "20 October 2005" 8.53 "Ghostscript Tools" \" -*- nroff -*-
	  .SH NAME
	  ps2ps, eps2eps \- Ghostscript PostScript "distiller"
	  .SH SYNOPSIS
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/ps2ps.1:8,24 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/ps2ps.1:8,33
	  \fBeps2eps\fR [ \fIoptions\fR ] \fIinput.eps output.eps\fR
	  .SH DESCRIPTION
	  \fBps2ps\fR uses \fIgs\fR(1) to convert \fBPostScript\fR(tm) file
	- "input.ps" to simpler and (usually) faster PostScript in
	+ "input.ps" to simpler, normalized and (usually) faster PostScript in
	  "output.ps".  Normally the output is allowed to use PostScript Level 2
	- constructs, but the \fB\-dLanguageLevel=1\fR option restricts the output to
	- Level 1.
	+ or Level 3 constructs, but the \fB\-dLanguageLevel=1\fR option restricts
	+ the output to Level 1.
	  .PP
	  \fBeps2eps\fR performs the equivalent optimization for Encapsulated
	- PostScript (EPS) files. 
	+ PostScript (EPS) files.
	+ .PP
	+ Both accept any general Ghostscript command line options, and
	+ respectively options specific to the pswrite and epswrite devices.
	  .SH FILES
	  Run "\fBgs -h\fR" to find the location of Ghostscript documentation on your
	  system, from which you can get more details.
	+ .SH BUGS
	+ The pswrite device used by both \fBps2ps\fR and \fBeps2eps\fR produces much
	+ lower level output than is desirable. Use with caution.
	+ .SH SEE ALSO
	+ ps2pdf(1), ps2ascii(1), ps2epsi(1)
	  .SH VERSION
	- This document was last revised for Ghostscript version 7.04.
	+ This document was last revised for Ghostscript version 8.53.
	  .SH AUTHOR
	- L. Peter Deutsch <ghost@aladdin.com>
	+ artofcode LLC and Artifex Software are the primary maintainers of Ghostscript.
	+ Please send bug reports to <bug-gs@ghostscript.com>.
 [rsc] --rw-rw-r-- M 661145 glenda sys 624 Jan 16 20:52 sys/src/cmd/gs/man/wftopfa.1
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/wftopfa.1:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/wftopfa.1:1,5
	- .\" $Id: wftopfa.1,v 1.10.2.2 2002/02/01 05:31:26 raph Exp $
	- .TH WFTOPFA 1 "31 January 2002" 7.04 Ghostscript \" -*- nroff -*-
	+ .\" $Id: wftopfa.1,v 1.37 2005/10/20 19:46:55 ray Exp $
	+ .TH WFTOPFA 1 "20 October 2005" 8.53 Ghostscript \" -*- nroff -*-
	  .SH NAME
	  wftopfa \- Convert a Wadalab base font to Postscript .PFA (or .PFB)
	  format using ghostscript
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/man/wftopfa.1:13,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/man/wftopfa.1:13,20
	  .SH SEE ALSO
	  gs(1)
	  .SH VERSION
	- This document was last revised for Ghostscript version 7.04.
	+ This document was last revised for Ghostscript version 8.53.
	  .SH AUTHOR
	- L. Peter Deutsch <ghost@aladdin.com> is the principal author of Ghostscript.
	- Russell J. Lang <rjl@aladdin.com> is the author of most of the MS Windows
	- code in Ghostscript.
	+ artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the
	+ primary maintainers of Ghostscript.
	  This manpage by George Ferguson.
	- 
 [rsc] --rw-rw-r-- M 661145 glenda sys 1372 Jan 16 20:45 sys/src/cmd/gs/mips.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/mips.h:8,13 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/mips.h:8,14
	  #define ARCH_ALIGN_PTR_MOD 4
	  #define ARCH_ALIGN_FLOAT_MOD 4
	  #define ARCH_ALIGN_DOUBLE_MOD 4
	+ #define ARCH_ALIGN_STRUCT_MOD 4
	  
	  	 /* ---------------- Scalar sizes ---------------- */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/mips.h:14,19 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/mips.h:15,21
	  #define ARCH_LOG2_SIZEOF_SHORT 1
	  #define ARCH_LOG2_SIZEOF_INT 2
	  #define ARCH_LOG2_SIZEOF_LONG 2
	+ #define ARCH_LOG2_SIZEOF_LONG_LONG 3
	  #define ARCH_SIZEOF_PTR 4
	  #define ARCH_SIZEOF_FLOAT 4
	  #define ARCH_SIZEOF_DOUBLE 8
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/mips.h:29,35 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/mips.h:31,37
	  
	  	 /* ---------------- Cache sizes ---------------- */
	  
	- #define ARCH_CACHE1_SIZE 16384
	+ #define ARCH_CACHE1_SIZE 4096
	  #define ARCH_CACHE2_SIZE 524288
	  
	  	 /* ---------------- Miscellaneous ---------------- */
 [rsc] --rw-rw-r-- M 661145 glenda sys 7772 Jan 16 20:48 sys/src/cmd/gs/mkfile
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1444 Jan 16 20:45 sys/src/cmd/gs/power.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/power.h:9,14 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/power.h:9,15
	  #define ARCH_ALIGN_PTR_MOD 4
	  #define ARCH_ALIGN_FLOAT_MOD 4
	  #define ARCH_ALIGN_DOUBLE_MOD 4
	+ #define ARCH_ALIGN_STRUCT_MOD 4
	  
	  	 /* ---------------- Scalar sizes ---------------- */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/power.h:15,20 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/power.h:16,22
	  #define ARCH_LOG2_SIZEOF_SHORT 1
	  #define ARCH_LOG2_SIZEOF_INT 2
	  #define ARCH_LOG2_SIZEOF_LONG 2
	+ #define ARCH_LOG2_SIZEOF_LONG_LONG 3
	  #define ARCH_SIZEOF_PTR 4
	  #define ARCH_SIZEOF_FLOAT 4
	  #define ARCH_SIZEOF_DOUBLE 8
 [rsc] --rw-rw-r-- M 661145 glenda sys 29165 Jan 16 20:46 sys/src/cmd/gs/src/all-arch.mak
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 185 Jan 16 20:46 sys/src/cmd/gs/src/bcc32.cfg
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/bcc32.cfg:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/bcc32.cfg:1,5
	  -wdup -wret -wstr -w-stu -wsus -wvoi -wzst
	  -waus -wdef -w-eff -w-par -w-pia -w-rch -wrvl
	- -w-amb -w-amp -w-nod -w-stv -wuse
	+ -w-amb -w-amp -w-nod -w-stv -wuse -g255 -w-csu-
	  -wapt -w-cln -wcpt -wdgn -wrpt -w-sig -w-ucp
	  -N
 [rsc] --rw-rw-r-- M 661145 glenda sys 20376 Jan 16 20:46 sys/src/cmd/gs/src/bcwin32.mak
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 12796 Jan 16 20:46 sys/src/cmd/gs/src/bench.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/bench.c:2,24 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/bench.c:2,22
	  
	     Copyright (C) 1989, 1995, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: bench.c,v 1.4 2000/10/28 21:40:15 lpd Exp $ */
	+ /* $Id: bench.c,v 1.7 2002/05/14 14:59:41 stefan Exp $ */
	  /* Simple hardware benchmarking suite (C and PostScript) */
	  #include "stdio_.h"
	  #include <stdlib.h>
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/bench.c:52,60 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/bench.c:50,57
	  {
	  }
	  void 
	- gs_exit(int n)
	+ gs_to_exit(int n)
	  {
	-     exit(n);
	  }
	  #define eprintf_program_ident(f, pn, rn) (void)0
	  void 
 [rsc] --rw-rw-r-- M 661145 glenda sys 3402 Jan 16 20:46 sys/src/cmd/gs/src/bfont.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 1842 Jan 16 20:46 sys/src/cmd/gs/src/btoken.h
	[diffs elided]
 [rsc] --rwxrwxr-x M 661145 glenda sys 257 Jan 16 20:46 sys/src/cmd/gs/src/catmake
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/catmake:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/catmake:1,5
	  #!/bin/sh
	- # $Id: catmake,v 1.1 2000/03/09 08:40:40 lpd Exp $
	+ # $Id: catmake,v 1.3 2002/02/21 22:24:51 giles Exp $
	  # Expand 'includes' in makefiles.  Usage:
	  #	catmake orig.mak > makefile
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 3854 Jan 16 20:46 sys/src/cmd/gs/src/ccfont.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 15163 Jan 16 20:46 sys/src/cmd/gs/src/cfonts.mak
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/cfonts.mak:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/cfonts.mak:1,19
	  #    Copyright (C) 1992, 1995, 1996, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	  # 
	- # This file is part of AFPL Ghostscript.
	+ # This software is provided AS-IS with no warranty, either express or
	+ # implied.
	  # 
	- # AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- # distributor accepts any responsibility for the consequences of using it, or
	- # for whether it serves any particular purpose or works at all, unless he or
	- # she says so in writing.  Refer to the Aladdin Free Public License (the
	- # "License") for full details.
	+ # This software is distributed under license and may not be copied,
	+ # modified or distributed except as expressly authorized under the terms
	+ # of the license contained in the file LICENSE in this distribution.
	  # 
	- # Every copy of AFPL Ghostscript must include a copy of the License, normally
	- # in a plain ASCII text file named PUBLIC.  The License grants you the right
	- # to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- # conditions described in the License.  Among other things, the License
	- # requires that the copyright notice and this notice be preserved on all
	- # copies.
	+ # For more information about licensing, please refer to
	+ # http://www.ghostscript.com/licensing/. For information on
	+ # commercial licensing, go to http://www.artifex.com/licensing/ or
	+ # contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ # San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- # $Id: cfonts.mak,v 1.2 2000/09/19 19:00:09 lpd Exp $
	+ # $Id: cfonts.mak,v 1.5 2004/10/26 02:50:56 giles Exp $
	  # Makefile for compiling PostScript Type 1 fonts into C.
	  # For more information about fonts, consult the Fontmap file,
	  # and also Fonts.htm.
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/cfonts.mak:37,43 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/cfonts.mak:35,41
	  CFGEN=$(CFGENDIR)$(D)
	  CFOBJ=$(CFOBJDIR)$(D)
	  
	- CFCC=$(CC_) $(I_)$(PSSRCDIR)$(_I)
	+ CFCC=$(CC_) $(I_)$(PSSRCDIR)$(_I) $(I_)$(PSOBJDIR)$(_I)
	  CFO_=$(O_)$(CFOBJ)
	  
	  # Define how to invoke the font2c program.
 [rsc] --rw-rw-r-- M 661145 glenda sys 34537 Jan 16 20:46 sys/src/cmd/gs/src/contrib.mak
	[diffs elided]
 [rsc] --rwxrwxr-x M 661145 glenda sys 388 Jan 16 20:46 sys/src/cmd/gs/src/cp.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/cp.bat:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/cp.bat:1,4
	- @rem $Id: cp.bat,v 1.1 2000/03/09 08:40:40 lpd Exp $
	+ @rem $Id: cp.bat,v 1.3 2002/02/21 22:24:51 giles Exp $
	  @echo off
	  if "%2"=="." goto ne
	  if exist _.tmp erase _.tmp
 [rsc] --rwxrwxr-x M 661145 glenda sys 97 Jan 16 20:46 sys/src/cmd/gs/src/cp.cmd
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/cp.cmd:1,3 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/cp.cmd:1,3
	  @copy /B %1 %2
	- @rem $Id: cp.cmd,v 1.1 2000/03/09 08:40:40 lpd Exp $
	+ @rem $Id: cp.cmd,v 1.3 2002/02/21 22:24:51 giles Exp $
	  @if not "%2"=="." touch %2
 [rsc] --rw-rw-r-- M 661145 glenda sys 1010 Jan 16 20:46 sys/src/cmd/gs/src/ctype_.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/ctype_.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/ctype_.h:1,20
	  /* Copyright (C) 1993, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: ctype_.h,v 1.2 2000/09/19 19:00:09 lpd Exp $ */
	+ /* $Id: ctype_.h,v 1.4 2002/02/21 22:24:51 giles Exp $ */
	  /* Wrapper for ctype.h */
	  
	  #ifndef ctype__INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 64181 Jan 16 20:46 sys/src/cmd/gs/src/devs.mak
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1672 Jan 16 20:46 sys/src/cmd/gs/src/dirent_.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dirent_.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dirent_.h:1,20
	  /* Copyright (C) 1993, 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: dirent_.h,v 1.2 2000/09/19 19:00:09 lpd Exp $ */
	+ /* $Id: dirent_.h,v 1.4 2002/02/21 22:24:51 giles Exp $ */
	  /* Generic substitute for Unix dirent.h */
	  
	  #ifndef dirent__INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 2767 Jan 16 20:46 sys/src/cmd/gs/src/dos_.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dos_.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dos_.h:1,20
	  /* Copyright (C) 1991, 1992, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: dos_.h,v 1.2 2000/09/19 19:00:09 lpd Exp $ */
	+ /* $Id: dos_.h,v 1.4 2002/02/21 22:24:51 giles Exp $ */
	  /* Generic MS-DOS interface */
	  
	  #ifndef dos__INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 10152 Jan 16 20:46 sys/src/cmd/gs/src/dstack.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dstack.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dstack.h:1,20
	  /* Copyright (C) 1992, 1996, 1997, 1998, 1999, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: dstack.h,v 1.3 2000/12/26 01:20:58 lpd Exp $ */
	+ /* $Id: dstack.h,v 1.6 2004/08/04 19:36:12 stefan Exp $ */
	  /* Definitions for the interpreter's dictionary stack */
	  
	  #ifndef dstack_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dstack.h:66,72 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dstack.h:64,70
	  /* Name lookup */
	  #define dict_find_name_by_index(nidx)\
	    dstack_find_name_by_index(&idict_stack, nidx)
	- #define dict_find_name(pnref) dict_find_name_by_index(name_index(pnref))
	+ #define dict_find_name(pnref) dict_find_name_by_index(name_index(imemory, pnref))
	  #define dict_find_name_by_index_inline(nidx, htemp)\
	    dstack_find_name_by_index_inline(&idict_stack, nidx, htemp)
	  #define if_dict_find_name_by_index_top(nidx, htemp, pvslot)\
 [rsc] --rw-rw-r-- M 661145 glenda sys 11617 Jan 16 20:46 sys/src/cmd/gs/src/dvx-gcc.mak
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1778 Jan 16 20:46 sys/src/cmd/gs/src/dvx-head.mak
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dvx-head.mak:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dvx-head.mak:1,19
	  #    Copyright (C) 1994, 1996, 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	  # 
	- # This file is part of AFPL Ghostscript.
	+ # This software is provided AS-IS with no warranty, either express or
	+ # implied.
	  # 
	- # AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- # distributor accepts any responsibility for the consequences of using it, or
	- # for whether it serves any particular purpose or works at all, unless he or
	- # she says so in writing.  Refer to the Aladdin Free Public License (the
	- # "License") for full details.
	+ # This software is distributed under license and may not be copied,
	+ # modified or distributed except as expressly authorized under the terms
	+ # of the license contained in the file LICENSE in this distribution.
	  # 
	- # Every copy of AFPL Ghostscript must include a copy of the License, normally
	- # in a plain ASCII text file named PUBLIC.  The License grants you the right
	- # to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- # conditions described in the License.  Among other things, the License
	- # requires that the copyright notice and this notice be preserved on all
	- # copies.
	+ # For more information about licensing, please refer to
	+ # http://www.ghostscript.com/licensing/. For information on
	+ # commercial licensing, go to http://www.artifex.com/licensing/ or
	+ # contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ # San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- # $Id: dvx-head.mak,v 1.2 2000/09/19 19:00:09 lpd Exp $
	+ # $Id: dvx-head.mak,v 1.4 2002/02/21 22:24:51 giles Exp $
	  # Partial makefile, common to all Desqview/X configurations.
	  
	  # This part of the makefile gets inserted after the compiler-specific part
 [rsc] --rw-rw-r-- M 661145 glenda sys 3105 Jan 16 20:46 sys/src/cmd/gs/src/dvx-tail.mak
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dvx-tail.mak:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dvx-tail.mak:1,19
	  #    Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000 Aladdin Enterprises.  All rights reserved.
	  # 
	- # This file is part of AFPL Ghostscript.
	+ # This software is provided AS-IS with no warranty, either express or
	+ # implied.
	  # 
	- # AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- # distributor accepts any responsibility for the consequences of using it, or
	- # for whether it serves any particular purpose or works at all, unless he or
	- # she says so in writing.  Refer to the Aladdin Free Public License (the
	- # "License") for full details.
	+ # This software is distributed under license and may not be copied,
	+ # modified or distributed except as expressly authorized under the terms
	+ # of the license contained in the file LICENSE in this distribution.
	  # 
	- # Every copy of AFPL Ghostscript must include a copy of the License, normally
	- # in a plain ASCII text file named PUBLIC.  The License grants you the right
	- # to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- # conditions described in the License.  Among other things, the License
	- # requires that the copyright notice and this notice be preserved on all
	- # copies.
	+ # For more information about licensing, please refer to
	+ # http://www.ghostscript.com/licensing/. For information on
	+ # commercial licensing, go to http://www.artifex.com/licensing/ or
	+ # contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ # San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- # $Id: dvx-tail.mak,v 1.5 2001/10/12 21:37:08 ghostgum Exp $
	+ # $Id: dvx-tail.mak,v 1.8 2002/10/09 23:43:58 giles Exp $
	  # Partial makefile, common to all Desqview/X configurations.
	  # This is the last part of the makefile for Desqview/X configurations.
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dvx-tail.mak:41,49 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dvx-tail.mak:39,44
	  	$(GLCC) $(GLO_)gp_stdin.$(OBJ) $(C_) $(GLSRC)gp_stdin.c
	  
	  # -------------------------- Auxiliary programs --------------------------- #
	- 
	- $(ANSI2KNR_XE): ansi2knr.c $(stdio__h) $(string__h) $(malloc__h)
	- 	$(CC) -o ansi2knr $(CFLAGS) ansi2knr.c
	  
	  $(ECHOGS_XE): echogs.c
	  	$(CC) -o echogs $(CFLAGS) echogs.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 72 Jan 16 20:46 sys/src/cmd/gs/src/dw32c.def
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dw32c.def:1,6 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dw32c.def:1,4
	+ ;	'Ghostscript Interpreter'
	  NAME		GSWIN32C
	- DESCRIPTION	'Ghostscript Interpreter'
	- CODE		MOVEABLE DISCARDABLE PRELOAD
	- DATA		MULTIPLE MOVEABLE PRELOAD
	  HEAPSIZE	256
	  STACKSIZE	65536
 [rsc] --rw-rw-r-- M 661145 glenda sys 1610 Jan 16 20:46 sys/src/cmd/gs/src/dwdll.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dwdll.h:1,23 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dwdll.h:1,21
	  /* Copyright (C) 1996, 2001, Ghostgum Software Pty Ltd.  All rights reserved.
	  
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	   */
	  
	  
	- /* $Id: dwdll.h,v 1.3 2001/03/13 07:09:28 ghostgum Exp $*/
	+ /* $Id: dwdll.h,v 1.6 2002/02/26 16:09:15 igor Exp $*/
	  
	  /* gsdll structure for MS-Windows */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dwdll.h:41,46 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dwdll.h:39,45
	  	PFN_gsapi_init_with_args init_with_args;
	  	PFN_gsapi_run_string run_string;
	  	PFN_gsapi_exit exit;
	+         PFN_gsapi_set_visual_tracer set_visual_tracer;
	  } GSDLL;
	  
	  /* Load the Ghostscript DLL.
 [rsc] --rw-rw-r-- M 661145 glenda sys 2879 Jan 16 20:46 sys/src/cmd/gs/src/dwimg.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 23399 Jan 16 20:46 sys/src/cmd/gs/src/dwinst.cpp
 [rsc] --rw-rw-r-- M 661145 glenda sys 3293 Jan 16 20:46 sys/src/cmd/gs/src/dwinst.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 938 Jan 16 20:46 sys/src/cmd/gs/src/dwmain.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dwmain.h:1,23 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dwmain.h:1,24
	  /* Copyright (C) 1996, 2001, Ghostgum Software Pty Ltd.  All rights reserved.
	  
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	   */
	  
	- /* $Id: dwmain.h,v 1.3 2001/03/13 07:09:28 ghostgum Exp $ */
	+ /* $Id: dwmain.h,v 1.6 2002/02/21 22:24:51 giles Exp $ */
	  
	+ #ifndef dwmain_INCLUDED
	+ #  define dwmain_INCLUDED
	+ 
	  /* Icon index definitions - needed by resources */
	  
	  #define GSTEXT_ICON	50
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dwmain.h:24,26 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dwmain.h:25,29
	  #define GSIMAGE_ICON	51
	  
	  extern HWND hwndtext;
	+ 
	+ #endif /* dwmain_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 1017 Jan 16 20:46 sys/src/cmd/gs/src/dwmain.rc
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dwmain.rc:1,32 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dwmain.rc:1,30
	  /* Copyright (C) 1996, 1998 Russell Lang.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	  
	- /*$Id: dwmain.rc,v 1.2 2000/09/19 19:00:10 lpd Exp $*/
	+ /* $Id: dwmain.rc,v 1.5 2002/03/30 01:29:38 ghostgum Exp $*/
	  
	  #include <windows.h>
	  #include "dwmain.h"
	  
	  #ifndef gstext_ico
	- #define gstext_ico gstext.ico
	+ #define gstext_ico gswin.ico
	  #endif
	  #ifndef gsgraph_ico
	- #define gsgraph_ico gsgraph.ico
	+ #define gsgraph_ico gswin.ico
	  #endif
	  
	  GSTEXT_ICON ICON gstext_ico
 [rsc] --rw-rw-r-- M 661145 glenda sys 155 Jan 16 20:46 sys/src/cmd/gs/src/dwmain16.def
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dwmain16.def:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dwmain16.def:1,5
	+ ;	'Ghostscript Interpreter'
	  NAME		GSWIN16
	- DESCRIPTION	'Ghostscript Interpreter'
	  EXETYPE		WINDOWS
	  CODE		MOVEABLE DISCARDABLE PRELOAD
	  DATA		MULTIPLE MOVEABLE PRELOAD
 [rsc] --rw-rw-r-- M 661145 glenda sys 43 Jan 16 20:46 sys/src/cmd/gs/src/dwmain32.def
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dwmain32.def:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dwmain32.def:1,3
	  NAME		GSWIN32
	- DESCRIPTION	'Ghostscript Interpreter'
	- EXETYPE		WINDOWS
	- CODE		MOVEABLE DISCARDABLE PRELOAD
	- DATA		MULTIPLE MOVEABLE PRELOAD
	  HEAPSIZE	256
	  STACKSIZE	65536
 [rsc] --rw-rw-r-- M 661145 glenda sys 33506 Jan 16 20:46 sys/src/cmd/gs/src/dwsetup.cpp
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 71 Jan 16 20:46 sys/src/cmd/gs/src/dwsetup.def
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dwsetup.def:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dwsetup.def:1,4
	- NAME		DWSETUP
	- DESCRIPTION	'AFPL Ghostscript Setup'
	- EXETYPE		WINDOWS
	+ ;	'AFPL Ghostscript Setup'
	+ NAME		SETUPGS
	  HEAPSIZE	4096
	  STACKSIZE	32768
 [rsc] --rw-rw-r-- M 661145 glenda sys 1921 Jan 16 20:46 sys/src/cmd/gs/src/dwsetup.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dwsetup.h:1,24 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dwsetup.h:1,25
	  /* Copyright (C) 1999, Ghostgum Software Pty Ltd.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	  
	- // $Id: dwsetup.h,v 1.2 2000/09/19 19:00:10 lpd Exp $
	+ // $Id: dwsetup.h,v 1.6 2004/11/18 06:48:41 ghostgum Exp $
	  
	+ #ifndef dwsetup_INCLUDED
	+ #  define dwsetup_INCLUDED
	+ 
	  // Definitions for Ghostscript setup program
	  
	  #ifndef IDC_STATIC
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dwsetup.h:47,50 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dwsetup.h:48,54
	  #define IDC_TARGET                      1008
	  #define IDC_ALLUSERS                    1009
	  #define IDC_COPYRIGHT                   1010
	+ #define IDC_CJK_FONTS			1011
	  
	+ 
	+ #endif /* dwsetup_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 4682 Jan 16 20:46 sys/src/cmd/gs/src/dwsetup.rc
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3785 Jan 16 20:46 sys/src/cmd/gs/src/dwtext.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dwtext.h:1,26 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dwtext.h:1,27
	  /* Copyright (C) 1996, 2001, Ghostgum Software Pty Ltd.  All rights reserved.
	  
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	   */
	  
	  
	- /* $Id: dwtext.h,v 1.4 2001/08/01 09:50:36 ghostgum Exp $ */
	+ /* $Id: dwtext.h,v 1.7 2002/02/21 22:24:51 giles Exp $ */
	  /* Text Window class */
	  
	+ #ifndef dwtext_INCLUDED
	+ #  define dwtext_INCLUDED
	  
	+ 
	  #ifdef _WINDOWS
	  #define _Windows
	  #endif
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dwtext.h:142,144 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dwtext.h:143,148
	  HWND text_get_handle(TW *tw);
	  
	  /* ================================== */
	+ 
	+ 
	+ #endif /* dwtext_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 19713 Jan 16 20:46 sys/src/cmd/gs/src/dwuninst.cpp
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 76 Jan 16 20:46 sys/src/cmd/gs/src/dwuninst.def
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dwuninst.def:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dwuninst.def:1,4
	- NAME		DWUNINST
	- DESCRIPTION	'AFPL Ghostscript uninstall'
	- EXETYPE		WINDOWS
	+ ;	'AFPL Ghostscript uninstall'
	+ NAME		UNINSTGS
	  HEAPSIZE	4096
	  STACKSIZE	32768
 [rsc] --rw-rw-r-- M 661145 glenda sys 1052 Jan 16 20:46 sys/src/cmd/gs/src/dwuninst.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dwuninst.h:1,24 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dwuninst.h:1,26
	  /* Copyright (C) 1999, Ghostgum Software Pty Ltd.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	  
	- // $Id: dwuninst.h,v 1.2 2000/09/19 19:00:10 lpd Exp $
	+ // $Id: dwuninst.h,v 1.5 2002/02/21 22:24:51 giles Exp $
	  
	+ #ifndef dwuninst_INCLUDED
	+ #  define dwuninst_INCLUDED
	+ 
	+ 
	  // Definitions for Ghostscript installer
	  
	  #define ID_UNINSTGS	1
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dwuninst.h:31,33 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dwuninst.h:33,37
	  #define IDC_T1		111
	  #define IDC_T2		112
	  
	+ 
	+ #endif /* dwuninst_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 1255 Jan 16 20:46 sys/src/cmd/gs/src/dwuninst.rc
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dwuninst.rc:1,27 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dwuninst.rc:1,25
	  /* Copyright (C) 1999, 2000, Ghostgum Software Pty Ltd.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- // $Id: dwuninst.rc,v 1.3 2000/09/19 19:00:10 lpd Exp $
	+ // $Id: dwuninst.rc,v 1.6 2002/03/30 01:29:38 ghostgum Exp $
	  
	  #include <windows.h>
	  #include "dwuninst.h"
	  
	- ID_UNINSTGS ICON "gstext.ico"
	+ ID_UNINSTGS ICON "gswin.ico"
	  
	  
	  IDD_UNSET DIALOG 6, 15, 242, 123
 [rsc] --rw-rw-r-- M 661145 glenda sys 8713 Jan 16 20:46 sys/src/cmd/gs/src/echogs.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1186 Jan 16 20:46 sys/src/cmd/gs/src/errno_.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/errno_.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/errno_.h:1,20
	  /* Copyright (C) 1993, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: errno_.h,v 1.2 2000/09/19 19:00:10 lpd Exp $ */
	+ /* $Id: errno_.h,v 1.4 2002/02/21 22:24:51 giles Exp $ */
	  /* Generic substitute for Unix errno.h */
	  
	  #ifndef errno__INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 1074 Jan 16 20:46 sys/src/cmd/gs/src/errors.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 7612 Jan 16 20:46 sys/src/cmd/gs/src/estack.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 5644 Jan 16 20:46 sys/src/cmd/gs/src/files.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 5494 Jan 16 20:46 sys/src/cmd/gs/src/gconf.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1192 Jan 16 20:46 sys/src/cmd/gs/src/gconf.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gconf.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gconf.h:1,20
	  /* Copyright (C) 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gconf.h,v 1.2 2000/09/19 19:00:11 lpd Exp $ */
	+ /* $Id: gconf.h,v 1.4 2002/02/21 22:24:51 giles Exp $ */
	  /* Wrapper for gconfig.h or a substitute. */
	  
	  /*
 [rsc] --rw-rw-r-- M 661145 glenda sys 5416 Jan 16 20:46 sys/src/cmd/gs/src/gdebug.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 5832 Jan 16 20:46 sys/src/cmd/gs/src/gdev3852.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdev3852.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdev3852.c:1,20
	  /* Copyright (C) 1989, 1992, 1993, 1996, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdev3852.c,v 1.3 2001/08/01 00:48:23 stefan911 Exp $*/
	+ /* $Id: gdev3852.c,v 1.5 2002/02/21 22:24:51 giles Exp $*/
	  /* IBM 3852 JetPrinter color ink jet driver for Ghostscript */
	  
	  /*
 [rsc] --rw-rw-r-- M 661145 glenda sys 21139 Jan 16 20:46 sys/src/cmd/gs/src/gdev3b1.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 2773 Jan 16 20:46 sys/src/cmd/gs/src/gdev4081.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 5648 Jan 16 20:46 sys/src/cmd/gs/src/gdev4693.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 4046 Jan 16 20:46 sys/src/cmd/gs/src/gdev8510.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2422 Jan 16 20:46 sys/src/cmd/gs/src/gdev8bcm.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdev8bcm.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdev8bcm.c:1,20
	  /* Copyright (C) 1994 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdev8bcm.c,v 1.2 2000/09/19 19:00:11 lpd Exp $ */
	+ /* $Id: gdev8bcm.c,v 1.4 2002/02/21 22:24:51 giles Exp $ */
	  /* Dynamic color mapping for 8-bit displays */
	  #include "gx.h"
	  #include "gxdevice.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 2698 Jan 16 20:46 sys/src/cmd/gs/src/gdev8bcm.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 13995 Jan 16 20:46 sys/src/cmd/gs/src/gdevabuf.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 11704 Jan 16 20:46 sys/src/cmd/gs/src/gdevadmp.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 37913 Jan 16 20:46 sys/src/cmd/gs/src/gdevbbox.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 5764 Jan 16 20:46 sys/src/cmd/gs/src/gdevbbox.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 11557 Jan 16 20:46 sys/src/cmd/gs/src/gdevbit.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 15471 Jan 16 20:46 sys/src/cmd/gs/src/gdevbj10.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 8389 Jan 16 20:46 sys/src/cmd/gs/src/gdevbjc.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 5889 Jan 16 20:46 sys/src/cmd/gs/src/gdevbjcl.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevbjcl.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevbjcl.c:1,20
	  /* Copyright (C) 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevbjcl.c,v 1.2 2000/09/19 19:00:11 lpd Exp $*/
	+ /* $Id: gdevbjcl.c,v 1.4 2002/02/21 22:24:51 giles Exp $*/
	  /* Canon BJC command generation library */
	  #include "std.h"
	  #include "gdevbjcl.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 12872 Jan 16 20:46 sys/src/cmd/gs/src/gdevbjcl.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 7079 Jan 16 20:46 sys/src/cmd/gs/src/gdevbmp.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1324 Jan 16 20:46 sys/src/cmd/gs/src/gdevbmp.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevbmp.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevbmp.h:1,20
	  /* Copyright (C) 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevbmp.h,v 1.2 2000/09/19 19:00:11 lpd Exp $ */
	+ /* $Id: gdevbmp.h,v 1.5 2002/06/16 07:25:26 lpd Exp $ */
	  /* .BMP file format definitions and utility interfaces */
	  
	  #ifndef gdevbmp_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevbmp.h:27,36 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevbmp.h:25,34
	  #define Y_DPI 72
	  
	  /* Write the BMP file header.  This procedure is used for all formats. */
	- int write_bmp_header(P2(gx_device_printer *pdev, FILE *file));
	+ int write_bmp_header(gx_device_printer *pdev, FILE *file);
	  
	  /* Write a BMP header for separated CMYK output. */
	- int write_bmp_separated_header(P2(gx_device_printer *pdev, FILE *file));
	+ int write_bmp_separated_header(gx_device_printer *pdev, FILE *file);
	  
	  /* 24-bit color mappers */
	  dev_proc_map_rgb_color(bmp_map_16m_rgb_color);
 [rsc] --rw-rw-r-- M 661145 glenda sys 27291 Jan 16 20:46 sys/src/cmd/gs/src/gdevbmpa.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 6946 Jan 16 20:46 sys/src/cmd/gs/src/gdevbmpc.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 7760 Jan 16 20:46 sys/src/cmd/gs/src/gdevccr.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 92322 Jan 16 20:46 sys/src/cmd/gs/src/gdevcd8.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 113141 Jan 16 20:46 sys/src/cmd/gs/src/gdevcdj.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 14740 Jan 16 20:46 sys/src/cmd/gs/src/gdevcgm.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 28632 Jan 16 20:46 sys/src/cmd/gs/src/gdevcgml.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 13770 Jan 16 20:46 sys/src/cmd/gs/src/gdevcgml.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 5181 Jan 16 20:46 sys/src/cmd/gs/src/gdevcgmx.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevcgmx.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevcgmx.h:1,20
	  /* Copyright (C) 1995 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevcgmx.h,v 1.2 2000/09/19 19:00:12 lpd Exp $ */
	+ /* $Id: gdevcgmx.h,v 1.4 2002/02/21 22:24:51 giles Exp $ */
	  /* Internal definitions for CGM-writing library */
	  
	  #ifndef gdevcgmx_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 3414 Jan 16 20:46 sys/src/cmd/gs/src/gdevcif.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 22763 Jan 16 20:46 sys/src/cmd/gs/src/gdevclj.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevclj.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevclj.c:1,20
	  /* Copyright (C) 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /* $Id: gdevclj.c,v 1.2 2000/09/19 19:00:12 lpd Exp $ */
	+ /* $Id: gdevclj.c,v 1.4 2002/02/21 22:24:51 giles Exp $ */
	  /*
	   * H-P Color LaserJet 5/5M device; based on the PaintJet.
	   */
 [rsc] --rw-rw-r-- M 661145 glenda sys 3771 Jan 16 20:46 sys/src/cmd/gs/src/gdevcljc.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevcljc.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevcljc.c:1,20
	  /* Copyright (C) 1998, 1999, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevcljc.c,v 1.4 2001/08/01 00:48:23 stefan911 Exp $ */
	+ /* $Id: gdevcljc.c,v 1.7 2004/05/26 04:10:58 dan Exp $ */
	  /*
	   * H-P Color LaserJet 5/5M contone device; based on the gdevclj.c.
	   */
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevcljc.c:98,103 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevcljc.c:96,101
	  		    85, 110, X_DPI, Y_DPI,
	  		    0.167, 0.167,
	  		    0.167, 0.167,
	- 		    3, 24, 255, 255, 5, 5,
	+ 		    3, 24, 255, 255, 256, 256,
	  		    cljc_print_page)
	  };
 [rsc] --rw-rw-r-- M 661145 glenda sys 10592 Jan 16 20:46 sys/src/cmd/gs/src/gdevcmap.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2252 Jan 16 20:46 sys/src/cmd/gs/src/gdevcmap.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevcmap.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevcmap.h:1,20
	  /* Copyright (C) 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevcmap.h,v 1.2 2000/09/19 19:00:12 lpd Exp $ */
	+ /* $Id: gdevcmap.h,v 1.5 2002/06/16 07:25:26 lpd Exp $ */
	  /* Interface to special color mapping device */
	  
	  #ifndef gdevcmap_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevcmap.h:58,65 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevcmap.h:56,63
	      gx_device_finalize, st_device_forward)
	  
	  /* Initialize a color mapping device.  Do this just once after allocation. */
	- int gdev_cmap_init(P3(gx_device_cmap * dev, gx_device * target,
	- 		      gx_device_color_mapping_method_t mapping_method));
	+ int gdev_cmap_init(gx_device_cmap * dev, gx_device * target,
	+ 		   gx_device_color_mapping_method_t mapping_method);
	  
	  /*
	   * Clients can change the color mapping method at any time by setting
 [rsc] --rw-rw-r-- M 661145 glenda sys 7825 Jan 16 20:46 sys/src/cmd/gs/src/gdevcp50.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 4215 Jan 16 20:46 sys/src/cmd/gs/src/gdevcslw.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 18846 Jan 16 20:47 sys/src/cmd/gs/src/gdevdbit.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 5435 Jan 16 20:47 sys/src/cmd/gs/src/gdevdcrd.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1015 Jan 16 20:47 sys/src/cmd/gs/src/gdevdcrd.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevdcrd.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevdcrd.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevdcrd.h,v 1.2 2000/09/19 19:00:12 lpd Exp $ */
	+ /* $Id: gdevdcrd.h,v 1.5 2002/06/16 07:25:26 lpd Exp $ */
	  /* Interface for creating a sample device CRD */
	  
	  #ifndef gdevdcrd_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevdcrd.h:23,29 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevdcrd.h:21,27
	  #define gdevdcrd_INCLUDED
	  
	  /* Implement get_params for a sample device CRD. */
	- int sample_device_crd_get_params(P3(gx_device *pdev, gs_param_list *plist,
	- 				    const char *crd_param_name));
	+ int sample_device_crd_get_params(gx_device *pdev, gs_param_list *plist,
	+ 				 const char *crd_param_name);
	  
	  #endif	/* gdevdcrd_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 28007 Jan 16 20:47 sys/src/cmd/gs/src/gdevddrw.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3019 Jan 16 20:47 sys/src/cmd/gs/src/gdevdfax.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevdfax.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevdfax.c:1,20
	  /* Copyright (C) 1994, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevdfax.c,v 1.4 2001/02/12 21:02:51 alexcher Exp $*/
	+ /* $Id: gdevdfax.c,v 1.6 2002/02/21 22:24:51 giles Exp $*/
	  /* DigiBoard fax device. */
	  /***
	   *** Note: this driver is maintained by a user: please contact
 [rsc] --rw-rw-r-- M 661145 glenda sys 32353 Jan 16 20:47 sys/src/cmd/gs/src/gdevdflt.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 26440 Jan 16 20:47 sys/src/cmd/gs/src/gdevdgbr.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 17397 Jan 16 20:47 sys/src/cmd/gs/src/gdevdjet.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 9389 Jan 16 20:47 sys/src/cmd/gs/src/gdevdjtc.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevdjtc.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevdjtc.c:1,20
	  /* Copyright (C) 1989, 1990, 1991 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevdjtc.c,v 1.3 2001/08/01 00:48:23 stefan911 Exp $*/
	+ /* $Id: gdevdjtc.c,v 1.6 2002/06/16 05:48:54 lpd Exp $*/
	  /* HP DeskJet 500C driver */
	  #include "gdevprn.h"
	  #include "gdevpcl.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevdjtc.c:56,64 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevdjtc.c:54,62
	      3, djet500c_print_page);
	  
	  /* Forward references */
	- private int djet500c_print_page(P2(gx_device_printer *, FILE *));
	+ private int djet500c_print_page(gx_device_printer *, FILE *);
	  
	- static int mode2compress(P3(byte *row, byte *end_row, byte *compressed));
	+ static int mode2compress(byte *row, byte *end_row, byte *compressed);
	  
	  /* The DeskJet 500C uses additive colors in separate planes. */
	  /* We only keep one bit of color, with 1 = R, 2 = G, 4 = B. */
 [rsc] --rw-rw-r-- M 661145 glenda sys 8360 Jan 16 20:47 sys/src/cmd/gs/src/gdevdm24.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 23474 Jan 16 20:47 sys/src/cmd/gs/src/gdevdrop.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 6536 Jan 16 20:47 sys/src/cmd/gs/src/gdevegaa.asm
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevegaa.asm:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevegaa.asm:1,19
	  ;    Copyright (C) 1989, 1992 Aladdin Enterprises.  All rights reserved.
	  ; 
	- ; This file is part of AFPL Ghostscript.
	+ ; This software is provided AS-IS with no warranty, either express or
	+ ; implied.
	  ; 
	- ; AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- ; distributor accepts any responsibility for the consequences of using it, or
	- ; for whether it serves any particular purpose or works at all, unless he or
	- ; she says so in writing.  Refer to the Aladdin Free Public License (the
	- ; "License") for full details.
	+ ; This software is distributed under license and may not be copied,
	+ ; modified or distributed except as expressly authorized under the terms
	+ ; of the license contained in the file LICENSE in this distribution.
	  ; 
	- ; Every copy of AFPL Ghostscript must include a copy of the License, normally
	- ; in a plain ASCII text file named PUBLIC.  The License grants you the right
	- ; to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- ; conditions described in the License.  Among other things, the License
	- ; requires that the copyright notice and this notice be preserved on all
	- ; copies.
	+ ; For more information about licensing, please refer to
	+ ; http://www.ghostscript.com/licensing/. For information on
	+ ; commercial licensing, go to http://www.artifex.com/licensing/ or
	+ ; contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ ; San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- ; $Id: gdevegaa.asm,v 1.2 2000/09/19 19:00:12 lpd Exp $
	+ ; $Id: gdevegaa.asm,v 1.4 2002/02/21 22:24:51 giles Exp $
	  ; gdevegaasm.asm
	  ; Assembly code for Ghostscript PC frame buffer driver
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 2920 Jan 16 20:47 sys/src/cmd/gs/src/gdevemap.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevemap.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevemap.c:1,20
	  /* Copyright (C) 1993, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevemap.c,v 1.2 2000/09/19 19:00:13 lpd Exp $ */
	+ /* $Id: gdevemap.c,v 1.4 2002/02/21 22:24:51 giles Exp $ */
	  /* Mappings between StandardEncoding and ISOLatin1Encoding */
	  #include "std.h"
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 13738 Jan 16 20:47 sys/src/cmd/gs/src/gdevepsc.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 14731 Jan 16 20:47 sys/src/cmd/gs/src/gdevepsn.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 11143 Jan 16 20:47 sys/src/cmd/gs/src/gdevescp.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3034 Jan 16 20:47 sys/src/cmd/gs/src/gdevevga.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevevga.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevevga.c:1,20
	  /* Copyright (C) 1993, 1994 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevevga.c,v 1.2 2000/09/19 19:00:13 lpd Exp $ */
	+ /* $Id: gdevevga.c,v 1.4 2002/02/21 22:24:51 giles Exp $ */
	  /* IBM PC EGA and VGA display drivers */
	  /* All of the real code is in gdevpcfb.c. */
	  #include "memory_.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 11540 Jan 16 20:47 sys/src/cmd/gs/src/gdevherc.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevherc.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevherc.c:1,20
	  /* Copyright (C) 1990, 1991, 1993 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevherc.c,v 1.2 2000/09/19 19:00:13 lpd Exp $*/
	+ /* $Id: gdevherc.c,v 1.5 2002/06/16 05:48:55 lpd Exp $*/
	  /* IBM PC-compatible Hercules Graphics display driver */
	  /* using direct access to frame buffer */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevherc.c:90,97 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevherc.c:88,95
	  
	  
	  /* Forward declarations */
	- private int herc_get_mode(P0());
	- private void herc_set_mode(P1(int));
	+ private int herc_get_mode(void);
	+ private void herc_set_mode(int);
	  
	  /* Save the HERC mode */
	  private int herc_save_mode = -1;
 [rsc] --rw-rw-r-- M 661145 glenda sys 2743 Jan 16 20:47 sys/src/cmd/gs/src/gdevhit.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevhit.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevhit.c:1,20
	  /* Copyright (C) 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevhit.c,v 1.2 2000/09/19 19:00:13 lpd Exp $ */
	+ /* $Id: gdevhit.c,v 1.4 2002/02/21 22:24:51 giles Exp $ */
	  /* Hit detection device */
	  #include "std.h"
	  #include "gserror.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 30573 Jan 16 20:47 sys/src/cmd/gs/src/gdevhl7x.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 19349 Jan 16 20:47 sys/src/cmd/gs/src/gdevimgn.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 10582 Jan 16 20:47 sys/src/cmd/gs/src/gdevjpeg.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 9410 Jan 16 20:47 sys/src/cmd/gs/src/gdevl256.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevl256.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevl256.c:1,20
	  /* Copyright (C) 1989, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevl256.c,v 1.3 2000/09/19 19:00:13 lpd Exp $ */
	+ /* $Id: gdevl256.c,v 1.5 2002/02/21 22:24:51 giles Exp $ */
	  /* Ghostscript driver for 256-color VGA modes with Linux and vgalib */
	  /* This Driver was derived from the BGI-Driver. It was written
	     only for my own purpose. I never planned to release it or send
 [rsc] --rw-rw-r-- M 661145 glenda sys 10512 Jan 16 20:47 sys/src/cmd/gs/src/gdevl31s.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 6372 Jan 16 20:47 sys/src/cmd/gs/src/gdevlbp8.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 5952 Jan 16 20:47 sys/src/cmd/gs/src/gdevlj56.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 13717 Jan 16 20:47 sys/src/cmd/gs/src/gdevlp8k.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 14493 Jan 16 20:47 sys/src/cmd/gs/src/gdevlxm.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 22546 Jan 16 20:47 sys/src/cmd/gs/src/gdevm1.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 5294 Jan 16 20:47 sys/src/cmd/gs/src/gdevm16.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 7711 Jan 16 20:47 sys/src/cmd/gs/src/gdevm2.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 15532 Jan 16 20:47 sys/src/cmd/gs/src/gdevm24.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevm24.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevm24.c:1,20
	  /* Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevm24.c,v 1.2 2000/09/19 19:00:13 lpd Exp $ */
	+ /* $Id: gdevm24.c,v 1.4 2002/02/21 22:24:51 giles Exp $ */
	  /* 24-bit-per-pixel "memory" (stored bitmap) device */
	  #include "memory_.h"
	  #include "gx.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 7969 Jan 16 20:47 sys/src/cmd/gs/src/gdevm32.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevm32.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevm32.c:1,20
	  /* Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevm32.c,v 1.2 2000/09/19 19:00:13 lpd Exp $ */
	+ /* $Id: gdevm32.c,v 1.5 2003/05/24 17:19:58 dan Exp $ */
	  /* 32-bit-per-pixel "memory" (stored bitmap) device */
	  #include "memory_.h"
	  #include "gx.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevm32.c:46,52 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevm32.c:44,50
	  
	  /* Swap the bytes of a color if needed. */
	  #define color_swap_bytes(color)\
	-   (((color) >> 24) + (((color) >> 8) & 0xff00) +\
	+   ((((color) >> 24) & 0xff) + (((color) >> 8) & 0xff00) +\
	     (((color) & 0xff00) << 8) + ((color) << 24))
	  #if arch_is_big_endian
	  #  define arrange_bytes(color) (color)
 [rsc] --rw-rw-r-- M 661145 glenda sys 9520 Jan 16 20:47 sys/src/cmd/gs/src/gdevm4.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevm4.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevm4.c:1,20
	  /* Copyright (C) 1992, 1995, 1996, 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevm4.c,v 1.2 2000/09/19 19:00:13 lpd Exp $ */
	+ /* $Id: gdevm4.c,v 1.4 2002/02/21 22:24:51 giles Exp $ */
	  /* 4-bit-per-pixel "memory" (stored bitmap) device */
	  #include "memory_.h"
	  #include "gx.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 7365 Jan 16 20:47 sys/src/cmd/gs/src/gdevm8.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3396 Jan 16 20:47 sys/src/cmd/gs/src/gdevmeds.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevmeds.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevmeds.c:1,20
	  /* Copyright (C) 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevmeds.c,v 1.2 2000/09/19 19:00:13 lpd Exp $ */
	+ /* $Id: gdevmeds.c,v 1.4 2002/02/21 22:24:51 giles Exp $ */
	  /*
	   * Media selection support for printer drivers
	   *
 [rsc] --rw-rw-r-- M 661145 glenda sys 954 Jan 16 20:47 sys/src/cmd/gs/src/gdevmeds.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevmeds.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevmeds.h:1,20
	  /* Copyright (C) 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevmeds.h,v 1.2 2000/09/19 19:00:14 lpd Exp $ */
	+ /* $Id: gdevmeds.h,v 1.5 2002/06/16 07:25:26 lpd Exp $ */
	  /* Interface for gdevmeds.c */
	  
	  #ifndef gdevmeds_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevmeds.h:24,30 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevmeds.h:22,28
	  
	  #include "gdevprn.h"
	  
	- int select_medium(P3(gx_device_printer *pdev, const char **available,
	- 		     int default_index));
	+ int select_medium(gx_device_printer *pdev, const char **available,
	+ 		  int default_index);
	  
	  #endif /* gdevmeds_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 20078 Jan 16 20:47 sys/src/cmd/gs/src/gdevmem.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 10668 Jan 16 20:47 sys/src/cmd/gs/src/gdevmem.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 14200 Jan 16 20:47 sys/src/cmd/gs/src/gdevmgr.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3725 Jan 16 20:47 sys/src/cmd/gs/src/gdevmgr.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevmgr.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevmgr.h:1,20
	  /* Copyright (C) 1992, 1993, 1994 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevmgr.h,v 1.2 2000/09/19 19:00:14 lpd Exp $*/
	+ /* $Id: gdevmgr.h,v 1.4 2002/02/21 22:24:51 giles Exp $*/
	  /* Common header file for MGR devices */
	  
	  #ifndef gdevmgr_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 2529 Jan 16 20:47 sys/src/cmd/gs/src/gdevmiff.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevmiff.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevmiff.c:1,20
	  /* Copyright (C) 1996, 1997, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevmiff.c,v 1.3 2001/08/01 00:48:23 stefan911 Exp $ */
	+ /* $Id: gdevmiff.c,v 1.5 2002/02/21 22:24:51 giles Exp $ */
	  /* MIFF file format driver */
	  #include "gdevprn.h"
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 18700 Jan 16 20:47 sys/src/cmd/gs/src/gdevmpla.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1915 Jan 16 20:47 sys/src/cmd/gs/src/gdevmpla.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevmpla.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevmpla.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevmpla.h,v 1.2 2000/09/19 19:00:14 lpd Exp $ */
	+ /* $Id: gdevmpla.h,v 1.5 2002/06/16 07:25:26 lpd Exp $ */
	  /* Interface to planar memory devices. */
	  
	  #ifndef gdevmpla_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevmpla.h:42,48 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevmpla.h:40,46
	   * > 0, plane_depths[0 ..  num_planes - 1] > 0, sum of plane_depths <=
	   * mdev->color_info.depth.
	   */
	- int gdev_mem_set_planar(P3(gx_device_memory * mdev, int num_planes,
	- 			   const gx_render_plane_t *planes /*[num_planes]*/));
	+ int gdev_mem_set_planar(gx_device_memory * mdev, int num_planes,
	+ 			const gx_render_plane_t *planes /*[num_planes]*/);
	  
	  #endif /* gdevmpla_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 8718 Jan 16 20:47 sys/src/cmd/gs/src/gdevmr1.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 6088 Jan 16 20:47 sys/src/cmd/gs/src/gdevmr2n.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevmr2n.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevmr2n.c:1,20
	  /* Copyright (C) 1995, 1996, 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevmr2n.c,v 1.2 2000/09/19 19:00:14 lpd Exp $ */
	+ /* $Id: gdevmr2n.c,v 1.4 2002/02/21 22:24:51 giles Exp $ */
	  /* RasterOp implementation for 2- and 4-bit memory devices */
	  #include "memory_.h"
	  #include "gx.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 10911 Jan 16 20:47 sys/src/cmd/gs/src/gdevmr8n.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevmr8n.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevmr8n.c:1,20
	  /* Copyright (C) 1995, 1996, 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevmr8n.c,v 1.2 2000/09/19 19:00:14 lpd Exp $ */
	+ /* $Id: gdevmr8n.c,v 1.4 2002/02/21 22:24:51 giles Exp $ */
	  /* RasterOp implementation for 8N-bit memory devices */
	  #include "memory_.h"
	  #include "gx.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 2943 Jan 16 20:47 sys/src/cmd/gs/src/gdevmrop.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 18289 Jan 16 20:47 sys/src/cmd/gs/src/gdevmrun.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2059 Jan 16 20:47 sys/src/cmd/gs/src/gdevmrun.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevmrun.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevmrun.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevmrun.h,v 1.2 2000/09/19 19:00:14 lpd Exp $ */
	+ /* $Id: gdevmrun.h,v 1.5 2002/06/16 07:25:26 lpd Exp $ */
	  /* Definition of run-length encoded memory device */
	  
	  #ifndef gdevmrun_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevmrun.h:57,62 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevmrun.h:55,60
	   * Convert a memory device to run-length form.  The mdev argument should be
	   * const, but it isn't because we need to call gx_device_white.
	   */
	- int gdev_run_from_mem(P2(gx_device_run *rdev, gx_device_memory *mdev));
	+ int gdev_run_from_mem(gx_device_run *rdev, gx_device_memory *mdev);
	  
	  #endif /* gdevmrun_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 14878 Jan 16 20:47 sys/src/cmd/gs/src/gdevmswn.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 3513 Jan 16 20:47 sys/src/cmd/gs/src/gdevmswn.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 13898 Jan 16 20:47 sys/src/cmd/gs/src/gdevmsxf.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 5345 Jan 16 20:47 sys/src/cmd/gs/src/gdevn533.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 35891 Jan 16 20:47 sys/src/cmd/gs/src/gdevnfwd.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 8298 Jan 16 20:47 sys/src/cmd/gs/src/gdevo182.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 8938 Jan 16 20:47 sys/src/cmd/gs/src/gdevokii.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 19961 Jan 16 20:47 sys/src/cmd/gs/src/gdevos2p.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 4669 Jan 16 20:47 sys/src/cmd/gs/src/gdevp2up.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 34099 Jan 16 20:47 sys/src/cmd/gs/src/gdevpbm.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 3500 Jan 16 20:47 sys/src/cmd/gs/src/gdevpccm.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 1368 Jan 16 20:47 sys/src/cmd/gs/src/gdevpccm.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 23791 Jan 16 20:47 sys/src/cmd/gs/src/gdevpcfb.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 6261 Jan 16 20:47 sys/src/cmd/gs/src/gdevpcfb.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 12905 Jan 16 20:47 sys/src/cmd/gs/src/gdevpcl.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevpcl.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevpcl.c:1,20
	  /* Copyright (C) 1992, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevpcl.c,v 1.5 2001/07/15 06:38:38 raph Exp $ */
	+ /* $Id: gdevpcl.c,v 1.8 2002/08/22 07:12:28 henrys Exp $ */
	  /* Utilities for PCL printers */
	  #include "gdevprn.h"
	  #include "gdevpcl.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevpcl.c:100,108 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevpcl.c:98,107
	  
	  /* Map an RGB color to a printer color. */
	  gx_color_index
	- gdev_pcl_3bit_map_rgb_color(gx_device * dev,
	- 		       gx_color_value r, gx_color_value g, gx_color_value b)
	+ gdev_pcl_3bit_map_rgb_color(gx_device * dev, const gx_color_value cv[])
	  {
	+     gx_color_value r, g, b;
	+     r = cv[0]; g = cv[1]; b = cv[2];
	      return (((b >> cv_shift) << 2) + ((g >> cv_shift) << 1) + (r >> cv_shift)) ^ 7;
	  }
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 2518 Jan 16 20:47 sys/src/cmd/gs/src/gdevpcl.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 13841 Jan 16 20:47 sys/src/cmd/gs/src/gdevpcx.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 40675 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdf.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 43451 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdfd.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 42849 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdfi.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 63605 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdfm.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 42559 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdfo.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 13545 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdfo.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 16712 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdfp.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 13866 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdfr.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 12247 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdft.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 54491 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdfu.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 43928 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdfx.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 7474 Jan 16 20:47 sys/src/cmd/gs/src/gdevpe.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevpe.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevpe.c:1,20
	  /* Copyright (C) 1989, 1990, 1991, 1994, 1996 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevpe.c,v 1.2 2000/09/19 19:00:19 lpd Exp $*/
	+ /* $Id: gdevpe.c,v 1.4 2002/02/21 22:24:51 giles Exp $*/
	  /*
	   * Private Eye display driver
	   *
 [rsc] --rw-rw-r-- M 661145 glenda sys 2222 Jan 16 20:47 sys/src/cmd/gs/src/gdevpipe.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevpipe.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevpipe.c:1,20
	  /* Copyright (C) 1993, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevpipe.c,v 1.4 2000/11/29 02:25:13 lpd Exp $ */
	+ /* $Id: gdevpipe.c,v 1.6 2002/02/21 22:24:51 giles Exp $ */
	  /* %pipe% IODevice */
	  #include "errno_.h"
	  #include "pipe_.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 8186 Jan 16 20:47 sys/src/cmd/gs/src/gdevpjet.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 37291 Jan 16 20:47 sys/src/cmd/gs/src/gdevplnx.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3129 Jan 16 20:47 sys/src/cmd/gs/src/gdevplnx.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevplnx.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevplnx.h:1,20
	  /* Copyright (C) 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevplnx.h,v 1.2 2000/09/19 19:00:20 lpd Exp $*/
	+ /* $Id: gdevplnx.h,v 1.5 2002/06/16 07:25:26 lpd Exp $*/
	  /* Definitions and API for plane extraction device */
	  /* Requires gxdevcli.h */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevplnx.h:67,75 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevplnx.h:65,72
	      device_plane_extract_reloc_ptrs, gx_device_finalize)
	  
	  /* Initialize a plane extraction device. */
	- int plane_device_init(P5(gx_device_plane_extract *edev, gx_device *target,
	- 			 gx_device *plane_dev,
	- 			 const gx_render_plane_t *render_plane,
	- 			 bool clear));
	+ int plane_device_init(gx_device_plane_extract *edev, gx_device *target,
	+ 		      gx_device *plane_dev,
	+ 		      const gx_render_plane_t *render_plane, bool clear);
	  
	  #endif /* gdevplnx_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 38091 Jan 16 20:47 sys/src/cmd/gs/src/gdevpm.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1217 Jan 16 20:47 sys/src/cmd/gs/src/gdevpm.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevpm.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevpm.h:1,20
	  /* Copyright (C) 1992, 1993 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevpm.h,v 1.2 2000/09/19 19:00:21 lpd Exp $ */
	+ /* $Id: gdevpm.h,v 1.4 2002/02/21 22:24:51 giles Exp $ */
	  /* Defines common to gdevpm.c, gspmdrv.c and PM GSview */
	  
	  #ifndef gdevpm_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 21221 Jan 16 20:47 sys/src/cmd/gs/src/gdevpng.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4098 Jan 16 20:47 sys/src/cmd/gs/src/gdevppla.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevppla.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevppla.c:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevppla.c,v 1.2 2000/09/19 19:00:21 lpd Exp $ */
	+ /* $Id: gdevppla.c,v 1.4 2002/02/21 22:24:51 giles Exp $ */
	  /* Support for printer devices with planar buffering. */
	  #include "gdevprn.h"
	  #include "gdevmpla.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 1928 Jan 16 20:47 sys/src/cmd/gs/src/gdevppla.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 39728 Jan 16 20:47 sys/src/cmd/gs/src/gdevprn.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 28392 Jan 16 20:47 sys/src/cmd/gs/src/gdevprn.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 28515 Jan 16 20:47 sys/src/cmd/gs/src/gdevprna.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 8621 Jan 16 20:47 sys/src/cmd/gs/src/gdevprna.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 51391 Jan 16 20:47 sys/src/cmd/gs/src/gdevps.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 14541 Jan 16 20:47 sys/src/cmd/gs/src/gdevpsdf.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 24178 Jan 16 20:47 sys/src/cmd/gs/src/gdevpsdi.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 26688 Jan 16 20:47 sys/src/cmd/gs/src/gdevpsdp.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 32021 Jan 16 20:47 sys/src/cmd/gs/src/gdevpsds.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 8309 Jan 16 20:47 sys/src/cmd/gs/src/gdevpsds.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 13563 Jan 16 20:47 sys/src/cmd/gs/src/gdevpsim.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 47700 Jan 16 20:47 sys/src/cmd/gs/src/gdevpx.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 3407 Jan 16 20:47 sys/src/cmd/gs/src/gdevpxat.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 7288 Jan 16 20:47 sys/src/cmd/gs/src/gdevpxen.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4116 Jan 16 20:47 sys/src/cmd/gs/src/gdevpxop.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevpxop.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevpxop.h:1,20
	  /* Copyright (C) 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevpxop.h,v 1.2 2000/09/19 19:00:22 lpd Exp $ */
	+ /* $Id: gdevpxop.h,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* Operator and other tag definitions for PCL XL */
	  
	  #ifndef gdevpxop_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 6788 Jan 16 20:47 sys/src/cmd/gs/src/gdevpxut.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 2857 Jan 16 20:47 sys/src/cmd/gs/src/gdevpxut.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 7127 Jan 16 20:47 sys/src/cmd/gs/src/gdevrops.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 7270 Jan 16 20:47 sys/src/cmd/gs/src/gdevs3ga.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevs3ga.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevs3ga.c:1,20
	  /* Copyright (C) 1992, 1996, 1997 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevs3ga.c,v 1.2 2000/09/19 19:00:22 lpd Exp $ */
	+ /* $Id: gdevs3ga.c,v 1.5 2002/06/16 05:48:55 lpd Exp $ */
	  /* S3 86C911 driver */
	  #include "gx.h"
	  #include "gserrors.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevs3ga.c:25,32 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevs3ga.c:23,30
	  #include "gdevsvga.h"
	  
	  /* Shared routines from gdevsvga.c */
	- extern int vesa_get_mode(P0());
	- extern void vesa_set_mode(P1(int));
	+ extern int vesa_get_mode(void);
	+ extern void vesa_set_mode(int);
	  
	  /* Macro for casting gx_device argument */
	  #define fb_dev ((gx_device_svga *)dev)
 [rsc] --rw-rw-r-- M 661145 glenda sys 6545 Jan 16 20:47 sys/src/cmd/gs/src/gdevsco.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 7111 Jan 16 20:47 sys/src/cmd/gs/src/gdevsgi.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2060 Jan 16 20:47 sys/src/cmd/gs/src/gdevsgi.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevsgi.h:7,13 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevsgi.h:7,13
	   * the file image.h on SGI's file server; there is no copyright on that file.
	   */
	  
	- /*$Id: gdevsgi.h,v 1.1 2000/03/09 08:40:41 lpd Exp $*/
	+ /* $Id: gdevsgi.h,v 1.3 2002/02/21 22:24:52 giles Exp $*/
	  /* SGI raster file definitions */
	  
	  #ifndef gdevsgi_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 8849 Jan 16 20:47 sys/src/cmd/gs/src/gdevsj48.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3214 Jan 16 20:47 sys/src/cmd/gs/src/gdevsnfb.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevsnfb.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevsnfb.c:1,20
	  /* Copyright (C) 1989, 1990, 1991, 1996, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevsnfb.c,v 1.3 2001/08/01 00:48:23 stefan911 Exp $*/
	+ /* $Id: gdevsnfb.c,v 1.5 2002/02/21 22:24:52 giles Exp $*/
	  /* Sony News frame buffer driver for GhostScript */
	  #include "gdevprn.h"
	  #define prn_dev ((gx_device_printer *)dev) /* needed in 5.31 et seq */
 [rsc] --rw-rw-r-- M 661145 glenda sys 5358 Jan 16 20:47 sys/src/cmd/gs/src/gdevsppr.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 119115 Jan 16 20:47 sys/src/cmd/gs/src/gdevstc.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 8985 Jan 16 20:47 sys/src/cmd/gs/src/gdevstc.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevstc.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevstc.h:1,20
	  /* Copyright (C) 1995, 1996 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevstc.h,v 1.2 2000/09/19 19:00:22 lpd Exp $*/
	+ /* $Id: gdevstc.h,v 1.5 2002/06/16 07:25:26 lpd Exp $*/
	  /* Epson Stylus-Color Printer-Driver */
	  #ifndef   gdevstc_INCLUDED
	  #  define gdevstc_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevstc.h:137,143 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevstc.h:135,141
	  /*** Datatype for the array of dithering-Algorithms ***/
	  
	  #define stc_proc_dither(name) \
	-  int name(P5(stcolor_device *sdev,int npixel,byte *in,byte *buf,byte *out))
	+  int name(stcolor_device *sdev,int npixel,byte *in,byte *buf,byte *out)
	  
	  typedef struct stc_dither_s {
	    const char *name; /* Mode-Name for Dithering */
 [rsc] --rw-rw-r-- M 661145 glenda sys 4584 Jan 16 20:47 sys/src/cmd/gs/src/gdevstc1.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevstc1.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevstc1.c:1,20
	  /* Copyright (C) 1995, 1996 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevstc1.c,v 1.2 2000/09/19 19:00:22 lpd Exp $*/
	+ /* $Id: gdevstc1.c,v 1.4 2002/02/21 22:24:52 giles Exp $*/
	  /* Epson Stylus-Color Printer-Driver */
	  
	  /***
 [rsc] --rw-rw-r-- M 661145 glenda sys 13540 Jan 16 20:47 sys/src/cmd/gs/src/gdevstc2.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3590 Jan 16 20:47 sys/src/cmd/gs/src/gdevstc3.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevstc3.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevstc3.c:1,20
	  /* Copyright (C) 1995, 1996 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevstc3.c,v 1.2 2000/09/19 19:00:22 lpd Exp $*/
	+ /* $Id: gdevstc3.c,v 1.4 2002/02/21 22:24:52 giles Exp $*/
	  /* Epson Stylus-Color Printer-Driver */
	  
	  /***
 [rsc] --rw-rw-r-- M 661145 glenda sys 7679 Jan 16 20:47 sys/src/cmd/gs/src/gdevstc4.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevstc4.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevstc4.c:1,20
	  /* Copyright (C) 1995, 1996 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevstc4.c,v 1.2 2000/09/19 19:00:22 lpd Exp $*/
	+ /* $Id: gdevstc4.c,v 1.4 2002/02/21 22:24:52 giles Exp $*/
	  /* Epson Stylus-Color Printer-Driver */
	  
	  /***
 [rsc] --rw-rw-r-- M 661145 glenda sys 20582 Jan 16 20:47 sys/src/cmd/gs/src/gdevsun.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevsun.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevsun.c:1,20
	  /* Copyright (C) 1989, 1992, 1994, 1996 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevsun.c,v 1.2 2000/09/19 19:00:22 lpd Exp $*/
	+ /* $Id: gdevsun.c,v 1.4 2002/02/21 22:24:52 giles Exp $*/
	  /* SunView driver */
	  #include "gx.h"			/* for gx_bitmap; includes std.h */
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 3507 Jan 16 20:47 sys/src/cmd/gs/src/gdevsunr.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 27227 Jan 16 20:47 sys/src/cmd/gs/src/gdevsvga.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 3201 Jan 16 20:47 sys/src/cmd/gs/src/gdevsvga.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 12370 Jan 16 20:47 sys/src/cmd/gs/src/gdevtfax.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 991 Jan 16 20:47 sys/src/cmd/gs/src/gdevtfax.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevtfax.h:1,28 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevtfax.h:1,26
	  /* Copyright (C) 1999, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevtfax.h,v 1.4 2000/09/19 19:00:23 lpd Exp $ */
	+ /* $Id: gdevtfax.h,v 1.7 2002/06/16 07:25:26 lpd Exp $ */
	  /* Entry points to the TIFF/fax writing driver */
	  
	  #ifndef gdevtfax_INCLUDED
	  #  define gdevtfax_INCLUDED
	  
	- int gdev_fax_print_page_stripped(P4(gx_device_printer *pdev, FILE *prn_stream,
	- 				    stream_CFE_state *ss, long rows_per_strip));
	+ int gdev_fax_print_page_stripped(gx_device_printer *pdev, FILE *prn_stream,
	+ 				 stream_CFE_state *ss, long rows_per_strip);
	  
	  #endif /* gdevtfax_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 5393 Jan 16 20:47 sys/src/cmd/gs/src/gdevtfnx.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevtfnx.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevtfnx.c:1,20
	  /* Copyright (C) 1995, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevtfnx.c,v 1.5 2001/02/03 18:50:01 raph Exp $ */
	+ /* $Id: gdevtfnx.c,v 1.7 2002/02/21 22:24:52 giles Exp $ */
	  /* 12-bit & 24-bit RGB uncompressed TIFF driver */
	  #include "gdevprn.h"
	  #include "gdevtifs.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 10773 Jan 16 20:47 sys/src/cmd/gs/src/gdevtifs.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevtifs.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevtifs.c:1,20
	  /* Copyright (C) 1994, 1995 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevtifs.c,v 1.4 2001/04/20 06:36:00 rayjj Exp $ */
	+ /* $Id: gdevtifs.c,v 1.7 2002/10/07 08:28:56 ghostgum Exp $ */
	  /* TIFF-writing substructure */
	  #include "stdio_.h"
	  #include "time_.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevtifs.c:200,207 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevtifs.c:198,205
	      if (tifs->StripOffsets == 0)
	  	return_error(gs_error_VMerror);
	      std_entries.PageNumber.value = (TIFF_ulong) pdev->PageCount;
	-     std_values.xresValue[0] = pdev->x_pixels_per_inch;
	-     std_values.yresValue[0] = pdev->y_pixels_per_inch;
	+     std_values.xresValue[0] = (TIFF_ulong)pdev->x_pixels_per_inch;
	+     std_values.yresValue[0] = (TIFF_ulong)pdev->y_pixels_per_inch;
	      {
	  	char revs[10];
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 9447 Jan 16 20:47 sys/src/cmd/gs/src/gdevtifs.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 8110 Jan 16 20:47 sys/src/cmd/gs/src/gdevtknk.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevtknk.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevtknk.c:1,20
	  /* Copyright (C) 1992, 1996 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevtknk.c,v 1.3 2001/08/01 00:48:23 stefan911 Exp $*/
	+ /* $Id: gdevtknk.c,v 1.6 2002/08/22 07:12:28 henrys Exp $*/
	  /*   
	     This driver is written for Tektronix ink-jet 4696 and 4695 plotters.
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevtknk.c:93,100 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevtknk.c:91,102
	  
	  /* Map an RGB color to a printer color. */
	  private gx_color_index
	- tekink_map_rgb_color(gx_device *dev, ushort r, ushort g, ushort b)
	+ tekink_map_rgb_color(gx_device *dev, const gx_color_value cv[])
	  {
	+     gx_color_value r = cv[0];
	+     gx_color_value g = cv[1];
	+     gx_color_value b = cv[2];
	+     
	      return(rgb_to_index[(((b>32767) << 2) + ((g>32767) << 1) + 
	  			(r>32767)) & 7]);
	  }
 [rsc] --rw-rw-r-- M 661145 glenda sys 265024 Jan 16 20:48 sys/src/cmd/gs/src/gdevupd.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 36338 Jan 16 20:48 sys/src/cmd/gs/src/gdevvec.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 15566 Jan 16 20:48 sys/src/cmd/gs/src/gdevvec.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 10030 Jan 16 20:48 sys/src/cmd/gs/src/gdevvglb.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevvglb.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevvglb.c:1,20
	  /* Copyright (C) 1992, 1993, 1994, 1996, 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevvglb.c,v 1.3 2000/09/19 19:00:23 lpd Exp $ */
	+ /* $Id: gdevvglb.c,v 1.5 2002/02/21 22:24:52 giles Exp $ */
	  /*
	   * This is a driver for 386 PCs using vgalib for graphics on the console
	   * display.  Note that this driver only works with 16-color modes.
 [rsc] --rw-rw-r-- M 661145 glenda sys 17628 Jan 16 20:48 sys/src/cmd/gs/src/gdevwddb.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 21678 Jan 16 20:48 sys/src/cmd/gs/src/gdevwdib.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 46471 Jan 16 20:48 sys/src/cmd/gs/src/gdevwpr2.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 19723 Jan 16 20:48 sys/src/cmd/gs/src/gdevwprn.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 39240 Jan 16 20:48 sys/src/cmd/gs/src/gdevx.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 8641 Jan 16 20:48 sys/src/cmd/gs/src/gdevx.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 24681 Jan 16 20:48 sys/src/cmd/gs/src/gdevxalt.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 27678 Jan 16 20:48 sys/src/cmd/gs/src/gdevxcmp.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4416 Jan 16 20:48 sys/src/cmd/gs/src/gdevxcmp.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevxcmp.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevxcmp.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevxcmp.h,v 1.2 2000/09/19 19:00:23 lpd Exp $ */
	+ /* $Id: gdevxcmp.h,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* X driver color mapping structure */
	  
	  #ifndef gdevxcmp_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 32749 Jan 16 20:48 sys/src/cmd/gs/src/gdevxini.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 6027 Jan 16 20:48 sys/src/cmd/gs/src/gdevxres.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevxres.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevxres.c:1,20
	  /* Copyright (C) 1999, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevxres.c,v 1.3 2000/09/19 19:00:23 lpd Exp $ */
	+ /* $Id: gdevxres.c,v 1.5 2002/02/21 22:24:52 giles Exp $ */
	  /* X Windows driver resource tables */
	  #include "std.h"	/* must precede any file that includes <sys/types.h> */
	  #include "x_.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 13424 Jan 16 20:48 sys/src/cmd/gs/src/gdevxxf.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 8533 Jan 16 20:48 sys/src/cmd/gs/src/genarch.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 28194 Jan 16 20:48 sys/src/cmd/gs/src/genconf.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 9824 Jan 16 20:48 sys/src/cmd/gs/src/gendev.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gendev.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gendev.c:1,20
	  /* Copyright (C) 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gendev.c,v 1.2 2000/09/19 19:00:23 lpd Exp $ */
	+ /* $Id: gendev.c,v 1.7 2004/12/08 21:35:13 stefan Exp $ */
	  /* Generate .dev configuration files */
	  #include "stdpre.h"
	  #include <assert.h>
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gendev.c:79,85 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gendev.c:77,83
	  static const char *indent_item = "";
	  
	  /* Forward definitions */
	- void add_entry(P4(config *, const char *, const char *, bool));
	+ void add_entry(config *, const char *, const char *, bool);
	  
	  main(int argc, char *argv[])
	  {
 [rsc] --rw-rw-r-- M 661145 glenda sys 10285 Jan 16 20:48 sys/src/cmd/gs/src/genht.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 12334 Jan 16 20:48 sys/src/cmd/gs/src/geninit.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 881 Jan 16 20:48 sys/src/cmd/gs/src/ghost.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/ghost.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/ghost.h:1,20
	  /* Copyright (C) 1989, 1992 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: ghost.h,v 1.2 2000/09/19 19:00:23 lpd Exp $ */
	+ /* $Id: ghost.h,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* Common definitions for interpreter */
	  
	  #ifndef ghost_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 15009 Jan 16 20:48 sys/src/cmd/gs/src/gp.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4154 Jan 16 20:48 sys/src/cmd/gs/src/gp_dosfe.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_dosfe.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_dosfe.c:1,20
	  /* Copyright (C) 1994 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gp_dosfe.c,v 1.2.6.1 2002/01/25 06:33:09 rayjj Exp $ */
	+ /* $Id: gp_dosfe.c,v 1.5 2002/02/21 22:24:52 giles Exp $ */
	  /* MS-DOS file enumeration. */
	  #include "stdio_.h"
	  #include <fcntl.h>
 [rsc] --rw-rw-r-- M 661145 glenda sys 4109 Jan 16 20:48 sys/src/cmd/gs/src/gp_dosfs.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 3784 Jan 16 20:48 sys/src/cmd/gs/src/gp_dvx.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1391 Jan 16 20:48 sys/src/cmd/gs/src/gp_getnv.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_getnv.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_getnv.c:1,20
	  /* Copyright (C) 1997 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gp_getnv.c,v 1.2 2000/09/19 19:00:24 lpd Exp $ */
	+ /* $Id: gp_getnv.c,v 1.5 2002/06/16 05:48:55 lpd Exp $ */
	  /* Standard implementation of gp_getenv */
	  #include "stdio_.h"
	  #include "string_.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_getnv.c:25,31 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_getnv.c:23,29
	  #include "gp.h"
	  
	  /* Import the C getenv function. */
	- extern char *getenv(P1(const char *));
	+ extern char *getenv(const char *);
	  
	  /* Get the value of an environment variable.  See gp.h for details. */
	  int
 [rsc] --rw-rw-r-- M 661145 glenda sys 5197 Jan 16 20:48 sys/src/cmd/gs/src/gp_iwatc.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1344 Jan 16 20:48 sys/src/cmd/gs/src/gp_mktmp.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_mktmp.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_mktmp.c:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gp_mktmp.c,v 1.2 2000/09/19 19:00:24 lpd Exp $ */
	+ /* $Id: gp_mktmp.c,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* Replacement for missing mktemp */
	  #include "stat_.h"
	  #include "string_.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 3771 Jan 16 20:48 sys/src/cmd/gs/src/gp_msdos.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_msdos.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_msdos.c:1,20
	  /* Copyright (C) 1992, 1993, 1994 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gp_msdos.c,v 1.2 2000/09/19 19:00:24 lpd Exp $ */
	+ /* $Id: gp_msdos.c,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* Common platform-specific routines for MS-DOS (any compiler) */
	  #include "stdio_.h"
	  #include "string_.h"		/* for strerror */
 [rsc] --rw-rw-r-- M 661145 glenda sys 3811 Jan 16 20:48 sys/src/cmd/gs/src/gp_mshdl.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_mshdl.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_mshdl.c:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gp_mshdl.c,v 1.2 2000/09/19 19:00:24 lpd Exp $ */
	+ /* $Id: gp_mshdl.c,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* %handle% IODevice */
	  #include "errno_.h"
	  #include "stdio_.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 6334 Jan 16 20:48 sys/src/cmd/gs/src/gp_msio.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_msio.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_msio.c:1,20
	  /* Copyright (C) 1992, 1995, 1996, 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gp_msio.c,v 1.3 2000/12/19 03:44:24 alexcher Exp $ */
	+ /* $Id: gp_msio.c,v 1.6 2002/06/16 05:48:55 lpd Exp $ */
	  /*
	   * Streams for Windows text window
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_msio.c:56,62 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_msio.c:54,60
	  #include "gxiodev.h"		/* must come after stream.h */
	  
	  /* Imported from gp_msdos.c */
	- int gp_file_is_console(P1(FILE *));
	+ int gp_file_is_console(FILE *);
	  
	  
	  /* ====== Substitute for stdio ====== */
 [rsc] --rw-rw-r-- M 661145 glenda sys 1157 Jan 16 20:48 sys/src/cmd/gs/src/gp_mslib.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_mslib.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_mslib.c:1,20
	  /* Copyright (C) 1997, 2001 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gp_mslib.c,v 1.3 2001/09/22 07:07:02 ghostgum Exp $ */
	+ /* $Id: gp_mslib.c,v 1.6 2004/08/05 17:02:36 stefan Exp $ */
	  /*
	   * Microsoft Windows platform support for Graphics Library
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_mslib.c:31,37 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_mslib.c:29,35
	   */
	  #ifdef CHECK_INTERRUPTS
	  int
	- gp_check_interrupts(void)
	+ gp_check_interrupts(const gs_memory_t *mem)
	  {
	      return 0;
	  }
 [rsc] --rw-rw-r-- M 661145 glenda sys 22033 Jan 16 20:48 sys/src/cmd/gs/src/gp_mswin.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1673 Jan 16 20:48 sys/src/cmd/gs/src/gp_mswin.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_mswin.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_mswin.h:1,20
	  /* Copyright (C) 1992, 1993, 1996 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gp_mswin.h,v 1.4 2001/03/13 07:09:28 ghostgum Exp $ */
	+ /* $Id: gp_mswin.h,v 1.7 2005/03/04 21:58:55 ghostgum Exp $ */
	  /* (used by both C code and Windows 'resource') */
	  
	  #ifndef gp_mswin_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_mswin.h:51,56 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_mswin.h:49,60
	  extern const LPSTR szAppName;
	  extern BOOL is_win32s;
	  extern int is_spool(const char *queue);
	+ 
	+ #ifdef _WIN64
	+ #define DLGRETURN INT_PTR
	+ #else
	+ #define DLGRETURN BOOL
	+ #endif
	  
	  #endif /* !defined(RC_INVOKED) */
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 2079 Jan 16 20:48 sys/src/cmd/gs/src/gp_nsync.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_nsync.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_nsync.c:1,20
	  /* Copyright (C) 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gp_nsync.c,v 1.2 2000/09/19 19:00:24 lpd Exp $ */
	+ /* $Id: gp_nsync.c,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* Dummy thread / semaphore / monitor implementation */
	  #include "std.h"
	  #include "gserror.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 8146 Jan 16 20:48 sys/src/cmd/gs/src/gp_ntfs.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 21900 Jan 16 20:48 sys/src/cmd/gs/src/gp_os2.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 4183 Jan 16 20:48 sys/src/cmd/gs/src/gp_os9.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 5785 Jan 16 20:48 sys/src/cmd/gs/src/gp_psync.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_psync.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_psync.c:1,20
	  /* Copyright (C) 1999, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gp_psync.c,v 1.2 2000/09/19 19:00:24 lpd Exp $ */
	+ /* $Id: gp_psync.c,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* POSIX pthreads threads / semaphore / monitor implementation */
	  #include "std.h"
	  #include "malloc_.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 1300 Jan 16 20:48 sys/src/cmd/gs/src/gp_strdl.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_strdl.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_strdl.c:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gp_strdl.c,v 1.2 2000/09/19 19:00:24 lpd Exp $ */
	+ /* $Id: gp_strdl.c,v 1.5 2002/06/16 05:48:55 lpd Exp $ */
	  /* Default, stream-based readline implementation */
	  #include "std.h"
	  #include "gstypes.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_strdl.c:33,39 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_strdl.c:31,37
	  gp_readline(stream *s_in, stream *s_out, void *readline_data,
	  	    gs_const_string *prompt, gs_string * buf,
	  	    gs_memory_t * bufmem, uint * pcount, bool *pin_eol,
	- 	    bool (*is_stdin)(P1(const stream *)))
	+ 	    bool (*is_stdin)(const stream *))
	  {
	      return sreadline(s_in, s_out, readline_data, prompt, buf, bufmem, pcount,
	  		     pin_eol, is_stdin);
 [rsc] --rw-rw-r-- M 661145 glenda sys 1758 Jan 16 20:48 sys/src/cmd/gs/src/gp_sysv.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_sysv.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_sysv.c:1,20
	  /* Copyright (C) 1992 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gp_sysv.c,v 1.2 2000/09/19 19:00:25 lpd Exp $ */
	+ /* $Id: gp_sysv.c,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* System V Unix-specific routines for Ghostscript */
	  
	  /* This file contains a couple of standard Unix library procedures */
 [rsc] --rw-rw-r-- M 661145 glenda sys 2548 Jan 16 20:48 sys/src/cmd/gs/src/gp_unifn.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 12725 Jan 16 20:48 sys/src/cmd/gs/src/gp_unifs.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 4883 Jan 16 20:48 sys/src/cmd/gs/src/gp_unix.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 18103 Jan 16 20:48 sys/src/cmd/gs/src/gp_vms.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3587 Jan 16 20:48 sys/src/cmd/gs/src/gp_wgetv.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_wgetv.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_wgetv.c:1,20
	  /* Copyright (C) 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gp_wgetv.c,v 1.4 2001/04/09 09:01:10 raph Exp $ */
	+ /* $Id: gp_wgetv.c,v 1.6 2002/02/21 22:24:52 giles Exp $ */
	  /* MS Windows implementation of gp_getenv */
	  
	  #include <windows.h>
 [rsc] --rw-rw-r-- M 661145 glenda sys 3462 Jan 16 20:48 sys/src/cmd/gs/src/gp_win32.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_win32.c:1,28 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_win32.c:1,25
	  /* Copyright (C) 1992, 1993, 1994, 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gp_win32.c,v 1.2 2000/09/19 19:00:25 lpd Exp $ */
	+ /* $Id: gp_win32.c,v 1.5 2002/10/07 08:28:56 ghostgum Exp $ */
	  /* Common platform-specific routines for MS-Windows WIN32 */
	  /* originally hacked from gp_msdos.c by Russell Lang */
	  #include "malloc_.h"
	  #include "stdio_.h"
	  #include "string_.h"		/* for strerror */
	- #include "dos_.h"
	  #include "gstypes.h"
	  #include "gsmemory.h"		/* for gp.h */
	  #include "gserror.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 5539 Jan 16 20:48 sys/src/cmd/gs/src/gp_wsync.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_wsync.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_wsync.c:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gp_wsync.c,v 1.2 2000/09/19 19:00:25 lpd Exp $ */
	+ /* $Id: gp_wsync.c,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* MS Windows (Win32) thread / semaphore / monitor implementation */
	  /* original multi-threading code by John Desrosiers */
	  #include "malloc_.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 2405 Jan 16 20:48 sys/src/cmd/gs/src/gpcheck.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1532 Jan 16 20:48 sys/src/cmd/gs/src/gpgetenv.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gpgetenv.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gpgetenv.h:1,20
	  /* Copyright (C) 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gpgetenv.h,v 1.2 2000/09/19 19:00:25 lpd Exp $ */
	+ /* $Id: gpgetenv.h,v 1.5 2002/06/16 06:59:02 lpd Exp $ */
	  /* Interface to platform-specific getenv routine */
	  
	  #ifndef gpgetenv_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gpgetenv.h:39,44 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gpgetenv.h:37,42
	   * because of the terminating \0, the maximum string length is 1 less than
	   * the size of the buffer.
	   */
	- int gp_getenv(P3(const char *key, char *ptr, int *plen));
	+ int gp_getenv(const char *key, char *ptr, int *plen);
	  
	  #endif /* gpgetenv_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 2409 Jan 16 20:48 sys/src/cmd/gs/src/gpsync.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 2385 Jan 16 20:48 sys/src/cmd/gs/src/gs.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 20090 Jan 16 20:48 sys/src/cmd/gs/src/gs.mak
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 5255 Jan 16 20:48 sys/src/cmd/gs/src/gs16spl.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gs16spl.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gs16spl.c:1,20
	  /* Copyright (C) 1995, Russell Lang.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gs16spl.c,v 1.2 2000/09/19 19:00:25 lpd Exp $ */
	+ /* $Id: gs16spl.c,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* 16-bit access to print spooler from Win32s */
	  /* by Russell Lang */
	  /* 1995-11-23 */
 [rsc] --rwxrwxr-x M 661145 glenda sys 1292 Jan 16 20:48 sys/src/cmd/gs/src/gs16spl.rc
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gs16spl.rc:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gs16spl.rc:1,20
	  /* Copyright (C) 1995, 1999, Russell Lang.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gs16spl.rc,v 1.2 2000/09/19 19:00:25 lpd Exp $*/
	+ /* $Id: gs16spl.rc,v 1.5 2002/03/30 01:29:38 ghostgum Exp $*/
	  /* Resources for GS16SPL.EXE, 16-bit access to print spooler */
	  /* 1995-11-10 */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gs16spl.rc:25,31 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gs16spl.rc:23,29
	  #define ID_TEXT 100
	  
	  #ifndef gstext_ico
	- #define gstext_ico gstext.ico
	+ #define gstext_ico gswin.ico
	  #endif
	  
	  1 ICON gstext_ico
 [rsc] --rw-rw-r-- M 661145 glenda sys 63582 Jan 16 20:48 sys/src/cmd/gs/src/gsalloc.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 2859 Jan 16 20:48 sys/src/cmd/gs/src/gsalloc.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1190 Jan 16 20:48 sys/src/cmd/gs/src/gsalpha.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsalpha.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsalpha.c:1,20
	  /* Copyright (C) 1997 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsalpha.c,v 1.2 2000/09/19 19:00:25 lpd Exp $ */
	+ /* $Id: gsalpha.c,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* Graphics state alpha value access */
	  #include "gx.h"
	  #include "gsalpha.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 1140 Jan 16 20:48 sys/src/cmd/gs/src/gsalpha.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsalpha.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsalpha.h:1,20
	  /* Copyright (C) 1997 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsalpha.h,v 1.2 2000/09/19 19:00:25 lpd Exp $ */
	+ /* $Id: gsalpha.h,v 1.5 2002/06/16 08:45:42 lpd Exp $ */
	  /* API for alpha value in graphics state */
	  
	  #ifndef gsalpha_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsalpha.h:29,35 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsalpha.h:27,33
	   */
	  
	  /* Set/read alpha value. */
	- int gs_setalpha(P2(gs_state *, floatp));
	- float gs_currentalpha(P1(const gs_state *));
	+ int gs_setalpha(gs_state *, floatp);
	+ float gs_currentalpha(const gs_state *);
	  
	  #endif /* gsalpha_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 25609 Jan 16 20:48 sys/src/cmd/gs/src/gsalphac.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1900 Jan 16 20:48 sys/src/cmd/gs/src/gsalphac.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsalphac.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsalphac.h:1,20
	  /* Copyright (C) 1997 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsalphac.h,v 1.2 2000/09/19 19:00:25 lpd Exp $ */
	+ /* $Id: gsalphac.h,v 1.5 2002/06/16 08:45:42 lpd Exp $ */
	  /* Alpha-compositing interface */
	  
	  #ifndef gsalphac_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsalphac.h:58,65 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsalphac.h:56,63
	  } gs_composite_alpha_params_t;
	  
	  /* Create an alpha-compositing object. */
	- int gs_create_composite_alpha(P3(gs_composite_t ** ppcte,
	- 				 const gs_composite_alpha_params_t * params,
	- 				 gs_memory_t * mem));
	+ int gs_create_composite_alpha(gs_composite_t ** ppcte,
	+ 			      const gs_composite_alpha_params_t * params,
	+ 			      gs_memory_t * mem);
	  
	  #endif /* gsalphac_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 5344 Jan 16 20:48 sys/src/cmd/gs/src/gsargs.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 2630 Jan 16 20:48 sys/src/cmd/gs/src/gsargs.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 8382 Jan 16 20:48 sys/src/cmd/gs/src/gsbitmap.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsbitmap.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsbitmap.h:1,20
	  /* Copyright (C) 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsbitmap.h,v 1.2 2000/09/19 19:00:25 lpd Exp $ */
	+ /* $Id: gsbitmap.h,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* Library "client" bitmap structures */
	  
	  #ifndef gsbitmap_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 18252 Jan 16 20:48 sys/src/cmd/gs/src/gsbitops.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 13142 Jan 16 20:48 sys/src/cmd/gs/src/gsbitops.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4618 Jan 16 20:48 sys/src/cmd/gs/src/gsbittab.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsbittab.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsbittab.c:1,20
	  /* Copyright (C) 1995, 1996, 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsbittab.c,v 1.2 2000/09/19 19:00:25 lpd Exp $ */
	+ /* $Id: gsbittab.c,v 1.5 2002/06/16 05:48:55 lpd Exp $ */
	  /* Tables for bit operations */
	  #include "stdpre.h"
	  #include "gsbittab.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsbittab.c:129,135 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsbittab.c:127,133
	  };
	  
	  /* Some C compilers insist on having executable code in every file.... */
	- void gsbittab_dummy(P0());	/* for picky compilers */
	+ void gsbittab_dummy(void);	/* for picky compilers */
	  void
	  gsbittab_dummy(void)
	  {
 [rsc] --rw-rw-r-- M 661145 glenda sys 2966 Jan 16 20:48 sys/src/cmd/gs/src/gsbittab.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsbittab.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsbittab.h:1,20
	  /* Copyright (C) 1995, 1996, 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsbittab.h,v 1.2 2000/09/19 19:00:25 lpd Exp $ */
	+ /* $Id: gsbittab.h,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* Interface to tables for bit operations */
	  
	  #ifndef gsbittab_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 5620 Jan 16 20:48 sys/src/cmd/gs/src/gsccode.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1973 Jan 16 20:48 sys/src/cmd/gs/src/gsccolor.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsccolor.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsccolor.h:1,20
	  /* Copyright (C) 1993, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsccolor.h,v 1.2 2000/09/19 19:00:26 lpd Exp $ */
	+ /* $Id: gsccolor.h,v 1.5 2002/08/22 07:12:28 henrys Exp $ */
	  /* Client color structure definition */
	  
	  #ifndef gsccolor_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsccolor.h:35,41 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsccolor.h:33,39
	   * This must be at least 4, and should be at least 6 to accommodate
	   * hexachrome DeviceN color spaces.
	   */
	- #define GS_CLIENT_COLOR_MAX_COMPONENTS 6
	+ #define GS_CLIENT_COLOR_MAX_COMPONENTS 16
	  
	  /* Paint (non-Pattern) colors */
	  typedef struct gs_paint_color_s {
 [rsc] --rw-rw-r-- M 661145 glenda sys 2600 Jan 16 20:48 sys/src/cmd/gs/src/gscdef.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3228 Jan 16 20:48 sys/src/cmd/gs/src/gscdefs.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gscdefs.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gscdefs.h:1,20
	  /* Copyright (C) 1994, 1996, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gscdefs.h,v 1.2 2000/09/19 19:00:26 lpd Exp $ */
	+ /*$Id: gscdefs.h,v 1.6 2002/08/26 23:00:07 dan Exp $ */
	  /* Prototypes for configuration definitions in gconfig.c. */
	  
	  #ifndef gscdefs_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gscdefs.h:81,87 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gscdefs.h:79,89
	  /* Return the list of device prototypes, a NULL list of their structure */
	  /* descriptors (no longer used), and (as the value) the length of the lists. */
	  #define extern_gs_lib_device_list()\
	-   int gs_lib_device_list(P2(const gx_device * const **plist,\
	- 			    gs_memory_struct_type_t **pst))
	+   int gs_lib_device_list(const gx_device * const **plist,\
	+ 			 gs_memory_struct_type_t **pst)
	+ 
	+ /* find a compositor by name */
	+ #define extern_gs_find_compositor() \
	+   const gs_composite_type_t * gs_find_compositor(int comp_id)
	  
	  #endif /* gscdefs_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 17902 Jan 16 20:48 sys/src/cmd/gs/src/gscdevn.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 9982 Jan 16 20:48 sys/src/cmd/gs/src/gschar.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gschar.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gschar.c:1,20
	  /* Copyright (C) 1999, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gschar.c,v 1.3 2000/09/19 19:00:26 lpd Exp $ */
	+ /* $Id: gschar.c,v 1.6 2002/06/16 05:48:55 lpd Exp $ */
	  /* Character writing "operators" for Ghostscript library */
	  #include "gx.h"
	  #include "gserrors.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gschar.c:30,37 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gschar.c:28,35
	  #include "gxfont.h"
	  
	  /* Forward declarations */
	- private int show_n_begin(P4(gs_show_enum *penum, gs_state *pgs, int code,
	- 			    gs_text_enum_t *pte));
	+ private int show_n_begin(gs_show_enum *penum, gs_state *pgs, int code,
	+ 			 gs_text_enum_t *pte);
	  
	  /* Structure descriptors */
	  extern_st(st_gs_show_enum);
 [rsc] --rw-rw-r-- M 661145 glenda sys 5360 Jan 16 20:48 sys/src/cmd/gs/src/gschar.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 12696 Jan 16 20:48 sys/src/cmd/gs/src/gschar0.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 47160 Jan 16 20:48 sys/src/cmd/gs/src/gscie.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 29653 Jan 16 20:48 sys/src/cmd/gs/src/gscie.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 19961 Jan 16 20:48 sys/src/cmd/gs/src/gsciemap.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2922 Jan 16 20:48 sys/src/cmd/gs/src/gsclipsr.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsclipsr.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsclipsr.c:1,20
	  /* Copyright (C) 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsclipsr.c,v 1.2 2000/09/19 19:00:26 lpd Exp $ */
	+ /* $Id: gsclipsr.c,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* clipsave/cliprestore */
	  #include "gx.h"
	  #include "gserrors.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 911 Jan 16 20:48 sys/src/cmd/gs/src/gsclipsr.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsclipsr.h:1,28 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsclipsr.h:1,26
	  /* Copyright (C) 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsclipsr.h,v 1.2 2000/09/19 19:00:26 lpd Exp $ */
	+ /* $Id: gsclipsr.h,v 1.5 2002/06/16 08:45:42 lpd Exp $ */
	  /* Interface to clipsave/cliprestore */
	  
	  #ifndef gsclipsr_INCLUDED
	  #  define gsclipsr_INCLUDED
	  
	- int gs_clipsave(P1(gs_state *));
	- int gs_cliprestore(P1(gs_state *));
	+ int gs_clipsave(gs_state *);
	+ int gs_cliprestore(gs_state *);
	  
	  #endif /* gsclipsr_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 7484 Jan 16 20:48 sys/src/cmd/gs/src/gscolor.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 1318 Jan 16 20:48 sys/src/cmd/gs/src/gscolor.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 6508 Jan 16 20:48 sys/src/cmd/gs/src/gscolor1.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 1859 Jan 16 20:48 sys/src/cmd/gs/src/gscolor1.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 16183 Jan 16 20:48 sys/src/cmd/gs/src/gscolor2.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 1862 Jan 16 20:48 sys/src/cmd/gs/src/gscolor2.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 3053 Jan 16 20:48 sys/src/cmd/gs/src/gscolor3.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1137 Jan 16 20:48 sys/src/cmd/gs/src/gscolor3.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gscolor3.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gscolor3.h:1,20
	  /* Copyright (C) 1997 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gscolor3.h,v 1.2 2000/09/19 19:00:26 lpd Exp $ */
	+ /* $Id: gscolor3.h,v 1.5 2002/06/16 08:45:42 lpd Exp $ */
	  /* Client interface to LanguageLevel 3 color facilities */
	  
	  #ifndef gscolor3_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gscolor3.h:28,35 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gscolor3.h:26,33
	  typedef struct gs_shading_s gs_shading_t;
	  #endif
	  
	- int gs_setsmoothness(P2(gs_state *, floatp));
	- float gs_currentsmoothness(P1(const gs_state *));
	- int gs_shfill(P2(gs_state *, const gs_shading_t *));
	+ int gs_setsmoothness(gs_state *, floatp);
	+ float gs_currentsmoothness(const gs_state *);
	+ int gs_shfill(gs_state *, const gs_shading_t *);
	  
	  #endif /* gscolor3_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 22812 Jan 16 20:52 sys/src/cmd/gs/src/os2.mak
 [rsc] --rw-rw-r-- M 661145 glenda sys 6527 Jan 16 20:52 sys/src/cmd/gs/src/unixinst.mak
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2115 Jan 16 20:48 sys/src/cmd/gs/src/gscompt.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gscompt.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gscompt.h:1,20
	  /* Copyright (C) 1997 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gscompt.h,v 1.2 2000/09/19 19:00:26 lpd Exp $ */
	+ /* $Id: gscompt.h,v 1.5 2002/06/16 08:45:42 lpd Exp $ */
	  /* Abstract types for compositing objects */
	  
	  #ifndef gscompt_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gscompt.h:48,53 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gscompt.h:46,51
	   * like halftones, black generation functions, etc., carry a unique ID (time
	   * stamp).
	   */
	- gs_id gs_composite_id(P1(const gs_composite_t * pcte));
	+ gs_id gs_composite_id(const gs_composite_t * pcte);
	  
	  #endif /* gscompt_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 14233 Jan 16 20:48 sys/src/cmd/gs/src/gscoord.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 2050 Jan 16 20:48 sys/src/cmd/gs/src/gscoord.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 17578 Jan 16 20:48 sys/src/cmd/gs/src/gscparam.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gscparam.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gscparam.c:1,20
	  /* Copyright (C) 1995, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gscparam.c,v 1.7 2001/07/06 17:02:25 rayjj Exp $ */
	+ /* $Id: gscparam.c,v 1.10 2004/08/04 19:36:12 stefan Exp $ */
	  /* Default implementation of parameter lists */
	  #include "memory_.h"
	  #include "string_.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gscparam.c:75,81 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gscparam.c:73,79
	  
	  	value.value = *(const gs_param_value *)&param->value;
	  	value.type = param->type;
	- 	return gs_param_typed_value_enum_ptrs(&value, sizeof(value), index,
	+ 	return gs_param_typed_value_enum_ptrs(mem, &value, sizeof(value), index,
	  					      pep, NULL, gcst);
	      }
	      }
 [rsc] --rw-rw-r-- M 661145 glenda sys 3964 Jan 16 20:48 sys/src/cmd/gs/src/gscpixel.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1015 Jan 16 20:48 sys/src/cmd/gs/src/gscpixel.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gscpixel.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gscpixel.h:1,20
	  /* Copyright (C) 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gscpixel.h,v 1.2 2000/09/19 19:00:26 lpd Exp $ */
	+ /* $Id: gscpixel.h,v 1.7 2004/08/19 19:33:09 stefan Exp $ */
	  /* Interface to DevicePixel color space */
	  /* Requires gscspace.h */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gscpixel.h:24,29 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gscpixel.h:22,27
	  #  define gscpixel_INCLUDED
	  
	  /* Initialize a DevicePixel color space. */
	- int gs_cspace_init_DevicePixel(P2(gs_color_space * pcs, int depth));
	+ int gs_cspace_init_DevicePixel(gs_memory_t *mem, gs_color_space * pcs, int depth);
	  
	  #endif /* gscpixel_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 1556 Jan 16 20:48 sys/src/cmd/gs/src/gscpm.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gscpm.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gscpm.h:1,20
	  /* Copyright (C) 1995, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gscpm.h,v 1.2 2000/09/19 19:00:26 lpd Exp $ */
	+ /* $Id: gscpm.h,v 1.5 2005/05/23 14:59:28 igor Exp $ */
	  /* Charpath mode and cache device status definitions */
	  
	  #ifndef gscpm_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gscpm.h:34,39 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gscpm.h:32,38
	  typedef enum {
	      CACHE_DEVICE_NONE = 0,	/* default, must be 0 */
	      CACHE_DEVICE_NOT_CACHING,	/* setcachedevice done but not caching */
	+     CACHE_DEVICE_NONE_AND_CLIP, /* setcachedevice done, not caching and applied gsave and clip */
	      CACHE_DEVICE_CACHING	/* setcachedevice done and caching */
	  } gs_in_cache_device_t;
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 11579 Jan 16 20:48 sys/src/cmd/gs/src/gscrd.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 3536 Jan 16 20:48 sys/src/cmd/gs/src/gscrd.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 20059 Jan 16 20:48 sys/src/cmd/gs/src/gscrdp.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 3847 Jan 16 20:48 sys/src/cmd/gs/src/gscrdp.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1611 Jan 16 20:48 sys/src/cmd/gs/src/gscrypt1.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gscrypt1.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gscrypt1.c:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gscrypt1.c,v 1.2 2000/09/19 19:00:27 lpd Exp $ */
	+ /* $Id: gscrypt1.c,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* Adobe Type 1 encryption/decryption. */
	  #include "stdpre.h"
	  #include "gstypes.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 1790 Jan 16 20:48 sys/src/cmd/gs/src/gscrypt1.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 15620 Jan 16 20:48 sys/src/cmd/gs/src/gscscie.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1313 Jan 16 20:48 sys/src/cmd/gs/src/gscsel.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gscsel.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gscsel.h:1,20
	  /* Copyright (C) 1996 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gscsel.h,v 1.2 2000/09/19 19:00:27 lpd Exp $ */
	+ /* $Id: gscsel.h,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* Definitions for color operand selection */
	  
	  #ifndef gscsel_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 17144 Jan 16 20:48 sys/src/cmd/gs/src/gscsepr.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 2779 Jan 16 20:48 sys/src/cmd/gs/src/gscsepr.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 20495 Jan 16 20:48 sys/src/cmd/gs/src/gscspace.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 19209 Jan 16 20:48 sys/src/cmd/gs/src/gscspace.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3950 Jan 16 20:48 sys/src/cmd/gs/src/gscssub.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gscssub.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gscssub.c:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gscssub.c,v 1.3 2001/03/17 01:15:42 raph Exp $ */
	+ /* $Id: gscssub.c,v 1.5 2002/02/21 22:24:52 giles Exp $ */
	  /* Color space substitution "operators" */
	  #include "gx.h"
	  #include "gserrors.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 3013 Jan 16 20:48 sys/src/cmd/gs/src/gscssub.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 17080 Jan 16 20:48 sys/src/cmd/gs/src/gsdcolor.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 26217 Jan 16 20:48 sys/src/cmd/gs/src/gsdevice.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 4238 Jan 16 20:48 sys/src/cmd/gs/src/gsdevice.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 7455 Jan 16 20:48 sys/src/cmd/gs/src/gsdevmem.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 5250 Jan 16 20:48 sys/src/cmd/gs/src/gsdll.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 3767 Jan 16 20:48 sys/src/cmd/gs/src/gsdll.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 797 Jan 16 20:48 sys/src/cmd/gs/src/gsdll2.rc
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsdll2.rc:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsdll2.rc:1,20
	  /* Copyright (C) 1994 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsdll2.rc,v 1.2 2000/09/19 19:00:27 lpd Exp $*/
	+ /* $Id: gsdll2.rc,v 1.4 2002/02/21 22:24:52 giles Exp $*/
	  /* Resources for gsdll2.dll, Ghostscript DLL for OS/2 */
	  
	  ICON 1 gsos2.ico
 [rsc] --rw-rw-r-- M 661145 glenda sys 657 Jan 16 20:48 sys/src/cmd/gs/src/gsdll32.def
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsdll32.def:1,6 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsdll32.def:1,5
	- LIBRARY		GSDLL32 INITINSTANCE
	- DESCRIPTION	'Ghostscript Interpreter DLL'
	- DATA		MULTIPLE NONSHARED 
	+ ;	'Ghostscript Interpreter DLL'
	+ LIBRARY		GSDLL32
	  EXPORTS	
	  		DllEntryPoint
	  		DllMain
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsdll32.def:29,31 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsdll32.def:28,31
	  		gsapi_set_stdio
	  		gsapi_set_poll
	  		gsapi_set_display_callback
	+ 		gsapi_set_visual_tracer
 [rsc] --rw-rw-r-- M 661145 glenda sys 1871 Jan 16 20:48 sys/src/cmd/gs/src/gsdll32.rc
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1148 Jan 16 20:48 sys/src/cmd/gs/src/gsdllos2.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsdllos2.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsdllos2.h:1,20
	  /* Copyright (C) 1994-1996, Russell Lang.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsdllos2.h,v 1.2 2000/09/19 19:00:27 lpd Exp $ */
	+ /* $Id: gsdllos2.h,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* gsdll extension for OS/2 platforms */
	  
	  #ifndef gsdllos2_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 1815 Jan 16 20:48 sys/src/cmd/gs/src/gsdllwin.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsdllwin.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsdllwin.h:1,20
	  /* Copyright (C) 1994-2001, Ghostgum Software Pty Ltd.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsdllwin.h,v 1.3 2001/03/13 07:09:29 ghostgum Exp $ */
	+ /* $Id: gsdllwin.h,v 1.5 2002/02/21 22:24:52 giles Exp $ */
	  /* gsdll extension for Microsoft Windows platforms */
	  
	  #ifndef gsdllwin_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 26032 Jan 16 20:48 sys/src/cmd/gs/src/gsdparam.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 889 Jan 16 20:48 sys/src/cmd/gs/src/gsdpnext.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsdpnext.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsdpnext.h:1,20
	  /* Copyright (C) 1997 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsdpnext.h,v 1.2 2000/09/19 19:00:28 lpd Exp $ */
	+ /* $Id: gsdpnext.h,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* API for NeXT DPS facilities */
	  
	  #ifndef gsdpnext_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 2930 Jan 16 20:48 sys/src/cmd/gs/src/gsdps.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsdps.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsdps.c:1,20
	  /* Copyright (C) 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsdps.c,v 1.2 2000/09/19 19:00:28 lpd Exp $ */
	+ /* $Id: gsdps.c,v 1.5 2002/06/16 05:48:55 lpd Exp $ */
	  /* Display PostScript extensions */
	  #include "gx.h"
	  #include "gserrors.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsdps.c:30,36 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsdps.c:28,34
	  /* ---------------- View clipping ---------------- */
	  
	  /* Forward references */
	- private int common_viewclip(P2(gs_state *, int));
	+ private int common_viewclip(gs_state *, int);
	  
	  int
	  gs_initviewclip(gs_state * pgs)
 [rsc] --rw-rw-r-- M 661145 glenda sys 1051 Jan 16 20:48 sys/src/cmd/gs/src/gsdps.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsdps.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsdps.h:1,20
	  /* Copyright (C) 1997 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsdps.h,v 1.2 2000/09/19 19:00:28 lpd Exp $ */
	+ /* $Id: gsdps.h,v 1.5 2002/06/16 08:45:42 lpd Exp $ */
	  /* Client interface to Display PostScript facilities. */
	  
	  #ifndef gsdps_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsdps.h:26,34 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsdps.h:24,32
	  #include "gsiparm2.h"
	  
	  /* View clipping */
	- int gs_initviewclip(P1(gs_state *));
	- int gs_eoviewclip(P1(gs_state *));
	- int gs_viewclip(P1(gs_state *));
	- int gs_viewclippath(P1(gs_state *));
	+ int gs_initviewclip(gs_state *);
	+ int gs_eoviewclip(gs_state *);
	+ int gs_viewclip(gs_state *);
	+ int gs_viewclippath(gs_state *);
	  
	  #endif /* gsdps_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 8019 Jan 16 20:48 sys/src/cmd/gs/src/gsdps1.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3065 Jan 16 20:48 sys/src/cmd/gs/src/gsdsrc.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsdsrc.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsdsrc.c:1,20
	  /* Copyright (C) 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsdsrc.c,v 1.2 2000/09/19 19:00:28 lpd Exp $ */
	+ /* $Id: gsdsrc.c,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* DataSource procedures */
	  
	  #include "memory_.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 4812 Jan 16 20:48 sys/src/cmd/gs/src/gsdsrc.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsdsrc.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsdsrc.h:1,20
	  /* Copyright (C) 1997, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsdsrc.h,v 1.3 2000/09/19 19:00:28 lpd Exp $ */
	+ /* $Id: gsdsrc.h,v 1.6 2002/06/16 08:45:42 lpd Exp $ */
	  /* DataSource definitions */
	  
	  #ifndef gsdsrc_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsdsrc.h:50,57 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsdsrc.h:48,55
	   * next call).  Note that this procedure may or may not do bounds checking.
	   */
	  #define data_source_proc_access(proc)\
	-   int proc(P5(const gs_data_source_t *psrc, ulong start, uint length,\
	- 	      byte *buf, const byte **ptr))
	+   int proc(const gs_data_source_t *psrc, ulong start, uint length,\
	+ 	   byte *buf, const byte **ptr)
	  
	  typedef enum {
	      data_source_type_string,
 [rsc] --rw-rw-r-- M 661145 glenda sys 1073 Jan 16 20:48 sys/src/cmd/gs/src/gserror.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gserror.h:1,34 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gserror.h:1,30
	  /* Copyright (C) 1994, 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gserror.h,v 1.2 2000/09/19 19:00:28 lpd Exp $ */
	+ /* $Id: gserror.h,v 1.9 2004/12/08 21:35:13 stefan Exp $ */
	  /* Error return macros */
	  
	  #ifndef gserror_INCLUDED
	  #  define gserror_INCLUDED
	  
	- int gs_log_error(P3(int, const char *, int));
	+ int gs_log_error(int, const char *, int);
	  #ifndef DEBUG
	  #  define gs_log_error(err, file, line) (err)
	  #endif
	  #define gs_note_error(err) gs_log_error(err, __FILE__, __LINE__)
	  #define return_error(err) return gs_note_error(err)
	- #define return_if_error(expr)\
	-   BEGIN int code_ = (expr); if ( code_ < 0 ) return code_; END
	  
	  #endif /* gserror_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 1695 Jan 16 20:48 sys/src/cmd/gs/src/gserrors.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gserrors.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gserrors.h:1,20
	  /* Copyright (C) 1989, 1993, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gserrors.h,v 1.2 2000/09/19 19:00:28 lpd Exp $ */
	+ /* $Id: gserrors.h,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* Error code definitions */
	  
	  #ifndef gserrors_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 9330 Jan 16 20:48 sys/src/cmd/gs/src/gserver.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 1489 Jan 16 20:48 sys/src/cmd/gs/src/gsexit.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 17601 Jan 16 20:48 sys/src/cmd/gs/src/gsfcmap.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 2234 Jan 16 20:48 sys/src/cmd/gs/src/gsfcmap.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 19990 Jan 16 20:48 sys/src/cmd/gs/src/gsfemu.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsfemu.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsfemu.c:1,20
	  /* Copyright (C) 1989, 1996, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsfemu.c,v 1.2 2000/09/19 19:00:28 lpd Exp $ */
	+ /* $Id: gsfemu.c,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* Floating point emulator for gcc */
	  
	  /* We actually only need arch.h + uint and ulong, but because signal.h */
 [rsc] --rw-rw-r-- M 661145 glenda sys 11399 Jan 16 20:48 sys/src/cmd/gs/src/gsflip.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1499 Jan 16 20:48 sys/src/cmd/gs/src/gsflip.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsflip.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsflip.h:1,20
	  /* Copyright (C) 1996, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsflip.h,v 1.2 2000/09/19 19:00:28 lpd Exp $ */
	+ /* $Id: gsflip.h,v 1.5 2002/06/16 08:45:42 lpd Exp $ */
	  /* Interface to routines for "flipping" image data */
	  
	  #ifndef gsflip_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsflip.h:31,38 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsflip.h:29,36
	   * bits_per_sample must be 1, 2, 4, 8, or 12.  Returns -1 if num_planes or
	   * bits_per_sample is invalid, otherwise 0.
	   */
	- extern int image_flip_planes(P6(byte * buffer, const byte ** planes,
	- 				int offset, int nbytes,
	- 				int num_planes, int bits_per_sample));
	+ extern int image_flip_planes(byte * buffer, const byte ** planes,
	+ 			     int offset, int nbytes,
	+ 			     int num_planes, int bits_per_sample);
	  
	  #endif /* gsflip_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 3315 Jan 16 20:48 sys/src/cmd/gs/src/gsfname.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsfname.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsfname.c:1,20
	  /* Copyright (C) 1993, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsfname.c,v 1.2 2000/09/19 19:00:28 lpd Exp $ */
	+ /* $Id: gsfname.c,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* File name utilities */
	  #include "memory_.h"
	  #include "gserror.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 2134 Jan 16 20:48 sys/src/cmd/gs/src/gsfname.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 29107 Jan 16 20:48 sys/src/cmd/gs/src/gsfont.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 3495 Jan 16 20:48 sys/src/cmd/gs/src/gsfont.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3799 Jan 16 20:48 sys/src/cmd/gs/src/gsfont0.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsfont0.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsfont0.c:1,20
	  /* Copyright (C) 1994, 1996, 1997, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsfont0.c,v 1.2 2000/09/19 19:00:28 lpd Exp $ */
	+ /* $Id: gsfont0.c,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* Composite font operations for Ghostscript library */
	  #include "memory_.h"
	  #include "gx.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 6152 Jan 16 20:48 sys/src/cmd/gs/src/gsfunc.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 7709 Jan 16 20:48 sys/src/cmd/gs/src/gsfunc.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 45854 Jan 16 20:48 sys/src/cmd/gs/src/gsfunc0.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 2236 Jan 16 20:48 sys/src/cmd/gs/src/gsfunc0.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 22423 Jan 16 20:48 sys/src/cmd/gs/src/gsfunc3.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 3840 Jan 16 20:48 sys/src/cmd/gs/src/gsfunc3.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3494 Jan 16 20:48 sys/src/cmd/gs/src/gsgc.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsgc.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsgc.h:1,20
	  /* Copyright (C) 1996, 1999, 2001 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsgc.h,v 1.3 2001/06/17 04:03:52 lpd Exp $ */
	+ /* $Id: gsgc.h,v 1.6 2002/06/16 08:45:42 lpd Exp $ */
	  /* Library-level interface to garbage collector */
	  
	  /*
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsgc.h:71,77 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsgc.h:69,75
	   * collide with the reclaim member of gs_dual_memory_t.
	   */
	  #define vm_reclaim_proc(proc)\
	-   void proc(P2(vm_spaces *pspaces, bool global))
	+   void proc(vm_spaces *pspaces, bool global)
	  struct vm_spaces_s {
	      vm_reclaim_proc((*vm_reclaim));
	      union {
 [rsc] --rw-rw-r-- M 661145 glenda sys 4115 Jan 16 20:49 sys/src/cmd/gs/src/gshsb.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gshsb.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gshsb.c:1,20
	  /* Copyright (C) 1994, 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gshsb.c,v 1.2 2000/09/19 19:00:29 lpd Exp $ */
	+ /* $Id: gshsb.c,v 1.5 2002/06/16 05:48:55 lpd Exp $ */
	  /* HSB color operators for Ghostscript library */
	  #include "gx.h"
	  #include "gscolor.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gshsb.c:24,31 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gshsb.c:22,29
	  #include "gxfrac.h"
	  
	  /* Forward references */
	- private void color_hsb_to_rgb(P4(floatp h, floatp s, floatp b, float rgb[3]));
	- private void color_rgb_to_hsb(P4(floatp r, floatp g, floatp b, float hsb[3]));
	+ private void color_hsb_to_rgb(floatp h, floatp s, floatp b, float rgb[3]);
	+ private void color_rgb_to_hsb(floatp r, floatp g, floatp b, float hsb[3]);
	  
	  /* Force a parameter into the range [0.0..1.0]. */
	  #define force_unit(p) (p < 0.0 ? 0.0 : p > 1.0 ? 1.0 : p)
 [rsc] --rw-rw-r-- M 661145 glenda sys 951 Jan 16 20:49 sys/src/cmd/gs/src/gshsb.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gshsb.h:1,28 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gshsb.h:1,26
	  /* Copyright (C) 1994 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gshsb.h,v 1.2 2000/09/19 19:00:29 lpd Exp $ */
	+ /* $Id: gshsb.h,v 1.5 2002/06/16 08:45:42 lpd Exp $ */
	  /* Client interface to HSB color routines */
	  
	  #ifndef gshsb_INCLUDED
	  #  define gshsb_INCLUDED
	  
	- int gs_sethsbcolor(P4(gs_state *, floatp, floatp, floatp)),
	-     gs_currenthsbcolor(P2(const gs_state *, float[3]));
	+ int gs_sethsbcolor(gs_state *, floatp, floatp, floatp),
	+     gs_currenthsbcolor(const gs_state *, float[3]);
	  
	  #endif /* gshsb_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 48386 Jan 16 20:49 sys/src/cmd/gs/src/gsht.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 2425 Jan 16 20:49 sys/src/cmd/gs/src/gsht.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 19754 Jan 16 20:49 sys/src/cmd/gs/src/gsht1.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 1946 Jan 16 20:49 sys/src/cmd/gs/src/gsht1.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 21844 Jan 16 20:49 sys/src/cmd/gs/src/gshtscr.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 15065 Jan 16 20:49 sys/src/cmd/gs/src/gshtx.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 4726 Jan 16 20:49 sys/src/cmd/gs/src/gshtx.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 17485 Jan 16 20:49 sys/src/cmd/gs/src/gsimage.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 8472 Jan 16 20:49 sys/src/cmd/gs/src/gsimage.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 5919 Jan 16 20:49 sys/src/cmd/gs/src/gsimpath.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsimpath.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsimpath.c:1,20
	  /* Copyright (C) 1989, 1992, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsimpath.c,v 1.2 2000/09/19 19:00:29 lpd Exp $ */
	+ /* $Id: gsimpath.c,v 1.5 2002/06/16 05:48:55 lpd Exp $ */
	  /* Image to outline conversion for Ghostscript library */
	  #include "gx.h"
	  #include "gserrors.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsimpath.c:43,51 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsimpath.c:41,49
	  #define step 1
	  
	  /* Forward declarations */
	- private int get_pixel(P3(const status *, int, int));
	- private int trace_from(P4(status *, int, int, int));
	- private int add_dxdy(P4(status *, int, int, int));
	+ private int get_pixel(const status *, int, int);
	+ private int trace_from(status *, int, int, int);
	+ private int add_dxdy(status *, int, int, int);
	  
	  #define add_deltas(s, dx, dy, n)\
	    if ( (code = add_dxdy(s, dx, dy, n)) < 0 ) return code
 [rsc] --rw-rw-r-- M 661145 glenda sys 2073 Jan 16 20:49 sys/src/cmd/gs/src/gsinit.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2009 Jan 16 20:49 sys/src/cmd/gs/src/gsio.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsio.h:1,35 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsio.h:1,24
	  /* Copyright (C) 1989, 1990, 1993, 1996, 1999, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsio.h,v 1.5 2001/03/13 06:51:39 ghostgum Exp $ */
	+ /* $Id: gsio.h,v 1.8 2004/08/04 19:36:12 stefan Exp $ */
	  /* stdio redirection */
	  
	  #ifndef gsio_INCLUDED
	  #  define gsio_INCLUDED
	- 
	- /*
	-  * Define substitutes for stdin/out/err.  Eventually these will always be
	-  * referenced through an instance structure.
	-  */
	- extern FILE *gs_stdio[3];
	- #define gs_stdin (gs_stdio[0])
	- #define gs_stdout (gs_stdio[1])
	- #define gs_stderr (gs_stdio[2])
	  
	  /*
	   * The library and interpreter must never use stdin/out/err directly.
 [rsc] --rw-rw-r-- M 661145 glenda sys 9670 Jan 16 20:49 sys/src/cmd/gs/src/gsiodev.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsiodev.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsiodev.c:1,20
	  /* Copyright (C) 1993, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsiodev.c,v 1.5 2001/03/16 22:12:34 giles Exp $ */
	+ /* $Id: gsiodev.c,v 1.8 2005/07/28 15:24:29 alexcher Exp $ */
	  /* IODevice implementation for Ghostscript */
	  #include "errno_.h"
	  #include "string_.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsiodev.c:191,197 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsiodev.c:189,195
	      *pfile = gp_fopen(fname, access);
	      if (*pfile == NULL)
	  	return_error(gs_fopen_errno_to_code(errno));
	-     if (rfname != NULL)
	+     if (rfname != NULL && rfname != fname)
	  	strcpy(rfname, fname);
	      return 0;
	  }
 [rsc] --rw-rw-r-- M 661145 glenda sys 10767 Jan 16 20:49 sys/src/cmd/gs/src/gsiparam.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1806 Jan 16 20:49 sys/src/cmd/gs/src/gsiparm2.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsiparm2.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsiparm2.h:1,20
	  /* Copyright (C) 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsiparm2.h,v 1.2 2000/09/19 19:00:29 lpd Exp $ */
	+ /* $Id: gsiparm2.h,v 1.5 2002/06/16 08:45:42 lpd Exp $ */
	  /* ImageType 2 image parameter definition */
	  
	  #ifndef gsiparm2_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsiparm2.h:57,62 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsiparm2.h:55,60
	   *      UnpaintedPath = 0
	   *      PixelCopy = false
	   */
	- void gs_image2_t_init(P1(gs_image2_t * pim));
	+ void gs_image2_t_init(gs_image2_t * pim);
	  
	  #endif /* gsiparm2_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 2004 Jan 16 20:49 sys/src/cmd/gs/src/gsiparm3.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsiparm3.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsiparm3.h:1,20
	  /* Copyright (C) 1997, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsiparm3.h,v 1.4 2000/09/19 19:00:29 lpd Exp $ */
	+ /* $Id: gsiparm3.h,v 1.7 2002/06/16 08:45:42 lpd Exp $ */
	  /* ImageType 3 image parameter definition */
	  
	  #ifndef gsiparm3_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsiparm3.h:54,60 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsiparm3.h:52,58
	  /*
	   * Initialize an ImageType 3 image.
	   */
	- void gs_image3_t_init(P3(gs_image3_t * pim, const gs_color_space * color_space,
	- 			 gs_image3_interleave_type_t interleave_type));
	+ void gs_image3_t_init(gs_image3_t * pim, const gs_color_space * color_space,
	+ 		      gs_image3_interleave_type_t interleave_type);
	  
	  #endif /* gsiparm3_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 1938 Jan 16 20:49 sys/src/cmd/gs/src/gsiparm4.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsiparm4.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsiparm4.h:1,20
	  /* Copyright (C) 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsiparm4.h,v 1.2 2000/09/19 19:00:29 lpd Exp $ */
	+ /* $Id: gsiparm4.h,v 1.5 2002/06/16 08:45:42 lpd Exp $ */
	  /* ImageType 4 image parameter definition */
	  
	  #ifndef gsiparm4_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsiparm4.h:53,58 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsiparm4.h:51,56
	   * Initialize an ImageType 4 image.  Defaults:
	   *      MaskColor_is_range = false
	   */
	- void gs_image4_t_init(P2(gs_image4_t * pim, const gs_color_space * color_space));
	+ void gs_image4_t_init(gs_image4_t * pim, const gs_color_space * color_space);
	  
	  #endif /* gsiparm4_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 7209 Jan 16 20:49 sys/src/cmd/gs/src/gsistate.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1929 Jan 16 20:49 sys/src/cmd/gs/src/gsjconf.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsjconf.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsjconf.h:1,20
	  /* Copyright (C) 1994, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsjconf.h,v 1.2 2000/09/19 19:00:29 lpd Exp $ */
	+ /* $Id: gsjconf.h,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* jconfig.h file for Independent JPEG Group code */
	  
	  #ifndef gsjconf_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 1647 Jan 16 20:49 sys/src/cmd/gs/src/gsjmorec.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsjmorec.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsjmorec.h:1,20
	  /* Copyright (C) 1994, 1995 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsjmorec.h,v 1.3 2000/10/18 01:55:33 alexcher Exp $ */
	+ /* $Id: gsjmorec.h,v 1.5 2002/02/21 22:24:52 giles Exp $ */
	  /* "Wrapper" for Independent JPEG Group code jmorecfg.h */
	  
	  #ifndef gsjmorec_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 31411 Jan 16 20:49 sys/src/cmd/gs/src/gslib.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 1375 Jan 16 20:49 sys/src/cmd/gs/src/gslib.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 8386 Jan 16 20:49 sys/src/cmd/gs/src/gsline.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsline.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsline.c:1,20
	  /* Copyright (C) 1989, 1995, 1996, 1997, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsline.c,v 1.2 2000/09/19 19:00:29 lpd Exp $ */
	+ /* $Id: gsline.c,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* Line parameter operators for Ghostscript library */
	  #include "math_.h"
	  #include "memory_.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 2523 Jan 16 20:49 sys/src/cmd/gs/src/gsline.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 1371 Jan 16 20:49 sys/src/cmd/gs/src/gslparam.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 15538 Jan 16 20:49 sys/src/cmd/gs/src/gsmalloc.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 2263 Jan 16 20:49 sys/src/cmd/gs/src/gsmalloc.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 17028 Jan 16 20:49 sys/src/cmd/gs/src/gsmatrix.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 3139 Jan 16 20:49 sys/src/cmd/gs/src/gsmatrix.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1731 Jan 16 20:49 sys/src/cmd/gs/src/gsmdebug.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsmdebug.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsmdebug.h:1,20
	  /* Copyright (C) 1995, 1996, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsmdebug.h,v 1.3 2001/08/01 16:21:35 stefan911 Exp $ */
	+ /* $Id: gsmdebug.h,v 1.6 2002/06/16 08:45:42 lpd Exp $ */
	  /* Allocator debugging definitions and interface */
	  /* Requires gdebug.h (for gs_debug) */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsmdebug.h:36,42 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsmdebug.h:34,40
	  #define gs_alloc_debug gs_debug['@']
	  
	  /* Conditionally fill unoccupied blocks with a pattern. */
	- extern void gs_alloc_memset(P3(void *, int /*byte */ , ulong));
	+ extern void gs_alloc_memset(void *, int /*byte */ , ulong);
	  
	  #ifdef DEBUG
	  #  define gs_alloc_fill(ptr, fill, len)\
 [rsc] --rw-rw-r-- M 661145 glenda sys 11581 Jan 16 20:49 sys/src/cmd/gs/src/gsmemlok.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsmemlok.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsmemlok.c:1,20
	  /* Copyright (C) 1998, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsmemlok.c,v 1.3 2000/09/19 19:00:29 lpd Exp $ */
	+ /* $Id: gsmemlok.c,v 1.6 2004/08/04 19:36:12 stefan Exp $ */
	  /* Monitor-locked heap memory allocator */
	  
	  /* Initial version 2/1/98 by John Desrosiers (soho@crl.com) */
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsmemlok.c:96,101 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsmemlok.c:94,100
	      lmem->procs = locked_procs;
	  
	      lmem->target = target;
	+     lmem->gs_lib_ctx = target->gs_lib_ctx;
	  
	      /* Allocate a monitor to serialize access to structures within */
	      lmem->monitor = gx_monitor_alloc(target);
 [rsc] --rw-rw-r-- M 661145 glenda sys 1938 Jan 16 20:49 sys/src/cmd/gs/src/gsmemlok.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 9933 Jan 16 20:49 sys/src/cmd/gs/src/gsmemory.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 16583 Jan 16 20:49 sys/src/cmd/gs/src/gsmemory.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 8635 Jan 16 20:49 sys/src/cmd/gs/src/gsmemraw.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 10957 Jan 16 20:49 sys/src/cmd/gs/src/gsmemret.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsmemret.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsmemret.c:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsmemret.c,v 1.2 2000/09/19 19:00:30 lpd Exp $ */
	+ /* $Id: gsmemret.c,v 1.5 2004/08/04 19:36:12 stefan Exp $ */
	  /* Retrying memory allocator */
	  
	  #include "gx.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsmemret.c:96,101 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsmemret.c:94,101
	      rmem->stable_memory = 0;
	      rmem->procs = retrying_procs;
	      rmem->target = target;
	+     rmem->gs_lib_ctx = target->gs_lib_ctx;
	+     rmem->non_gc_memory = (gs_memory_t *)rmem;
	      gs_memory_retrying_set_recover(rmem, no_recover_proc, NULL);
	      return 0;
	  }
 [rsc] --rw-rw-r-- M 661145 glenda sys 2443 Jan 16 20:49 sys/src/cmd/gs/src/gsmemret.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 33157 Jan 16 20:49 sys/src/cmd/gs/src/gsmisc.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 10195 Jan 16 20:49 sys/src/cmd/gs/src/gsnogc.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsnogc.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsnogc.c:1,20
	  /* Copyright (C) 1996, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsnogc.c,v 1.7 2001/04/20 09:56:22 joukj Exp $ */
	+ /* $Id: gsnogc.c,v 1.10 2002/06/16 05:48:55 lpd Exp $ */
	  /* String freelist implementation and ersatz garbage collector */
	  #include "gx.h"
	  #include "gsmdebug.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsnogc.c:307,313 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsnogc.c:305,311
	   * within the chunk if possible.
	   */
	  
	- private void use_string_freelists(P1(gs_ref_memory_t *mem));
	+ private void use_string_freelists(gs_ref_memory_t *mem);
	  void
	  gs_nogc_reclaim(vm_spaces * pspaces, bool global)
	  {
 [rsc] --rw-rw-r-- M 661145 glenda sys 988 Jan 16 20:49 sys/src/cmd/gs/src/gsnogc.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsnogc.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsnogc.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsnogc.h,v 1.2 2000/09/19 19:00:30 lpd Exp $ */
	+ /* $Id: gsnogc.h,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* Interface to non-tracing GC */
	  
	  #ifndef gsnogc_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 4120 Jan 16 20:49 sys/src/cmd/gs/src/gsnorop.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsnorop.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsnorop.c:1,20
	  /* Copyright (C) 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsnorop.c,v 1.2 2000/09/19 19:00:30 lpd Exp $ */
	+ /* $Id: gsnorop.c,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* Stubs for unimplemented RasterOp */
	  #include "gx.h"
	  #include "gserrors.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 3345 Jan 16 20:49 sys/src/cmd/gs/src/gsnotify.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsnotify.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsnotify.c:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsnotify.c,v 1.2 2000/09/19 19:00:30 lpd Exp $ */
	+ /* $Id: gsnotify.c,v 1.5 2002/06/16 05:48:55 lpd Exp $ */
	  /* Notification machinery implementation */
	  #include "gx.h"
	  #include "gserrors.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsnotify.c:65,71 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsnotify.c:63,69
	  int
	  gs_notify_unregister_calling(gs_notify_list_t *nlist, gs_notify_proc_t proc,
	  			     void *proc_data,
	- 			     void (*unreg_proc)(P1(void *pdata)))
	+ 			     void (*unreg_proc)(void *pdata))
	  {
	      gs_notify_registration_t **prev = &nlist->first;
	      gs_notify_registration_t *cur;
 [rsc] --rw-rw-r-- M 661145 glenda sys 3480 Jan 16 20:49 sys/src/cmd/gs/src/gsnotify.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 801 Jan 16 20:49 sys/src/cmd/gs/src/gsos2.rc
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsos2.rc:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsos2.rc:1,20
	  /* Copyright (C) 1992, 1993 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsos2.rc,v 1.2 2000/09/19 19:00:30 lpd Exp $*/
	+ /* $Id: gsos2.rc,v 1.4 2002/02/21 22:24:52 giles Exp $*/
	  /* Resources for gsos2.exe, Ghostscript for OS/2 */
	  
	  ICON 1 obj\gsos2.ico
 [rsc] --rw-rw-r-- M 661145 glenda sys 12685 Jan 16 20:49 sys/src/cmd/gs/src/gspaint.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 1106 Jan 16 20:49 sys/src/cmd/gs/src/gspaint.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 12209 Jan 16 20:49 sys/src/cmd/gs/src/gsparam.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsparam.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsparam.c:1,20
	  /* Copyright (C) 1995, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsparam.c,v 1.4 2000/09/19 19:00:30 lpd Exp $ */
	+ /* $Id: gsparam.c,v 1.7 2002/10/07 08:28:56 ghostgum Exp $ */
	  /* Support for parameter lists */
	  #include "memory_.h"
	  #include "string_.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsparam.c:226,232 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsparam.c:224,230
	  			if (fv == 0)
	  			    return_error(gs_error_VMerror);
	  			for (i = 0; i < size; ++i)
	- 			    fv[i] = pvalue->value.ia.data[i];
	+ 			    fv[i] = (float)pvalue->value.ia.data[i];
	  			pvalue->value.fa.data = fv;
	  			pvalue->value.fa.persistent = false;
	  			goto ok;
 [rsc] --rw-rw-r-- M 661145 glenda sys 21015 Jan 16 20:49 sys/src/cmd/gs/src/gsparam.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 9986 Jan 16 20:49 sys/src/cmd/gs/src/gsparam2.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 11728 Jan 16 20:49 sys/src/cmd/gs/src/gsparams.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 2410 Jan 16 20:49 sys/src/cmd/gs/src/gsparams.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 5082 Jan 16 20:49 sys/src/cmd/gs/src/gsparamx.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsparamx.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsparamx.c:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsparamx.c,v 1.4 2001/09/14 04:23:11 lpd Exp $ */
	+ /* $Id: gsparamx.c,v 1.6 2002/02/21 22:24:52 giles Exp $ */
	  /* Extended parameter dictionary utilities */
	  #include "string_.h"
	  #include "gserror.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 1679 Jan 16 20:49 sys/src/cmd/gs/src/gsparamx.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 14236 Jan 16 20:49 sys/src/cmd/gs/src/gspath.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 3543 Jan 16 20:49 sys/src/cmd/gs/src/gspath.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 18182 Jan 16 20:49 sys/src/cmd/gs/src/gspath1.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 1206 Jan 16 20:49 sys/src/cmd/gs/src/gspath2.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 10716 Jan 16 20:49 sys/src/cmd/gs/src/gspcolor.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 4317 Jan 16 20:49 sys/src/cmd/gs/src/gspcolor.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1107 Jan 16 20:49 sys/src/cmd/gs/src/gspenum.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gspenum.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gspenum.h:1,20
	  /* Copyright (C) 1995 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gspenum.h,v 1.2 2000/09/19 19:00:31 lpd Exp $ */
	+ /* $Id: gspenum.h,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* Common definitions for client interface to path enumeration */
	  
	  #ifndef gspenum_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 35028 Jan 16 20:49 sys/src/cmd/gs/src/gspmdrv.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gspmdrv.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gspmdrv.c:1,20
	  /* Copyright (C) 1994 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gspmdrv.c,v 1.2 2000/09/19 19:00:31 lpd Exp $ */
	+ /* $Id: gspmdrv.c,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* Presentation Manager driver for Ghostscript */
	  /* Written by Russell Lang */
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 1005 Jan 16 20:49 sys/src/cmd/gs/src/gspmdrv.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gspmdrv.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gspmdrv.h:1,20
	  /* Copyright (C) 1992, 1993, 1994 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gspmdrv.h,v 1.2 2000/09/19 19:00:31 lpd Exp $ */
	+ /* $Id: gspmdrv.h,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* Definitions common to gspmdrv.c and gspmdrv.rc */
	  
	  #ifndef gspmdrv_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 1410 Jan 16 20:49 sys/src/cmd/gs/src/gspmdrv.rc
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gspmdrv.rc:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gspmdrv.rc:1,20
	  /* Copyright (C) 1992, 1993 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gspmdrv.rc,v 1.2 2000/09/19 19:00:31 lpd Exp $*/
	+ /* $Id: gspmdrv.rc,v 1.4 2002/02/21 22:24:52 giles Exp $*/
	  /* Resources for gspmdrv.exe, the PM display driver for Ghostscript */
	  
	  #include <os2.h>
 [rsc] --rw-rw-r-- M 661145 glenda sys 39529 Jan 16 20:49 sys/src/cmd/gs/src/gsptype1.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 5339 Jan 16 20:49 sys/src/cmd/gs/src/gsptype1.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 10798 Jan 16 20:49 sys/src/cmd/gs/src/gsptype2.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 3670 Jan 16 20:49 sys/src/cmd/gs/src/gsptype2.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3315 Jan 16 20:49 sys/src/cmd/gs/src/gsrect.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsrect.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsrect.h:1,20
	  /* Copyright (C) 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsrect.h,v 1.2 2000/09/19 19:00:32 lpd Exp $ */
	+ /* $Id: gsrect.h,v 1.5 2002/06/16 08:45:42 lpd Exp $ */
	  /* Rectangle utilities */
	  
	  #ifndef gsrect_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsrect.h:63,70 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsrect.h:61,68
	   * depending on the data type of the individual values: we'll only implement
	   * the variations that we need.
	   */
	- int int_rect_difference(P3(gs_int_rect * outer, const gs_int_rect * inner,
	- 			   gs_int_rect * diffs /*[4] */ ));
	+ int int_rect_difference(gs_int_rect * outer, const gs_int_rect * inner,
	+ 			gs_int_rect * diffs /*[4] */ );
	  
	  /*
	   * Check whether a parallelogram is a rectangle.
 [rsc] --rw-rw-r-- M 661145 glenda sys 6078 Jan 16 20:49 sys/src/cmd/gs/src/gsrefct.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2294 Jan 16 20:49 sys/src/cmd/gs/src/gsrop.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsrop.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsrop.c:1,20
	  /* Copyright (C) 1995, 1996, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsrop.c,v 1.2 2000/09/19 19:00:32 lpd Exp $ */
	+ /* $Id: gsrop.c,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* RasterOp / transparency accessing for library */
	  #include "gx.h"
	  #include "gserrors.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 1375 Jan 16 20:49 sys/src/cmd/gs/src/gsrop.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 9206 Jan 16 20:49 sys/src/cmd/gs/src/gsropc.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1744 Jan 16 20:49 sys/src/cmd/gs/src/gsropc.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsropc.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsropc.h:1,20
	  /* Copyright (C) 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsropc.h,v 1.2 2000/09/19 19:00:32 lpd Exp $ */
	+ /* $Id: gsropc.h,v 1.5 2002/06/16 08:45:42 lpd Exp $ */
	  /* RasterOp-compositing interface */
	  
	  #ifndef gsropc_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsropc.h:47,54 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsropc.h:45,52
	  } gs_composite_rop_params_t;
	  
	  /* Create a RasterOp-compositing object. */
	- int gs_create_composite_rop(P3(gs_composite_t ** ppcte,
	- 			       const gs_composite_rop_params_t * params,
	- 			       gs_memory_t * mem));
	+ int gs_create_composite_rop(gs_composite_t ** ppcte,
	+ 			    const gs_composite_rop_params_t * params,
	+ 			    gs_memory_t * mem);
	  
	  #endif /* gsropc_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 7746 Jan 16 20:49 sys/src/cmd/gs/src/gsropt.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsropt.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsropt.h:1,20
	  /* Copyright (C) 1995, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsropt.h,v 1.4 2001/04/05 23:21:15 raph Exp $ */
	+ /* $Id: gsropt.h,v 1.7 2002/06/16 08:45:42 lpd Exp $ */
	  /* RasterOp / transparency type definitions */
	  
	  #ifndef gsropt_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsropt.h:201,207 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsropt.h:199,205
	  
	  /* Define the interface to the table of 256 RasterOp procedures. */
	  typedef unsigned long rop_operand;
	- typedef rop_operand (*rop_proc)(P3(rop_operand D, rop_operand S, rop_operand T));
	+ typedef rop_operand (*rop_proc)(rop_operand D, rop_operand S, rop_operand T);
	  
	  /* Define the table of operand usage by the 256 RasterOp operations. */
	  typedef enum {
 [rsc] --rw-rw-r-- M 661145 glenda sys 16643 Jan 16 20:49 sys/src/cmd/gs/src/gsroptab.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 17086 Jan 16 20:49 sys/src/cmd/gs/src/gsshade.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 9133 Jan 16 20:49 sys/src/cmd/gs/src/gsshade.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 32373 Jan 16 20:49 sys/src/cmd/gs/src/gsstate.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 3221 Jan 16 20:49 sys/src/cmd/gs/src/gsstate.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 52592 Jan 16 20:49 sys/src/cmd/gs/src/gsstruct.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 3728 Jan 16 20:49 sys/src/cmd/gs/src/gsstype.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 20019 Jan 16 20:49 sys/src/cmd/gs/src/gstext.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 11818 Jan 16 20:49 sys/src/cmd/gs/src/gstext.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3379 Jan 16 20:49 sys/src/cmd/gs/src/gstrap.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gstrap.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gstrap.c:1,20
	  /* Copyright (C) 1997, 1998, 1999, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gstrap.c,v 1.3 2000/09/19 19:00:33 lpd Exp $ */
	+ /* $Id: gstrap.c,v 1.6 2002/06/16 05:48:55 lpd Exp $ */
	  /* Setting trapping parameters and zones */
	  #include "string_.h"
	  #include "gx.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gstrap.c:37,43 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gstrap.c:35,41
	  }
	  private int
	  trap_put_float_param(gs_param_list * plist, gs_param_name param_name,
	- 		     float *pval, bool(*check) (P1(float *pval)), int ecode)
	+ 		     float *pval, bool(*check) (float *pval), int ecode)
	  {
	      int code;
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 2148 Jan 16 20:49 sys/src/cmd/gs/src/gstrap.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gstrap.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gstrap.h:1,20
	  /* Copyright (C) 1997, 1998, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gstrap.h,v 1.3 2000/09/19 19:00:33 lpd Exp $ */
	+ /* $Id: gstrap.h,v 1.6 2002/06/16 08:45:42 lpd Exp $ */
	  /* Definitions for trapping parameters and zones */
	  
	  #ifndef gstrap_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gstrap.h:71,76 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gstrap.h:69,74
	  
	  /* ---------------- Procedures ---------------- */
	  
	- int gs_settrapparams(P2(gs_trap_params_t * params, gs_param_list * list));
	+ int gs_settrapparams(gs_trap_params_t * params, gs_param_list * list);
	  
	  #endif /* gstrap_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 1405 Jan 16 20:49 sys/src/cmd/gs/src/gx.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gx.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gx.h:1,20
	  /* Copyright (C) 1989, 1991, 1994 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gx.h,v 1.2 2000/09/19 19:00:33 lpd Exp $ */
	+ /* $Id: gx.h,v 1.44 2005/04/04 20:28:27 igor Exp $ */
	  /* Common internal definitions for Ghostscript library */
	  
	  #ifndef gx_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 15115 Jan 16 20:49 sys/src/cmd/gs/src/gstype1.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 7604 Jan 16 20:49 sys/src/cmd/gs/src/gstype1.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 21587 Jan 16 20:49 sys/src/cmd/gs/src/gstype2.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 34346 Jan 16 20:49 sys/src/cmd/gs/src/gstype42.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 4140 Jan 16 20:49 sys/src/cmd/gs/src/gstypes.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 2469 Jan 16 20:49 sys/src/cmd/gs/src/gsuid.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 7998 Jan 16 20:49 sys/src/cmd/gs/src/gsutil.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 2886 Jan 16 20:49 sys/src/cmd/gs/src/gsutil.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 894 Jan 16 20:49 sys/src/cmd/gs/src/gswin.rc
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gswin.rc:1,28 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gswin.rc:1,26
	  /* Copyright (C) 1996, Russell Lang.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	  
	- /*$Id: gswin.rc,v 1.2 2000/09/19 19:00:33 lpd Exp $*/
	+ /* $Id: gswin.rc,v 1.5 2002/03/30 01:29:38 ghostgum Exp $*/
	  #include <windows.h>
	  #include "dwmain.h"
	  
	- GSTEXT_ICON ICON gstext.ico
	- GSIMAGE_ICON ICON gsgraph.ico
	+ GSTEXT_ICON ICON gswin.ico
	+ GSIMAGE_ICON ICON gswin.ico
	  
	  #ifndef DS_3DLOOK
	  #define DS_3DLOOK 0x0004L	/* for Windows 95 look */
 [rsc] --rw-rw-r-- M 661145 glenda sys 1469 Jan 16 20:49 sys/src/cmd/gs/src/gswin32.rc
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gswin32.rc:1,8 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gswin32.rc:1,8
	  #include <windows.h>
	  #include "gp_mswin.h"
	  
	- GSTEXT_ICON ICON gstext.ico
	- GSIMAGE_ICON ICON gsgraph.ico
	+ GSTEXT_ICON ICON gswin.ico
	+ GSIMAGE_ICON ICON gswin.ico
	  
	  #ifndef DS_3DLOOK
	  #define DS_3DLOOK 0x0004L	/* for Windows 95 look */
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gswin32.rc:13,19 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gswin32.rc:13,19
	  CAPTION "Select Queue"
	  Font 8, "Helv"
	  {
	-  DEFPUSHBUTTON "&Ok", IDOK, 134, 12, 32, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP | WS_CHILD
	+  DEFPUSHBUTTON "&OK", IDOK, 134, 12, 32, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP | WS_CHILD
	   PUSHBUTTON "&Cancel", IDCANCEL, 134, 36, 32, 14, BS_PUSHBUTTON | WS_GROUP | WS_TABSTOP | WS_CHILD
	   LISTBOX SPOOL_PORT, 6, 6, 116, 50, LBS_NOTIFY | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_TABSTOP
	  }
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gswin32.rc:22,28 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gswin32.rc:22,28
	  STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
	  CAPTION "Select Printer Port"
	  BEGIN
	- 	CONTROL "&Ok", IDOK, "button", BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP | WS_CHILD, 72, 14, 32, 14
	+ 	CONTROL "&OK", IDOK, "button", BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP | WS_CHILD, 72, 14, 32, 14
	  	CONTROL "&Cancel", IDCANCEL, "button", BS_PUSHBUTTON | WS_GROUP | WS_TABSTOP | WS_CHILD, 72, 36, 32, 14
	  	CONTROL "", SPOOL_PORT, "LISTBOX", LBS_NOTIFY | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_TABSTOP, 8, 8, 56, 50
	  END
 [rsc] --rw-rw-r-- M 661145 glenda sys 69 Jan 16 20:49 sys/src/cmd/gs/src/gswin386.rc
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gswin386.rc:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gswin386.rc:1,4
	  #include "windows.h"
	  
	- texticon ICON gstext.ico
	- grpicon ICON gsgraph.ico
	+ texticon ICON gswin.ico
	+ grpicon ICON gswin.ico
 [rsc] --rw-rw-r-- M 661145 glenda sys 1263 Jan 16 20:49 sys/src/cmd/gs/src/gsxfont.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsxfont.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsxfont.h:1,20
	  /* Copyright (C) 1993 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsxfont.h,v 1.2 2000/09/19 19:00:33 lpd Exp $ */
	+ /* $Id: gsxfont.h,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* External font client definitions for Ghostscript library */
	  
	  #ifndef gsxfont_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 15544 Jan 16 20:49 sys/src/cmd/gs/src/gxacpath.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 17638 Jan 16 20:49 sys/src/cmd/gs/src/gxalloc.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2965 Jan 16 20:49 sys/src/cmd/gs/src/gxalpha.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxalpha.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxalpha.h:1,20
	  /* Copyright (C) 1997 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxalpha.h,v 1.2 2000/09/19 19:00:33 lpd Exp $ */
	+ /* $Id: gxalpha.h,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* Internal machinery for alpha channel support */
	  
	  #ifndef gxalpha_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 3299 Jan 16 20:49 sys/src/cmd/gs/src/gxarith.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3506 Jan 16 20:49 sys/src/cmd/gs/src/gxband.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxband.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxband.h:1,20
	  /* Copyright (C) 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxband.h,v 1.2 2000/09/19 19:00:33 lpd Exp $ */
	+ /* $Id: gxband.h,v 1.5 2005/03/14 18:08:36 dan Exp $ */
	  /* Band-processing parameters for Ghostscript */
	  
	  #ifndef gxband_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxband.h:28,33 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxband.h:26,32
	   * Define the parameters controlling banding.
	   */
	  typedef struct gx_band_params_s {
	+     bool page_uses_transparency; /* PDF 1.4 transparency is used on the page */
	      int BandWidth;		/* (optional) band width in pixels */
	      int BandHeight;		/* (optional) */
	      long BandBufferSpace;	/* (optional) */
 [rsc] --rw-rw-r-- M 661145 glenda sys 4285 Jan 16 20:49 sys/src/cmd/gs/src/gxbcache.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxbcache.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxbcache.c:1,20
	  /* Copyright (C) 1995, 1996 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxbcache.c,v 1.2 2000/09/19 19:00:33 lpd Exp $ */
	+ /* $Id: gxbcache.c,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* Bitmap cache implementation */
	  #include "memory_.h"
	  #include "gx.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 4273 Jan 16 20:49 sys/src/cmd/gs/src/gxbcache.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 7253 Jan 16 20:49 sys/src/cmd/gs/src/gxbitfmt.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxbitfmt.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxbitfmt.h:1,20
	  /* Copyright (C) 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxbitfmt.h,v 1.2 2000/09/19 19:00:33 lpd Exp $ */
	+ /* $Id: gxbitfmt.h,v 1.5 2002/08/22 07:12:29 henrys Exp $ */
	  /* Definitions for bitmap storage formats */
	  
	  #ifndef gxbitfmt_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxbitfmt.h:45,53 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxbitfmt.h:43,48
	    (GB_COLORS_GRAY | GB_COLORS_RGB | GB_COLORS_CMYK)
	  #define GB_COLORS_ALL\
	    (GB_COLORS_NATIVE | GB_COLORS_STANDARD_ALL)
	- #define gb_colors_for_device(dev)\
	-   ((dev)->color_info.num_components == 4 ? GB_COLORS_CMYK :\
	-    (dev)->color_info.num_components == 3 ? GB_COLORS_RGB : GB_COLORS_GRAY)
	  #define GB_COLORS_NAMES\
	    "colors_native", "colors_Gray", "colors_RGB", "colors_CMYK"
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 6563 Jan 16 20:49 sys/src/cmd/gs/src/gxbitmap.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 5127 Jan 16 20:49 sys/src/cmd/gs/src/gxbitops.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxbitops.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxbitops.h:1,20
	  /* Copyright (C) 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxbitops.h,v 1.2 2000/09/19 19:00:33 lpd Exp $ */
	+ /* $Id: gxbitops.h,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* Internal definitions for bitmap operations */
	  
	  #ifndef gxbitops_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 16418 Jan 16 20:49 sys/src/cmd/gs/src/gxccache.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 26893 Jan 16 20:49 sys/src/cmd/gs/src/gxccman.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 1891 Jan 16 20:49 sys/src/cmd/gs/src/gxcdevn.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 49829 Jan 16 20:49 sys/src/cmd/gs/src/gxchar.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 5843 Jan 16 20:49 sys/src/cmd/gs/src/gxchar.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 45561 Jan 16 20:49 sys/src/cmd/gs/src/gxcht.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 5505 Jan 16 20:49 sys/src/cmd/gs/src/gxcie.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 4827 Jan 16 20:49 sys/src/cmd/gs/src/gxcindex.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 24248 Jan 16 20:49 sys/src/cmd/gs/src/gxclbits.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 29563 Jan 16 20:49 sys/src/cmd/gs/src/gxcldev.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3895 Jan 16 20:49 sys/src/cmd/gs/src/gxclfile.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxclfile.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxclfile.c:1,20
	  /* Copyright (C) 1995, 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxclfile.c,v 1.3 2001/03/16 22:12:34 giles Exp $ */
	+ /* $Id: gxclfile.c,v 1.5 2002/02/21 22:24:53 giles Exp $ */
	  /* File-based command list implementation */
	  #include "stdio_.h"
	  #include "string_.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 48155 Jan 16 20:49 sys/src/cmd/gs/src/gxclimag.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 3218 Jan 16 20:49 sys/src/cmd/gs/src/gxclio.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 18738 Jan 16 20:49 sys/src/cmd/gs/src/gxclip.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 2941 Jan 16 20:49 sys/src/cmd/gs/src/gxclip.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 9770 Jan 16 20:49 sys/src/cmd/gs/src/gxclip2.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 1881 Jan 16 20:49 sys/src/cmd/gs/src/gxclip2.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 11952 Jan 16 20:49 sys/src/cmd/gs/src/gxclipm.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 973 Jan 16 20:49 sys/src/cmd/gs/src/gxclipm.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxclipm.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxclipm.h:1,20
	  /* Copyright (C) 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxclipm.h,v 1.2 2000/09/19 19:00:34 lpd Exp $ */
	+ /* $Id: gxclipm.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Definitions for mask clip device */
	  /* Requires gsstruct.h, gxdevice.h, gxdevmem.h */
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 1666 Jan 16 20:49 sys/src/cmd/gs/src/gxclipsr.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxclipsr.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxclipsr.h:1,20
	  /* Copyright (C) 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxclipsr.h,v 1.2 2000/09/19 19:00:34 lpd Exp $ */
	+ /* $Id: gxclipsr.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Internals of clipsave/cliprestore */
	  
	  #ifndef gxclipsr_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 25654 Jan 16 20:49 sys/src/cmd/gs/src/gxclist.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 14876 Jan 16 20:49 sys/src/cmd/gs/src/gxclist.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1565 Jan 16 20:49 sys/src/cmd/gs/src/gxcllzw.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxcllzw.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxcllzw.c:1,20
	  /* Copyright (C) 1997 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxcllzw.c,v 1.2 2000/09/19 19:00:34 lpd Exp $ */
	+ /* $Id: gxcllzw.c,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* LZW filter initialization for RAM-based band lists */
	  #include "std.h"
	  #include "gstypes.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 39546 Jan 16 20:49 sys/src/cmd/gs/src/gxclmem.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxclmem.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxclmem.c:1,20
	  /* Copyright (C) 1995, 1996, 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxclmem.c,v 1.2 2000/09/19 19:00:34 lpd Exp $ */
	+ /* $Id: gxclmem.c,v 1.5 2002/06/16 05:48:55 lpd Exp $ */
	  /* RAM-based command list implementation */
	  #include "memory_.h"
	  #include "gx.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxclmem.c:155,162 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxclmem.c:153,160
	  private_st_MEMFILE();
	  
	  	/* forward references */
	- private void memfile_free_mem(P1(MEMFILE * f));
	- private int memfile_init_empty(P1(MEMFILE * f));
	+ private void memfile_free_mem(MEMFILE * f);
	+ private int memfile_init_empty(MEMFILE * f);
	  
	  /************************************************/
	  /*   #define DEBUG      /- force statistics -/  */
 [rsc] --rw-rw-r-- M 661145 glenda sys 6387 Jan 16 20:49 sys/src/cmd/gs/src/gxclmem.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxclmem.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxclmem.h:1,20
	  /* Copyright (C) 1995, 1996, 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxclmem.h,v 1.2 2000/09/19 19:00:34 lpd Exp $ */
	+ /* $Id: gxclmem.h,v 1.5 2002/06/16 08:45:43 lpd Exp $ */
	  /* Definitions and declarations for clist implementation in memory. */
	  
	  #ifndef gxclmem_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxclmem.h:143,149 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxclmem.h:141,147
	  
	  /* Declare the procedures for returning the prototype filter states */
	  /* for compressing and decompressing the band list. */
	- const stream_state *clist_compressor_state(P1(void *));
	- const stream_state *clist_decompressor_state(P1(void *));
	+ const stream_state *clist_compressor_state(void *);
	+ const stream_state *clist_decompressor_state(void *);
	  
	  #endif /* gxclmem_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 3715 Jan 16 20:49 sys/src/cmd/gs/src/gxclpage.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxclpage.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxclpage.c:1,20
	  /* Copyright (C) 1997 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxclpage.c,v 1.2 2000/09/19 19:00:35 lpd Exp $ */
	+ /* $Id: gxclpage.c,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Page object management */
	  #include "gdevprn.h"
	  #include "gxcldev.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 2333 Jan 16 20:49 sys/src/cmd/gs/src/gxclpage.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 42385 Jan 16 20:50 sys/src/cmd/gs/src/gxclpath.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 10920 Jan 16 20:50 sys/src/cmd/gs/src/gxclpath.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 74443 Jan 16 20:50 sys/src/cmd/gs/src/gxclrast.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 16608 Jan 16 20:50 sys/src/cmd/gs/src/gxclread.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 20776 Jan 16 20:50 sys/src/cmd/gs/src/gxclrect.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 21395 Jan 16 20:50 sys/src/cmd/gs/src/gxclutil.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1700 Jan 16 20:50 sys/src/cmd/gs/src/gxclzlib.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxclzlib.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxclzlib.c:1,20
	  /* Copyright (C) 1997 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxclzlib.c,v 1.2 2000/09/19 19:00:35 lpd Exp $ */
	+ /* $Id: gxclzlib.c,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* zlib filter initialization for RAM-based band lists */
	  /* Must be compiled with -I$(ZSRCDIR) */
	  #include "std.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 47294 Jan 16 20:50 sys/src/cmd/gs/src/gxcmap.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 10383 Jan 16 20:50 sys/src/cmd/gs/src/gxcmap.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 3856 Jan 16 20:50 sys/src/cmd/gs/src/gxcolor2.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 5919 Jan 16 20:50 sys/src/cmd/gs/src/gxcomp.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 1409 Jan 16 20:50 sys/src/cmd/gs/src/gxcoord.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 29202 Jan 16 20:50 sys/src/cmd/gs/src/gxcpath.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 5293 Jan 16 20:50 sys/src/cmd/gs/src/gxcpath.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 10063 Jan 16 20:50 sys/src/cmd/gs/src/gxcspace.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4224 Jan 16 20:50 sys/src/cmd/gs/src/gxctable.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxctable.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxctable.c:1,20
	  /* Copyright (C) 1995, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxctable.c,v 1.3 2000/09/19 19:00:35 lpd Exp $ */
	+ /* $Id: gxctable.c,v 1.5 2002/02/21 22:24:53 giles Exp $ */
	  /* Color table lookup and interpolation */
	  #include "gx.h"
	  #include "gxfixed.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 2155 Jan 16 20:50 sys/src/cmd/gs/src/gxctable.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1564 Jan 16 20:50 sys/src/cmd/gs/src/gxcvalue.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxcvalue.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxcvalue.h:1,20
	  /* Copyright (C) 1995, 1996 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxcvalue.h,v 1.2 2000/09/19 19:00:35 lpd Exp $ */
	+ /* $Id: gxcvalue.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Definition of device color values */
	  
	  #ifndef gxcvalue_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 4952 Jan 16 20:50 sys/src/cmd/gs/src/gxdcconv.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxdcconv.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxdcconv.c:1,20
	  /* Copyright (C) 1992, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxdcconv.c,v 1.3 2000/09/19 19:00:35 lpd Exp $ */
	+ /* $Id: gxdcconv.c,v 1.6 2002/08/22 07:12:29 henrys Exp $ */
	  /* Conversion between device color spaces for Ghostscript */
	  #include "gx.h"
	  #include "gsdcolor.h"		/* for gxcmap.h */
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxdcconv.c:68,77 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxdcconv.c:66,75
	       * but they must agree with the ones in gs_init.ps.
	       */
	      frac bg =
	- 	(pis->black_generation == NULL ? frac_0 :
	+ 	(pis == NULL ? k : pis->black_generation == NULL ? frac_0 :
	  	 gx_map_color_frac(pis, k, black_generation));
	      signed_frac ucr =
	- 	(pis->undercolor_removal == NULL ? frac_0 :
	+ 	(pis == NULL ? k : pis->undercolor_removal == NULL ? frac_0 :
	  	 gx_map_color_frac(pis, k, undercolor_removal));
	  
	      if (ucr == frac_1)
 [rsc] --rw-rw-r-- M 661145 glenda sys 1313 Jan 16 20:50 sys/src/cmd/gs/src/gxdcconv.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 23693 Jan 16 20:50 sys/src/cmd/gs/src/gxdcolor.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 14056 Jan 16 20:50 sys/src/cmd/gs/src/gxdcolor.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 5566 Jan 16 20:50 sys/src/cmd/gs/src/gxdda.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxdda.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxdda.h:1,20
	  /* Copyright (C) 1994, 1995, 1996, 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxdda.h,v 1.2 2000/09/19 19:00:35 lpd Exp $ */
	+ /* $Id: gxdda.h,v 1.5 2003/08/26 15:38:50 igor Exp $ */
	  /* Definitions for DDAs */
	  /* Requires gxfixed.h */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxdda.h:79,85 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxdda.h:77,83
	    if ( (N) == 0 )\
	      (dstep).dQ = 0, (dstep).dR = 0;\
	    else if ( (D) < 0 )\
	-    { (dstep).dQ = -(-(D) / (N));\
	+    { (dstep).dQ = -(int)((uint)-(D) / (N));\
	       if ( ((dstep).dR = -(D) % (N)) != 0 )\
	         --(dstep).dQ, (dstep).dR = (N) - (dstep).dR;\
	     }\
 [rsc] --rw-rw-r-- M 661145 glenda sys 4114 Jan 16 20:50 sys/src/cmd/gs/src/gxdevbuf.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 62657 Jan 16 20:50 sys/src/cmd/gs/src/gxdevcli.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 24696 Jan 16 20:50 sys/src/cmd/gs/src/gxdevice.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 11351 Jan 16 20:50 sys/src/cmd/gs/src/gxdevmem.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1019 Jan 16 20:50 sys/src/cmd/gs/src/gxdevrop.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxdevrop.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxdevrop.h:1,20
	  /* Copyright (C) 1996, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxdevrop.h,v 1.2 2000/09/19 19:00:36 lpd Exp $ */
	+ /* $Id: gxdevrop.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Extension of gxdevice.h for RasterOp */
	  
	  #ifndef gxdevrop_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 6137 Jan 16 20:53 sys/src/cmd/gs/src/x_.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/x_.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/x_.h:1,20
	  /* Copyright (C) 1989, 1995, 1996, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: x_.h,v 1.3 2001/04/20 09:56:22 joukj Exp $ */
	+ /* $Id: x_.h,v 1.5 2002/02/21 22:24:54 giles Exp $ */
	  /* Header for including X library calls in Ghostscript X11 driver */
	  
	  #ifndef x__INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 13670 Jan 16 20:50 sys/src/cmd/gs/src/gxdht.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1446 Jan 16 20:50 sys/src/cmd/gs/src/gxdhtres.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxdhtres.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxdhtres.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxdhtres.h,v 1.2 2000/09/19 19:00:36 lpd Exp $ */
	+ /* $Id: gxdhtres.h,v 1.5 2002/06/16 08:45:43 lpd Exp $ */
	  /* Definitions for precompiled halftone resources */
	  
	  #ifndef gxdhtres_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxdhtres.h:44,49 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxdhtres.h:42,47
	  };
	  
	  #define DEVICE_HALFTONE_RESOURCE_PROC(proc)\
	-   const gx_device_halftone_resource_t *const *proc(P0())
	+   const gx_device_halftone_resource_t *const *proc(void)
	  
	  #endif /* gxdhtres_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 1709 Jan 16 20:50 sys/src/cmd/gs/src/gxdither.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 4571 Jan 16 20:50 sys/src/cmd/gs/src/gxfarith.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 12191 Jan 16 20:50 sys/src/cmd/gs/src/gxfcache.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 11790 Jan 16 20:50 sys/src/cmd/gs/src/gxfcmap.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 67755 Jan 16 20:50 sys/src/cmd/gs/src/gxfill.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 11211 Jan 16 20:50 sys/src/cmd/gs/src/gxfixed.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 3893 Jan 16 20:50 sys/src/cmd/gs/src/gxfmap.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 18603 Jan 16 20:50 sys/src/cmd/gs/src/gxfont.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 2604 Jan 16 20:50 sys/src/cmd/gs/src/gxfont0.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 5549 Jan 16 20:50 sys/src/cmd/gs/src/gxfont1.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 5455 Jan 16 20:50 sys/src/cmd/gs/src/gxfont42.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3616 Jan 16 20:50 sys/src/cmd/gs/src/gxfrac.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxfrac.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxfrac.h:1,20
	  /* Copyright (C) 1992, 1993, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxfrac.h,v 1.3 2000/11/03 04:53:00 lpd Exp $ */
	+ /* $Id: gxfrac.h,v 1.5 2002/02/21 22:24:53 giles Exp $ */
	  /* Fraction representation for Ghostscript */
	  
	  #ifndef gxfrac_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 1662 Jan 16 20:50 sys/src/cmd/gs/src/gxftype.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxftype.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxftype.h:1,20
	  /* Copyright (C) 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxftype.h,v 1.2 2000/09/19 19:00:37 lpd Exp $ */
	+ /* $Id: gxftype.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Definition of font type and bitmap font behavior */
	  
	  #ifndef gxftype_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 2700 Jan 16 20:50 sys/src/cmd/gs/src/gxfunc.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 3592 Jan 16 20:50 sys/src/cmd/gs/src/gxgetbit.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 28623 Jan 16 20:50 sys/src/cmd/gs/src/gxht.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 8594 Jan 16 20:50 sys/src/cmd/gs/src/gxht.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 7921 Jan 16 20:50 sys/src/cmd/gs/src/gxhtbit.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxhtbit.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxhtbit.c:1,20
	  /* Copyright (C) 1999, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxhtbit.c,v 1.3 2000/09/19 19:00:37 lpd Exp $ */
	+ /* $Id: gxhtbit.c,v 1.5 2002/02/21 22:24:53 giles Exp $ */
	  /* Halftone bit updating for imaging library */
	  #include "memory_.h"
	  #include "gx.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 1539 Jan 16 20:50 sys/src/cmd/gs/src/gxhttile.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxhttile.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxhttile.h:1,20
	  /* Copyright (C) 1995, 1996 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxhttile.h,v 1.2 2000/09/19 19:00:37 lpd Exp $ */
	+ /* $Id: gxhttile.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Halftone tile definition */
	  /* Requires gxbitmap.h */
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 1628 Jan 16 20:50 sys/src/cmd/gs/src/gxhttype.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxhttype.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxhttype.h:1,20
	  /* Copyright (C) 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxhttype.h,v 1.2 2000/09/19 19:00:37 lpd Exp $ */
	+ /* $Id: gxhttype.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Client halftone type enumeration */
	  
	  #ifndef gxhttype_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 10824 Jan 16 20:50 sys/src/cmd/gs/src/gxi12bit.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 2680 Jan 16 20:50 sys/src/cmd/gs/src/gxiclass.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 13902 Jan 16 20:50 sys/src/cmd/gs/src/gxicolor.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 12808 Jan 16 20:50 sys/src/cmd/gs/src/gxidata.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 21676 Jan 16 20:50 sys/src/cmd/gs/src/gxifast.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 14135 Jan 16 20:50 sys/src/cmd/gs/src/gximage.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 11528 Jan 16 20:50 sys/src/cmd/gs/src/gximage.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 6379 Jan 16 20:50 sys/src/cmd/gs/src/gximage1.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gximage1.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gximage1.c:1,20
	  /* Copyright (C) 1989, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gximage1.c,v 1.5 2000/09/19 19:00:38 lpd Exp $ */
	+ /* $Id: gximage1.c,v 1.7 2002/02/21 22:24:53 giles Exp $ */
	  /* ImageType 1 initialization */
	  #include "gx.h"
	  #include "gserrors.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 10287 Jan 16 20:50 sys/src/cmd/gs/src/gximage2.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 24843 Jan 16 20:50 sys/src/cmd/gs/src/gximage3.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4648 Jan 16 20:50 sys/src/cmd/gs/src/gximage4.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gximage4.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gximage4.c:1,20
	  /* Copyright (C) 1998, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gximage4.c,v 1.3 2000/09/19 19:00:38 lpd Exp $ */
	+ /* $Id: gximage4.c,v 1.6 2005/04/13 20:04:46 ray Exp $ */
	  /* ImageType 4 image implementation */
	  #include "memory_.h"
	  #include "gx.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gximage4.c:92,99 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gximage4.c:90,99
	  	    else
	  		c0 = c1 = pim->MaskColor[i >> 1];
	  
	- 	    if ((c0 | c1) > max_value)
	+ 	    if ((c0 | c1) > max_value) {
	+ 		gs_free_object(mem, penum, "gx_begin_image4");
	  		return_error(gs_error_rangecheck);
	+ 	    }
	  	    if (c0 > c1) {
	  		opaque = true;	/* pixel can never match mask color */
	  		break;
 [rsc] --rw-rw-r-- M 661145 glenda sys 14907 Jan 16 20:50 sys/src/cmd/gs/src/gximono.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 874 Jan 16 20:50 sys/src/cmd/gs/src/gxino12b.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxino12b.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxino12b.c:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxino12b.c,v 1.2 2000/09/19 19:00:38 lpd Exp $ */
	+ /* $Id: gxino12b.c,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Dummy 12-bit image procedure */
	  #include "std.h"
	  #include "gstypes.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 7069 Jan 16 20:50 sys/src/cmd/gs/src/gxiodev.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 8641 Jan 16 20:50 sys/src/cmd/gs/src/gxiparam.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 26216 Jan 16 20:50 sys/src/cmd/gs/src/gxipixel.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 10271 Jan 16 20:50 sys/src/cmd/gs/src/gxiscale.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 10901 Jan 16 20:50 sys/src/cmd/gs/src/gxistate.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 2749 Jan 16 20:50 sys/src/cmd/gs/src/gxline.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1064 Jan 16 20:50 sys/src/cmd/gs/src/gxlum.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxlum.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxlum.h:1,20
	  /* Copyright (C) 1992 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxlum.h,v 1.2 2000/09/19 19:00:39 lpd Exp $ */
	+ /* $Id: gxlum.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Luminance computation parameters for Ghostscript */
	  
	  #ifndef gxlum_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 3815 Jan 16 20:50 sys/src/cmd/gs/src/gxmatrix.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3391 Jan 16 20:50 sys/src/cmd/gs/src/gxmclip.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxmclip.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxmclip.c:1,20
	  /* Copyright (C) 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxmclip.c,v 1.2 2000/09/19 19:00:39 lpd Exp $ */
	+ /* $Id: gxmclip.c,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Mask clipping support */
	  #include "gx.h"
	  #include "gxdevice.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 3678 Jan 16 20:50 sys/src/cmd/gs/src/gxmclip.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 6108 Jan 16 20:50 sys/src/cmd/gs/src/gxobj.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 12627 Jan 16 20:50 sys/src/cmd/gs/src/gxp1fill.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1556 Jan 16 20:50 sys/src/cmd/gs/src/gxp1impl.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxp1impl.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxp1impl.h:1,20
	  /* Copyright (C) 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxp1impl.h,v 1.2 2000/09/19 19:00:39 lpd Exp $ */
	+ /* $Id: gxp1impl.h,v 1.5 2002/06/16 08:45:43 lpd Exp $ */
	  /* PatternType 1 implementation interface */
	  /* Requires gxpcolor.h */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxp1impl.h:36,43 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxp1impl.h:34,41
	  /*
	   * Declare the Pattern color mapping procedures exported by gxpcmap.c.
	   */
	- int gx_pattern_load(P4(gx_device_color *, const gs_imager_state *,
	- 		       gx_device *, gs_color_select_t));
	+ int gx_pattern_load(gx_device_color *, const gs_imager_state *,
	+ 		    gx_device *, gs_color_select_t);
	  pattern_proc_remap_color(gs_pattern1_remap_color);
	  
	  #endif /* gxp1impl_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 10786 Jan 16 20:50 sys/src/cmd/gs/src/gxpageq.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxpageq.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxpageq.c:1,20
	  /* Copyright (C) 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxpageq.c,v 1.2 2000/09/19 19:00:39 lpd Exp $ */
	+ /* $Id: gxpageq.c,v 1.5 2002/06/16 05:48:56 lpd Exp $ */
	  /* Page queue implementation */
	  
	  /* Initial version 2/1/98 by John Desrosiers (soho@crl.com) */
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxpageq.c:60,68 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxpageq.c:58,66
	  
	  /* ------------ Forward Decl's --------------------------- */
	  private gx_page_queue_entry_t *	/* removed entry, 0 if none avail */
	-     gx_page_queue_remove_first(P1(
	- 				  gx_page_queue_t * queue	/* page queue to retrieve from */
	- 				  ));
	+     gx_page_queue_remove_first(
	+ 			       gx_page_queue_t * queue	/* page queue to retrieve from */
	+ 			       );
	  
	  
	  /* --------------------Procedures------------------------- */
 [rsc] --rw-rw-r-- M 661145 glenda sys 10909 Jan 16 20:50 sys/src/cmd/gs/src/gxpageq.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 2913 Jan 16 20:50 sys/src/cmd/gs/src/gxpaint.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 4040 Jan 16 20:50 sys/src/cmd/gs/src/gxpaint.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 28715 Jan 16 20:50 sys/src/cmd/gs/src/gxpath.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 13371 Jan 16 20:50 sys/src/cmd/gs/src/gxpath.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 14456 Jan 16 20:50 sys/src/cmd/gs/src/gxpath2.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1723 Jan 16 20:50 sys/src/cmd/gs/src/gxpcache.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxpcache.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxpcache.h:1,20
	  /* Copyright (C) 1997 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxpcache.h,v 1.2 2000/09/19 19:00:39 lpd Exp $ */
	+ /* $Id: gxpcache.h,v 1.5 2002/06/16 08:45:43 lpd Exp $ */
	  /* Definition of Pattern cache */
	  
	  #ifndef gxpcache_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxpcache.h:45,51 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxpcache.h:43,49
	      uint next;			/* round-robin index */
	      ulong bits_used;
	      ulong max_bits;
	-     void (*free_all) (P1(gx_pattern_cache *));
	+     void (*free_all) (gx_pattern_cache *);
	  };
	  
	  #define private_st_pattern_cache() /* in gxpcmap.c */\
 [rsc] --rw-rw-r-- M 661145 glenda sys 22457 Jan 16 20:50 sys/src/cmd/gs/src/gxpcmap.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 8746 Jan 16 20:50 sys/src/cmd/gs/src/gxpcolor.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 22721 Jan 16 20:50 sys/src/cmd/gs/src/gxpcopy.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 5709 Jan 16 20:50 sys/src/cmd/gs/src/gxpdash.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 20274 Jan 16 20:50 sys/src/cmd/gs/src/gxpflat.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1568 Jan 16 20:50 sys/src/cmd/gs/src/gxropc.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxropc.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxropc.h:1,20
	  /* Copyright (C) 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxropc.h,v 1.2 2000/09/19 19:00:40 lpd Exp $ */
	+ /* $Id: gxropc.h,v 1.5 2002/06/16 08:45:43 lpd Exp $ */
	  /* Internals for RasterOp compositing */
	  
	  #ifndef gxropc_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxropc.h:41,47 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxropc.h:39,45
	   * We make this visible so that clients can allocate gs_composite_rop_t
	   * objects on the stack, to reduce memory manager overhead.
	   */
	- void gx_init_composite_rop(P2(gs_composite_rop_t * pcte,
	- 			      const gs_composite_rop_params_t * params));
	+ void gx_init_composite_rop(gs_composite_rop_t * pcte,
	+ 			   const gs_composite_rop_params_t * params);
	  
	  #endif /* gxropc_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 1739 Jan 16 20:50 sys/src/cmd/gs/src/gxrplane.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxrplane.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxrplane.h:1,20
	  /* Copyright (C) 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxrplane.h,v 1.2 2000/09/19 19:00:40 lpd Exp $ */
	+ /* $Id: gxrplane.h,v 1.5 2002/06/16 08:45:43 lpd Exp $ */
	  /* Definitions for planar rendering */
	  
	  #ifndef gxrplane_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxrplane.h:45,51 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxrplane.h:43,49
	   * it will be made a property of the device somehow, perhaps in the
	   * color_info.)
	   */
	- int gx_render_plane_init(P3(gx_render_plane_t *render_plane,
	- 			    const gx_device *dev, int index));
	+ int gx_render_plane_init(gx_render_plane_t *render_plane,
	+ 			 const gx_device *dev, int index);
	  
	  #endif /* gxrplane_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 3737 Jan 16 20:50 sys/src/cmd/gs/src/gxsample.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 2996 Jan 16 20:50 sys/src/cmd/gs/src/gxsample.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 10470 Jan 16 20:50 sys/src/cmd/gs/src/gxshade.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 7849 Jan 16 20:50 sys/src/cmd/gs/src/gxshade.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 23890 Jan 16 20:50 sys/src/cmd/gs/src/gxshade1.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 6127 Jan 16 20:50 sys/src/cmd/gs/src/gxshade4.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 6714 Jan 16 20:50 sys/src/cmd/gs/src/gxshade4.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 118438 Jan 16 20:50 sys/src/cmd/gs/src/gxshade6.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 2939 Jan 16 20:50 sys/src/cmd/gs/src/gxstate.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 46693 Jan 16 20:50 sys/src/cmd/gs/src/gxstroke.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4274 Jan 16 20:50 sys/src/cmd/gs/src/gxsync.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxsync.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxsync.c:1,20
	  /* Copyright (C) 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxsync.c,v 1.2 2000/09/19 19:00:40 lpd Exp $ */
	+ /* $Id: gxsync.c,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Interface to platform-based synchronization primitives */
	  
	  /* Initial version 2/1/98 by John Desrosiers (soho@crl.com) */
 [rsc] --rw-rw-r-- M 661145 glenda sys 2653 Jan 16 20:50 sys/src/cmd/gs/src/gxsync.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 12063 Jan 16 20:50 sys/src/cmd/gs/src/gxtext.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 1791 Jan 16 20:50 sys/src/cmd/gs/src/gxtmap.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 18022 Jan 16 20:50 sys/src/cmd/gs/src/gxtype1.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 8578 Jan 16 20:50 sys/src/cmd/gs/src/gxtype1.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 6394 Jan 16 20:50 sys/src/cmd/gs/src/gxxfont.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 2063 Jan 16 20:50 sys/src/cmd/gs/src/gzacpath.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 4001 Jan 16 20:50 sys/src/cmd/gs/src/gzcpath.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 10342 Jan 16 20:50 sys/src/cmd/gs/src/gzht.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1353 Jan 16 20:50 sys/src/cmd/gs/src/gzline.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gzline.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gzline.h:1,20
	  /* Copyright (C) 1989, 1995, 1996 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gzline.h,v 1.2 2000/09/19 19:00:40 lpd Exp $ */
	+ /* $Id: gzline.h,v 1.5 2002/06/16 08:45:43 lpd Exp $ */
	  /* Line parameter implementation */
	  
	  #ifndef gzline_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gzline.h:34,39 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gzline.h:32,37
	  #define st_line_params_num_ptrs 1
	  
	  /* Internal accessor for line parameters in graphics state */
	- const gx_line_params *gs_currentlineparams(P1(const gs_imager_state *));
	+ const gx_line_params *gs_currentlineparams(const gs_imager_state *);
	  
	  #endif /* gzline_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 14612 Jan 16 20:50 sys/src/cmd/gs/src/gzpath.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 5466 Jan 16 20:50 sys/src/cmd/gs/src/gzstate.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 11230 Jan 16 20:50 sys/src/cmd/gs/src/ialloc.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 4352 Jan 16 20:50 sys/src/cmd/gs/src/ialloc.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 974 Jan 16 20:50 sys/src/cmd/gs/src/iastate.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/iastate.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/iastate.h:1,20
	  /* Copyright (C) 1993, 1995 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: iastate.h,v 1.2 2000/09/19 19:00:41 lpd Exp $ */
	+ /* $Id: iastate.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Collected definitions for interpreter allocator state */
	  /* Requires gsmemory.h, gsstruct.h */
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 916 Jan 16 20:50 sys/src/cmd/gs/src/iastruct.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/iastruct.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/iastruct.h:1,20
	  /* Copyright (C) 1993, 1995 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: iastruct.h,v 1.2 2000/09/19 19:00:41 lpd Exp $ */
	+ /* $Id: iastruct.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Interpreter memory manager implementation structures */
	  
	  #ifndef iastruct_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 6003 Jan 16 20:50 sys/src/cmd/gs/src/ibnum.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 2887 Jan 16 20:50 sys/src/cmd/gs/src/ibnum.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 9948 Jan 16 20:50 sys/src/cmd/gs/src/iccfont.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 938 Jan 16 20:50 sys/src/cmd/gs/src/iccinit0.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/iccinit0.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/iccinit0.c:1,20
	  /* Copyright (C) 1995 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: iccinit0.c,v 1.2 2000/09/19 19:00:41 lpd Exp $ */
	+ /* $Id: iccinit0.c,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Initialization string for non-compiled initialization */
	  #include "stdpre.h"
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 1467 Jan 16 20:50 sys/src/cmd/gs/src/icfontab.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/icfontab.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/icfontab.c:1,20
	  /* Copyright (C) 1995, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: icfontab.c,v 1.2 2000/09/19 19:00:41 lpd Exp $ */
	+ /* $Id: icfontab.c,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Table of compiled fonts */
	  #include "ccfont.h"
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 2926 Jan 16 20:50 sys/src/cmd/gs/src/ichar.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 2126 Jan 16 20:51 sys/src/cmd/gs/src/ichar1.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 2570 Jan 16 20:51 sys/src/cmd/gs/src/icharout.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 3612 Jan 16 20:51 sys/src/cmd/gs/src/icie.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 1995 Jan 16 20:51 sys/src/cmd/gs/src/icolor.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 2969 Jan 16 20:51 sys/src/cmd/gs/src/iconf.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 9502 Jan 16 20:51 sys/src/cmd/gs/src/icontext.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 1934 Jan 16 20:51 sys/src/cmd/gs/src/icontext.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1502 Jan 16 20:51 sys/src/cmd/gs/src/icremap.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/icremap.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/icremap.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: icremap.h,v 1.2 2000/09/19 19:00:42 lpd Exp $ */
	+ /* $Id: icremap.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Interpreter color remapping structure */
	  
	  #ifndef icremap_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 1700 Jan 16 20:51 sys/src/cmd/gs/src/icsmap.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/icsmap.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/icsmap.h:1,20
	  /* Copyright (C) 1994, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: icsmap.h,v 1.2 2000/09/19 19:00:42 lpd Exp $ */
	+ /* $Id: icsmap.h,v 1.5 2002/06/16 04:47:10 lpd Exp $ */
	  /* Interface to shared routines for loading the cached color space maps. */
	  
	  #ifndef icsmap_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/icsmap.h:38,46 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/icsmap.h:36,44
	   * base space, since the underlying space of an Indexed color space may be
	   * a Separation or DeviceN space.
	   */
	- int zcs_begin_map(P6(i_ctx_t *i_ctx_p, gs_indexed_map ** pmap,
	- 		     const ref * pproc, int num_entries,
	- 		     const gs_direct_color_space * base_space,
	- 		     op_proc_t map1));
	+ int zcs_begin_map(i_ctx_t *i_ctx_p, gs_indexed_map ** pmap,
	+ 		  const ref * pproc, int num_entries,
	+ 		  const gs_direct_color_space * base_space,
	+ 		  op_proc_t map1);
	  
	  #endif /* icsmap_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 2847 Jan 16 20:51 sys/src/cmd/gs/src/icstate.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1665 Jan 16 20:51 sys/src/cmd/gs/src/iddict.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/iddict.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/iddict.h:1,20
	  /* Copyright (C) 1992, 1996, 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: iddict.h,v 1.2 2000/09/19 19:00:42 lpd Exp $ */
	+ /* $Id: iddict.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Dictionary API with implicit dict_stack argument */
	  
	  #ifndef iddict_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 1338 Jan 16 20:51 sys/src/cmd/gs/src/iddstack.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/iddstack.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/iddstack.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: iddstack.h,v 1.2 2000/09/19 19:00:42 lpd Exp $ */
	+ /* $Id: iddstack.h,v 1.5 2002/06/16 04:47:10 lpd Exp $ */
	  /* Dictionary stack API subset needed by idict.h */
	  
	  #ifndef iddstack_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/iddstack.h:32,40 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/iddstack.h:30,38
	   * dictionary stack (including changing the protection or size of the
	   * top dictionary on the stack) must call this.
	   */
	- void dstack_set_top(P1(dict_stack_t *));
	+ void dstack_set_top(dict_stack_t *);
	  
	  /* Check whether a dictionary is one of the permanent ones on the d-stack. */
	- bool dstack_dict_is_permanent(P2(const dict_stack_t *, const ref *));
	+ bool dstack_dict_is_permanent(const dict_stack_t *, const ref *);
	  
	  #endif /* iddstack_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 8317 Jan 16 20:51 sys/src/cmd/gs/src/idebug.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 1714 Jan 16 20:51 sys/src/cmd/gs/src/idebug.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 26536 Jan 16 20:51 sys/src/cmd/gs/src/idict.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 10036 Jan 16 20:51 sys/src/cmd/gs/src/idict.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4876 Jan 16 20:51 sys/src/cmd/gs/src/idictdef.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/idictdef.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/idictdef.h:1,20
	  /* Copyright (C) 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: idictdef.h,v 1.2 2000/09/19 19:00:43 lpd Exp $ */
	+ /* $Id: idictdef.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Internals of dictionary implementation */
	  
	  #ifndef idictdef_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 1592 Jan 16 20:51 sys/src/cmd/gs/src/idosave.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/idosave.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/idosave.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: idosave.h,v 1.2 2000/09/19 19:00:43 lpd Exp $ */
	+ /* $Id: idosave.h,v 1.5 2002/06/16 04:47:10 lpd Exp $ */
	  /* Supporting procedures for 'save' recording. */
	  
	  #ifndef idosave_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/idosave.h:34,42 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/idosave.h:32,40
	   * relocate the pointer to it from the change record during garbage
	   * collection.
	   */
	- int alloc_save_change(P4(gs_dual_memory_t *dmem, const ref *pcont,
	- 			 ref_packed *ptr, client_name_t cname));
	- int alloc_save_change_in(P4(gs_ref_memory_t *mem, const ref *pcont,
	- 			    ref_packed *ptr, client_name_t cname));
	+ int alloc_save_change(gs_dual_memory_t *dmem, const ref *pcont,
	+ 		      ref_packed *ptr, client_name_t cname);
	+ int alloc_save_change_in(gs_ref_memory_t *mem, const ref *pcont,
	+ 			 ref_packed *ptr, client_name_t cname);
	  
	  #endif /* idosave_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 11476 Jan 16 20:51 sys/src/cmd/gs/src/idparam.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 4493 Jan 16 20:51 sys/src/cmd/gs/src/idparam.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2989 Jan 16 20:51 sys/src/cmd/gs/src/idsdata.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/idsdata.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/idsdata.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: idsdata.h,v 1.2 2000/09/19 19:00:43 lpd Exp $ */
	+ /* $Id: idsdata.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Generic dictionary stack structure definition */
	  
	  #ifndef idsdata_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 7388 Jan 16 20:51 sys/src/cmd/gs/src/idstack.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 2343 Jan 16 20:51 sys/src/cmd/gs/src/idstack.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1938 Jan 16 20:51 sys/src/cmd/gs/src/iesdata.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/iesdata.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/iesdata.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: iesdata.h,v 1.2 2000/09/19 19:00:43 lpd Exp $ */
	+ /* $Id: iesdata.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Generic execution stack structure definition */
	  
	  #ifndef iesdata_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 1351 Jan 16 20:51 sys/src/cmd/gs/src/iestack.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/iestack.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/iestack.h:1,20
	  /* Copyright (C) 1989, 1992, 1993, 1994, 1996, 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: iestack.h,v 1.2 2000/09/19 19:00:43 lpd Exp $ */
	+ /* $Id: iestack.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Generic execution stack API */
	  
	  #ifndef iestack_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 3282 Jan 16 20:51 sys/src/cmd/gs/src/ifilter.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1115 Jan 16 20:51 sys/src/cmd/gs/src/ifilter2.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/ifilter2.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/ifilter2.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: ifilter2.h,v 1.2 2000/09/19 19:00:43 lpd Exp $ */
	+ /* $Id: ifilter2.h,v 1.5 2002/06/16 04:47:10 lpd Exp $ */
	  /* Utilities for Level 2 filters */
	  
	  #ifndef ifilter2_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/ifilter2.h:23,31 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/ifilter2.h:21,29
	  #  define ifilter2_INCLUDED
	  
	  /* Import setup code from zfdecode.c */
	- int zcf_setup(P3(os_ptr op, stream_CF_state * pcfs, gs_ref_memory_t *imem));
	- int zlz_setup(P2(os_ptr op, stream_LZW_state * plzs));
	- int zpd_setup(P2(os_ptr op, stream_PDiff_state * ppds));
	- int zpp_setup(P2(os_ptr op, stream_PNGP_state * ppps));
	+ int zcf_setup(os_ptr op, stream_CF_state * pcfs, gs_ref_memory_t *imem);
	+ int zlz_setup(os_ptr op, stream_LZW_state * plzs);
	+ int zpd_setup(os_ptr op, stream_PDiff_state * ppds);
	+ int zpp_setup(os_ptr op, stream_PNGP_state * ppps);
	  
	  #endif /* ifilter2_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 3703 Jan 16 20:51 sys/src/cmd/gs/src/ifont.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 2282 Jan 16 20:51 sys/src/cmd/gs/src/ifont1.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1004 Jan 16 20:51 sys/src/cmd/gs/src/ifrpred.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/ifrpred.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/ifrpred.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: ifrpred.h,v 1.2 2000/09/19 19:00:43 lpd Exp $ */
	+ /* $Id: ifrpred.h,v 1.5 2002/06/16 04:47:10 lpd Exp $ */
	  /* filter_read_predictor prototype */
	  
	  #ifndef ifrpred_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/ifrpred.h:23,30 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/ifrpred.h:21,28
	  #  define ifrpred_INCLUDED
	  
	  /* Exported by zfdecode.c for zfzlib.c */
	- int filter_read_predictor(P4(i_ctx_t *i_ctx_p, int npop,
	- 			     const stream_template * template,
	- 			     stream_state * st));
	+ int filter_read_predictor(i_ctx_t *i_ctx_p, int npop,
	+ 			  const stream_template * template,
	+ 			  stream_state * st);
	  
	  #endif /* ifrpred_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 2769 Jan 16 20:51 sys/src/cmd/gs/src/ifunc.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1007 Jan 16 20:51 sys/src/cmd/gs/src/ifwpred.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/ifwpred.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/ifwpred.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: ifwpred.h,v 1.2 2000/09/19 19:00:43 lpd Exp $ */
	+ /* $Id: ifwpred.h,v 1.5 2002/06/16 04:47:10 lpd Exp $ */
	  /* filter_read_predictor prototype */
	  
	  #ifndef ifwpred_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/ifwpred.h:23,30 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/ifwpred.h:21,28
	  #  define ifwpred_INCLUDED
	  
	  /* Exported by zfilter2.c for zfzlib.c */
	- int filter_write_predictor(P4(i_ctx_t *i_ctx_p, int npop,
	- 			      const stream_template * template,
	- 			      stream_state * st));
	+ int filter_write_predictor(i_ctx_t *i_ctx_p, int npop,
	+ 			   const stream_template * template,
	+ 			   stream_state * st);
	  
	  #endif /* ifwpred_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 37315 Jan 16 20:51 sys/src/cmd/gs/src/igc.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 3332 Jan 16 20:51 sys/src/cmd/gs/src/igc.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 21549 Jan 16 20:51 sys/src/cmd/gs/src/igcref.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 11594 Jan 16 20:51 sys/src/cmd/gs/src/igcstr.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 1341 Jan 16 20:51 sys/src/cmd/gs/src/igcstr.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 7810 Jan 16 20:51 sys/src/cmd/gs/src/igstate.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1084 Jan 16 20:51 sys/src/cmd/gs/src/iht.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/iht.h:1,31 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/iht.h:1,29
	  /* Copyright (C) 1997 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: iht.h,v 1.2 2000/09/19 19:00:44 lpd Exp $ */
	+ /* $Id: iht.h,v 1.6 2005/10/11 10:04:28 leonardo Exp $ */
	  /* Procedures exported by zht.c for zht1.c and zht2.c */
	  
	  #ifndef iht_INCLUDED
	  #  define iht_INCLUDED
	  
	- int zscreen_params(P2(os_ptr op, gs_screen_halftone * phs));
	+ int zscreen_params(os_ptr op, gs_screen_halftone * phs);
	  
	- int zscreen_enum_init(P7(i_ctx_t *i_ctx_p, const gx_ht_order * porder,
	- 			 gs_screen_halftone * phs, ref * pproc, int npop,
	- 			 op_proc_t finish_proc, gs_memory_t * mem));
	+ int zscreen_enum_init(i_ctx_t *i_ctx_p, const gx_ht_order * porder,
	+ 		      gs_screen_halftone * phs, ref * pproc, int npop,
	+ 		      op_proc_t finish_proc, int space_index);
	  
	  #endif /* iht_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 1985 Jan 16 20:51 sys/src/cmd/gs/src/iimage.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 1283 Jan 16 20:51 sys/src/cmd/gs/src/iimage2.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 14193 Jan 16 20:51 sys/src/cmd/gs/src/iinit.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 1311 Jan 16 20:51 sys/src/cmd/gs/src/iinit.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1101 Jan 16 20:51 sys/src/cmd/gs/src/ilevel.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/ilevel.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/ilevel.h:1,20
	  /* Copyright (C) 1992, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: ilevel.h,v 1.2 2000/09/19 19:00:44 lpd Exp $ */
	+ /* $Id: ilevel.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Interpreter language level interface */
	  
	  #ifndef ilevel_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 16348 Jan 16 20:51 sys/src/cmd/gs/src/ilocate.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 28038 Jan 16 20:51 sys/src/cmd/gs/src/imain.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 9565 Jan 16 20:51 sys/src/cmd/gs/src/imain.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 28643 Jan 16 20:51 sys/src/cmd/gs/src/imainarg.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 1597 Jan 16 20:51 sys/src/cmd/gs/src/imainarg.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 3595 Jan 16 20:51 sys/src/cmd/gs/src/imemory.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 3730 Jan 16 20:51 sys/src/cmd/gs/src/iminst.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 18273 Jan 16 20:51 sys/src/cmd/gs/src/iname.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 3299 Jan 16 20:51 sys/src/cmd/gs/src/iname.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 6350 Jan 16 20:51 sys/src/cmd/gs/src/inamedef.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3279 Jan 16 20:51 sys/src/cmd/gs/src/inameidx.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/inameidx.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/inameidx.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: inameidx.h,v 1.2 2000/09/19 19:00:45 lpd Exp $ */
	+ /* $Id: inameidx.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Name index definitions */
	  
	  #ifndef inameidx_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 4077 Jan 16 20:51 sys/src/cmd/gs/src/inames.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3855 Jan 16 20:51 sys/src/cmd/gs/src/inamestr.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/inamestr.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/inamestr.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: inamestr.h,v 1.2 2000/09/19 19:00:45 lpd Exp $ */
	+ /* $Id: inamestr.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Name table strings definition */
	  
	  #ifndef inamestr_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 1003 Jan 16 20:51 sys/src/cmd/gs/src/inobtokn.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/inobtokn.c:1,25 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/inobtokn.c:1,23
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: inobtokn.c,v 1.2 2000/09/19 19:00:45 lpd Exp $ */
	+ /* $Id: inobtokn.c,v 1.5 2003/09/03 03:22:59 giles Exp $ */
	  /* Dummy scan_binary_token for Level 1 systems */
	  #include "ghost.h"
	- #include "errors.h"
	+ #include "ierrors.h"
	  #include "stream.h"
	  #include "iscan.h"
	  #include "iscanbin.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 935 Jan 16 20:51 sys/src/cmd/gs/src/inouparm.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/inouparm.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/inouparm.c:1,20
	  /* Copyright (C) 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: inouparm.c,v 1.2 2000/09/19 19:00:45 lpd Exp $ */
	+ /* $Id: inouparm.c,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Dummy set_user_params for Level 1 systems */
	  #include "ghost.h"
	  #include "icontext.h"		/* for set_user_params prototype */
 [rsc] --rwxrwxr-x M 661145 glenda sys 1024 Jan 16 20:51 sys/src/cmd/gs/src/instcopy
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/instcopy:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/instcopy:1,5
	  #!/bin/sh
	- # $Id: instcopy,v 1.1 2000/03/09 08:40:43 lpd Exp $
	+ # $Id: instcopy,v 1.3 2002/02/21 22:24:53 giles Exp $
	  #
	  # Implement a uniform 'install' syntax independent of which of the two
	  # "standard" install programs is installed.  Based on ideas in, but not
 [rsc] --rw-rw-r-- M 661145 glenda sys 83476 Jan 16 20:51 sys/src/cmd/gs/src/int.mak
 [rsc] --rw-rw-r-- M 661145 glenda sys 53665 Jan 16 20:51 sys/src/cmd/gs/src/interp.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 3002 Jan 16 20:51 sys/src/cmd/gs/src/interp.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1278 Jan 16 20:51 sys/src/cmd/gs/src/iosdata.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/iosdata.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/iosdata.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: iosdata.h,v 1.2 2000/09/19 19:00:46 lpd Exp $ */
	+ /* $Id: iosdata.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Generic operand stack API */
	  
	  #ifndef iosdata_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 990 Jan 16 20:51 sys/src/cmd/gs/src/iostack.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/iostack.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/iostack.h:1,20
	  /* Copyright (C) 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: iostack.h,v 1.2 2000/09/19 19:00:46 lpd Exp $ */
	+ /* $Id: iostack.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Generic operand stack API */
	  
	  #ifndef iostack_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 5610 Jan 16 20:51 sys/src/cmd/gs/src/ipacked.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/ipacked.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/ipacked.h:1,20
	  /* Copyright (C) 1991, 1992, 1993, 1994, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: ipacked.h,v 1.2 2000/09/19 19:00:46 lpd Exp $ */
	+ /* $Id: ipacked.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Packed array format for Ghostscript */
	  
	  #ifndef ipacked_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 33624 Jan 16 20:51 sys/src/cmd/gs/src/iparam.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 4326 Jan 16 20:51 sys/src/cmd/gs/src/iparam.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1304 Jan 16 20:51 sys/src/cmd/gs/src/iparray.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/iparray.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/iparray.h:1,20
	  /* Copyright (C) 1994, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: iparray.h,v 1.2 2000/09/19 19:00:46 lpd Exp $ */
	+ /* $Id: iparray.h,v 1.5 2002/06/16 04:47:10 lpd Exp $ */
	  /* Packed array constructor for Ghostscript */
	  /* Requires ipacked.h, istack.h */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/iparray.h:32,38 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/iparray.h:30,36
	  /* Procedures implemented in zpacked.c */
	  
	  /* Make a packed array from the top N elements of a stack. */
	- int make_packed_array(P5(ref *, ref_stack_t *, uint, gs_dual_memory_t *,
	- 			 client_name_t));
	+ int make_packed_array(ref *, ref_stack_t *, uint, gs_dual_memory_t *,
	+ 		      client_name_t);
	  
	  #endif /* iparray_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 1428 Jan 16 20:51 sys/src/cmd/gs/src/ipcolor.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/ipcolor.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/ipcolor.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: ipcolor.h,v 1.2 2000/09/19 19:00:46 lpd Exp $ */
	+ /* $Id: ipcolor.h,v 1.5 2002/06/16 04:47:10 lpd Exp $ */
	  /* Interpreter definitions for Pattern color */
	  
	  #ifndef ipcolor_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/ipcolor.h:36,42 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/ipcolor.h:34,40
	    gs_private_st_ref_struct(st_int_pattern, int_pattern, "int_pattern")
	  
	  /* Create an interpreter pattern structure. */
	- int int_pattern_alloc(P3(int_pattern **ppdata, const ref *op,
	- 			 gs_memory_t *mem));
	+ int int_pattern_alloc(int_pattern **ppdata, const ref *op,
	+ 		      gs_memory_t *mem);
	  
	  #endif /* ipcolor_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 5490 Jan 16 20:51 sys/src/cmd/gs/src/ireclaim.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 20804 Jan 16 20:51 sys/src/cmd/gs/src/iref.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 34386 Jan 16 20:51 sys/src/cmd/gs/src/isave.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 4762 Jan 16 20:51 sys/src/cmd/gs/src/isave.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 30159 Jan 16 20:51 sys/src/cmd/gs/src/iscan.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 6367 Jan 16 20:51 sys/src/cmd/gs/src/iscan.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 24416 Jan 16 20:51 sys/src/cmd/gs/src/iscanbin.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1352 Jan 16 20:51 sys/src/cmd/gs/src/iscanbin.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/iscanbin.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/iscanbin.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: iscanbin.h,v 1.2 2000/09/19 19:00:46 lpd Exp $ */
	+ /* $Id: iscanbin.h,v 1.5 2002/06/16 04:47:10 lpd Exp $ */
	  /* Interface to binary token scanner */
	  
	  #ifndef iscanbin_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/iscanbin.h:31,37 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/iscanbin.h:29,35
	   * this procedure: a dummy one for Level 1 systems, and the real one.
	   * The interface is entirely internal to the scanner.
	   */
	- int scan_binary_token(P4(i_ctx_t *i_ctx_p, stream *s, ref *pref,
	- 			 scanner_state *pstate));
	+ int scan_binary_token(i_ctx_t *i_ctx_p, stream *s, ref *pref,
	+ 		      scanner_state *pstate);
	  
	  #endif /* iscanbin_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 9762 Jan 16 20:51 sys/src/cmd/gs/src/iscannum.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1205 Jan 16 20:51 sys/src/cmd/gs/src/iscannum.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/iscannum.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/iscannum.h:1,20
	  /* Copyright (C) 1994, 1995, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: iscannum.h,v 1.2 2000/09/19 19:00:46 lpd Exp $ */
	+ /* $Id: iscannum.h,v 1.6 2002/06/16 04:47:10 lpd Exp $ */
	  /* Interface to Ghostscript number scanner */
	  
	  #ifndef iscannum_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/iscannum.h:27,33 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/iscannum.h:25,31
	   * if not, set *psp to the first character beyond the number and return 1.
	   * Note that scan_number does not mark the result ref as "new".
	   */
	- int scan_number(P5(const byte * sp, const byte * end, int sign, ref * pref,
	- 		   const byte ** psp));
	+ int scan_number(const byte * sp, const byte * end, int sign, ref * pref,
	+ 		const byte ** psp, const bool PDFScanRules);
	  
	  #endif /* iscannum_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 4111 Jan 16 20:51 sys/src/cmd/gs/src/isdata.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/isdata.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/isdata.h:1,20
	  /* Copyright (C) 1992, 1995, 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: isdata.h,v 1.2 2000/09/19 19:00:46 lpd Exp $ */
	+ /* $Id: isdata.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Structure for expandable stacks of refs */
	  /* Requires iref.h */
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 1382 Jan 16 20:51 sys/src/cmd/gs/src/isstate.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/isstate.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/isstate.h:1,20
	  /* Copyright (C) 1993, 1995, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: isstate.h,v 1.2 2000/09/19 19:00:46 lpd Exp $ */
	+ /* $Id: isstate.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Definition of 'save' structure */
	  /* Requires isave.h */
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 18496 Jan 16 20:51 sys/src/cmd/gs/src/istack.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 6808 Jan 16 20:51 sys/src/cmd/gs/src/istack.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1665 Jan 16 20:51 sys/src/cmd/gs/src/istkparm.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/istkparm.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/istkparm.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: istkparm.h,v 1.2 2000/09/19 19:00:46 lpd Exp $ */
	+ /* $Id: istkparm.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Parameter structure for expandable stacks of refs */
	  
	  #ifndef istkparm_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 1378 Jan 16 20:51 sys/src/cmd/gs/src/istream.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3418 Jan 16 20:51 sys/src/cmd/gs/src/istruct.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/istruct.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/istruct.h:1,20
	  /* Copyright (C) 1994, 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: istruct.h,v 1.2 2000/09/19 19:00:46 lpd Exp $ */
	+ /* $Id: istruct.h,v 1.5 2002/06/16 04:47:10 lpd Exp $ */
	  /* Interpreter-level extension of gsstruct.h */
	  
	  #ifndef istruct_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/istruct.h:42,48 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/istruct.h:40,46
	   * Extend the GC procedure vector to include refs.
	   */
	  #define refs_proc_reloc(proc)\
	-   void proc(P3(ref_packed *from, ref_packed *to, gc_state_t *gcst))
	+   void proc(ref_packed *from, ref_packed *to, gc_state_t *gcst)
	  typedef struct gc_procs_with_refs_s {
	      gc_procs_common;
	      /* Relocate a pointer to a ref[_packed]. */
 [rsc] --rw-rw-r-- M 661145 glenda sys 24604 Jan 16 20:51 sys/src/cmd/gs/src/iutil.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 6120 Jan 16 20:51 sys/src/cmd/gs/src/iutil.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4391 Jan 16 20:51 sys/src/cmd/gs/src/iutil2.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/iutil2.c:1,27 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/iutil2.c:1,25
	  /* Copyright (C) 1993, 1994, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: iutil2.c,v 1.2.6.1 2002/01/25 06:33:09 rayjj Exp $ */
	+ /* $Id: iutil2.c,v 1.6 2003/09/03 03:22:59 giles Exp $ */
	  /* Level 2 utilities for Ghostscript interpreter */
	  #include "memory_.h"
	  #include "string_.h"
	  #include "ghost.h"
	- #include "errors.h"
	+ #include "ierrors.h"
	  #include "opcheck.h"
	  #include "gsparam.h"
	  #include "gsutil.h"		/* bytes_compare prototype */
 [rsc] --rw-rw-r-- M 661145 glenda sys 1773 Jan 16 20:51 sys/src/cmd/gs/src/iutil2.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 12294 Jan 16 20:51 sys/src/cmd/gs/src/iutilasm.asm
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/iutilasm.asm:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/iutilasm.asm:1,19
	  ;    Copyright (C) 1989, 1992, 1993 Aladdin Enterprises.  All rights reserved.
	  ; 
	- ; This file is part of AFPL Ghostscript.
	+ ; This software is provided AS-IS with no warranty, either express or
	+ ; implied.
	  ; 
	- ; AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- ; distributor accepts any responsibility for the consequences of using it, or
	- ; for whether it serves any particular purpose or works at all, unless he or
	- ; she says so in writing.  Refer to the Aladdin Free Public License (the
	- ; "License") for full details.
	+ ; This software is distributed under license and may not be copied,
	+ ; modified or distributed except as expressly authorized under the terms
	+ ; of the license contained in the file LICENSE in this distribution.
	  ; 
	- ; Every copy of AFPL Ghostscript must include a copy of the License, normally
	- ; in a plain ASCII text file named PUBLIC.  The License grants you the right
	- ; to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- ; conditions described in the License.  Among other things, the License
	- ; requires that the copyright notice and this notice be preserved on all
	- ; copies.
	+ ; For more information about licensing, please refer to
	+ ; http://www.ghostscript.com/licensing/. For information on
	+ ; commercial licensing, go to http://www.artifex.com/licensing/ or
	+ ; contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ ; San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- ; $Id: iutilasm.asm,v 1.2 2000/09/19 19:00:46 lpd Exp $
	+ ; $Id: iutilasm.asm,v 1.4 2002/02/21 22:24:53 giles Exp $
	  ; iutilasm.asm
	  ; Assembly code for Ghostscript interpreter on MS-DOS systems
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 963 Jan 16 20:51 sys/src/cmd/gs/src/ivmem2.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/ivmem2.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/ivmem2.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: ivmem2.h,v 1.2 2000/09/19 19:00:46 lpd Exp $ */
	+ /* $Id: ivmem2.h,v 1.5 2002/06/16 04:47:10 lpd Exp $ */
	  /* VM control user parameter procedures */
	  
	  #ifndef ivmem2_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/ivmem2.h:23,29 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/ivmem2.h:21,27
	  #  define ivmem2_INCLUDED
	  
	  /* Exported by zvmem2.c for zusparam.c */
	- int set_vm_reclaim(P2(i_ctx_t *, long));
	- int set_vm_threshold(P2(i_ctx_t *, long));
	+ int set_vm_reclaim(i_ctx_t *, long);
	+ int set_vm_threshold(i_ctx_t *, long);
	  
	  #endif /* ivmem2_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 4474 Jan 16 20:51 sys/src/cmd/gs/src/ivmspace.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/ivmspace.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/ivmspace.h:1,20
	  /* Copyright (C) 1992, 1993, 1994, 1996, 1997 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: ivmspace.h,v 1.2 2000/09/19 19:00:47 lpd Exp $ */
	+ /* $Id: ivmspace.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Local/global space management */
	  /* Requires iref.h */
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 903 Jan 16 20:51 sys/src/cmd/gs/src/jerror_.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/jerror_.h:1,26 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/jerror_.h:1,29
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: jerror_.h,v 1.2 2000/09/19 19:00:47 lpd Exp $ */
	+ /* $Id: jerror_.h,v 1.5 2002/02/21 22:24:53 giles Exp $ */
	  /* Wrapper for jerror.h */
	  
	+ #ifndef jerror__INCLUDED
	+ #  define jerror__INCLUDED
	+ 
	  #if SHARE_JPEG
	  #include <jerror.h>
	  #else
	  #include "jerror.h"
	  #endif
	+ 
	+ #endif /* jerror__INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 15307 Jan 16 20:51 sys/src/cmd/gs/src/jpeg.mak
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/jpeg.mak:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/jpeg.mak:1,19
	  #    Copyright (C) 1994, 2000 Aladdin Enterprises.  All rights reserved.
	  # 
	- # This file is part of AFPL Ghostscript.
	+ # This software is provided AS-IS with no warranty, either express or
	+ # implied.
	  # 
	- # AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- # distributor accepts any responsibility for the consequences of using it, or
	- # for whether it serves any particular purpose or works at all, unless he or
	- # she says so in writing.  Refer to the Aladdin Free Public License (the
	- # "License") for full details.
	+ # This software is distributed under license and may not be copied,
	+ # modified or distributed except as expressly authorized under the terms
	+ # of the license contained in the file LICENSE in this distribution.
	  # 
	- # Every copy of AFPL Ghostscript must include a copy of the License, normally
	- # in a plain ASCII text file named PUBLIC.  The License grants you the right
	- # to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- # conditions described in the License.  Among other things, the License
	- # requires that the copyright notice and this notice be preserved on all
	- # copies.
	+ # For more information about licensing, please refer to
	+ # http://www.ghostscript.com/licensing/. For information on
	+ # commercial licensing, go to http://www.artifex.com/licensing/ or
	+ # contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ # San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- # $Id: jpeg.mak,v 1.4 2001/09/05 21:46:35 giles Exp $
	+ # $Id: jpeg.mak,v 1.7 2002/06/16 09:11:47 lpd Exp $
	  # makefile for Independent JPEG Group library code.
	  # Users of this makefile must define the following:
	  #	GSSRCDIR - the GS library source directory
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/jpeg.mak:104,110 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/jpeg.mak:102,108
	  	$(CP_) $(GLGEN)jconfig$(SHARE_JPEG).h $(GLGEN)jconfig_.h
	  
	  $(GLGEN)jconfig0.h : $(ECHOGS_XE) $(GLSRC)gsjconf.h $(stdpre_h) $(MAKEFILE)
	- 	$(EXP)$(ECHOGS_XE) -w $(GLGEN)jconfig0.h -+R $(GLSRC)stdpre.h -+R $(GLSRC)gsjconf.h
	+ 	$(EXP)$(ECHOGS_XE) -w $(GLGEN)jconfig0.h -+R $(GLSRC)stdpn.h -+R $(GLSRC)stdpre.h -+R $(GLSRC)gsjconf.h
	  	$(RM_) $(GLGEN)jconfig1.h
	  
	  $(GLGEN)jconfig1.h : $(ECHOGS_XE) $(JPEG_MAK)
 [rsc] --rw-rw-r-- M 661145 glenda sys 110130 Jan 16 20:51 sys/src/cmd/gs/src/lib.mak
 [rsc] --rw-rw-r-- M 661145 glenda sys 5416 Jan 16 20:51 sys/src/cmd/gs/src/libpng.mak
 [rsc] --rw-rw-r-- M 661145 glenda sys 3392 Jan 16 20:52 sys/src/cmd/gs/src/main.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1903 Jan 16 20:52 sys/src/cmd/gs/src/malloc_.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/malloc_.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/malloc_.h:1,20
	  /* Copyright (C) 1989, 1992, 1996, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: malloc_.h,v 1.2 2000/09/19 19:00:47 lpd Exp $ */
	+ /* $Id: malloc_.h,v 1.5 2002/06/16 05:03:12 lpd Exp $ */
	  /* Generic substitute for Unix malloc.h */
	  
	  #ifndef malloc__INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/malloc_.h:48,54 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/malloc_.h:46,52
	  /* (At least some versions of) Linux don't have a working realloc.... */
	  #ifdef linux
	  #  define malloc__need_realloc
	- void *gs_realloc(P3(void *, size_t, size_t));
	+ void *gs_realloc(void *, size_t, size_t);
	  
	  #else
	  #  define gs_realloc(ptr, old_size, new_size) realloc(ptr, new_size)
 [rsc] --rw-rw-r-- M 661145 glenda sys 2742 Jan 16 20:52 sys/src/cmd/gs/src/math_.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 12434 Jan 16 20:52 sys/src/cmd/gs/src/md5.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 3392 Jan 16 20:52 sys/src/cmd/gs/src/md5.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 3953 Jan 16 20:52 sys/src/cmd/gs/src/memory_.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 23516 Jan 16 20:52 sys/src/cmd/gs/src/msvc32.mak
 [rsc] --rw-rw-r-- M 661145 glenda sys 5247 Jan 16 20:52 sys/src/cmd/gs/src/msvccmd.mak
 [rsc] --rw-rw-r-- M 661145 glenda sys 13279 Jan 16 20:52 sys/src/cmd/gs/src/msvclib.mak
 [rsc] --rw-rw-r-- M 661145 glenda sys 3101 Jan 16 20:52 sys/src/cmd/gs/src/msvctail.mak
	[diffs elided]
 [rsc] --rwxrwxr-x M 661145 glenda sys 69 Jan 16 20:52 sys/src/cmd/gs/src/mv.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/mv.bat:1,2 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/mv.bat:1,2
	- @rem $Id: mv.bat,v 1.1 2000/03/09 08:40:44 lpd Exp $
	+ @rem $Id: mv.bat,v 1.3 2002/02/21 22:24:53 giles Exp $
	  @rename %1 %2
 [rsc] --rwxrwxr-x M 661145 glenda sys 69 Jan 16 20:52 sys/src/cmd/gs/src/mv.cmd
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/mv.cmd:1,2 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/mv.cmd:1,2
	  @rename %1 %2
	- @rem $Id: mv.cmd,v 1.1 2000/03/09 08:40:44 lpd Exp $
	+ @rem $Id: mv.cmd,v 1.3 2002/02/21 22:24:53 giles Exp $
 [rsc] --rw-rw-r-- M 661145 glenda sys 1048 Jan 16 20:52 sys/src/cmd/gs/src/oparc.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/oparc.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/oparc.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: oparc.h,v 1.2 2000/09/19 19:00:47 lpd Exp $ */
	+ /* $Id: oparc.h,v 1.5 2002/06/16 04:47:10 lpd Exp $ */
	  /* Arc operator declarations */
	  
	  #ifndef oparc_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/oparc.h:27,34 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/oparc.h:25,32
	   * because these operators are not included in PDF-only configurations.
	   */
	  
	- int zarc(P1(i_ctx_t *));
	- int zarcn(P1(i_ctx_t *));
	- int zarct(P1(i_ctx_t *));
	+ int zarc(i_ctx_t *);
	+ int zarcn(i_ctx_t *);
	+ int zarct(i_ctx_t *);
	  
	  #endif /* oparc_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 3021 Jan 16 20:52 sys/src/cmd/gs/src/opcheck.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/opcheck.h:1,24 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/opcheck.h:1,22
	  /* Copyright (C) 1993, 1995, 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: opcheck.h,v 1.2 2000/09/19 19:00:47 lpd Exp $ */
	+ /* $Id: opcheck.h,v 1.6 2003/09/03 03:22:59 giles Exp $ */
	  /* Definitions for operator operand checking */
	- /* Requires ialloc.h (for imemory), iref.h, errors.h */
	+ /* Requires ialloc.h (for imemory), iref.h, ierrors.h */
	  
	  #ifndef opcheck_INCLUDED
	  #  define opcheck_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/opcheck.h:39,45 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/opcheck.h:37,43
	    check_array_else(rf, return_error(e_typecheck))
	  /* Check for procedure.  check_proc_failed includes the stack underflow */
	  /* check, but it doesn't do any harm in the off-stack case. */
	- int check_proc_failed(P1(const ref *));
	+ int check_proc_failed(const ref *);
	  
	  #define check_proc(rf)\
	    BEGIN if ( !r_is_proc(&rf) ) return_error(check_proc_failed(&rf)); END
 [rsc] --rw-rw-r-- M 661145 glenda sys 5399 Jan 16 20:52 sys/src/cmd/gs/src/opdef.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 16947 Jan 16 20:52 sys/src/cmd/gs/src/openvms.mak
 [rsc] --rw-rw-r-- M 661145 glenda sys 17347 Jan 16 20:52 sys/src/cmd/gs/src/openvms.mmk
 [rsc] --rw-rw-r-- M 661145 glenda sys 4321 Jan 16 20:52 sys/src/cmd/gs/src/oper.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 4423 Jan 16 20:52 sys/src/cmd/gs/src/opextern.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3216 Jan 16 20:52 sys/src/cmd/gs/src/ostack.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/ostack.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/ostack.h:1,20
	  /* Copyright (C) 1991, 1994, 1996, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: ostack.h,v 1.2 2000/09/19 19:00:47 lpd Exp $ */
	+ /* $Id: ostack.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Definitions for Ghostscript operand stack */
	  
	  #ifndef ostack_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 4005 Jan 16 20:52 sys/src/cmd/gs/src/pcwin.mak
 [rsc] --rw-rw-r-- M 661145 glenda sys 1667 Jan 16 20:52 sys/src/cmd/gs/src/pipe_.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 884 Jan 16 20:52 sys/src/cmd/gs/src/png_.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/png_.h:1,26 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/png_.h:1,29
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: png_.h,v 1.2 2000/09/19 19:00:47 lpd Exp $ */
	+ /* $Id: png_.h,v 1.5 2002/02/21 22:24:53 giles Exp $ */
	  /* Wrapper for png.h */
	  
	+ #ifndef png__INCLUDED
	+ #  define png__INCLUDED
	+ 
	  #if SHARE_LIBPNG
	  #include <png.h>
	  #else
	  #include "png.h"
	  #endif
	+ 
	+ #endif /* png__INCLUDED */
 [rsc] --rwxrwxr-x M 661145 glenda sys 162 Jan 16 20:52 sys/src/cmd/gs/src/rm.bat
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/rm.bat:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/rm.bat:1,4
	- @rem $Id: rm.bat,v 1.1 2000/03/09 08:40:44 lpd Exp $
	+ @rem $Id: rm.bat,v 1.3 2002/02/21 22:24:53 giles Exp $
	  @echo off
	  :next
	  if '%1'=='' goto exit
 [rsc] --rwxrwxr-x M 661145 glenda sys 150 Jan 16 20:52 sys/src/cmd/gs/src/rm.cmd
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/rm.cmd:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/rm.cmd:1,5
	  @echo off
	- @rem $Id: rm.cmd,v 1.1 2000/03/09 08:40:44 lpd Exp $
	+ @rem $Id: rm.cmd,v 1.3 2002/02/21 22:24:53 giles Exp $
	  :next
	  if '%1'=='' goto exit
	  if '%1'=='-f' goto sh
 [rsc] --rw-rw-r-- M 661145 glenda sys 4506 Jan 16 20:52 sys/src/cmd/gs/src/sa85d.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1468 Jan 16 20:52 sys/src/cmd/gs/src/sa85d.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sa85d.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sa85d.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: sa85d.h,v 1.3 2000/11/01 22:36:13 lpd Exp $ */
	+ /* $Id: sa85d.h,v 1.5 2002/02/21 22:24:53 giles Exp $ */
	  /* ASCII85Decode filter interface */
	  /* Requires scommon.h; strimpl.h if any templates are referenced */
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 1434 Jan 16 20:52 sys/src/cmd/gs/src/sa85x.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sa85x.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sa85x.h:1,20
	  /* Copyright (C) 1996, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: sa85x.h,v 1.3 2000/09/19 19:00:47 lpd Exp $ */
	+ /* $Id: sa85x.h,v 1.6 2002/11/13 08:23:13 raph Exp $ */
	  /* ASCII85 filter interface */
	  /* Requires scommon.h; strimpl.h if any templates are referenced */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sa85x.h:37,43 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sa85x.h:35,41
	    gs_private_st_simple(st_A85E_state, stream_A85E_state,\
	      "ASCII85Encode state")
	  #define s_A85E_init_inline(ss)\
	-   ((ss)->count = 0, (ss)->last_char = '\n')
	+   ((ss)->count = 0, (ss)->last_char = '\n', 0)
	  extern const stream_template s_A85E_template;
	  
	  #endif /* sa85x_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 5469 Jan 16 20:52 sys/src/cmd/gs/src/sbcp.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sbcp.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sbcp.c:1,20
	  /* Copyright (C) 1993, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: sbcp.c,v 1.3 2000/09/19 19:00:47 lpd Exp $ */
	+ /* $Id: sbcp.c,v 1.5 2002/02/21 22:24:53 giles Exp $ */
	  /* BCP and TBCP filters */
	  #include "stdio_.h"
	  #include "strimpl.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 7616 Jan 16 20:52 sys/src/cmd/gs/src/sbhc.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sbhc.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sbhc.c:1,20
	  /* Copyright (C) 1994, 1995, 1996, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: sbhc.c,v 1.3 2000/11/01 22:36:13 lpd Exp $ */
	+ /* $Id: sbhc.c,v 1.5 2002/02/21 22:24:53 giles Exp $ */
	  /* Bounded Huffman code filters */
	  #include "memory_.h"
	  #include "stdio_.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 2934 Jan 16 20:52 sys/src/cmd/gs/src/sbhc.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sbhc.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sbhc.h:1,20
	  /* Copyright (C) 1994 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: sbhc.h,v 1.2 2000/09/19 19:00:47 lpd Exp $ */
	+ /* $Id: sbhc.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Definitions for BoundedHuffman filters */
	  /* Requires strimpl.h */
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 1361 Jan 16 20:52 sys/src/cmd/gs/src/sbtx.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sbtx.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sbtx.h:1,20
	  /* Copyright (C) 1995 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: sbtx.h,v 1.2 2000/09/19 19:00:48 lpd Exp $ */
	+ /* $Id: sbtx.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Definitions for ByteTranslate filters */
	  /* Requires scommon.h; strimpl.h if any templates are referenced */
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 13997 Jan 16 20:52 sys/src/cmd/gs/src/sbwbs.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sbwbs.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sbwbs.c:1,20
	  /* Copyright (C) 1994, 1995, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: sbwbs.c,v 1.2 2000/09/19 19:00:48 lpd Exp $ */
	+ /* $Id: sbwbs.c,v 1.5 2002/06/16 03:58:14 lpd Exp $ */
	  /* Burrows/Wheeler block sorting compression filters */
	  #include "stdio_.h"
	  #include "memory_.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sbwbs.c:104,110 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sbwbs.c:102,108
	  /* ------ Common code for Burrows/Wheeler block sorting filters ------ */
	  
	  private_st_BWBS_state();
	- private void s_BWBS_release(P1(stream_state *));
	+ private void s_BWBS_release(stream_state *);
	  
	  /* Set default parameter values (actually, just clear pointers). */
	  private void
 [rsc] --rw-rw-r-- M 661145 glenda sys 2796 Jan 16 20:52 sys/src/cmd/gs/src/sbwbs.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sbwbs.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sbwbs.h:1,20
	  /* Copyright (C) 1994, 1995 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: sbwbs.h,v 1.2 2000/09/19 19:00:48 lpd Exp $ */
	+ /* $Id: sbwbs.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Definitions for BWBlockSort (Burroughs-Wheeler) filters */
	  /* Requires scommon.h; strimpl.h if any templates are referenced */
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 14168 Jan 16 20:52 sys/src/cmd/gs/src/unixansi.mak
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2565 Jan 16 20:52 sys/src/cmd/gs/src/scanchar.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/scanchar.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/scanchar.h:1,20
	  /* Copyright (C) 1990, 1995, 1996 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: scanchar.h,v 1.2 2000/09/19 19:00:48 lpd Exp $ */
	+ /* $Id: scanchar.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Definitions for token scanner character type table */
	  /* Requires scommon.h */
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 4339 Jan 16 20:52 sys/src/cmd/gs/src/scantab.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/scantab.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/scantab.c:1,20
	  /* Copyright (C) 1994, 1995, 1997 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: scantab.c,v 1.2 2000/09/19 19:00:48 lpd Exp $ */
	+ /* $Id: scantab.c,v 1.5 2004/09/06 07:26:41 ray Exp $ */
	  /* Scanner table for PostScript/PDF tokens */
	  #include "stdpre.h"
	  #include "scommon.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/scantab.c:27,34 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/scantab.c:25,33
	  {stream_exception_repeat(ctype_exception),
	  		/* Control characters 0-31. */
	   ctype_space,			/* NULL - standard only in Level 2 */
	-  ctype_name, ctype_name, ctype_name, ctype_name, ctype_name,
	   ctype_name, ctype_name, ctype_name,
	+  ctype_other,                 /* EOT == ctrl-d <04> */
	+  ctype_name, ctype_name, ctype_name, ctype_name,
	   ctype_space,			/* TAB (\t) */
	   ctype_space,			/* LF (\n) */
	   ctype_name,
 [rsc] --rw-rw-r-- M 661145 glenda sys 7015 Jan 16 20:52 sys/src/cmd/gs/src/scf.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/scf.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/scf.h:1,20
	  /* Copyright (C) 1992, 1995, 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: scf.h,v 1.2 2000/09/19 19:00:48 lpd Exp $ */
	+ /* $Id: scf.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* Common definitions for CCITTFax encoding and decoding filters */
	  
	  #ifndef scf_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 24056 Jan 16 20:52 sys/src/cmd/gs/src/scfd.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 8103 Jan 16 20:52 sys/src/cmd/gs/src/scfdgen.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 11427 Jan 16 20:52 sys/src/cmd/gs/src/scfdtab.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/scfdtab.c:1,6 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/scfdtab.c:1,6
	  /* Copyright (C) 1992, 1993, 1998, 1999 Aladdin Enterprises.  All rights reserved. */
	  
	- /* $Id: scfdtab.c,v 1.1 2000/03/09 08:40:44 lpd Exp $ */
	+ /* $Id: scfdtab.c,v 1.4 2002/06/16 03:58:14 lpd Exp $ */
	  /* Tables for CCITTFaxDecode filter. */
	  
	  /* This file was generated automatically.  It is governed by the same terms */
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/scfdtab.c:932,939 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/scfdtab.c:932,939
	  };
	  
	  /* Dummy executable code to pacify compilers. */
	- void scfdtab_dummy(P0());
	+ void scfdtab_dummy(void);
	  void
	- scfdtab_dummy()
	+ scfdtab_dummy(void)
	  {
	  }
 [rsc] --rw-rw-r-- M 661145 glenda sys 15011 Jan 16 20:52 sys/src/cmd/gs/src/scfe.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 5940 Jan 16 20:52 sys/src/cmd/gs/src/scfetab.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/scfetab.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/scfetab.c:1,20
	  /* Copyright (C) 1992, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: scfetab.c,v 1.2 2000/09/19 19:00:48 lpd Exp $ */
	+ /* $Id: scfetab.c,v 1.5 2002/06/16 03:58:14 lpd Exp $ */
	  /* Tables for CCITTFaxEncode filter */
	  #include "std.h"
	  #include "scommon.h"		/* for scf.h */
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/scfetab.c:158,164 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/scfetab.c:156,162
	  };
	  
	  /* Some C compilers insist on having executable code in every file.... */
	- void scfetab_dummy(P0());	/* for picky compilers */
	+ void scfetab_dummy(void);	/* for picky compilers */
	  void
	  scfetab_dummy(void)
	  {
 [rsc] --rw-rw-r-- M 661145 glenda sys 3189 Jan 16 20:52 sys/src/cmd/gs/src/scfparam.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/scfparam.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/scfparam.c:1,20
	  /* Copyright (C) 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: scfparam.c,v 1.2 2000/09/19 19:00:49 lpd Exp $ */
	+ /* $Id: scfparam.c,v 1.5 2005/07/06 20:54:07 stefan Exp $ */
	  /* CCITTFax filter parameter setting and reading */
	  #include "std.h"
	  #include "gserror.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/scfparam.c:47,54 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/scfparam.c:45,52
	      gs_param_item_end
	  };
	  
	- /* Define a limit on the Rows parameter, close to max_int. */
	- #define cf_max_height 32000
	+ /* Define a limit on the Rows parameter, was too low at 32000 */
	+ #define cf_max_height 1000000
	  
	  /* Get non-default CCITTFax filter parameters. */
	  stream_state_proc_get_params(s_CF_get_params, stream_CF_state);		/* check */
 [rsc] --rw-rw-r-- M 661145 glenda sys 4676 Jan 16 20:52 sys/src/cmd/gs/src/scfx.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 6459 Jan 16 20:52 sys/src/cmd/gs/src/scommon.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 17747 Jan 16 20:52 sys/src/cmd/gs/src/sdcparam.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sdcparam.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sdcparam.c:1,20
	  /* Copyright (C) 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: sdcparam.c,v 1.3 2001/09/01 23:54:57 raph Exp $ */
	+ /* $Id: sdcparam.c,v 1.6 2003/08/26 15:38:50 igor Exp $ */
	  /* DCT filter parameter setting and reading */
	  #include "memory_.h"
	  #include "jpeglib_.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sdcparam.c:157,163 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sdcparam.c:155,161
	  	    default_table_ptrs = defaults->data.compress->cinfo.quant_tbl_ptrs;
	  	}
	      } else {
	- 	/**************** quant_tables.size NOT INITIALIZED ****************/
	+ 	quant_tables.size = count_of(d_comp_info);
	  	num_in_tables = quant_tables.size;
	  	for (i = 0; i < num_in_tables; ++i)
	  	    d_comp_info[i].quant_tbl_no = i;
 [rsc] --rw-rw-r-- M 661145 glenda sys 1856 Jan 16 20:52 sys/src/cmd/gs/src/sdcparam.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 5439 Jan 16 20:52 sys/src/cmd/gs/src/sdct.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sdct.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sdct.h:1,20
	  /* Copyright (C) 1994, 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: sdct.h,v 1.4 2001/06/08 07:08:44 rayjj Exp $ */
	+ /* $Id: sdct.h,v 1.7 2002/06/16 05:00:54 lpd Exp $ */
	  /* Definitions for DCT filters */
	  /* Requires stream.h, strimpl.h, jpeg/jpeglib.h */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sdct.h:143,148 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sdct.h:141,146
	  
	  /* Define an internal procedure for setting stream defaults. */
	  /* Clients do not call this. */
	- void s_DCT_set_defaults(P1(stream_state * st));
	+ void s_DCT_set_defaults(stream_state * st);
	  
	  #endif /* sdct_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 1437 Jan 16 20:52 sys/src/cmd/gs/src/sdctc.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sdctc.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sdctc.c:1,20
	  /* Copyright (C) 1994, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: sdctc.c,v 1.2 2000/09/19 19:00:49 lpd Exp $ */
	+ /* $Id: sdctc.c,v 1.6 2004/08/19 19:33:09 stefan Exp $ */
	  /* Code common to DCT encoding and decoding streams */
	  #include "stdio_.h"
	  #include "jpeglib_.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sdctc.c:33,39 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sdctc.c:31,37
	  {
	      stream_DCT_state *const ss = (stream_DCT_state *) st;
	  
	-     ss->jpeg_memory = &gs_memory_default;
	+     ss->jpeg_memory = (gs_memory_t *)gs_lib_ctx_get_non_gc_memory_t(); /* cast away const */
	      ss->data.common = 0;
	  	/****************
	  	  ss->data.common->Picky = 0;
 [rsc] --rw-rw-r-- M 661145 glenda sys 8872 Jan 16 20:52 sys/src/cmd/gs/src/sdctd.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sdctd.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sdctd.c:1,20
	  /* Copyright (C) 1994, 1995, 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: sdctd.c,v 1.2 2000/09/19 19:00:49 lpd Exp $ */
	+ /* $Id: sdctd.c,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* DCT decoding filter stream */
	  #include "memory_.h"
	  #include "stdio_.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 6707 Jan 16 20:52 sys/src/cmd/gs/src/sdcte.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2127 Jan 16 20:52 sys/src/cmd/gs/src/sddparam.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sddparam.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sddparam.c:1,20
	  /* Copyright (C) 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: sddparam.c,v 1.2 2000/09/19 19:00:49 lpd Exp $ */
	+ /* $Id: sddparam.c,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* DCTDecode filter parameter setting and reading */
	  #include "std.h"
	  #include "jpeglib_.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 9837 Jan 16 20:52 sys/src/cmd/gs/src/sdeparam.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sdeparam.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sdeparam.c:1,20
	  /* Copyright (C) 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: sdeparam.c,v 1.4 2001/09/01 23:54:57 raph Exp $ */
	+ /* $Id: sdeparam.c,v 1.6 2002/02/21 22:24:54 giles Exp $ */
	  /* DCTEncode filter parameter setting and reading */
	  #include "memory_.h"
	  #include "jpeglib_.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 6187 Jan 16 20:52 sys/src/cmd/gs/src/seexec.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4272 Jan 16 20:52 sys/src/cmd/gs/src/sfilter.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sfilter.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sfilter.h:1,20
	  /* Copyright (C) 1993, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: sfilter.h,v 1.6 2000/09/19 19:00:49 lpd Exp $ */
	+ /* $Id: sfilter.h,v 1.8 2002/02/21 22:24:54 giles Exp $ */
	  /* Definitions for simple Ghostscript streams */
	  /* Requires scommon.h; should require strimpl.h only if any templates */
	  /* are referenced, but some compilers always require strimpl.h. */
 [rsc] --rw-rw-r-- M 661145 glenda sys 7183 Jan 16 20:52 sys/src/cmd/gs/src/sfilter1.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sfilter1.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sfilter1.c:1,20
	  /* Copyright (C) 1993, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: sfilter1.c,v 1.6 2000/11/01 22:36:13 lpd Exp $ */
	+ /* $Id: sfilter1.c,v 1.8 2002/02/21 22:24:54 giles Exp $ */
	  /* Filters included in Level 1 systems: NullEncode/Decode, PFBDecode, */
	  /*   SubFileDecode. */
	  #include "stdio_.h"		/* includes std.h */
 [rsc] --rw-rw-r-- M 661145 glenda sys 6810 Jan 16 20:52 sys/src/cmd/gs/src/sfilter2.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sfilter2.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sfilter2.c:1,20
	  /* Copyright (C) 1991, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: sfilter2.c,v 1.3 2000/09/19 19:00:49 lpd Exp $ */
	+ /* $Id: sfilter2.c,v 1.5 2002/02/21 22:24:54 giles Exp $ */
	  /* Simple Level 2 filters */
	  #include "stdio_.h"		/* includes std.h */
	  #include "memory_.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 879 Jan 16 20:52 sys/src/cmd/gs/src/sfxboth.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sfxboth.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sfxboth.c:1,20
	  /* Copyright (C) 1997 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: sfxboth.c,v 1.2 2000/09/19 19:00:49 lpd Exp $ */
	+ /* $Id: sfxboth.c,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* File stream implementation using both stdio and direct OS calls */
	  
	  #include "sfxstdio.c"
 [rsc] --rw-rw-r-- M 661145 glenda sys 10801 Jan 16 20:52 sys/src/cmd/gs/src/sfxfd.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 8235 Jan 16 20:52 sys/src/cmd/gs/src/sfxstdio.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1791 Jan 16 20:52 sys/src/cmd/gs/src/shc.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/shc.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/shc.c:1,20
	  /* Copyright (C) 1992, 1995 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: shc.c,v 1.2 2000/09/19 19:00:50 lpd Exp $ */
	+ /* $Id: shc.c,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* Support code for shc.h */
	  #include "std.h"
	  #include "scommon.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 8062 Jan 16 20:52 sys/src/cmd/gs/src/shc.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 14584 Jan 16 20:52 sys/src/cmd/gs/src/shcgen.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/shcgen.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/shcgen.c:1,20
	  /* Copyright (C) 1994, 1996, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: shcgen.c,v 1.2 2000/09/19 19:00:50 lpd Exp $ */
	+ /* $Id: shcgen.c,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* Generate (bounded) Huffman code definitions from frequencies, */
	  /* and tables from definitions. */
	  #include "memory_.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 2197 Jan 16 20:52 sys/src/cmd/gs/src/shcgen.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 8200 Jan 16 20:52 sys/src/cmd/gs/src/siinterp.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/siinterp.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/siinterp.c:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: siinterp.c,v 1.2 2000/09/19 19:00:50 lpd Exp $ */
	+ /* $Id: siinterp.c,v 1.7 2004/12/08 21:35:13 stefan Exp $ */
	  /* Image interpolation filter */
	  #include "memory_.h"
	  #include <assert.h>
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/siinterp.c:75,81 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/siinterp.c:73,79
	      prev, cur);
	  
	  /* Forward references */
	- private void s_IIEncode_release(P1(stream_state * st));
	+ private void s_IIEncode_release(stream_state * st);
	  
	  /* Initialize the filter. */
	  private int
 [rsc] --rw-rw-r-- M 661145 glenda sys 959 Jan 16 20:52 sys/src/cmd/gs/src/siinterp.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/siinterp.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/siinterp.h:1,20
	  /* Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: siinterp.h,v 1.2 2000/09/19 19:00:50 lpd Exp $ */
	+ /* $Id: siinterp.h,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* Definitions for image interpolation filter */
	  /* Requires strimpl.h */
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 19019 Jan 16 20:52 sys/src/cmd/gs/src/siscale.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/siscale.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/siscale.c:1,20
	  /* Copyright (C) 1995, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: siscale.c,v 1.4 2000/09/19 19:00:50 lpd Exp $ */
	+ /* $Id: siscale.c,v 1.7 2002/06/16 03:58:15 lpd Exp $ */
	  /* Image scaling filters */
	  #include "math_.h"
	  #include "memory_.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/siscale.c:409,415 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/siscale.c:407,413
	  #define tmp_height params.HeightIn
	  
	  /* Forward references */
	- private void s_IScale_release(P1(stream_state * st));
	+ private void s_IScale_release(stream_state * st);
	  
	  /* Calculate the weights for an output row. */
	  private void
 [rsc] --rw-rw-r-- M 661145 glenda sys 968 Jan 16 20:52 sys/src/cmd/gs/src/siscale.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/siscale.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/siscale.h:1,20
	  /* Copyright (C) 1995, 1996, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: siscale.h,v 1.2 2000/09/19 19:00:50 lpd Exp $ */
	+ /* $Id: siscale.h,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* Definitions for smoothed image scaling filter */
	  /* Requires strimpl.h */
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 2721 Jan 16 20:52 sys/src/cmd/gs/src/sisparam.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sisparam.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sisparam.h:1,20
	  /* Copyright (C) 1995, 1996, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: sisparam.h,v 1.2 2000/09/19 19:00:50 lpd Exp $ */
	+ /* $Id: sisparam.h,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* Generic image scaling stream definitions */
	  /* Requires strimpl.h */
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 2599 Jan 16 20:52 sys/src/cmd/gs/src/sjpeg.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 7440 Jan 16 20:52 sys/src/cmd/gs/src/sjpegc.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2625 Jan 16 20:52 sys/src/cmd/gs/src/sjpegd.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sjpegd.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sjpegd.c:1,20
	  /* Copyright (C) 1994, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: sjpegd.c,v 1.3 2001/04/04 19:20:27 alexcher Exp $ */
	+ /* $Id: sjpegd.c,v 1.5 2002/02/21 22:24:54 giles Exp $ */
	  /* Interface routines for IJG decoding code. */
	  #include "stdio_.h"
	  #include "string_.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 3259 Jan 16 20:52 sys/src/cmd/gs/src/sjpege.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sjpege.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sjpege.c:1,20
	  /* Copyright (C) 1994, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: sjpege.c,v 1.3 2001/04/04 19:20:27 alexcher Exp $ */
	+ /* $Id: sjpege.c,v 1.5 2002/02/21 22:24:54 giles Exp $ */
	  /* Interface routines for IJG encoding code. */
	  #include "stdio_.h"
	  #include "string_.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 1263 Jan 16 20:52 sys/src/cmd/gs/src/slzwc.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/slzwc.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/slzwc.c:1,20
	  /* Copyright (C) 1995, 1996, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: slzwc.c,v 1.2 2000/09/19 19:00:50 lpd Exp $ */
	+ /* $Id: slzwc.c,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* Code common to LZW encoding and decoding streams */
	  #include "std.h"
	  #include "strimpl.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 11606 Jan 16 20:52 sys/src/cmd/gs/src/slzwd.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/slzwd.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/slzwd.c:1,20
	  /* Copyright (C) 1993, 1996, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: slzwd.c,v 1.3 2000/11/01 22:36:13 lpd Exp $ */
	+ /* $Id: slzwd.c,v 1.7 2005/10/20 19:42:18 ray Exp $ */
	  /* LZW decoding filter */
	  #include "stdio_.h"		/* includes std.h */
	  #include "gdebug.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/slzwd.c:341,349 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/slzwd.c:339,348
	  		if (bits_left + ((rlimit - p) << 3) < code_size) {
	  		    /*
	  		     * We need more data to decide whether a reset is next.
	- 		     ****** PUNT ******
	- 		     */
	- 		    status = ERRC;
	+ 		     * Return an error if we cannot get more.
	+                      */
	+ 		    if (last)
	+                         status = ERRC;
	  		    goto out;
	  		}
	  		if (low_order) {
 [rsc] --rw-rw-r-- M 661145 glenda sys 2888 Jan 16 20:52 sys/src/cmd/gs/src/slzwx.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/slzwx.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/slzwx.h:1,20
	  /* Copyright (C) 1993, 1995, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: slzwx.h,v 1.2 2000/09/19 19:00:50 lpd Exp $ */
	+ /* $Id: slzwx.h,v 1.5 2002/06/16 05:00:54 lpd Exp $ */
	  /* Definitions for LZW filters */
	  /* Requires strimpl.h */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/slzwx.h:73,79 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/slzwx.h:71,77
	  extern const stream_template s_LZWE_template;
	  
	  /* Shared procedures */
	- void s_LZW_set_defaults(P1(stream_state *));
	- void s_LZW_release(P1(stream_state *));
	+ void s_LZW_set_defaults(stream_state *);
	+ void s_LZW_release(stream_state *);
	  
	  #endif /* slzwx_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 glenda sys 4259 Jan 16 20:52 sys/src/cmd/gs/src/smtf.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/smtf.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/smtf.c:1,20
	  /* Copyright (C) 1995, 1996, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: smtf.c,v 1.2 2000/09/19 19:00:51 lpd Exp $ */
	+ /* $Id: smtf.c,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* MoveToFront filters */
	  #include "stdio_.h"
	  #include "strimpl.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 1457 Jan 16 20:52 sys/src/cmd/gs/src/smtf.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/smtf.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/smtf.h:1,20
	  /* Copyright (C) 1995 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: smtf.h,v 1.2 2000/09/19 19:00:51 lpd Exp $ */
	+ /* $Id: smtf.h,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* Definitions for MoveToFront filters */
	  /* Requires scommon.h; strimpl.h if any templates are referenced */
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 14890 Jan 16 20:52 sys/src/cmd/gs/src/spdiff.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2130 Jan 16 20:52 sys/src/cmd/gs/src/spdiffx.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/spdiffx.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/spdiffx.h:1,20
	  /* Copyright (C) 1994, 1995, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: spdiffx.h,v 1.2 2000/09/19 19:00:51 lpd Exp $ */
	+ /* $Id: spdiffx.h,v 1.5 2004/03/13 22:31:19 ray Exp $ */
	  /* Definitions for PixelDifference filters */
	  /* Requires strimpl.h */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/spdiffx.h:42,48 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/spdiffx.h:40,46
	      int case_index;		/* switch index for case dispatch */
	      /* The following are updated dynamically. */
	      uint row_left;		/* # of bytes left in row */
	-     byte prev[s_PDiff_max_Colors];	/* previous sample */
	+     uint prev[s_PDiff_max_Colors];	/* previous sample */
	  } stream_PDiff_state;
	  
	  #define private_st_PDiff_state()	/* in spdiff.c */\
 [rsc] --rw-rw-r-- M 661145 glenda sys 11139 Jan 16 20:52 sys/src/cmd/gs/src/spngp.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/spngp.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/spngp.c:1,20
	  /* Copyright (C) 1996, 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: spngp.c,v 1.2 2000/09/19 19:00:51 lpd Exp $ */
	+ /* $Id: spngp.c,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* PNG pixel prediction filters */
	  #include "memory_.h"
	  #include "strimpl.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 2196 Jan 16 20:52 sys/src/cmd/gs/src/spngpx.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/spngpx.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/spngpx.h:1,20
	  /* Copyright (C) 1996, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: spngpx.h,v 1.2 2000/09/19 19:00:51 lpd Exp $ */
	+ /* $Id: spngpx.h,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* Definitions for PNGPredictor filters */
	  /* Requires strimpl.h */
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 5314 Jan 16 20:52 sys/src/cmd/gs/src/spprint.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/spprint.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/spprint.c:1,20
	  /* Copyright (C) 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: spprint.c,v 1.4 2001/08/25 06:59:04 lpd Exp $ */
	+ /* $Id: spprint.c,v 1.7 2005/03/31 20:46:30 igor Exp $ */
	  /* Print values in ASCII form on a stream */
	  #include "math_.h"		/* for fabs */
	  #include "stdio_.h"		/* for stream.h */
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/spprint.c:112,118 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/spprint.c:110,116
	  pprintg1(stream * s, const char *format, floatp v)
	  {
	      const char *fp = pprintf_scan(s, format);
	-     char str[50];
	+     char str[150];
	  
	  #ifdef DEBUG
	      if (*fp == 0 || fp[1] != 'g')	/* shouldn't happen! */
 [rsc] --rw-rw-r-- M 661145 glenda sys 3193 Jan 16 20:52 sys/src/cmd/gs/src/spprint.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 7176 Jan 16 20:52 sys/src/cmd/gs/src/spsdf.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/spsdf.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/spsdf.c:1,20
	  /* Copyright (C) 1999, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: spsdf.c,v 1.5 2001/04/01 00:35:26 raph Exp $ */
	+ /* $Id: spsdf.c,v 1.7 2002/02/21 22:24:54 giles Exp $ */
	  /* Common utilities for PostScript and PDF format printing */
	  #include "stdio_.h"		/* for stream.h */
	  #include "string_.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 3062 Jan 16 20:52 sys/src/cmd/gs/src/spsdf.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 1916 Jan 16 20:52 sys/src/cmd/gs/src/srdline.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2899 Jan 16 20:52 sys/src/cmd/gs/src/srld.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/srld.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/srld.c:1,20
	  /* Copyright (C) 1995, 1996, 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: srld.c,v 1.2 2000/09/19 19:00:51 lpd Exp $ */
	+ /* $Id: srld.c,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* RunLengthDecode filter */
	  #include "stdio_.h"		/* includes std.h */
	  #include "memory_.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 4715 Jan 16 20:52 sys/src/cmd/gs/src/srle.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/srle.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/srle.c:1,20
	  /* Copyright (C) 1995, 1996, 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: srle.c,v 1.2 2000/09/19 19:00:51 lpd Exp $ */
	+ /* $Id: srle.c,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* RunLengthEncode filter */
	  #include "stdio_.h"		/* includes std.h */
	  #include "memory_.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 2643 Jan 16 20:52 sys/src/cmd/gs/src/srlx.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/srlx.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/srlx.h:1,20
	  /* Copyright (C) 1994, 1995, 1996, 1997 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: srlx.h,v 1.3 2000/11/01 22:36:13 lpd Exp $ */
	+ /* $Id: srlx.h,v 1.5 2002/02/21 22:24:54 giles Exp $ */
	  /* Definitions for RunLength filters */
	  /* Requires scommon.h; strimpl.h if any templates are referenced */
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 10195 Jan 16 20:52 sys/src/cmd/gs/src/sstring.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 2621 Jan 16 20:52 sys/src/cmd/gs/src/sstring.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 2879 Jan 16 20:52 sys/src/cmd/gs/src/stat_.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 13420 Jan 16 20:52 sys/src/cmd/gs/src/std.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 2086 Jan 16 20:52 sys/src/cmd/gs/src/stdio_.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 14972 Jan 16 20:52 sys/src/cmd/gs/src/stdpre.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 10482 Jan 16 20:52 sys/src/cmd/gs/src/store.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/store.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/store.h:1,20
	  /* Copyright (C) 1989, 1995, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: store.h,v 1.2 2000/09/19 19:00:51 lpd Exp $ */
	+ /* $Id: store.h,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* Assignment-related macros */
	  
	  #ifndef store_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 31913 Jan 16 20:52 sys/src/cmd/gs/src/stream.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 14820 Jan 16 20:52 sys/src/cmd/gs/src/stream.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 7445 Jan 16 20:52 sys/src/cmd/gs/src/strimpl.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1385 Jan 16 20:52 sys/src/cmd/gs/src/string_.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/string_.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/string_.h:1,20
	  /* Copyright (C) 1989, 1992, 1993, 1994, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: string_.h,v 1.2 2000/09/19 19:00:51 lpd Exp $ */
	+ /* $Id: string_.h,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* Generic substitute for Unix string.h */
	  
	  #ifndef string__INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 3667 Jan 16 20:52 sys/src/cmd/gs/src/szlibc.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/szlibc.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/szlibc.c:1,20
	  /* Copyright (C) 1995, 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: szlibc.c,v 1.3 2001/07/16 08:29:46 igorm Exp $ */
	+ /* $Id: szlibc.c,v 1.6 2004/08/04 19:36:13 stefan Exp $ */
	  /* Code common to zlib encoding and decoding streams */
	  #include "std.h"
	  #include "gserror.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/szlibc.c:54,60 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/szlibc.c:52,58
	  int
	  s_zlib_alloc_dynamic_state(stream_zlib_state *ss)
	  {
	-     gs_memory_t *mem = (ss->memory ? ss->memory : &gs_memory_default);
	+     gs_memory_t *mem = ss->memory; 
	      zlib_dynamic_state_t *zds =
	  	gs_alloc_struct_immovable(mem, zlib_dynamic_state_t,
	  				  &st_zlib_dynamic_state,
 [rsc] --rw-rw-r-- M 661145 glenda sys 3380 Jan 16 20:52 sys/src/cmd/gs/src/szlibd.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2955 Jan 16 20:52 sys/src/cmd/gs/src/szlibe.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/szlibe.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/szlibe.c:1,20
	  /* Copyright (C) 1995, 1996, 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: szlibe.c,v 1.2 2000/09/19 19:00:51 lpd Exp $ */
	+ /* $Id: szlibe.c,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* zlib encoding (compression) filter stream */
	  #include "std.h"
	  #include "gsmemory.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 1914 Jan 16 20:52 sys/src/cmd/gs/src/szlibx.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/szlibx.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/szlibx.h:1,20
	  /* Copyright (C) 1995, 1996, 1997, 1998 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: szlibx.h,v 1.2 2000/09/19 19:00:51 lpd Exp $ */
	+ /* $Id: szlibx.h,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* zlib filter state definition */
	  
	  #ifndef szlibx_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 2394 Jan 16 20:52 sys/src/cmd/gs/src/szlibxx.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 2924 Jan 16 20:52 sys/src/cmd/gs/src/time_.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 4703 Jan 16 20:52 sys/src/cmd/gs/src/ugcclib.mak
 [rsc] --rw-rw-r-- M 661145 glenda sys 4654 Jan 16 20:52 sys/src/cmd/gs/src/unix-aux.mak
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3506 Jan 16 20:52 sys/src/cmd/gs/src/unix-end.mak
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/unix-end.mak:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/unix-end.mak:1,19
	  #    Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	  # 
	- # This file is part of AFPL Ghostscript.
	+ # This software is provided AS-IS with no warranty, either express or
	+ # implied.
	  # 
	- # AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- # distributor accepts any responsibility for the consequences of using it, or
	- # for whether it serves any particular purpose or works at all, unless he or
	- # she says so in writing.  Refer to the Aladdin Free Public License (the
	- # "License") for full details.
	+ # This software is distributed under license and may not be copied,
	+ # modified or distributed except as expressly authorized under the terms
	+ # of the license contained in the file LICENSE in this distribution.
	  # 
	- # Every copy of AFPL Ghostscript must include a copy of the License, normally
	- # in a plain ASCII text file named PUBLIC.  The License grants you the right
	- # to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- # conditions described in the License.  Among other things, the License
	- # requires that the copyright notice and this notice be preserved on all
	- # copies.
	+ # For more information about licensing, please refer to
	+ # http://www.ghostscript.com/licensing/. For information on
	+ # commercial licensing, go to http://www.artifex.com/licensing/ or
	+ # contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ # San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- # $Id: unix-end.mak,v 1.2 2000/09/19 19:00:52 lpd Exp $
	+ # $Id: unix-end.mak,v 1.6 2003/12/11 02:22:11 giles Exp $
	  # Partial makefile common to all Unix and Desqview/X configurations.
	  # This is the next-to-last part of the makefile for these configurations.
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/unix-end.mak:36,42 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/unix-end.mak:34,40
	  	@if test ! -d $(PSOBJDIR)/$(PGRELDIR); then mkdir $(PSOBJDIR)/$(PGRELDIR); fi
	  
	  PGDEFS=GENOPT='-DPROFILE' CFLAGS='$(CFLAGS_PROFILE) $(GCFLAGS) $(XCFLAGS)'\
	-  LDFLAGS='$(XLDFLAGS) -pg' XLIBS='Xt SM ICE Xext X11' CC_LEAF='$(CC_LEAF_PG)'\
	+  LDFLAGS='$(XLDFLAGS) -pg' XLIBS='Xt SM ICE Xext X11'\
	   BINDIR=$(BINDIR)/$(PGRELDIR)\
	   GLGENDIR=$(GLGENDIR)/$(PGRELDIR) GLOBJDIR=$(GLOBJDIR)/$(PGRELDIR)\
	   PSGENDIR=$(PSGENDIR)/$(PGRELDIR) PSOBJDIR=$(PSOBJDIR)/$(PGRELDIR)
 [rsc] --rw-rw-r-- M 661145 glenda sys 16505 Jan 16 20:52 sys/src/cmd/gs/src/unix-gcc.mak
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2018 Jan 16 20:52 sys/src/cmd/gs/src/unixhead.mak
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/unixhead.mak:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/unixhead.mak:1,19
	  #    Copyright (C) 1990, 1993, 1996, 1997, 1999 Aladdin Enterprises.  All rights reserved.
	  # 
	- # This file is part of AFPL Ghostscript.
	+ # This software is provided AS-IS with no warranty, either express or
	+ # implied.
	  # 
	- # AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- # distributor accepts any responsibility for the consequences of using it, or
	- # for whether it serves any particular purpose or works at all, unless he or
	- # she says so in writing.  Refer to the Aladdin Free Public License (the
	- # "License") for full details.
	+ # This software is distributed under license and may not be copied,
	+ # modified or distributed except as expressly authorized under the terms
	+ # of the license contained in the file LICENSE in this distribution.
	  # 
	- # Every copy of AFPL Ghostscript must include a copy of the License, normally
	- # in a plain ASCII text file named PUBLIC.  The License grants you the right
	- # to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- # conditions described in the License.  Among other things, the License
	- # requires that the copyright notice and this notice be preserved on all
	- # copies.
	+ # For more information about licensing, please refer to
	+ # http://www.ghostscript.com/licensing/. For information on
	+ # commercial licensing, go to http://www.artifex.com/licensing/ or
	+ # contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ # San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- # $Id: unixhead.mak,v 1.2 2000/09/19 19:00:52 lpd Exp $
	+ # $Id: unixhead.mak,v 1.4 2002/02/21 22:24:54 giles Exp $
	  # Partial makefile common to all Unix configurations.
	  
	  # This part of the makefile gets inserted after the compiler-specific part
 [rsc] --rw-rw-r-- M 661145 glenda sys 2871 Jan 16 20:52 sys/src/cmd/gs/src/unixlink.mak
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1173 Jan 16 20:52 sys/src/cmd/gs/src/version.mak
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/version.mak:1,31 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/version.mak:1,29
	- #    Copyright (C) 1997, 2000 Aladdin Enterprises.  All rights reserved.
	+ #    Copyright (C) 1997-2005 artofcode LLC. All rights reserved.
	  # 
	- # This file is part of AFPL Ghostscript.
	+ # This software is provided AS-IS with no warranty, either express or
	+ # implied.
	  # 
	- # AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- # distributor accepts any responsibility for the consequences of using it, or
	- # for whether it serves any particular purpose or works at all, unless he or
	- # she says so in writing.  Refer to the Aladdin Free Public License (the
	- # "License") for full details.
	+ # This software is distributed under license and may not be copied,
	+ # modified or distributed except as expressly authorized under the terms
	+ # of the license contained in the file LICENSE in this distribution.
	  # 
	- # Every copy of AFPL Ghostscript must include a copy of the License, normally
	- # in a plain ASCII text file named PUBLIC.  The License grants you the right
	- # to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- # conditions described in the License.  Among other things, the License
	- # requires that the copyright notice and this notice be preserved on all
	- # copies.
	+ # For more information about licensing, please refer to
	+ # http://www.ghostscript.com/licensing/. For information on
	+ # commercial licensing, go to http://www.artifex.com/licensing/ or
	+ # contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ # San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- # $Id: version.mak,v 1.36.2.2 2002/02/01 05:31:26 raph Exp $
	+ # $Id: version.mak,v 1.87 2005/10/20 19:46:55 ray Exp $
	  # Makefile fragment containing the current revision identification.
	  
	  # Major and minor version numbers.
	  # MINOR0 is different from MINOR only if MINOR is a single digit.
	- GS_VERSION_MAJOR=7
	- GS_VERSION_MINOR=04
	- GS_VERSION_MINOR0=04
	+ GS_VERSION_MAJOR=8
	+ GS_VERSION_MINOR=53
	+ GS_VERSION_MINOR0=53
	  # Revision date: year x 10000 + month x 100 + day.
	- GS_REVISIONDATE=20020131
	+ GS_REVISIONDATE=20051020
	  # Derived values
	  GS_VERSION=$(GS_VERSION_MAJOR)$(GS_VERSION_MINOR0)
	- GS_DOT_VERSION=$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR)
	+ GS_DOT_VERSION=$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR0)
	  GS_REVISION=$(GS_VERSION)
 [rsc] --rw-rw-r-- M 661145 glenda sys 1454 Jan 16 20:52 sys/src/cmd/gs/src/vmsmath.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/vmsmath.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/vmsmath.h:1,20
	  /* Copyright (C) 1989 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: vmsmath.h,v 1.2 2000/09/19 19:00:52 lpd Exp $ */
	+ /* $Id: vmsmath.h,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* Substitute for math.h on VAX/VMS systems */
	  
	  #ifndef vmsmath_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 4212 Jan 16 20:52 sys/src/cmd/gs/src/watclib.mak
 [rsc] --rw-rw-r-- M 661145 glenda sys 16652 Jan 16 20:52 sys/src/cmd/gs/src/watcw32.mak
 [rsc] --rw-rw-r-- M 661145 glenda sys 4602 Jan 16 20:52 sys/src/cmd/gs/src/wccommon.mak
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3450 Jan 16 20:53 sys/src/cmd/gs/src/wctail.mak
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/wctail.mak:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/wctail.mak:1,19
	  #    Copyright (C) 1995, 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	  # 
	- # This file is part of AFPL Ghostscript.
	+ # This software is provided AS-IS with no warranty, either express or
	+ # implied.
	  # 
	- # AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- # distributor accepts any responsibility for the consequences of using it, or
	- # for whether it serves any particular purpose or works at all, unless he or
	- # she says so in writing.  Refer to the Aladdin Free Public License (the
	- # "License") for full details.
	+ # This software is distributed under license and may not be copied,
	+ # modified or distributed except as expressly authorized under the terms
	+ # of the license contained in the file LICENSE in this distribution.
	  # 
	- # Every copy of AFPL Ghostscript must include a copy of the License, normally
	- # in a plain ASCII text file named PUBLIC.  The License grants you the right
	- # to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- # conditions described in the License.  Among other things, the License
	- # requires that the copyright notice and this notice be preserved on all
	- # copies.
	+ # For more information about licensing, please refer to
	+ # http://www.ghostscript.com/licensing/. For information on
	+ # commercial licensing, go to http://www.artifex.com/licensing/ or
	+ # contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ # San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- # $Id: wctail.mak,v 1.3.2.1 2002/02/01 03:30:13 raph Exp $
	+ # $Id: wctail.mak,v 1.7 2003/04/15 14:36:43 giles Exp $
	  # wctail.mak
	  # Last part of Watcom C/C++ makefile common to MS-DOS and MS Windows.
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/wctail.mak:34,39 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/wctail.mak:32,38
	  # zlib.mak must precede libpng.mak
	  !include $(GLSRCDIR)\zlib.mak
	  !include $(GLSRCDIR)\libpng.mak
	+ !include $(GLSRCDIR)\jbig2.mak
	  !include $(GLSRCDIR)\icclib.mak
	  !include $(GLSRCDIR)\ijs.mak
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 1722 Jan 16 20:53 sys/src/cmd/gs/src/windows_.h
 [rsc] --rwxrwxr-x M 661145 glenda sys 11936 Jan 16 20:53 sys/src/cmd/gs/src/winint.mak
 [rsc] --rw-rw-r-- M 661145 glenda sys 6367 Jan 16 20:53 sys/src/cmd/gs/src/winlib.mak
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1989 Jan 16 20:53 sys/src/cmd/gs/src/winplat.mak
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/winplat.mak:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/winplat.mak:1,19
	  #    Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	  # 
	- # This file is part of AFPL Ghostscript.
	+ # This software is provided AS-IS with no warranty, either express or
	+ # implied.
	  # 
	- # AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- # distributor accepts any responsibility for the consequences of using it, or
	- # for whether it serves any particular purpose or works at all, unless he or
	- # she says so in writing.  Refer to the Aladdin Free Public License (the
	- # "License") for full details.
	+ # This software is distributed under license and may not be copied,
	+ # modified or distributed except as expressly authorized under the terms
	+ # of the license contained in the file LICENSE in this distribution.
	  # 
	- # Every copy of AFPL Ghostscript must include a copy of the License, normally
	- # in a plain ASCII text file named PUBLIC.  The License grants you the right
	- # to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- # conditions described in the License.  Among other things, the License
	- # requires that the copyright notice and this notice be preserved on all
	- # copies.
	+ # For more information about licensing, please refer to
	+ # http://www.ghostscript.com/licensing/. For information on
	+ # commercial licensing, go to http://www.artifex.com/licensing/ or
	+ # contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ # San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- # $Id: winplat.mak,v 1.2 2000/09/19 19:00:52 lpd Exp $
	+ # $Id: winplat.mak,v 1.5 2003/10/21 11:54:04 alexcher Exp $
	  # Common makefile section for builds on 32-bit MS Windows, including the
	  # Watcom MS-DOS build.
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/winplat.mak:30,36 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/winplat.mak:28,34
	  
	  $(GLOBJ)gp_ntfs.$(OBJ): $(GLSRC)gp_ntfs.c $(AK)\
	   $(dos__h) $(memory__h) $(stdio__h) $(string__h) $(windows__h)\
	-  $(gp_h) $(gsmemory_h) $(gsstruct_h) $(gstypes_h) $(gsutil_h)
	+  $(gp_h) $(gpmisc_h) $(gsmemory_h) $(gsstruct_h) $(gstypes_h) $(gsutil_h)
	  	$(GLCCWIN) $(GLO_)gp_ntfs.$(OBJ) $(C_) $(GLSRC)gp_ntfs.c
	  
	  $(GLOBJ)gp_win32.$(OBJ): $(GLSRC)gp_win32.c $(AK)\
 [rsc] --rw-rw-r-- M 661145 glenda sys 2823 Jan 16 20:53 sys/src/cmd/gs/src/wmin.mak
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/wmin.mak:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/wmin.mak:1,19
	  #    Copyright (C) 1994 Aladdin Enterprises.  All rights reserved.
	  # 
	- # This file is part of AFPL Ghostscript.
	+ # This software is provided AS-IS with no warranty, either express or
	+ # implied.
	  # 
	- # AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- # distributor accepts any responsibility for the consequences of using it, or
	- # for whether it serves any particular purpose or works at all, unless he or
	- # she says so in writing.  Refer to the Aladdin Free Public License (the
	- # "License") for full details.
	+ # This software is distributed under license and may not be copied,
	+ # modified or distributed except as expressly authorized under the terms
	+ # of the license contained in the file LICENSE in this distribution.
	  # 
	- # Every copy of AFPL Ghostscript must include a copy of the License, normally
	- # in a plain ASCII text file named PUBLIC.  The License grants you the right
	- # to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- # conditions described in the License.  Among other things, the License
	- # requires that the copyright notice and this notice be preserved on all
	- # copies.
	+ # For more information about licensing, please refer to
	+ # http://www.ghostscript.com/licensing/. For information on
	+ # commercial licensing, go to http://www.artifex.com/licensing/ or
	+ # contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ # San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- # $Id: wmin.mak,v 1.2 2000/09/19 19:00:52 lpd Exp $
	+ # $Id: wmin.mak,v 1.4 2002/02/21 22:24:54 giles Exp $
	  # Makefile for compiling the Wadalab free Kanji font into the executable.
	  # This does not yet include rules for creating the wmin*.c files.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 8869 Jan 16 20:53 sys/src/cmd/gs/src/zarith.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zarith.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zarith.c:1,20
	  /* Copyright (C) 1989, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zarith.c,v 1.4 2000/09/19 19:00:52 lpd Exp $ */
	+ /* $Id: zarith.c,v 1.6 2002/02/21 22:24:54 giles Exp $ */
	  /* Arithmetic operators */
	  #include "math_.h"
	  #include "ghost.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 3249 Jan 16 20:53 sys/src/cmd/gs/src/zarray.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 24923 Jan 16 20:53 sys/src/cmd/gs/src/zbfont.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4237 Jan 16 20:53 sys/src/cmd/gs/src/zbseq.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zbseq.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zbseq.c:1,20
	  /* Copyright (C) 1990, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zbseq.c,v 1.4 2000/09/19 19:00:52 lpd Exp $ */
	+ /* $Id: zbseq.c,v 1.6 2002/02/21 22:24:54 giles Exp $ */
	  /* Level 2 binary object sequence operators */
	  #include "memory_.h"
	  #include "ghost.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 5151 Jan 16 20:53 sys/src/cmd/gs/src/zcfont.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 24426 Jan 16 20:53 sys/src/cmd/gs/src/zchar.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 36915 Jan 16 20:53 sys/src/cmd/gs/src/zchar1.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1253 Jan 16 20:53 sys/src/cmd/gs/src/zchar2.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zchar2.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zchar2.c:1,20
	  /* Copyright (C) 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zchar2.c,v 1.2 2000/09/19 19:00:52 lpd Exp $ */
	+ /* $Id: zchar2.c,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* Type 2 character display operator */
	  #include "ghost.h"
	  #include "oper.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 5638 Jan 16 20:53 sys/src/cmd/gs/src/zchar32.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zchar32.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zchar32.c:1,20
	  /* Copyright (C) 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zchar32.c,v 1.2 2000/09/19 19:00:52 lpd Exp $ */
	+ /* $Id: zchar32.c,v 1.5 2004/08/19 19:33:09 stefan Exp $ */
	  /* Type 32 font glyph operators */
	  #include "ghost.h"
	  #include "oper.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zchar32.c:116,122 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zchar32.c:114,120
	      gs_font *font;
	  } font_cid_range_t;
	  private bool
	- select_cid_range(cached_char * cc, void *range_ptr)
	+ select_cid_range(const gs_memory_t *mem, cached_char * cc, void *range_ptr)
	  {
	      const font_cid_range_t *range = range_ptr;
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 6662 Jan 16 20:53 sys/src/cmd/gs/src/zchar42.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 10903 Jan 16 20:53 sys/src/cmd/gs/src/zcharout.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 4357 Jan 16 20:53 sys/src/cmd/gs/src/zcharx.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 6761 Jan 16 20:53 sys/src/cmd/gs/src/zcid.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 21554 Jan 16 20:53 sys/src/cmd/gs/src/zcie.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 20290 Jan 16 20:53 sys/src/cmd/gs/src/zcolor.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 4820 Jan 16 20:53 sys/src/cmd/gs/src/zcolor1.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 1606 Jan 16 20:53 sys/src/cmd/gs/src/zcolor2.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 37678 Jan 16 20:53 sys/src/cmd/gs/src/zcontext.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 26631 Jan 16 20:53 sys/src/cmd/gs/src/zcontrol.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 15370 Jan 16 20:53 sys/src/cmd/gs/src/zcrd.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 4670 Jan 16 20:53 sys/src/cmd/gs/src/zcsdevn.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 6755 Jan 16 20:53 sys/src/cmd/gs/src/zcsindex.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 1649 Jan 16 20:53 sys/src/cmd/gs/src/zcspixel.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 5925 Jan 16 20:53 sys/src/cmd/gs/src/zcssepr.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2433 Jan 16 20:53 sys/src/cmd/gs/src/zdevcal.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zdevcal.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zdevcal.c:1,20
	  /* Copyright (C) 1995, 1998, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zdevcal.c,v 1.3 2000/09/22 04:18:17 lpd Exp $ */
	+ /* $Id: zdevcal.c,v 1.5 2002/02/21 22:24:54 giles Exp $ */
	  /* %Calendar% IODevice */
	  #include "time_.h"
	  #include "ghost.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 12818 Jan 16 20:53 sys/src/cmd/gs/src/zdevice.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 9894 Jan 16 20:53 sys/src/cmd/gs/src/zdevice2.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 11414 Jan 16 20:53 sys/src/cmd/gs/src/zdict.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2478 Jan 16 20:53 sys/src/cmd/gs/src/zdosio.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zdosio.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zdosio.c:1,20
	  /* Copyright (C) 1992, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zdosio.c,v 1.2 2000/09/19 19:00:53 lpd Exp $ */
	+ /* $Id: zdosio.c,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* MS-DOS direct I/O operators. */
	  /* These should NEVER be included in a released configuration! */
	  #include "dos_.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 12419 Jan 16 20:53 sys/src/cmd/gs/src/zdouble.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 13204 Jan 16 20:53 sys/src/cmd/gs/src/zdpnext.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 7109 Jan 16 20:53 sys/src/cmd/gs/src/zdps.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 11811 Jan 16 20:53 sys/src/cmd/gs/src/zdps1.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2441 Jan 16 20:53 sys/src/cmd/gs/src/zfbcp.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zfbcp.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zfbcp.c:1,20
	  /* Copyright (C) 1994, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zfbcp.c,v 1.3 2000/09/19 19:00:53 lpd Exp $ */
	+ /* $Id: zfbcp.c,v 1.5 2002/02/21 22:24:54 giles Exp $ */
	  /* (T)BCP filter creation */
	  #include "memory_.h"
	  #include "ghost.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 14672 Jan 16 20:53 sys/src/cmd/gs/src/zfcmap.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3268 Jan 16 20:53 sys/src/cmd/gs/src/zfdctd.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zfdctd.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zfdctd.c:1,20
	  /* Copyright (C) 1994, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zfdctd.c,v 1.6 2001/04/09 05:15:57 rayjj Exp $ */
	+ /* $Id: zfdctd.c,v 1.8 2002/02/21 22:24:54 giles Exp $ */
	  /* DCTDecode filter creation */
	  #include "memory_.h"
	  #include "stdio_.h"		/* for jpeglib.h */
 [rsc] --rw-rw-r-- M 661145 glenda sys 4441 Jan 16 20:53 sys/src/cmd/gs/src/zfdcte.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zfdcte.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zfdcte.c:1,20
	  /* Copyright (C) 1994, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zfdcte.c,v 1.5 2001/05/30 17:38:45 rayjj Exp $ */
	+ /* $Id: zfdcte.c,v 1.8 2002/09/26 18:45:02 dan Exp $ */
	  /* DCTEncode filter creation */
	  #include "memory_.h"
	  #include "stdio_.h"		/* for jpeglib.h */
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zfdcte.c:45,51 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zfdcte.c:43,49
	  zDCTE(i_ctx_t *i_ctx_p)
	  {
	      os_ptr op = osp;
	-     gs_memory_t *mem = &gs_memory_default;
	+     gs_memory_t *mem = gs_memory_stable(imemory);
	      stream_DCT_state state;
	      dict_param_list list;
	      jpeg_compress_data *jcdp;
 [rsc] --rw-rw-r-- M 661145 glenda sys 9304 Jan 16 20:53 sys/src/cmd/gs/src/zfdecode.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zfdecode.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zfdecode.c:1,20
	  /* Copyright (C) 1994, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zfdecode.c,v 1.3 2000/09/19 19:00:53 lpd Exp $ */
	+ /* $Id: zfdecode.c,v 1.6 2004/03/13 22:31:19 ray Exp $ */
	  /* Additional decoding filter creation */
	  #include "memory_.h"
	  #include "ghost.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zfdecode.c:250,256 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zfdecode.c:248,254
	      check_dict_read(*op);
	      if ((code = dict_int_param(op, "Colors", 1, s_PDiff_max_Colors, 1,
	  			       &ppds->Colors)) < 0 ||
	- 	(code = dict_int_param(op, "BitsPerComponent", 1, 8, 8,
	+ 	(code = dict_int_param(op, "BitsPerComponent", 1, 16, 8,
	  			       &bpc)) < 0 ||
	  	(bpc & (bpc - 1)) != 0 ||
	  	(code = dict_int_param(op, "Columns", 1, max_int, 1,
 [rsc] --rw-rw-r-- M 661145 glenda sys 41071 Jan 16 20:54 sys/src/cmd/gs/src/zfile.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 24833 Jan 16 20:54 sys/src/cmd/gs/src/zfileio.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 12661 Jan 16 20:54 sys/src/cmd/gs/src/zfilter.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3961 Jan 16 20:54 sys/src/cmd/gs/src/zfilter2.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zfilter2.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zfilter2.c:1,20
	  /* Copyright (C) 1991, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zfilter2.c,v 1.3 2000/09/19 19:00:53 lpd Exp $ */
	+ /* $Id: zfilter2.c,v 1.6 2004/09/26 16:19:27 ray Exp $ */
	  /* Additional filter creation */
	  #include "memory_.h"
	  #include "ghost.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zfilter2.c:132,142 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zfilter2.c:130,135
	  
	  /* <target> LZWEncode/filter <file> */
	  /* <target> <dict> LZWEncode/filter <file> */
	- /*
	-  * Note: the default implementation of this filter, in slzwce.c,
	-  * does not use any algorithms that could reasonably be claimed
	-  * to be subject to Unisys' Welch Patent.
	-  */
	  private int
	  zLZWE(i_ctx_t *i_ctx_p)
	  {
 [rsc] --rw-rw-r-- M 661145 glenda sys 9040 Jan 16 20:54 sys/src/cmd/gs/src/zfilterx.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zfilterx.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zfilterx.c:1,20
	  /* Copyright (C) 1995, 1996, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zfilterx.c,v 1.2 2000/09/19 19:00:53 lpd Exp $ */
	+ /* $Id: zfilterx.c,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* Extended (non-standard) filter creation */
	  #include "memory_.h"
	  #include "ghost.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 17074 Jan 16 20:54 sys/src/cmd/gs/src/zfont.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 10205 Jan 16 20:54 sys/src/cmd/gs/src/zfont0.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 11988 Jan 16 20:54 sys/src/cmd/gs/src/zfont1.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 3429 Jan 16 20:54 sys/src/cmd/gs/src/zfont2.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2232 Jan 16 20:54 sys/src/cmd/gs/src/zfont32.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zfont32.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zfont32.c:1,20
	  /* Copyright (C) 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zfont32.c,v 1.2 2000/09/19 19:00:53 lpd Exp $ */
	+ /* $Id: zfont32.c,v 1.5 2004/08/04 19:36:13 stefan Exp $ */
	  /* Type 32 font operators */
	  #include "ghost.h"
	  #include "oper.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zfont32.c:45,51 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zfont32.c:43,49
	      gs_font_base *pfont;
	  
	      check_type(*op, t_dictionary);
	-     code = build_proc_name_refs(&build, NULL, "%Type32BuildGlyph");
	+     code = build_proc_name_refs(imemory, &build, NULL, "%Type32BuildGlyph");
	      if (code < 0)
	  	return code;
	      code = build_gs_simple_font(i_ctx_p, op, &pfont, ft_CID_bitmap,
 [rsc] --rw-rw-r-- M 661145 glenda sys 11043 Jan 16 20:54 sys/src/cmd/gs/src/zfont42.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 11502 Jan 16 20:54 sys/src/cmd/gs/src/zfproc.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 10140 Jan 16 20:54 sys/src/cmd/gs/src/zfunc.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3097 Jan 16 20:54 sys/src/cmd/gs/src/zfunc0.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zfunc0.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zfunc0.c:1,20
	  /* Copyright (C) 1997, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zfunc0.c,v 1.3.6.1 2002/01/17 02:59:35 dancoby Exp $ */
	+ /* $Id: zfunc0.c,v 1.6 2002/02/21 22:24:54 giles Exp $ */
	  /* PostScript language interface to FunctionType 0 (Sampled) Functions */
	  #include "memory_.h"
	  #include "ghost.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 3683 Jan 16 20:54 sys/src/cmd/gs/src/zfunc3.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 8546 Jan 16 20:54 sys/src/cmd/gs/src/zfunc4.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2820 Jan 16 20:54 sys/src/cmd/gs/src/zfzlib.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zfzlib.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zfzlib.c:1,20
	  /* Copyright (C) 1995, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zfzlib.c,v 1.3 2000/09/19 19:00:54 lpd Exp $ */
	+ /* $Id: zfzlib.c,v 1.5 2002/02/21 22:24:54 giles Exp $ */
	  /* zlib and Flate filter creation */
	  #include "ghost.h"
	  #include "oper.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 15428 Jan 16 20:54 sys/src/cmd/gs/src/zgeneric.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 13544 Jan 16 20:54 sys/src/cmd/gs/src/zgstate.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1621 Jan 16 20:54 sys/src/cmd/gs/src/zhsb.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zhsb.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zhsb.c:1,20
	  /* Copyright (C) 1994, 1997, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zhsb.c,v 1.2 2000/09/19 19:00:54 lpd Exp $ */
	+ /* $Id: zhsb.c,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* HSB color operators */
	  #include "ghost.h"
	  #include "oper.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 7624 Jan 16 20:54 sys/src/cmd/gs/src/zht.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 4446 Jan 16 20:54 sys/src/cmd/gs/src/zht1.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 15846 Jan 16 20:54 sys/src/cmd/gs/src/zht2.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 17160 Jan 16 20:54 sys/src/cmd/gs/src/zimage.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 1445 Jan 16 20:54 sys/src/cmd/gs/src/zimage2.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 4245 Jan 16 20:54 sys/src/cmd/gs/src/zimage3.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 15660 Jan 16 20:46 sys/src/cmd/gs/src/Makefile.in
 [rsc] --rw-rw-r-- M 661145 rsc sys 12189 Jan 16 20:46 sys/src/cmd/gs/src/configure.ac
 [rsc] --rw-rw-r-- M 661145 rsc sys 29195 Jan 16 20:46 sys/src/cmd/gs/src/dpmain.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 120737 Jan 16 20:46 sys/src/cmd/gs/src/dscparse.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 18677 Jan 16 20:46 sys/src/cmd/gs/src/dscparse.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 5816 Jan 16 20:46 sys/src/cmd/gs/src/dwdll.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 46346 Jan 16 20:46 sys/src/cmd/gs/src/dwimg.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 14102 Jan 16 20:46 sys/src/cmd/gs/src/dwmain.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 12295 Jan 16 20:46 sys/src/cmd/gs/src/dwmainc.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 1540 Jan 16 20:46 sys/src/cmd/gs/src/dwnodll.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dwnodll.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dwnodll.c:1,21
	  /* Copyright (C) 1996-2000 Ghostgum Software Pty Ltd.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	  /* dwnodll.c */
	+ /* $Id: dwnodll.c,v 1.6 2004/04/08 16:18:25 giles Exp $ */
	  
	  #define STRICT
	  #include <windows.h>
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dwnodll.c:41,46 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dwnodll.c:40,46
	      gsdll->init_with_args = &gsapi_init_with_args;
	      gsdll->run_string = &gsapi_run_string;
	      gsdll->exit = &gsapi_exit;
	+     gsdll->set_visual_tracer = &gsapi_set_visual_tracer;
	      return 0;
	  }
	  
 [rsc] --rw-rw-r-- M 661145 rsc sys 3021 Jan 16 20:46 sys/src/cmd/gs/src/dwreg.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dwreg.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dwreg.c:1,20
	  /* Copyright (C) 2001, Ghostgum Software Pty Ltd.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: dwreg.c,v 1.1 2001/08/02 08:36:07 ghostgum Exp $ */
	+ /* $Id: dwreg.c,v 1.3 2002/02/21 22:24:51 giles Exp $ */
	  /* MS Windows registry values */
	  
	  #include <windows.h>
 [rsc] --rw-rw-r-- M 661145 rsc sys 999 Jan 16 20:46 sys/src/cmd/gs/src/dwreg.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/dwreg.h:1,23 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/dwreg.h:1,26
	  /* Copyright (C) 2001, Ghostgum Software Pty Ltd.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: dwreg.h,v 1.1 2001/08/02 08:36:07 ghostgum Exp $ */
	+ /* $Id: dwreg.h,v 1.4 2002/02/21 22:24:51 giles Exp $ */
	  
	+ #ifndef dwreg_INCLUDED
	+ #  define dwreg_INCLUDED
	+ 
	  /* Get and set named registry values for Ghostscript application. */
	  int win_get_reg_value(const char *name, char *ptr, int *plen);
	  int win_set_reg_value(const char *name, const char *value);
	+ 
	+ #endif /* dwreg_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 rsc sys 26876 Jan 16 20:46 sys/src/cmd/gs/src/dwtext.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 31630 Jan 16 20:46 sys/src/cmd/gs/src/dxmain.c
 [rsc] --rwxrwxr-x M 661145 rsc sys 3079 Jan 16 20:46 sys/src/cmd/gs/src/dxmainc.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 1751 Jan 16 20:46 sys/src/cmd/gs/src/fcntl_.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/fcntl_.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/fcntl_.h:1,20
	  /* Copyright (C) 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: fcntl_.h,v 1.3 2000/09/19 19:00:10 lpd Exp $ */
	+ /* $Id: fcntl_.h,v 1.5 2002/02/21 22:24:51 giles Exp $ */
	  /* Declaration of the O_* flags for open */
	  
	  #ifndef fcntl__INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 5494 Jan 16 20:46 sys/src/cmd/gs/src/gconfig.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 6915 Jan 16 20:46 sys/src/cmd/gs/src/gconfig.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 132 Jan 16 20:46 sys/src/cmd/gs/src/gconfig_.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gconfig_.h:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gconfig_.h:1,4
	- /* This file was generated automatically. */
	+ /* This file was generated automatically by unix-aux.mak. */
	  #define HAVE_DIRENT_H
	  #define HAVE_SYS_TIME_H
	  #define HAVE_SYS_TIMES_H
 [rsc] --rw-rw-r-- M 661145 glenda sys 6915 Jan 16 20:46 sys/src/cmd/gs/src/gconfxx.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 8384 Jan 16 20:46 sys/src/cmd/gs/src/gdevatx.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 6461 Jan 16 20:46 sys/src/cmd/gs/src/gdevcfax.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevcfax.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevcfax.c:1,20
	  /* Copyright (C) 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevcfax.c,v 1.3 2000/09/19 19:00:11 lpd Exp $ */
	+ /* $Id: gdevcfax.c,v 1.5 2002/02/21 22:24:51 giles Exp $ */
	  /* SFF format writer for CAPI fax devices */
	  #include "gdevprn.h"
	  #include "strimpl.h"
 [rsc] --rw-rw-r-- M 661145 rsc sys 9675 Jan 16 20:47 sys/src/cmd/gs/src/gdevdljm.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 4744 Jan 16 20:47 sys/src/cmd/gs/src/gdevdljm.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 60679 Jan 16 20:47 sys/src/cmd/gs/src/gdevdsp.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 10126 Jan 16 20:47 sys/src/cmd/gs/src/gdevdsp.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 1557 Jan 16 20:47 sys/src/cmd/gs/src/gdevdsp2.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 8120 Jan 16 20:47 sys/src/cmd/gs/src/gdevfax.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevfax.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevfax.c:1,20
	  /* Copyright (C) 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevfax.c,v 1.2 2000/09/19 19:00:13 lpd Exp $ */
	+ /* $Id: gdevfax.c,v 1.4 2002/02/21 22:24:51 giles Exp $ */
	  /* Fax devices */
	  #include "gdevprn.h"
	  #include "strimpl.h"
 [rsc] --rw-rw-r-- M 661145 rsc sys 2257 Jan 16 20:47 sys/src/cmd/gs/src/gdevfax.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 17835 Jan 16 20:47 sys/src/cmd/gs/src/gdevifno.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 32092 Jan 16 20:47 sys/src/cmd/gs/src/gdevijs.c
 [rsc] --rwxrwxr-x M 661145 rsc sys 23743 Jan 16 20:47 sys/src/cmd/gs/src/gdevmac.c
 [rsc] --rwxrwxr-x M 661145 rsc sys 5050 Jan 16 20:47 sys/src/cmd/gs/src/gdevmac.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 16262 Jan 16 20:47 sys/src/cmd/gs/src/gdevplan9.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 2600 Jan 16 20:48 sys/src/cmd/gs/src/gscdefs.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 2969 Jan 16 20:51 sys/src/cmd/gs/src/iconfig.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 19233 Jan 16 20:51 sys/src/cmd/gs/src/jconfig.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 19233 Jan 16 20:51 sys/src/cmd/gs/src/jconfig0.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 12458 Jan 16 20:51 sys/src/cmd/gs/src/jmcorig.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/jmcorig.h:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/jmcorig.h:1,7
	  /*
	   * jmorecfg.h
	   *
	-  * Copyright (C) 1991-1996, Thomas G. Lane.
	+  * Copyright (C) 1991-1997, Thomas G. Lane.
	   * This file is part of the Independent JPEG Group's software.
	   * For conditions of distribution and use, see the accompanying README file.
	   *
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/jmcorig.h:285,290 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/jmcorig.h:285,291
	  #undef  D_ARITH_CODING_SUPPORTED    /* Arithmetic coding back end? */
	  #define D_MULTISCAN_FILES_SUPPORTED /* Multiple-scan JPEG files? */
	  #define D_PROGRESSIVE_SUPPORTED	    /* Progressive JPEG? (Requires MULTISCAN)*/
	+ #define SAVE_MARKERS_SUPPORTED	    /* jpeg_save_markers() needed? */
	  #define BLOCK_SMOOTHING_SUPPORTED   /* Block smoothing? (Progressive only) */
	  #define IDCT_SCALING_SUPPORTED	    /* Output rescaling via IDCT? */
	  #undef  UPSAMPLE_SCALING_SUPPORTED  /* Output rescaling at upsample stage? */
 [rsc] --rw-rw-r-- M 661145 glenda sys 1647 Jan 16 20:51 sys/src/cmd/gs/src/jmorecf0.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/jmorecf0.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/jmorecf0.h:1,20
	  /* Copyright (C) 1994, 1995 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsjmorec.h,v 1.3 2000/10/18 01:55:33 alexcher Exp $ */
	+ /* $Id: gsjmorec.h,v 1.5 2002/02/21 22:24:52 giles Exp $ */
	  /* "Wrapper" for Independent JPEG Group code jmorecfg.h */
	  
	  #ifndef gsjmorec_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 1647 Jan 16 20:51 sys/src/cmd/gs/src/jmorecfg.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/jmorecfg.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/jmorecfg.h:1,20
	  /* Copyright (C) 1994, 1995 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsjmorec.h,v 1.3 2000/10/18 01:55:33 alexcher Exp $ */
	+ /* $Id: gsjmorec.h,v 1.5 2002/02/21 22:24:52 giles Exp $ */
	  /* "Wrapper" for Independent JPEG Group code jmorecfg.h */
	  
	  #ifndef gsjmorec_INCLUDED
 [rsc] --rw-rw-r-- M 661145 glenda sys 46205 Jan 16 20:51 sys/src/cmd/gs/src/jpeglib.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 46205 Jan 16 20:51 sys/src/cmd/gs/src/jpeglib0.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 46205 Jan 16 20:51 sys/src/cmd/gs/src/jpeglib_.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 8608 Jan 16 20:51 sys/src/cmd/gs/src/ld.tr
 [rsc] --rw-rw-r-- M 661145 glenda sys 4658 Jan 16 20:52 sys/src/cmd/gs/src/plan9-aux.mak
 [rsc] --rw-rw-r-- M 661145 glenda sys 14631 Jan 16 20:52 sys/src/cmd/gs/src/plan9.mak
 [rsc] --rw-rw-r-- M 661145 glenda sys 8795 Jan 16 20:54 sys/src/cmd/gs/src/ziodev.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3731 Jan 16 20:54 sys/src/cmd/gs/src/ziodev2.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/ziodev2.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/ziodev2.c:1,20
	  /* Copyright (C) 1993, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: ziodev2.c,v 1.3 2000/09/19 19:00:54 lpd Exp $ */
	+ /* $Id: ziodev2.c,v 1.6 2002/03/13 20:27:39 ray Exp $ */
	  /* (Level 2) IODevice operators */
	  #include "string_.h"
	  #include "ghost.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/ziodev2.c:54,60 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/ziodev2.c:52,58
	      return file_open_stream(gp_null_file_name,
	  			    strlen(gp_null_file_name),
	  			    access, 256 /* arbitrary */ , ps,
	- 			    iodev->procs.fopen, mem);
	+ 			    iodev, iodev->procs.fopen, mem);
	  }
	  
	  /* ------ Operators ------ */
 [rsc] --rw-rw-r-- M 661145 glenda sys 6018 Jan 16 20:54 sys/src/cmd/gs/src/zlib.mak
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 6086 Jan 16 20:54 sys/src/cmd/gs/src/zmath.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zmath.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zmath.c:1,20
	  /* Copyright (C) 1989, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zmath.c,v 1.3 2000/09/19 19:00:54 lpd Exp $ */
	+ /* $Id: zmath.c,v 1.5 2002/02/21 22:24:54 giles Exp $ */
	  /* Mathematical operators */
	  #include "math_.h"
	  #include "ghost.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 8275 Jan 16 20:54 sys/src/cmd/gs/src/zmatrix.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 16199 Jan 16 20:54 sys/src/cmd/gs/src/zmedia2.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 10683 Jan 16 20:54 sys/src/cmd/gs/src/zmisc.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 5013 Jan 16 20:54 sys/src/cmd/gs/src/zmisc1.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 7910 Jan 16 20:54 sys/src/cmd/gs/src/zmisc2.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 3285 Jan 16 20:54 sys/src/cmd/gs/src/zmisc3.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 6755 Jan 16 20:54 sys/src/cmd/gs/src/zpacked.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1995 Jan 16 20:54 sys/src/cmd/gs/src/zpaint.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zpaint.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zpaint.c:1,20
	  /* Copyright (C) 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zpaint.c,v 1.2 2000/09/19 19:00:55 lpd Exp $ */
	+ /* $Id: zpaint.c,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* Painting operators */
	  #include "ghost.h"
	  #include "oper.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 3692 Jan 16 20:54 sys/src/cmd/gs/src/zpath.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 6597 Jan 16 20:54 sys/src/cmd/gs/src/zpath1.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 9873 Jan 16 20:54 sys/src/cmd/gs/src/zpcolor.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 7341 Jan 16 20:54 sys/src/cmd/gs/src/zrelbit.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2699 Jan 16 20:54 sys/src/cmd/gs/src/zrop.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zrop.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zrop.c:1,20
	  /* Copyright (C) 1995, 1996, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zrop.c,v 1.2 2000/09/19 19:00:55 lpd Exp $ */
	+ /* $Id: zrop.c,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* RasterOp control operators */
	  #include "memory_.h"
	  #include "ghost.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 19033 Jan 16 20:54 sys/src/cmd/gs/src/zshade.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 6770 Jan 16 20:55 sys/src/cmd/gs/src/zstack.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zstack.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zstack.c:1,20
	  /* Copyright (C) 1989, 1991, 1992, 1994, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zstack.c,v 1.2 2000/09/19 19:00:55 lpd Exp $ */
	+ /* $Id: zstack.c,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* Operand stack operators */
	  #include "memory_.h"
	  #include "ghost.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 5089 Jan 16 20:55 sys/src/cmd/gs/src/zstring.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4187 Jan 16 20:55 sys/src/cmd/gs/src/zsysvm.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zsysvm.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zsysvm.c:1,20
	  /* Copyright (C) 1994, 1995, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zsysvm.c,v 1.2 2000/09/19 19:00:55 lpd Exp $ */
	+ /* $Id: zsysvm.c,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* System VM and VM-specific operators */
	  #include "ghost.h"
	  #include "oper.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 10266 Jan 16 20:55 sys/src/cmd/gs/src/ztoken.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1753 Jan 16 20:55 sys/src/cmd/gs/src/ztrap.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/ztrap.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/ztrap.c:1,20
	  /* Copyright (C) 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: ztrap.c,v 1.2 2000/09/19 19:00:55 lpd Exp $ */
	+ /* $Id: ztrap.c,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* Operators for setting trapping parameters and zones */
	  #include "ghost.h"
	  #include "oper.h"
 [rsc] --rw-rw-r-- M 661145 glenda sys 12202 Jan 16 20:55 sys/src/cmd/gs/src/ztype.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 16732 Jan 16 20:55 sys/src/cmd/gs/src/zupath.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 17728 Jan 16 20:55 sys/src/cmd/gs/src/zusparam.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 11367 Jan 16 20:55 sys/src/cmd/gs/src/zvmem.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 3749 Jan 16 20:55 sys/src/cmd/gs/src/zvmem2.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 25223 Jan 16 20:47 sys/src/cmd/gs/src/gdevmacpictop.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevmacpictop.h:1,3 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevmacpictop.h:1,27
	+ /* Copyright (C) 1997-2002 artofcode LLC.  All rights reserved.                     
	+ 
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	+ 
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	+ 
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	+ */
	+ 
	+ /* $Id: gdevmacpictop.h,v 1.6 2003/01/06 23:37:58 giles Exp $ */
	+ 
	+ /* Helpers for working with Classic MacOS Quickdraw pictures */
	+ /* (obsoleted by the DISPLAY device) */
	+ 
	+ #ifndef gdevmacpictop_INCLUDED
	+ #  define gdevmacpictop_INCLUDED
	+ 
	  #include <QDOffscreen.h>
	  
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevmacpictop.h:661,665 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevmacpictop.h:685,688
	  			PICT_RGBBkCol(ptr, rgb[0], rgb[1], rgb[2]);										\
	  		}
	  
	- 
	- 
	+ #endif /* gdevmacpictop_INCLUDED */
 [rsc] --rwxrwxr-x M 661145 rsc sys 1618 Jan 16 20:47 sys/src/cmd/gs/src/gdevmacttf.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevmacttf.h:1,6 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevmacttf.h:1,26
	+ /* Copyright (C) 1994-2002 artofcode LLC.  All rights reserved.
	+   
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	+   
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	+   
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	+ */
	+ 
	+ /* $Id: gdevmacttf.h,v 1.6 2003/01/06 23:37:58 giles Exp $ */
	  /* Datatypes for simpler access to data structures in TrueType fonts */
	  
	+ #ifndef gdevmacttf_INCLUDED
	+ #  define gdevmacttf_INCLUDED
	  
	+ 
	  /* Font Directory Component */
	  
	  typedef struct {
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevmacttf.h:44,46 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevmacttf.h:64,67
	  	UInt16				offset;
	  } TTFontNamingTable;
	  
	+ #endif /* gdevmacttf_INCLUDED */
 [rsc] --rwxrwxr-x M 661145 rsc sys 14591 Jan 16 20:47 sys/src/cmd/gs/src/gdevmacxf.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 92374 Jan 16 20:47 sys/src/cmd/gs/src/gdevp14.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 2473 Jan 16 20:47 sys/src/cmd/gs/src/gdevp14.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 19786 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdfb.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 30863 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdfc.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 51317 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdfg.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 13315 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdfg.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 19203 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdfj.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 31216 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdfv.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 92822 Jan 16 20:47 sys/src/cmd/gs/src/gdevphex.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 31192 Jan 16 20:47 sys/src/cmd/gs/src/gdevpnga.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 13206 Jan 16 20:47 sys/src/cmd/gs/src/gdevpsdu.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 11262 Jan 16 20:47 sys/src/cmd/gs/src/gdevpsf.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 15788 Jan 16 20:47 sys/src/cmd/gs/src/gdevpsf1.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 57164 Jan 16 20:47 sys/src/cmd/gs/src/gdevpsf2.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 9339 Jan 16 20:47 sys/src/cmd/gs/src/gdevpsfm.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 34874 Jan 16 20:47 sys/src/cmd/gs/src/gdevpsft.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 9829 Jan 16 20:47 sys/src/cmd/gs/src/gdevpsfu.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 23492 Jan 16 20:47 sys/src/cmd/gs/src/gdevpsfx.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 10087 Jan 16 20:47 sys/src/cmd/gs/src/gdevpsu.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 2485 Jan 16 20:47 sys/src/cmd/gs/src/gdevpsu.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 19772 Jan 16 20:47 sys/src/cmd/gs/src/gdevtrac.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevtrac.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevtrac.c:1,20
	  /* Copyright (C) 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gdevtrac.c,v 1.2 2000/09/19 19:00:23 lpd Exp $ */
	+ /* $Id: gdevtrac.c,v 1.5 2003/06/06 17:50:27 igor Exp $ */
	  /* Tracing device (including sample high-level implementation) */
	  #include "gx.h"
	  #include "gserrors.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gdevtrac.c:540,546 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gdevtrac.c:538,544
	  	    int wmode = font->WMode;
	  	    gs_glyph glyph =
	  		((gs_font_base *)font)->procs.encode_char(font, ch,
	- 							  GLYPH_SPACE_INDEX);
	+ 							  GLYPH_SPACE_NAME);
	  	    gs_glyph_info_t info;
	  
	  	    if (glyph != gs_no_glyph &&
 [rsc] --rw-rw-r-- M 661145 rsc sys 8429 Jan 16 20:48 sys/src/cmd/gs/src/gp_mac.c
	[diffs elided]
 [rsc] --rwxrwxr-x M 661145 rsc sys 849 Jan 16 20:48 sys/src/cmd/gs/src/gp_mac.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_mac.h:1,29 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_mac.h:1,25
	- /* Copyright (C) 1994 - 1997 Aladdin Enterprises.  All rights reserved.
	+ /* Copyright (C) 1994 - 2003 artofcode LLC.  All rights reserved.
	    
	-   This file is part of Aladdin Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
	-   or distributor accepts any responsibility for the consequences of using it,
	-   or for whether it serves any particular purpose or works at all, unless he
	-   or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
	-   License (the "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of Aladdin Ghostscript must include a copy of the License,
	-   normally in a plain ASCII text file named PUBLIC.  The License grants you
	-   the right to copy, modify and redistribute Aladdin Ghostscript, but only
	-   under certain conditions described in the License.  Among other things, the
	-   License requires that the copyright notice and this notice be preserved on
	-   all copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	+ /* $Id: gp_mac.h,v 1.5 2003/08/15 20:19:21 giles Exp $ */
	  
	  #ifndef gp_mac_INCLUDED
	  #  define gp_mac_INCLUDED
	  
	- 
	- FILE *  gp_fopen (const char * fname, const char * mode );
	- FILE *  gp_open_scratch_file (const char *prefix, char *fname, const char *mode);
	- 
	+ /* no special definitions for macos */
	  
	  #endif 				/* gp_mac_INCLUDED */
	  
 [rsc] --rw-rw-r-- M 661145 rsc sys 27429 Jan 16 20:48 sys/src/cmd/gs/src/gp_macio.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 1585 Jan 16 20:48 sys/src/cmd/gs/src/gp_msdll.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_msdll.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_msdll.c:1,20
	  /* Copyright (C) 1992, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gp_msdll.c,v 1.1 2001/03/13 07:09:28 ghostgum Exp $ */
	+ /* $Id: gp_msdll.c,v 1.3 2002/02/21 22:24:52 giles Exp $ */
	  /*
	   * Microsoft Windows DLL support for Ghostscript.
	   *
 [rsc] --rw-rw-r-- M 661145 rsc sys 1438 Jan 16 20:48 sys/src/cmd/gs/src/gp_mspol.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 6302 Jan 16 20:48 sys/src/cmd/gs/src/gp_msprn.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 1087 Jan 16 20:48 sys/src/cmd/gs/src/gp_stdia.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_stdia.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_stdia.c:1,20
	  /* Copyright (C) 2001 artofcode LLC.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gp_stdia.c,v 1.3 2001/10/12 21:37:08 ghostgum Exp $ */
	+ /* $Id: gp_stdia.c,v 1.5 2002/02/21 22:24:52 giles Exp $ */
	  /* Read stdin on platforms that support unbuffered read. */
	  /* We want unbuffered for console input and pipes. */
	  
 [rsc] --rw-rw-r-- M 661145 rsc sys 1345 Jan 16 20:48 sys/src/cmd/gs/src/gp_stdin.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gp_stdin.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gp_stdin.c:1,20
	  /* Copyright (C) 2001 artofcode LLC.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gp_stdin.c,v 1.2 2001/10/12 21:37:08 ghostgum Exp $ */
	+ /* $Id: gp_stdin.c,v 1.4 2002/02/21 22:24:52 giles Exp $ */
	  /* Read stdin on platforms that do not support unbuffered read.
	   * This is the most portable implementation, but it is very slow
	   * when reading stdin because it will read one byte at a time.
 [rsc] --rw-rw-r-- M 661145 rsc sys 10821 Jan 16 20:48 sys/src/cmd/gs/src/gpmisc.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 2423 Jan 16 20:48 sys/src/cmd/gs/src/gpmisc.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 9133 Jan 16 20:48 sys/src/cmd/gs/src/gsbitcom.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gsbitcom.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gsbitcom.c:1,20
	  /* Copyright (C) 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gsbitcom.c,v 1.1 2000/12/14 00:14:52 lpd Exp $ */
	+ /* $Id: gsbitcom.c,v 1.3 2002/02/21 22:24:52 giles Exp $ */
	  /* Oversampled bitmap compression */
	  #include "std.h"
	  #include "gstypes.h"
 [rsc] --rw-rw-r-- M 661145 rsc sys 2731 Jan 16 20:48 sys/src/cmd/gs/src/gscdevn.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 2978 Jan 16 20:48 sys/src/cmd/gs/src/gscindex.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 3379 Jan 16 20:48 sys/src/cmd/gs/src/gsdfilt.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 2974 Jan 16 20:48 sys/src/cmd/gs/src/gsdfilt.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 6468 Jan 16 20:48 sys/src/cmd/gs/src/gsfcid.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 22697 Jan 16 20:48 sys/src/cmd/gs/src/gsfunc4.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 2751 Jan 16 20:48 sys/src/cmd/gs/src/gsfunc4.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 23236 Jan 16 20:49 sys/src/cmd/gs/src/gsicc.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 7824 Jan 16 20:49 sys/src/cmd/gs/src/gsicc.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 3030 Jan 16 20:49 sys/src/cmd/gs/src/gsiodevs.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 2748 Jan 16 20:49 sys/src/cmd/gs/src/gsipar3x.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 4142 Jan 16 20:49 sys/src/cmd/gs/src/gstparam.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 13056 Jan 16 20:49 sys/src/cmd/gs/src/gstrans.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 6977 Jan 16 20:49 sys/src/cmd/gs/src/gstrans.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 31736 Jan 16 20:49 sys/src/cmd/gs/src/gxblend.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 8379 Jan 16 20:49 sys/src/cmd/gs/src/gxblend.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxblend.h:1,24 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxblend.h:1,22
	  /*
	    Copyright (C) 2001 artofcode LLC.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	    Author: Raph Levien <raph@artofcode.com>
	  */
	- /*$Id: gxblend.h,v 1.1 2001/01/14 00:25:28 raph Exp $ */
	+ /* $Id: gxblend.h,v 1.3 2002/02/21 22:24:53 giles Exp $ */
	  /* PDF 1.4 blending functions */
	  
	  #ifndef gxblend_INCLUDED
 [rsc] --rw-rw-r-- M 661145 rsc sys 2093 Jan 16 20:49 sys/src/cmd/gs/src/gxchrout.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxchrout.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxchrout.c:1,20
	  /* Copyright (C) 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxchrout.c,v 1.2 2000/09/19 19:00:34 lpd Exp $ */
	+ /* $Id: gxchrout.c,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  #include "math_.h"
	  #include "gx.h"
	  #include "gxchrout.h"
 [rsc] --rw-rw-r-- M 661145 rsc sys 1314 Jan 16 20:49 sys/src/cmd/gs/src/gxchrout.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxchrout.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxchrout.h:1,20
	  /* Copyright (C) 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxchrout.h,v 1.2 2000/09/19 19:00:34 lpd Exp $ */
	+ /* $Id: gxchrout.h,v 1.5 2002/06/16 08:45:43 lpd Exp $ */
	  /* Shared procedures for outline character rendering */
	  
	  #ifndef gxchrout_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxchrout.h:33,38 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxchrout.h:31,36
	   * The second argument is the default scaling for the font: 0.001 for
	   * Type 1 fonts, 1.0 for TrueType fonts.
	   */
	- double gs_char_flatness(P2(const gs_imager_state *pis, floatp default_scale));
	+ double gs_char_flatness(const gs_imager_state *pis, floatp default_scale);
	  
	  #endif /* gxchrout_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 rsc sys 2000 Jan 16 20:49 sys/src/cmd/gs/src/gxcid.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 5598 Jan 16 20:50 sys/src/cmd/gs/src/gxfcid.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 29008 Jan 16 20:50 sys/src/cmd/gs/src/gximag3x.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 2874 Jan 16 20:50 sys/src/cmd/gs/src/gximag3x.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 2809 Jan 16 20:50 sys/src/cmd/gs/src/gximage3.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 1171 Jan 16 20:50 sys/src/cmd/gs/src/gxstdio.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/gxstdio.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/gxstdio.h:1,20
	  /* Copyright (C) 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: gxstdio.h,v 1.2 2000/09/19 19:00:40 lpd Exp $ */
	+ /* $Id: gxstdio.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  /* stdio back door */
	  
	  #ifndef gxstdio_INCLUDED
 [rsc] --rw-rw-r-- M 661145 rsc sys 3966 Jan 16 20:50 sys/src/cmd/gs/src/gxttf.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 7706 Jan 16 20:50 sys/src/cmd/gs/src/iapi.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 10173 Jan 16 20:50 sys/src/cmd/gs/src/iapi.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 2706 Jan 16 20:50 sys/src/cmd/gs/src/icclib.mak
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/icclib.mak:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/icclib.mak:1,19
	  #    Copyright (C) 2001 Aladdin Enterprises.  All rights reserved.
	  # 
	- # This file is part of AFPL Ghostscript.
	+ # This software is provided AS-IS with no warranty, either express or
	+ # implied.
	  # 
	- # AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- # distributor accepts any responsibility for the consequences of using it, or
	- # for whether it serves any particular purpose or works at all, unless he or
	- # she says so in writing.  Refer to the Aladdin Free Public License (the
	- # "License") for full details.
	+ # This software is distributed under license and may not be copied,
	+ # modified or distributed except as expressly authorized under the terms
	+ # of the license contained in the file LICENSE in this distribution.
	  # 
	- # Every copy of AFPL Ghostscript must include a copy of the License, normally
	- # in a plain ASCII text file named PUBLIC.  The License grants you the right
	- # to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- # conditions described in the License.  Among other things, the License
	- # requires that the copyright notice and this notice be preserved on all
	- # copies.
	+ # For more information about licensing, please refer to
	+ # http://www.ghostscript.com/licensing/. For information on
	+ # commercial licensing, go to http://www.artifex.com/licensing/ or
	+ # contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ # San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- # $Id: icclib.mak,v 1.3.2.1 2001/10/26 00:15:30 giles Exp $
	+ # $Id: icclib.mak,v 1.7 2002/06/05 19:55:04 lpd Exp $
	  # makefile for icclib library code.
	  # Users of this makefile must define the following:
	  #	GLSRCDIR - the graphic library source directory
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/icclib.mak:73,79 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/icclib.mak:71,77
	  
	  icc_h=$(ICCSRC)$(D)icc.h $(ICCSRC)$(D)icc$(ICCPROFVER).h
	  
	- $(ICCOBJ)icc.$(OBJ) : $(ICCSRC)icc.c $(ICCDEP) $(icc_h)
	+ $(ICCOBJ)icc.$(OBJ) : $(ICCSRC)icc.c $(ICCDEP) $(ECHOGS_XE) $(icc_h)
	  #	echo $(ICC_CCFLAGS)
	  	$(EXP)$(ECHOGS_XE) $(ICC_CCFLAGS)
	  	$(ICC_CC) $(ICCO_)icc.$(OBJ) $(C_) $(ICCSRC)icc.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 1764 Jan 16 20:51 sys/src/cmd/gs/src/icid.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 1179 Jan 16 20:51 sys/src/cmd/gs/src/iconf.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/iconf.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/iconf.h:1,20
	  /* Copyright (C) 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: iconf.h,v 1.1 2000/11/04 06:12:02 rayjj Exp $ */
	+ /* $Id: iconf.h,v 1.3 2002/02/21 22:24:53 giles Exp $ */
	  /* Collected imports for interpreter configuration and initialization */
	  
	  #ifndef iconf_INCLUDED
 [rsc] --rw-rw-r-- M 661145 rsc sys 2913 Jan 16 20:51 sys/src/cmd/gs/src/idisp.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 1103 Jan 16 20:51 sys/src/cmd/gs/src/idisp.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/idisp.h:1,23 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/idisp.h:1,24
	  /* Copyright (C) 2001, Ghostgum Software Pty Ltd.  All rights reserved.
	  
	-    This file is part of AFPL Ghostscript.
	- 
	-    AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
	-    or distributor accepts any responsibility for the consequences of using it,
	-    or for whether it serves any particular purpose or works at all, unless he
	-    or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
	-    License (the "License") for full details.
	- 
	-    Every copy of AFPL Ghostscript must include a copy of the License,
	-    normally in a plain ASCII text file named PUBLIC.  The License grants you
	-    the right to copy, modify and redistribute AFPL Ghostscript, but only
	-    under certain conditions described in the License.  Among other things, the
	-    License requires that the copyright notice and this notice be preserved on
	-    all copies.
	+    This software is provided AS-IS with no warranty, either express or
	+    implied.
	+    
	+    This software is distributed under license and may not be copied,
	+    modified or distributed except as expressly authorized under the terms
	+    of the license contained in the file LICENSE in this distribution.
	+    
	+    For more information about licensing, please refer to
	+    http://www.ghostscript.com/licensing/. For information on
	+    commercial licensing, go to http://www.artifex.com/licensing/ or
	+    contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+    San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	   */
	  
	- /* $Id: idisp.h,v 1.1 2001/03/13 07:09:29 ghostgum Exp $ */
	+ /* $Id: idisp.h,v 1.4 2002/02/21 22:24:53 giles Exp $ */
	  
	+ #ifndef idisp_INCLUDED
	+ #  define idisp_INCLUDED
	+ 
	  #ifndef display_callback_DEFINED
	  # define display_callback_DEFINED
	  typedef struct display_callback_s display_callback;
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/idisp.h:26,28 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/idisp.h:27,31
	  /* Called from imain.c to set the display callback in the device instance. */
	  int display_set_callback(gs_main_instance *minst, display_callback *callback);
	  
	+ 
	+ #endif /* idisp_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 rsc sys 1116 Jan 16 20:51 sys/src/cmd/gs/src/ifcid.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 1159 Jan 16 20:51 sys/src/cmd/gs/src/ifont2.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 2099 Jan 16 20:51 sys/src/cmd/gs/src/ifont42.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 4244 Jan 16 20:51 sys/src/cmd/gs/src/ijs.mak
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/ijs.mak:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/ijs.mak:1,19
	  #    Copyright (C) 2002 artofcode LLC.  All rights reserved.
	  # 
	- # This file is part of AFPL Ghostscript.
	+ # This software is provided AS-IS with no warranty, either express or
	+ # implied.
	  # 
	- # AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- # distributor accepts any responsibility for the consequences of using it, or
	- # for whether it serves any particular purpose or works at all, unless he or
	- # she says so in writing.  Refer to the Aladdin Free Public License (the
	- # "License") for full details.
	+ # This software is distributed under license and may not be copied,
	+ # modified or distributed except as expressly authorized under the terms
	+ # of the license contained in the file LICENSE in this distribution.
	  # 
	- # Every copy of AFPL Ghostscript must include a copy of the License, normally
	- # in a plain ASCII text file named PUBLIC.  The License grants you the right
	- # to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- # conditions described in the License.  Among other things, the License
	- # requires that the copyright notice and this notice be preserved on all
	- # copies.
	+ # For more information about licensing, please refer to
	+ # http://www.ghostscript.com/licensing/. For information on
	+ # commercial licensing, go to http://www.artifex.com/licensing/ or
	+ # contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ # San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- # $Id: ijs.mak,v 1.2.2.1 2002/02/01 03:30:13 raph Exp $
	+ # $Id: ijs.mak,v 1.6 2002/02/21 22:24:53 giles Exp $
	  # makefile for ijs client library code.
	  # Users of this makefile must define the following:
	  #	IJSSRCDIR - the icclib source directory
 [rsc] --rw-rw-r-- M 661145 rsc sys 1605 Jan 16 20:51 sys/src/cmd/gs/src/itoken.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 14834 Jan 16 20:51 sys/src/cmd/gs/src/macgenmcpxml.sh
 [rsc] --rw-rw-r-- M 661145 rsc sys 6116 Jan 16 20:51 sys/src/cmd/gs/src/macos-fw.mak
 [rsc] --rw-rw-r-- M 661145 rsc sys 14267 Jan 16 20:51 sys/src/cmd/gs/src/macos-mcp.mak
 [rsc] --rw-rw-r-- M 661145 rsc sys 14629 Jan 16 20:52 sys/src/cmd/gs/src/macosx.mak
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 28992 Jan 16 20:46 sys/src/cmd/gs/src/dmmain.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 110116 Jan 16 20:46 sys/src/cmd/gs/src/dmmain.r
 [rsc] --rw-rw-r-- M 661145 rsc sys 10110 Jan 16 20:46 sys/src/cmd/gs/src/dwtrace.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 970 Jan 16 20:46 sys/src/cmd/gs/src/dwtrace.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 26794 Jan 16 20:46 sys/src/cmd/gs/src/fapi_ft.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 42373 Jan 16 20:46 sys/src/cmd/gs/src/fapiufst.c
 [rsc] --rw-r--r-- M 661145 rsc sys 275 Jan 16 20:46 sys/src/cmd/gs/src/gconfigd.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 1375 Jan 16 20:47 sys/src/cmd/gs/src/gdevddrw.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 49308 Jan 16 20:47 sys/src/cmd/gs/src/gdevdevn.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 8630 Jan 16 20:47 sys/src/cmd/gs/src/gdevdevn.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 3693 Jan 16 20:47 sys/src/cmd/gs/src/gdevdsha.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 13256 Jan 16 20:47 sys/src/cmd/gs/src/gdevm40.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 12743 Jan 16 20:47 sys/src/cmd/gs/src/gdevm48.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 14291 Jan 16 20:47 sys/src/cmd/gs/src/gdevm56.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 11308 Jan 16 20:47 sys/src/cmd/gs/src/gdevm64.c
 [rsc] --rwxrwxr-x M 661145 rsc sys 7595 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdfb.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 2133 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdfc.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 23479 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdfk.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 1859 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdt.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 3412 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdt.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 20715 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdtb.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 5717 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdtb.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 21783 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdtc.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 20891 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdtd.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 5088 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdtd.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 37159 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdte.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 30646 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdtf.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 14295 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdtf.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 28742 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdti.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 2472 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdti.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 18142 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdts.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 3879 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdts.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 70911 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdtt.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 11088 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdtt.h
 [rsc] --rwxrwxr-x M 661145 rsc sys 17487 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdtv.c
 [rsc] --rwxrwxr-x M 661145 rsc sys 720 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdtv.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 22383 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdtw.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 2725 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdtw.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 3667 Jan 16 20:47 sys/src/cmd/gs/src/gdevpdtx.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 14011 Jan 16 20:47 sys/src/cmd/gs/src/gdevperm.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 33306 Jan 16 20:47 sys/src/cmd/gs/src/gdevpsd.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 33523 Jan 16 20:47 sys/src/cmd/gs/src/gdevrinkj.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 31680 Jan 16 20:47 sys/src/cmd/gs/src/gdevtsep.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 40526 Jan 16 20:48 sys/src/cmd/gs/src/gdevxcf.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 2251 Jan 16 20:48 sys/src/cmd/gs/src/gp_macpoll.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 1318 Jan 16 20:48 sys/src/cmd/gs/src/gp_os2.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 3810 Jan 16 20:48 sys/src/cmd/gs/src/gp_os2pr.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 13496 Jan 16 20:48 sys/src/cmd/gs/src/gp_unix_cache.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 1545 Jan 16 20:48 sys/src/cmd/gs/src/gs_dll_call.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 164496 Jan 16 20:48 sys/src/cmd/gs/src/gscedata.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 1192 Jan 16 20:48 sys/src/cmd/gs/src/gscedata.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 6865 Jan 16 20:48 sys/src/cmd/gs/src/gscencs.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 2628 Jan 16 20:48 sys/src/cmd/gs/src/gscencs.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 16346 Jan 16 20:48 sys/src/cmd/gs/src/gsequivc.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 1634 Jan 16 20:48 sys/src/cmd/gs/src/gsequivc.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 9482 Jan 16 20:48 sys/src/cmd/gs/src/gsfcid2.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 19816 Jan 16 20:48 sys/src/cmd/gs/src/gsfcmap1.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 4402 Jan 16 20:48 sys/src/cmd/gs/src/gsfont0c.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 7000 Jan 16 20:48 sys/src/cmd/gs/src/gsgcache.c
 [rsc] --rwxrwxr-x M 661145 rsc sys 1372 Jan 16 20:52 sys/src/cmd/gs/src/macsystypes.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 3596 Jan 16 20:52 sys/src/cmd/gs/src/sarc4.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 1945 Jan 16 20:52 sys/src/cmd/gs/src/sarc4.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 1615 Jan 16 20:52 sys/src/cmd/gs/src/sbcp.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sbcp.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sbcp.h:1,20
	  /* Copyright (C) 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: sbcp.h,v 1.2 2000/09/19 19:00:47 lpd Exp $ */
	+ /* $Id: sbcp.h,v 1.5 2002/06/16 05:00:54 lpd Exp $ */
	  /* Interface to [T]BCP streams */
	  
	  #ifndef sbcp_INCLUDED
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/sbcp.h:31,38 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/sbcp.h:29,36
	  typedef struct stream_BCPD_state_s {
	      stream_state_common;
	      /* The client sets the following before initialization. */
	-     int (*signal_interrupt) (P1(stream_state *));
	-     int (*request_status) (P1(stream_state *));
	+     int (*signal_interrupt) (stream_state *);
	+     int (*request_status) (stream_state *);
	      /* The following are updated dynamically. */
	      bool escaped;
	      int matched;		/* TBCP only */
 [rsc] --rw-rw-r-- M 661145 rsc sys 2229 Jan 16 20:52 sys/src/cmd/gs/src/smd5.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 1409 Jan 16 20:52 sys/src/cmd/gs/src/smd5.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/smd5.h:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/smd5.h:1,20
	  /* Copyright (C) 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: smd5.h,v 1.2 2000/09/19 19:00:50 lpd Exp $ */
	+ /* $Id: smd5.h,v 1.5 2004/01/13 14:03:30 igor Exp $ */
	  /* Definitions for MD5Encode filter */
	  /* Requires scommon.h; strimpl.h if any templates are referenced */
	  
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/smd5.h:38,42 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/smd5.h:36,42
	    gs_private_st_simple(st_MD5E_state, stream_MD5E_state,\
	      "MD5Encode state")
	  extern const stream_template s_MD5E_template;
	+ 
	+ stream *s_MD5E_make_stream(gs_memory_t *mem, byte *digest, int digest_size);
	  
	  #endif /* smd5_INCLUDED */
 [rsc] --rw-rw-r-- M 661145 rsc sys 1836 Jan 16 20:52 sys/src/cmd/gs/src/unistd_.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 4743 Jan 16 20:52 sys/src/cmd/gs/src/unix-dll.mak
 [rsc] --rw-rw-r-- M 661145 rsc sys 38651 Jan 16 20:52 sys/src/cmd/gs/src/vms_x_fix.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 1515 Jan 16 20:53 sys/src/cmd/gs/src/zdfilter.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 16086 Jan 16 20:53 sys/src/cmd/gs/src/zdscpars.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 3167 Jan 16 20:53 sys/src/cmd/gs/src/zfarc4.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zfarc4.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zfarc4.c:1,20
	  /* Copyright (C) 2001 Artifex Software, Inc.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zfarc4.c,v 1.2 2001/09/02 07:09:13 giles Exp $ */
	+ /* $Id: zfarc4.c,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  
	  /* this is the ps interpreter interface to the arcfour cipher filter
	     used in PDF encryption. We provide both Decode and Encode filters;
 [rsc] --rw-rw-r-- M 661145 rsc sys 2390 Jan 16 20:53 sys/src/cmd/gs/src/zfcid.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zfcid.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zfcid.c:1,20
	  /* Copyright (C) 1996, 1997, 1998, 1999, 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zfcid.c,v 1.11 2000/11/02 07:58:05 lpd Exp $ */
	+ /* $Id: zfcid.c,v 1.14 2003/06/09 13:58:21 alexcher Exp $ */
	  /* CID-keyed font utilities */
	  #include "ghost.h"
	  #include "oper.h"
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zfcid.c:67,78 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zfcid.c:65,72
	      if (r_has_type(pgdir, t_dictionary) || r_is_array(pgdir)) {
	  	/* GlyphDirectory, GDBytes is optional. */
	  	*pGlyphDirectory = *pgdir;
	- 	code = dict_int_param(op, "GDBytes", 1, MAX_GDBytes, 1,
	+ 	code = dict_int_param(op, "GDBytes", 0, MAX_GDBytes, 0,
	  			      &pdata->GDBytes);
	- 	if (code == 1) {
	- 	    pdata->GDBytes = 0;
	- 	    code = 0;
	- 	}
	  	return code;
	      } else {
	  	return_error(e_typecheck);
 [rsc] --rw-rw-r-- M 661145 rsc sys 17235 Jan 16 20:53 sys/src/cmd/gs/src/zfcid0.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 12541 Jan 16 20:53 sys/src/cmd/gs/src/zfcid1.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 1273 Jan 16 20:54 sys/src/cmd/gs/src/zfmd5.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/src/zfmd5.c:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/src/zfmd5.c:1,20
	  /* Copyright (C) 2000 Aladdin Enterprises.  All rights reserved.
	    
	-   This file is part of AFPL Ghostscript.
	+   This software is provided AS-IS with no warranty, either express or
	+   implied.
	    
	-   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	-   distributor accepts any responsibility for the consequences of using it, or
	-   for whether it serves any particular purpose or works at all, unless he or
	-   she says so in writing.  Refer to the Aladdin Free Public License (the
	-   "License") for full details.
	+   This software is distributed under license and may not be copied,
	+   modified or distributed except as expressly authorized under the terms
	+   of the license contained in the file LICENSE in this distribution.
	    
	-   Every copy of AFPL Ghostscript must include a copy of the License, normally
	-   in a plain ASCII text file named PUBLIC.  The License grants you the right
	-   to copy, modify and redistribute AFPL Ghostscript, but only under certain
	-   conditions described in the License.  Among other things, the License
	-   requires that the copyright notice and this notice be preserved on all
	-   copies.
	+   For more information about licensing, please refer to
	+   http://www.ghostscript.com/licensing/. For information on
	+   commercial licensing, go to http://www.artifex.com/licensing/ or
	+   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  */
	  
	- /*$Id: zfmd5.c,v 1.2 2000/09/19 19:00:53 lpd Exp $ */
	+ /* $Id: zfmd5.c,v 1.4 2002/02/21 22:24:54 giles Exp $ */
	  /* MD5Encode filter creation */
	  #include "memory_.h"
	  #include "ghost.h"
 [rsc] --rw-rw-r-- M 661145 rsc sys 7952 Jan 16 20:54 sys/src/cmd/gs/src/zfrsd.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 6078 Jan 16 20:54 sys/src/cmd/gs/src/zicc.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 7493 Jan 16 20:54 sys/src/cmd/gs/src/ziodevs.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 8418 Jan 16 20:54 sys/src/cmd/gs/src/ziodevsc.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 12822 Jan 16 20:55 sys/src/cmd/gs/src/ztrans.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 1759 Jan 16 20:48 sys/src/cmd/gs/src/gsgcache.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 4236 Jan 16 20:48 sys/src/cmd/gs/src/gsgdata.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 4521 Jan 16 20:48 sys/src/cmd/gs/src/gsgdata.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 28520 Jan 16 20:49 sys/src/cmd/gs/src/gsiodisk.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 12876 Jan 16 20:49 sys/src/cmd/gs/src/gsiomacres.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 3136 Jan 16 20:49 sys/src/cmd/gs/src/gsiorom.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 3441 Jan 16 20:49 sys/src/cmd/gs/src/gslibctx.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 2412 Jan 16 20:49 sys/src/cmd/gs/src/gslibctx.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 38945 Jan 16 20:49 sys/src/cmd/gs/src/gsovrc.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 15814 Jan 16 20:49 sys/src/cmd/gs/src/gsovrc.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 9527 Jan 16 20:49 sys/src/cmd/gs/src/gsserial.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 10314 Jan 16 20:49 sys/src/cmd/gs/src/gsserial.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 51217 Jan 16 20:49 sys/src/cmd/gs/src/gswin.icx
 [rsc] --rw-rw-r-- M 661145 rsc sys 2190 Jan 16 20:49 sys/src/cmd/gs/src/gswin16.icx
 [rsc] --rw-rw-r-- M 661145 rsc sys 32197 Jan 16 20:49 sys/src/cmd/gs/src/gswts.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 1784 Jan 16 20:49 sys/src/cmd/gs/src/gswts.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 9354 Jan 16 20:50 sys/src/cmd/gs/src/gxdevndi.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 1428 Jan 16 20:50 sys/src/cmd/gs/src/gxdevndi.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 22268 Jan 16 20:50 sys/src/cmd/gs/src/gxdhtserial.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 2880 Jan 16 20:50 sys/src/cmd/gs/src/gxdhtserial.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 12495 Jan 16 20:50 sys/src/cmd/gs/src/gxdtfill.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 2578 Jan 16 20:50 sys/src/cmd/gs/src/gxfapi.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 1075 Jan 16 20:50 sys/src/cmd/gs/src/gxfapi.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 4332 Jan 16 20:50 sys/src/cmd/gs/src/gxfcmap1.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 71890 Jan 16 20:50 sys/src/cmd/gs/src/gxfcopy.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 6708 Jan 16 20:50 sys/src/cmd/gs/src/gxfcopy.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 19459 Jan 16 20:50 sys/src/cmd/gs/src/gxfdrop.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 5196 Jan 16 20:50 sys/src/cmd/gs/src/gxfdrop.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 6547 Jan 16 20:50 sys/src/cmd/gs/src/gxfill.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 6458 Jan 16 20:50 sys/src/cmd/gs/src/gxfillsl.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 11588 Jan 16 20:50 sys/src/cmd/gs/src/gxfilltr.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 4992 Jan 16 20:50 sys/src/cmd/gs/src/gxfillts.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 1942 Jan 16 20:50 sys/src/cmd/gs/src/gxfont0c.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 98161 Jan 16 20:50 sys/src/cmd/gs/src/gxhintn.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 8013 Jan 16 20:50 sys/src/cmd/gs/src/gxhintn.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 6573 Jan 16 20:50 sys/src/cmd/gs/src/gxhldevc.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 7312 Jan 16 20:50 sys/src/cmd/gs/src/gxhldevc.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 9367 Jan 16 20:50 sys/src/cmd/gs/src/gxi16bit.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 872 Jan 16 20:50 sys/src/cmd/gs/src/gxino16b.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 21560 Jan 16 20:50 sys/src/cmd/gs/src/gxoprect.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 2828 Jan 16 20:50 sys/src/cmd/gs/src/gxoprect.h
 [rsc] --rwxrwxr-x M 661145 rsc sys 5840 Jan 16 20:50 sys/src/cmd/gs/src/gxsamplp.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 22589 Jan 16 20:50 sys/src/cmd/gs/src/gxttfb.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 2497 Jan 16 20:50 sys/src/cmd/gs/src/gxttfb.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 16004 Jan 16 20:50 sys/src/cmd/gs/src/gxwts.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 1871 Jan 16 20:50 sys/src/cmd/gs/src/gxwts.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 21909 Jan 16 20:50 sys/src/cmd/gs/src/gzspotan.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 5318 Jan 16 20:50 sys/src/cmd/gs/src/gzspotan.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 4966 Jan 16 20:51 sys/src/cmd/gs/src/ierrors.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 8221 Jan 16 20:51 sys/src/cmd/gs/src/ifapi.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 3348 Jan 16 20:51 sys/src/cmd/gs/src/iplugin.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 2690 Jan 16 20:51 sys/src/cmd/gs/src/iplugin.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 11617 Jan 16 20:51 sys/src/cmd/gs/src/jasper.mak
 [rsc] --rw-rw-r-- M 661145 rsc sys 7293 Jan 16 20:51 sys/src/cmd/gs/src/jbig2.mak
 [rsc] --rw-rw-r-- M 661145 rsc sys 991 Jan 16 20:51 sys/src/cmd/gs/src/macos_carbon_d_pre.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 919 Jan 16 20:51 sys/src/cmd/gs/src/macos_carbon_pre.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 975 Jan 16 20:51 sys/src/cmd/gs/src/macos_classic_d_pre.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 4259 Jan 16 20:52 sys/src/cmd/gs/src/md5main.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 5444 Jan 16 20:52 sys/src/cmd/gs/src/mkromfs.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 8350 Jan 16 20:52 sys/src/cmd/gs/src/sjbig2.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 1751 Jan 16 20:52 sys/src/cmd/gs/src/sjbig2.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 13298 Jan 16 20:52 sys/src/cmd/gs/src/sjpx.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 2072 Jan 16 20:52 sys/src/cmd/gs/src/sjpx.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 6124 Jan 16 20:52 sys/src/cmd/gs/src/slzwe.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 3792 Jan 16 20:52 sys/src/cmd/gs/src/stdint_.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 2331 Jan 16 20:52 sys/src/cmd/gs/src/stdpn.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 7218 Jan 16 20:52 sys/src/cmd/gs/src/ttcalc.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 5050 Jan 16 20:52 sys/src/cmd/gs/src/ttcalc.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 6990 Jan 16 20:52 sys/src/cmd/gs/src/ttcommon.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 2274 Jan 16 20:52 sys/src/cmd/gs/src/ttconf.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 8739 Jan 16 20:52 sys/src/cmd/gs/src/ttconfig.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 1643 Jan 16 20:52 sys/src/cmd/gs/src/ttfinp.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 1086 Jan 16 20:52 sys/src/cmd/gs/src/ttfinp.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 31780 Jan 16 20:52 sys/src/cmd/gs/src/ttfmain.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 5739 Jan 16 20:52 sys/src/cmd/gs/src/ttfmemd.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 1049 Jan 16 20:52 sys/src/cmd/gs/src/ttfmemd.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 6013 Jan 16 20:52 sys/src/cmd/gs/src/ttfoutl.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 10381 Jan 16 20:52 sys/src/cmd/gs/src/ttfsfnt.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 136774 Jan 16 20:52 sys/src/cmd/gs/src/ttinterp.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 2098 Jan 16 20:52 sys/src/cmd/gs/src/ttinterp.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 6708 Jan 16 20:52 sys/src/cmd/gs/src/ttload.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 7132 Jan 16 20:52 sys/src/cmd/gs/src/ttload.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 944 Jan 16 20:52 sys/src/cmd/gs/src/ttmisc.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 26898 Jan 16 20:52 sys/src/cmd/gs/src/ttobjs.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 34744 Jan 16 20:52 sys/src/cmd/gs/src/ttobjs.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 5587 Jan 16 20:52 sys/src/cmd/gs/src/tttables.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 45065 Jan 16 20:52 sys/src/cmd/gs/src/tttype.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 4510 Jan 16 20:52 sys/src/cmd/gs/src/tttypes.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 6815 Jan 16 20:52 sys/src/cmd/gs/src/vdtrace.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 10453 Jan 16 20:52 sys/src/cmd/gs/src/vdtrace.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 2148 Jan 16 20:53 sys/src/cmd/gs/src/wrfont.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 1504 Jan 16 20:53 sys/src/cmd/gs/src/wrfont.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 7101 Jan 16 20:53 sys/src/cmd/gs/src/write_t1.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 1082 Jan 16 20:53 sys/src/cmd/gs/src/write_t1.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 12512 Jan 16 20:53 sys/src/cmd/gs/src/write_t2.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 1076 Jan 16 20:53 sys/src/cmd/gs/src/write_t2.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 1058 Jan 16 20:53 sys/src/cmd/gs/src/zchar42.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 3686 Jan 16 20:53 sys/src/cmd/gs/src/zcidtest.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 1750 Jan 16 20:53 sys/src/cmd/gs/src/zcolor3.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 68987 Jan 16 20:53 sys/src/cmd/gs/src/zfapi.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 3783 Jan 16 20:54 sys/src/cmd/gs/src/zfile1.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 4789 Jan 16 20:54 sys/src/cmd/gs/src/zfjbig2.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 2226 Jan 16 20:54 sys/src/cmd/gs/src/zfjpx.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 4067 Jan 16 20:54 sys/src/cmd/gs/src/zfontenum.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 18658 Jan 16 20:54 sys/src/cmd/gs/src/zfsample.c
 [rsc] --rw-rw-r-- M 661145 rsc sys 1173 Jan 16 20:54 sys/src/cmd/gs/src/zht2.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 4915 Jan 16 20:54 sys/src/cmd/gs/src/ziodevst.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 37959 Jan 16 20:55 sys/src/cmd/gs/zlib/ChangeLog
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 15050 Jan 16 20:55 sys/src/cmd/gs/zlib/FAQ
 [rsc] --rw-rw-r-- M 661145 glenda sys 1318 Jan 16 20:55 sys/src/cmd/gs/zlib/INDEX
 [rsc] --rw-rw-r-- M 661145 glenda sys 4133 Jan 16 20:55 sys/src/cmd/gs/zlib/Makefile
 [rsc] --rw-rw-r-- M 661145 glenda sys 4133 Jan 16 20:55 sys/src/cmd/gs/zlib/Makefile.in
 [rsc] --rw-rw-r-- M 661145 glenda sys 5710 Jan 16 20:55 sys/src/cmd/gs/zlib/README
 [rsc] --rw-rw-r-- M 661145 glenda sys 2289 Jan 16 20:55 sys/src/cmd/gs/zlib/adler32.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 9336 Jan 16 20:55 sys/src/cmd/gs/zlib/algorithm.txt
 [rsc] --rw-rw-r-- M 661145 glenda sys 2542 Jan 16 20:55 sys/src/cmd/gs/zlib/compress.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 12604 Jan 16 20:55 sys/src/cmd/gs/zlib/configure
 [rsc] --rw-rw-r-- M 661145 glenda sys 10729 Jan 16 20:55 sys/src/cmd/gs/zlib/crc32.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 30568 Jan 16 20:55 sys/src/cmd/gs/zlib/crc32.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 55016 Jan 16 20:55 sys/src/cmd/gs/zlib/deflate.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 11938 Jan 16 20:55 sys/src/cmd/gs/zlib/deflate.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 16488 Jan 16 20:55 sys/src/cmd/gs/zlib/example.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 30744 Jan 16 20:55 sys/src/cmd/gs/zlib/gzio.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 22129 Jan 16 20:55 sys/src/cmd/gs/zlib/infback.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 12193 Jan 16 20:55 sys/src/cmd/gs/zlib/inffast.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 407 Jan 16 20:55 sys/src/cmd/gs/zlib/inffast.h
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/zlib/inffast.h:1,6 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/zlib/inffast.h:1,6
	  /* inffast.h -- header to use inffast.c
	-  * Copyright (C) 1995-1996 Mark Adler
	-  * For conditions of distribution and use, see copyright notice in zlib.h 
	+  * Copyright (C) 1995-2003 Mark Adler
	+  * For conditions of distribution and use, see copyright notice in zlib.h
	   */
	  
	  /* WARNING: this file should *not* be used by applications. It is
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/zlib/inffast.h:8,17 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/zlib/inffast.h:8,11
	     subject to change. Applications should only use zlib.h.
	   */
	  
	- extern int inflate_fast OF((
	-     uInt,
	-     uInt,
	-     inflate_huft *,
	-     inflate_huft *,
	-     inflate_blocks_statef *,
	-     z_streamp ));
	+ void inflate_fast OF((z_streamp strm, unsigned start));
 [rsc] --rw-rw-r-- M 661145 rsc sys 6343 Jan 16 20:55 sys/src/cmd/gs/zlib/inffixed.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 45521 Jan 16 20:55 sys/src/cmd/gs/zlib/inflate.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 5802 Jan 16 20:55 sys/src/cmd/gs/zlib/inflate.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 13671 Jan 16 20:55 sys/src/cmd/gs/zlib/inftrees.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 2373 Jan 16 20:55 sys/src/cmd/gs/zlib/inftrees.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 8058 Jan 16 20:55 sys/src/cmd/gs/zlib/minigzip.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 44095 Jan 16 20:55 sys/src/cmd/gs/zlib/trees.c
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 8444 Jan 16 20:55 sys/src/cmd/gs/zlib/trees.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 2139 Jan 16 20:55 sys/src/cmd/gs/zlib/uncompr.c
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/zlib/uncompr.c:1,10 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/zlib/uncompr.c:1,11
	  /* uncompr.c -- decompress a memory buffer
	-  * Copyright (C) 1995-1996 Jean-loup Gailly.
	-  * For conditions of distribution and use, see copyright notice in zlib.h 
	+  * Copyright (C) 1995-2003 Jean-loup Gailly.
	+  * For conditions of distribution and use, see copyright notice in zlib.h
	   */
	  
	- /* $Id: uncompr.c,v 1.8 1996/01/30 21:59:26 me Exp $ */
	+ /* @(#) $Id: uncompr.c,v 1.1.1.1 2005/04/24 21:39:38 giles Exp $ */
	  
	+ #define ZLIB_INTERNAL
	  #include "zlib.h"
	  
	  /* ===========================================================================
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/zlib/uncompr.c:22,28 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/zlib/uncompr.c:23,29
	     enough memory, Z_BUF_ERROR if there was not enough room in the output
	     buffer, or Z_DATA_ERROR if the input data was corrupted.
	  */
	- int uncompress (dest, destLen, source, sourceLen)
	+ int ZEXPORT uncompress (dest, destLen, source, sourceLen)
	      Bytef *dest;
	      uLongf *destLen;
	      const Bytef *source;
	/n/sourcesdump/2006/0116/plan9/sys/src/cmd/gs/zlib/uncompr.c:49,54 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/gs/zlib/uncompr.c:50,57
	      err = inflate(&stream, Z_FINISH);
	      if (err != Z_STREAM_END) {
	          inflateEnd(&stream);
	+         if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
	+             return Z_DATA_ERROR;
	          return err;
	      }
	      *destLen = stream.total_out;
 [rsc] --rw-rw-r-- M 661145 glenda sys 9391 Jan 16 20:55 sys/src/cmd/gs/zlib/zconf.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 9394 Jan 16 20:55 sys/src/cmd/gs/zlib/zconf.in.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 4488 Jan 16 20:55 sys/src/cmd/gs/zlib/zlib.3
 [rsc] --rw-rw-r-- M 661145 glenda sys 57769 Jan 16 20:55 sys/src/cmd/gs/zlib/zlib.h
 [rsc] --rw-rw-r-- M 661145 glenda sys 7057 Jan 16 20:55 sys/src/cmd/gs/zlib/zutil.c
 [rsc] --rw-rw-r-- M 661145 glenda sys 6612 Jan 16 20:55 sys/src/cmd/gs/zlib/zutil.h
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4328 Jan 16 21:02 sys/lib/ghostscript/acctest.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/acctest.ps:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/acctest.ps:1,6
	  %!
	  % Check that operators do their access tests correctly.
	+ % $Id: acctest.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  
	  % proc dotest => .
	  /dotest
 [rsc] --rw-rw-r-- M 661145 glenda sys 9852 Jan 16 21:02 sys/lib/ghostscript/addxchar.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/addxchar.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/addxchar.ps:1,19
	  %    Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: addxchar.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: addxchar.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Add the Central European and other Adobe extended Latin characters to a
	  % Type 1 font.
	  % Requires -dWRITESYSTEMDICT to disable access protection.
 [rsc] --rw-rw-r-- M 661145 glenda sys 2317 Jan 16 21:02 sys/lib/ghostscript/align.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/align.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/align.ps:1,19
	  %    Copyright (C) 1989, 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: align.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: align.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Print a page that indicates the proper settings of Margins and HWMargins
	  % for a given device.  Requires a Level 2 system.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 23410 Jan 16 21:02 sys/lib/ghostscript/bdftops.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1725 Jan 16 21:02 sys/lib/ghostscript/caption.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/caption.ps:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/caption.ps:1,20
	  %!
	  %    Copyright (C) 1995 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: caption.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: caption.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Add a "caption" to the bottom of each page.
	  /captionsize 20 def
	  /caption
 [rsc] --rw-rw-r-- M 661145 glenda sys 4479 Jan 16 21:02 sys/lib/ghostscript/cid2code.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/cid2code.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/cid2code.ps:1,19
	  %    Copyright (C) 1998, 2000 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: cid2code.ps,v 1.3 2000/11/30 18:22:11 lpd Exp $
	+ % $Id: cid2code.ps,v 1.5 2002/02/21 21:49:28 giles Exp $
	  % Construct an inverse map from CIDs to codes.
	  
	  % Create an inverse map from CIDs to code values.
 [rsc] --rw-rw-r-- M 661145 glenda sys 354 Jan 16 21:02 sys/lib/ghostscript/decrypt.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/decrypt.ps:1,4 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/decrypt.ps:1,6
	+ %!
	  % Decrypt an eexec-encoded file.
	+ % $Id: decrypt.ps,v 1.6 2002/02/21 21:49:28 giles Exp $
	  
	  (t.in) (r) file /in exch def
	  (t.out) (w) file /out exch def
 [rsc] --rw-rw-r-- M 661145 glenda sys 7123 Jan 16 21:02 sys/lib/ghostscript/docie.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 8598 Jan 16 21:02 sys/lib/ghostscript/errpage.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/errpage.ps:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/errpage.ps:1,20
	  %!
	  %    Copyright (C) 1992, 1996, 1998 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: errpage.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: errpage.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Print an informative error page if an error occurs.
	  % Inspired by Adobe's `ehandler.ps' and David Holzgang's PinPoint.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 19593 Jan 16 21:02 sys/lib/ghostscript/font2c.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 17575 Jan 16 21:02 sys/lib/ghostscript/font2pcl.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 28612 Jan 16 21:02 sys/lib/ghostscript/gs_agl.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_agl.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_agl.ps:1,19
	  %    Copyright (C) 2000 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_agl.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_agl.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  
	  % This file was derived from the Adobe Glyph List, version 1.2, dated
	  % 22 Oct 1998, at
 [rsc] --rw-rw-r-- M 661145 glenda sys 11103 Jan 16 21:02 sys/lib/ghostscript/gs_btokn.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2167 Jan 16 21:02 sys/lib/ghostscript/gs_ccfnt.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_ccfnt.ps:1,25 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_ccfnt.ps:1,23
	  %    Copyright (C) 1994, 2000 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_ccfnt.ps,v 1.5 2001/10/01 05:25:55 lpd Exp $
	+ % $Id: gs_ccfnt.ps,v 1.8 2003/04/12 18:08:18 ray Exp $
	  % Find and register all the precompiled font operators in systemdict.
	  
	  /registerfont			% <fontname> <fontdict> registerfont <font>
	-  { DEBUG { (Registering ) print 1 index = } if
	+  { CCFONTDEBUG { (Registering ) print 1 index = } if
	     dup begin
	       Encoding type /nametype eq
	        { Encoding .findencoding /Encoding exch def
 [rsc] --rw-rw-r-- M 661145 glenda sys 2368 Jan 16 21:02 sys/lib/ghostscript/gs_ce_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_ce_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_ce_e.ps:1,19
	  %    Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_ce_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_ce_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the Adobe CE (Central European) encoding vector.
	  % We define it by differences from the ISOLatin1Encoding vector.
	  /CEEncoding
 [rsc] --rw-rw-r-- M 661145 glenda sys 22476 Jan 16 21:02 sys/lib/ghostscript/gs_cff.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 17059 Jan 16 21:02 sys/lib/ghostscript/gs_cidcm.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 12612 Jan 16 21:02 sys/lib/ghostscript/gs_cidfn.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 17210 Jan 16 21:02 sys/lib/ghostscript/gs_cmap.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4848 Jan 16 21:02 sys/lib/ghostscript/gs_cmdl.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_cmdl.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_cmdl.ps:1,19
	  %    Copyright (C) 1994, 1996, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_cmdl.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_cmdl.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Parse and execute the command line.
	  % C code handles the following switches: -h/-? -I -M -v
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 4955 Jan 16 21:02 sys/lib/ghostscript/gs_css_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_css_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_css_e.ps:1,19
	  %    Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_css_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_css_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the CFF StandardStrings that represent characters.
	  % This is a pseudo-encoding.
	  /currentglobal where
 [rsc] --rw-rw-r-- M 661145 glenda sys 2288 Jan 16 21:02 sys/lib/ghostscript/gs_dbt_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_dbt_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_dbt_e.ps:1,19
	  %    Copyright (C) 1993, 1994 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_dbt_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_dbt_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the Dingbats encoding vector.
	  /currentglobal where
	   { pop currentglobal { setglobal } true setglobal }
 [rsc] --rw-rw-r-- M 661145 glenda sys 7584 Jan 16 21:02 sys/lib/ghostscript/gs_diskf.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_diskf.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_diskf.ps:1,19
	  %    Copyright (C) 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_diskf.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_diskf.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Support for converting Type 1 fonts without eexec encryption to
	  % Type 4 fonts that load individual character outlines on demand.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 4766 Jan 16 21:02 sys/lib/ghostscript/gs_dpnxt.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 7842 Jan 16 21:02 sys/lib/ghostscript/gs_dps.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4576 Jan 16 21:02 sys/lib/ghostscript/gs_dps1.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_dps1.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_dps1.ps:1,19
	  %    Copyright (C) 1997, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_dps1.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_dps1.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Initialization file for most of the Display PostScript functions
	  % that are also included in Level 2.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 6977 Jan 16 21:02 sys/lib/ghostscript/gs_dps2.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_dps2.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_dps2.ps:1,19
	  %    Copyright (C) 1990, 1996, 1997, 1998, 2000 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_dps2.ps,v 1.3 2000/11/07 18:51:24 lpd Exp $
	+ % $Id: gs_dps2.ps,v 1.5 2002/02/21 21:49:28 giles Exp $
	  % Initialization file for basic Display PostScript functions
	  % that are also included in Level 2.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 3936 Jan 16 21:02 sys/lib/ghostscript/gs_dscp.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_dscp.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_dscp.ps:1,19
	  %  Copyright (C) 2000 Artifex Software Inc.   All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_dscp.ps,v 1.4 2001/03/12 22:41:22 dancoby Exp $
	+ % $Id: gs_dscp.ps,v 1.6 2002/02/21 21:49:28 giles Exp $
	  %  Postscript interface routines to DSC parser
	  
	  /send_orientation {			% <orientation> send_orientation -
 [rsc] --rw-rw-r-- M 661145 glenda sys 7220 Jan 16 21:02 sys/lib/ghostscript/gs_epsf.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3166 Jan 16 21:02 sys/lib/ghostscript/gs_fform.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_fform.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_fform.ps:1,19
	  %    Copyright (C) 1995, 1996, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_fform.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_fform.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Form caching implemented in PostScript.
	  
	  % This implementation doesn't do the right thing about halftone or
 [rsc] --rw-rw-r-- M 661145 glenda sys 43873 Jan 16 21:02 sys/lib/ghostscript/gs_fonts.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 3002 Jan 16 21:02 sys/lib/ghostscript/gs_frsd.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 10598 Jan 16 21:02 sys/lib/ghostscript/gs_icc.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2800 Jan 16 21:02 sys/lib/ghostscript/gs_il1_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_il1_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_il1_e.ps:1,19
	  %    Copyright (C) 1993, 1994, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_il1_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_il1_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the ISO Latin-1 encoding vector.
	  % The first half is the same as the standard encoding,
	  % except for minus instead of hyphen at code 055.
 [rsc] --rw-rw-r-- M 661145 glenda sys 2781 Jan 16 21:02 sys/lib/ghostscript/gs_il2_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_il2_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_il2_e.ps:1,19
	  %    Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_il2_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_il2_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the ISO Latin-2 (8859-2) encoding vector.
	  
	  % The original version of this encoding vector used Unicode names, rather
 [rsc] --rw-rw-r-- M 661145 glenda sys 73009 Jan 16 21:02 sys/lib/ghostscript/gs_init.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3946 Jan 16 21:02 sys/lib/ghostscript/gs_kanji.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_kanji.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_kanji.ps:1,19
	  %    Copyright (C) 1994, 1995, 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_kanji.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_kanji.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Scaffolding for Kanji fonts.  This is based on the Wadalab free font
	  % from the University of Tokyo; it may not be appropriate for other
	  % Kanji fonts.
 [rsc] --rw-rw-r-- M 661145 glenda sys 3295 Jan 16 21:02 sys/lib/ghostscript/gs_ksb_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_ksb_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_ksb_e.ps:1,19
	  %    Copyright (C) 1994 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_ksb_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_ksb_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the KanjiSub encoding vector.
	  /currentglobal where
	   { pop currentglobal { setglobal } true setglobal }
 [rsc] --rw-rw-r-- M 661145 glenda sys 5635 Jan 16 21:02 sys/lib/ghostscript/gs_l2img.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_l2img.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_l2img.ps:1,19
	  %    Copyright (C) 1995, 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_l2img.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_l2img.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Emulate the Level 2 dictionary-based image operator in Level 1,
	  % except for Interpolate (ignored) and MultipleDataSources = true;
	  % also, we require that the data source be either a procedure of a
 [rsc] --rw-rw-r-- M 661145 glenda sys 31509 Jan 16 21:02 sys/lib/ghostscript/gs_lev2.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2890 Jan 16 21:02 sys/lib/ghostscript/gs_lgo_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_lgo_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_lgo_e.ps:1,19
	  %    Copyright (C) 1999, 2000 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_lgo_e.ps,v 1.3 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_lgo_e.ps,v 1.5 2002/02/21 21:49:28 giles Exp $
	  % Define the Adobe "original" Latin glyph set.
	  % This is not an Encoding strictly speaking, but we treat it like one.
	  /currentglobal where
 [rsc] --rw-rw-r-- M 661145 glenda sys 1916 Jan 16 21:02 sys/lib/ghostscript/gs_lgx_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_lgx_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_lgx_e.ps:1,19
	  %    Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_lgx_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_lgx_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the Adobe "extension" Latin glyph set.
	  % This is not an Encoding strictly speaking, but we treat it like one.
	  /currentglobal where
 [rsc] --rw-rw-r-- M 661145 glenda sys 10554 Jan 16 21:02 sys/lib/ghostscript/gs_ll3.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3997 Jan 16 21:02 sys/lib/ghostscript/gs_mex_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_mex_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_mex_e.ps:1,19
	  %    Copyright (C) 1994, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_mex_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_mex_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the MacExpert encoding vector.
	  /currentglobal where
	   { pop currentglobal { setglobal } true setglobal }
 [rsc] --rw-rw-r-- M 661145 glenda sys 2193 Jan 16 21:02 sys/lib/ghostscript/gs_mgl_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_mgl_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_mgl_e.ps:1,19
	  %    Copyright (C) 1999, 2000 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_mgl_e.ps,v 1.3 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_mgl_e.ps,v 1.5 2002/02/21 21:49:28 giles Exp $
	  % Define the Macintosh standard glyph encoding vector.
	  % This is not an Encoding strictly speaking, but we treat it like one.
	  /currentglobal where
 [rsc] --rw-rw-r-- M 661145 glenda sys 2539 Jan 16 21:02 sys/lib/ghostscript/gs_mro_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_mro_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_mro_e.ps:1,19
	  %    Copyright (C) 1994, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_mro_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_mro_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the MacRoman encoding vector.
	  /currentglobal where
	   { pop currentglobal { setglobal } true setglobal }
 [rsc] --rw-rw-r-- M 661145 glenda sys 1709 Jan 16 21:02 sys/lib/ghostscript/gs_pdf_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_pdf_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_pdf_e.ps:1,19
	  %    Copyright (C) 1994, 1997, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_pdf_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_pdf_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the PDFDoc encoding vector.
	  /currentglobal where
	   { pop currentglobal { setglobal } true setglobal }
 [rsc] --rw-rw-r-- M 661145 glenda sys 25452 Jan 16 21:02 sys/lib/ghostscript/gs_pdfwr.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4345 Jan 16 21:02 sys/lib/ghostscript/gs_pfile.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_pfile.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_pfile.ps:1,19
	  %    Copyright (C) 1994, 1995 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_pfile.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_pfile.ps,v 1.5 2003/08/08 18:45:05 ray Exp $
	  % Runtime support for minimum-space fonts and packed files.
	  
	  % ****** NOTE: This file must be kept consistent with
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_pfile.ps:44,50 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_pfile.ps:42,48
	  	% by reading it into a buffer.  We rely on the fact that
	  	% save/restore don't affect file positions.
	  	% Stack: istart ilength dfilter
	-    save exch 1000 string
	+    save exch 64000 string
	  	% Stack: istart ilength save dfilter scratch
	     4 index 1 index length idiv { 2 copy readstring pop pop } repeat
	     2 copy 0 8 -1 roll 2 index length mod getinterval readstring pop pop pop
 [rsc] --rw-rw-r-- M 661145 glenda sys 866 Jan 16 21:02 sys/lib/ghostscript/gs_rdlin.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_rdlin.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_rdlin.ps:1,19
	  %    Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_rdlin.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_rdlin.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Patch for systems with readline support in the interpreter.
	  
	  % Disable the prompt message, since readline will generate it.
 [rsc] --rw-rw-r-- M 661145 glenda sys 34685 Jan 16 21:02 sys/lib/ghostscript/gs_res.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 27947 Jan 16 21:02 sys/lib/ghostscript/gs_setpd.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 13461 Jan 16 21:02 sys/lib/ghostscript/gs_statd.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3243 Jan 16 21:02 sys/lib/ghostscript/gs_std_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_std_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_std_e.ps:1,19
	  %    Copyright (C) 1993, 1994 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_std_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_std_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the standard encoding vector.
	  /StandardEncoding
	  % \00x
 [rsc] --rw-rw-r-- M 661145 glenda sys 3102 Jan 16 21:02 sys/lib/ghostscript/gs_sym_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_sym_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_sym_e.ps:1,19
	  %    Copyright (C) 1991, 1994, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_sym_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_sym_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the Symbol encoding vector.
	  /currentglobal where
	   { pop currentglobal { setglobal } true setglobal }
 [rsc] --rw-rw-r-- M 661145 glenda sys 3040 Jan 16 21:02 sys/lib/ghostscript/gs_trap.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_trap.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_trap.ps:1,19
	  %    Copyright (C) 1999, 2000 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_trap.ps,v 1.3 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_trap.ps,v 1.6 2002/06/02 12:03:28 mpsuzuki Exp $
	  % PostScript LanguageLevel 3 in-RIP trapping support.
	  
	  ll3dict begin
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_trap.ps:22,28 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_trap.ps:20,26
	  
	  % We need LanguageLevel 2 or higher in order to have setuserparams and
	  % defineresource.
	- languagelevel dup 2 max .setlanguagelevel
	+ languagelevel dup 2 .max .setlanguagelevel
	  
	  % ------ Trapping ------ %
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 46435 Jan 16 21:02 sys/lib/ghostscript/gs_ttf.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 4220 Jan 16 21:02 sys/lib/ghostscript/gs_typ32.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_typ32.ps:1,27 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_typ32.ps:1,25
	  %    Copyright (C) 1997 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_typ32.ps,v 1.3 2001/08/06 10:19:42 igorm Exp $
	+ % $Id: gs_typ32.ps,v 1.6 2002/06/02 12:03:28 mpsuzuki Exp $
	  % Initialization file for Type 32 fonts.
	  
	  % ------ Type 32 fonts ------ %
	  
	  % We need LanguageLevel 2 or higher in order to have defineresource.
	- languagelevel dup 2 max .setlanguagelevel
	+ languagelevel dup 2 .max .setlanguagelevel
	  
	  /BitmapFontInit mark
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 1701 Jan 16 21:02 sys/lib/ghostscript/gs_typ42.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_typ42.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_typ42.ps:1,19
	  %    Copyright (C) 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_typ42.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_typ42.ps,v 1.7 2004/12/16 12:34:56 igor Exp $
	  % Type 42 font support code.
	  
	  % Here are the BuildChar and BuildGlyph implementation for Type 42 fonts.
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_typ42.ps:34,40 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_typ42.ps:32,41
	      dup CharStrings exch .knownget not
	       { 2 copy eq { exch pop /.notdef exch } if
	         QUIET not
	- 	{ (Substituting .notdef for ) print = flush }
	+ 	{ (Substituting .notdef for ) print
	+ 	  =string cvs print ( in the font ) print
	+ 	  1 index /FontName get = flush
	+ 	}
	  	{ pop }
	         ifelse
	         /.notdef CharStrings /.notdef get
 [rsc] --rw-rw-r-- M 661145 glenda sys 7527 Jan 16 21:02 sys/lib/ghostscript/gs_type1.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1687 Jan 16 21:02 sys/lib/ghostscript/gs_wan_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_wan_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_wan_e.ps:1,19
	  %    Copyright (C) 1994, 1996, 1997, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_wan_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_wan_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the WinAnsi encoding vector.
	  /currentglobal where
	   { pop currentglobal { setglobal } true setglobal }
 [rsc] --rw-rw-r-- M 661145 glenda sys 2534 Jan 16 21:02 sys/lib/ghostscript/gs_wl1_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_wl1_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_wl1_e.ps:1,19
	  %    Copyright (C) 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_wl1_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_wl1_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the Windows 3.1 Latin 1 encoding vector (H-P Symbol set 19U).
	  /currentglobal where
	   { pop currentglobal { setglobal } true setglobal }
 [rsc] --rw-rw-r-- M 661145 glenda sys 2532 Jan 16 21:02 sys/lib/ghostscript/gs_wl2_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_wl2_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_wl2_e.ps:1,19
	  %    Copyright (C) 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_wl2_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_wl2_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the Windows 3.1 Latin 2 encoding vector (H-P Symbol set 9E).
	  /currentglobal where
	   { pop currentglobal { setglobal } true setglobal }
 [rsc] --rw-rw-r-- M 661145 glenda sys 2550 Jan 16 21:02 sys/lib/ghostscript/gs_wl5_e.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/gs_wl5_e.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/gs_wl5_e.ps:1,19
	  %    Copyright (C) 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: gs_wl5_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: gs_wl5_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Define the Windows 3.1 Latin 5 encoding vector (H-P Symbol set 5T).
	  /currentglobal where
	   { pop currentglobal { setglobal } true setglobal }
 [rsc] --rw-rw-r-- M 661145 glenda sys 19645 Jan 16 21:02 sys/lib/ghostscript/gslp.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 2727 Jan 16 21:02 sys/lib/ghostscript/gsnup.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 227916 Jan 16 21:02 sys/lib/ghostscript/ht_ccsto.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/ht_ccsto.ps:8,14 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/ht_ccsto.ps:8,14
	  % PostScript halftone dictionaries, and hereby places this file in the
	  % public domain as well.
	  
	- % $Id: ht_ccsto.ps,v 1.1 2000/03/09 08:40:40 lpd Exp $
	+ % $Id: ht_ccsto.ps,v 1.3 2002/02/21 21:49:28 giles Exp $
	  % This file defines a /StochasticDefault Type 5 Halftone.
	  
	  % Note that the Black array is used for Default, Black, and Gray
 [rsc] --rw-rw-r-- M 661145 glenda sys 73327 Jan 16 21:02 sys/lib/ghostscript/image-qa.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/image-qa.ps:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/image-qa.ps:1,20
	  %!PS
	  %    Copyright (C) 2000 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  %
	- % $Id: image-qa.ps,v 1.3 2001/04/04 04:54:53 rayjj Exp $
	+ % $Id: image-qa.ps,v 1.5 2002/02/21 21:49:28 giles Exp $
	  % Tests for the image operators
	  
	  % Specifications for Image operator testing.
 [rsc] --rw-rw-r-- M 661145 glenda sys 5542 Jan 16 21:02 sys/lib/ghostscript/impath.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/impath.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/impath.ps:1,19
	  %    Copyright (C) 1992, 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: impath.ps,v 1.3 2000/12/28 17:06:07 alexcher Exp $
	+ % $Id: impath.ps,v 1.5 2002/02/21 21:49:28 giles Exp $
	  % impath.ps
	  % Reverse-rasterize a bitmap to produce a Type 1 outline.
	  % (This was formerly a Ghostscript operator implemented in C.)
 [rsc] --rw-rw-r-- M 661145 glenda sys 934 Jan 16 21:02 sys/lib/ghostscript/jispaper.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/jispaper.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/jispaper.ps:1,19
	  %    Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: jispaper.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: jispaper.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Select JIS B paper sizes for b0...b6.
	  
	  userdict begin
 [rsc] --rw-rw-r-- M 661145 glenda sys 1529 Jan 16 21:02 sys/lib/ghostscript/landscap.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/landscap.ps:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/landscap.ps:1,6
	  %!
	  %  landscap.ps
	+ %
	  % This file can be prepended to most PostScript pages to force 
	  % rotation to "landscape" mode.
	  %
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/landscap.ps:13,19 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/landscap.ps:14,21
	  % below, the lower left hand corner is aligned.  When viewed, this 
	  % corner will have moved to the urx,lly corner.
	  %
	- %  James E. Burns, 3/8/93, burns@nova.bellcore.com
	+ %  originally by James E. Burns, 3/8/93, burns@nova.bellcore.com
	+ %  $Id: landscap.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  %
	  gsave clippath pathbbox grestore
	  4 dict begin
 [rsc] --rw-rw-r-- M 661145 glenda sys 114 Jan 16 21:02 sys/lib/ghostscript/level1.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/level1.ps:1,2 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/level1.ps:1,3
	  %!
	+ % $Id: level1.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  /.setlanguagelevel where { pop 1 .setlanguagelevel } if
 [rsc] --rwxrwxr-x M 661145 rsc sys 1 Jan 16 21:02 sys/lib/ghostscript/EndOfTask.ps
 [rsc] --rwxrwxr-x M 661145 rsc sys 1355 Jan 16 21:02 sys/lib/ghostscript/PDFX_def.ps
 [rsc] --rwxrwxr-x M 661145 rsc sys 20048 Jan 16 21:02 sys/lib/ghostscript/dumphint.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 7333 Jan 16 21:02 sys/lib/ghostscript/gs_ciddc.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 4638 Jan 16 21:02 sys/lib/ghostscript/gs_cidfm.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 4796 Jan 16 21:02 sys/lib/ghostscript/gs_cidtt.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 3477 Jan 16 21:02 sys/lib/ghostscript/gs_ciecs2.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 3183 Jan 16 21:02 sys/lib/ghostscript/gs_ciecs3.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 29498 Jan 16 21:02 sys/lib/ghostscript/gs_cspace.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 6281 Jan 16 21:02 sys/lib/ghostscript/gs_devcs.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 5556 Jan 16 21:02 sys/lib/ghostscript/gs_devn.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 2244 Jan 16 21:02 sys/lib/ghostscript/gs_devpxl.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 6892 Jan 16 21:02 sys/lib/ghostscript/gs_diskn.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 9287 Jan 16 21:02 sys/lib/ghostscript/gs_fapi.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 10788 Jan 16 21:02 sys/lib/ghostscript/gs_fntem.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 21397 Jan 16 21:02 sys/lib/ghostscript/gs_img.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 5462 Jan 16 21:02 sys/lib/ghostscript/gs_indxd.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 7927 Jan 16 21:02 sys/lib/ghostscript/gs_patrn.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 22414 Jan 16 21:02 sys/lib/ghostscript/gs_resmp.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 5673 Jan 16 21:02 sys/lib/ghostscript/gs_resst.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 8293 Jan 16 21:02 sys/lib/ghostscript/gs_sepr.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 4174 Jan 16 21:02 sys/lib/ghostscript/gs_stres.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 3872 Jan 16 21:02 sys/lib/ghostscript/lines.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/lines.ps:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/lines.ps:1,20
	  %!
	  %   Copyright (C) 1989, 1990, 1992, 1994, 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: lines.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: lines.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Test line rendering (stroke).
	  
	  % Exercise the miter limit.  The left column of lines should bevel at
 [rsc] --rw-rw-r-- M 661145 glenda sys 3477 Jan 16 21:02 sys/lib/ghostscript/markhint.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/markhint.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/markhint.ps:1,19
	  %    Copyright (C) 1994, 1995, 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: markhint.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: markhint.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % markhint.ps
	  % Draw the hints for a Type 1 font.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 1894 Jan 16 21:02 sys/lib/ghostscript/markpath.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/markpath.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/markpath.ps:1,19
	  %    Copyright (C) 1993 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: markpath.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: markpath.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % markpath.ps
	  % Mark the corners of a path, drawing it slowly if desired.
	  
 [rsc] --rw-rw-r-- M 661145 rsc sys 7304 Jan 16 21:02 sys/lib/ghostscript/mkcidfm.ps
 [rsc] --rw-rw-r-- M 661145 rsc sys 111167 Jan 16 21:02 sys/lib/ghostscript/opdfread.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 10365 Jan 16 21:02 sys/lib/ghostscript/packfile.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/packfile.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/packfile.ps:1,19
	  %    Copyright (C) 1994, 1995, 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: packfile.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: packfile.ps,v 1.5 2002/06/02 12:03:28 mpsuzuki Exp $
	  % packfile.ps
	  % Pack groups of files together, with compression, for use in
	  % storage-scarce environments.
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/packfile.ps:49,55 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/packfile.ps:47,53
	  	  { pop 1 add
	  	  }
	  	  { 1 index 0 ne
	- 	     { exch 255 min
	+ 	     { exch 255 .min
	  	       //zruns exch 2 copy get 1 add put
	  	       0 exch //zfreq
	  	     }
 [rsc] --rw-rw-r-- M 661145 glenda sys 3588 Jan 16 21:02 sys/lib/ghostscript/pcharstr.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/pcharstr.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/pcharstr.ps:1,19
	  %    Copyright (C) 1990, 1992, 1997, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: pcharstr.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: pcharstr.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % pcharstr.ps
	  % Print the CharStrings and Subrs (if present) from a Type 1 font,
	  % in either a PostScript-like or a C-compatible form,
 [rsc] --rw-rw-r-- M 661145 glenda sys 5094 Jan 16 21:02 sys/lib/ghostscript/pdf2dsc.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 34426 Jan 16 21:02 sys/lib/ghostscript/pdf_base.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 41076 Jan 16 21:02 sys/lib/ghostscript/pdf_draw.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 53454 Jan 16 21:02 sys/lib/ghostscript/pdf_font.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 45457 Jan 16 21:02 sys/lib/ghostscript/pdf_main.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 20969 Jan 16 21:02 sys/lib/ghostscript/pdf_ops.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 rsc sys 14217 Jan 16 21:02 sys/lib/ghostscript/pdf_rbld.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 14038 Jan 16 21:02 sys/lib/ghostscript/pdf_sec.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 36025 Jan 16 21:02 sys/lib/ghostscript/pdfopt.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 9903 Jan 16 21:02 sys/lib/ghostscript/pdfwrite.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 14922 Jan 16 21:02 sys/lib/ghostscript/pf2afm.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1145 Jan 16 21:02 sys/lib/ghostscript/pfbtopfa.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/pfbtopfa.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/pfbtopfa.ps:1,19
	  %    Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: pfbtopfa.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: pfbtopfa.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % pfbtopfa.ps
	  % Convert a .pfb font to .pfa format.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 1978 Jan 16 21:02 sys/lib/ghostscript/ppath.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/ppath.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/ppath.ps:1,19
	  %    Copyright (C) 1989, 1995, 1997 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: ppath.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: ppath.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Redefine pathforall for tracing.
	  % Can't be used recursively.
	  
 [rsc] --rw-rw-r-- M 661145 rsc sys 6924 Jan 16 21:02 sys/lib/ghostscript/pphs.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/pphs.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/pphs.ps:1,19
	  %    Copyright (C) 2001 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: pphs.ps,v 1.3 2001/07/24 22:24:28 lpd Exp $
	+ % $Id: pphs.ps,v 1.6 2003/08/08 18:45:05 ray Exp $
	  % Print Linearized PDF hint streams
	  
	  % Utilities
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/pphs.ps:193,199 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/pphs.ps:191,197
	    } if
	    (PHS: ) print phsdict === flush
	    pdf 0 (endstream) /SubFileDecode filter
	-   dup 5000 string readstring pop exch closefile
	+   dup 64000 string readstring pop exch closefile
	    sread /phsdata exch def
	  
	  	% Decode the hint stream data if necessary.
 [rsc] --rw-rw-r-- M 661145 glenda sys 6484 Jan 16 21:02 sys/lib/ghostscript/prfont.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 3244 Jan 16 21:02 sys/lib/ghostscript/printafm.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/printafm.ps:11,16 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/printafm.ps:11,17
	  % Altered by d.love@dl.ac.uk to produce input for Rokicki's afm2tfm,
	  % which groks the format of the Adobe AFMs.
	  
	+ % $Id: printafm.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Modified by L. Peter Deutsch 9/14/93:
	  %   uses Ghostscript's =only procedure to replace 'buf cvs print'.
	  % Modified by L. Peter Deutsch 9/6/95:
 [rsc] --rw-rw-r-- M 661145 glenda sys 22503 Jan 16 21:02 sys/lib/ghostscript/ps2ai.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/ps2ai.ps:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/ps2ai.ps:1,20
	  %!
	  %    Copyright (C) 1994 , 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: ps2ai.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: ps2ai.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  %xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
	  %
	  %   ps2ai.ps - a postscript to editable adobe illustrator file filter
 [rsc] --rw-rw-r-- M 661145 glenda sys 44622 Jan 16 21:02 sys/lib/ghostscript/ps2ascii.ps
 [rsc] --rw-rw-r-- M 661145 glenda sys 8253 Jan 16 21:02 sys/lib/ghostscript/ps2epsi.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 11768 Jan 16 21:02 sys/lib/ghostscript/rollconv.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/rollconv.ps:1,7 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/rollconv.ps:1,7
	  %!
	  % Copyright (C) 1995, 1996 Aladdin Enterprises.  All rights reserved.
	  
	- % $Id: rollconv.ps,v 1.1 2000/03/09 08:40:40 lpd Exp $
	+ % $Id: rollconv.ps,v 1.4 2002/05/01 23:15:23 igor Exp $
	  % Utility program for converting Japanese fonts produced by Macromedia's
	  % Rollup program to Type 0 fonts suitable for use with Ghostscript.
	  %
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/rollconv.ps:235,241 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/rollconv.ps:235,241
	   } }
	   { (currentfile eexec) {
	     pop out (systemdict begin\n) writestring
	-    dup 55665 /eexecDecode filter
	+    dup //.eexec_param_dict /eexecDecode filter
	   } }
	   { (dup/CharStrings ) {
	  	% Copy the individual CharStrings to the CSR file,
 [rsc] --rw-rw-r-- M 661145 glenda sys 2936 Jan 16 21:02 sys/lib/ghostscript/showchar.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/showchar.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/showchar.ps:1,19
	  %    Copyright (C) 1993, 1994, 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: showchar.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: showchar.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % showchar.ps
	  % Show the outline and rasterized forms of a character.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 25737 Jan 16 21:02 sys/lib/ghostscript/stcinfo.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/stcinfo.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/stcinfo.ps:1,19
	  % Copyright (C) 1995 Aladdin Enterprises.  All rights reserved
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: stcinfo.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: stcinfo.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % stcinfo.ps
	  % Epson Stylus-Color Printer-Driver
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 5225 Jan 16 21:02 sys/lib/ghostscript/stcolor.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/stcolor.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/stcolor.ps:1,19
	  % Copyright (C) 1995 Aladdin Enterprises.  All rights reserved
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: stcolor.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: stcolor.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % stcolor.ps
	  % Epson Stylus-Color Printer-Driver
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 2642 Jan 16 21:02 sys/lib/ghostscript/stocht.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/stocht.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/stocht.ps:1,19
	- %    Copyright (C) 1999, 2000 Aladdin Enterprises.  All rights reserved.
	+ %    Copyright (C) 1999, 2000 artofcode LLC.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: stocht.ps,v 1.3 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: stocht.ps,v 1.6 2002/02/21 21:49:28 giles Exp $
	  % helper file to simplify use of Stochastic Halftone - uses ht_ccsto.ps
	  
	  % This file sets the /StochasticDefault /Halftone as the current
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/stocht.ps:41,47 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/stocht.ps:39,45
	  %	-c "<< /HalftoneMode 1 >> setuserparams"
	  % on the command line prior to the file to be processed. For example,
	  %
	- % gs stocht.ps -c "<< /HalftoneMode 1 >> setuserparams" -f examples/tiger.ps
	+ % gs stocht.ps -c "<< /HalftoneMode 1 >> setuserparams" -f examples/tiger.eps
	  
	  % Alternatively, the command to set the /HalftoneMode userparam can be
	  % concatenated to this file (see below).
 [rsc] --rw-rw-r-- M 661145 glenda sys 1535 Jan 16 21:02 sys/lib/ghostscript/traceimg.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/traceimg.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/traceimg.ps:1,19
	  %    Copyright (C) 1994 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: traceimg.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: traceimg.ps,v 1.5 2002/06/02 12:03:28 mpsuzuki Exp $
	  % traceimg.ps
	  % Trace the data supplied to the 'image' operator.
	  
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/traceimg.ps:31,37 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/traceimg.ps:29,35
	      { i_left 0 le { exit } if
	        i_dict /DataSource get exec
	        dup type /filetype eq
	-        { i_buf 0 i_left 32 min getinterval readstring pop
	+        { i_buf 0 i_left 32 .min getinterval readstring pop
	         } if
	        dup (%stdout) (w) file exch writehexstring (\n) print flush
	        i_left exch length sub /i_left exch def
 [rsc] --rw-rw-r-- M 661145 glenda sys 2738 Jan 16 21:02 sys/lib/ghostscript/traceop.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/traceop.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/traceop.ps:1,19
	  %    Copyright (C) 1992, 1993, 1994, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: traceop.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: traceop.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Trace individual operators or procedures.
	  % <opref> is <opname> or <opname> <dict>
	  %    (dict defaults to dict where op is currently defined, if writable;
 [rsc] --rw-rw-r-- M 661145 glenda sys 2540 Jan 16 21:02 sys/lib/ghostscript/type1enc.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/type1enc.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/type1enc.ps:1,19
	  %    Copyright (C) 1992, 1993 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: type1enc.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: type1enc.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % type1enc.ps
	  % PostScript language versions of the Type 1 encryption/decryption algorithms.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 7580 Jan 16 21:02 sys/lib/ghostscript/type1ops.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/type1ops.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/type1ops.ps:1,19
	  %    Copyright (C) 1992, 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: type1ops.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: type1ops.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % type1ops.ps
	  % Define the Type 1 and Type 2 font opcodes for use by Ghostscript utilities.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 6140 Jan 16 21:02 sys/lib/ghostscript/uninfo.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/uninfo.ps:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/uninfo.ps:1,20
	  %!
	  % Copyright (C) 1997 Aladdin Enterprises.  All rights reserved
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: uninfo.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: uninfo.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % uninfo.ps: Utilities for "printing" PostScript items, especially dictionaries
	  % Usage:
	  % (prefix-string) dict unprint
 [rsc] --rw-rw-r-- M 661145 glenda sys 1908 Jan 16 21:02 sys/lib/ghostscript/unprot.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/unprot.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/unprot.ps:1,19
	  %    Copyright (C) 1991, 1992, 1998 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: unprot.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: unprot.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Disable all access checks.  This is useful for printing out
	  % eexec-encrypted Type 1 fonts, and similar purposes.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 2120 Jan 16 21:02 sys/lib/ghostscript/viewcmyk.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/viewcmyk.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/viewcmyk.ps:1,19
	  %    Copyright (C) 1996, 1997, 1998 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: viewcmyk.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: viewcmyk.ps,v 1.5 2002/06/02 12:03:28 mpsuzuki Exp $
	  % viewcmyk.ps
	  % Display a raw CMYK file.
	  % Requires the colorimage operator.
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/viewcmyk.ps:43,49 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/viewcmyk.ps:41,47
	  	% Scale the image (uniformly) to fit the page.
	      clippath pathbbox pop pop translate
	      pathbbox 3 -1 roll sub h div
	-     3 1 roll exch sub w div min dup
	+     3 1 roll exch sub w div .min dup
	    } ifelse scale
	    w h bpc [1 0 0 -1 0 h] f false 4 colorimage
	    showpage
 [rsc] --rw-rw-r-- M 661145 glenda sys 4575 Jan 16 21:02 sys/lib/ghostscript/viewgif.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/viewgif.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/viewgif.ps:1,19
	  %    Copyright (C) 1989, 1992, 1993, 1998 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: viewgif.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: viewgif.ps,v 1.5 2003/04/12 18:08:18 ray Exp $
	  % viewgif.ps
	  % Display a GIF file.
	  
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/viewgif.ps:111,120 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/viewgif.ps:109,118
	     /ImageOutFile where { /ImageOut ImageOutFile (w) file def } if
	     F readGIFheader /Header exch def
	       currentdict Header end begin begin
	-    DEBUG { Header { exch == == } forall (----------------\n) print flush } if
	+    VGIFDEBUG { Header { exch == == } forall (----------------\n) print flush } if
	     F readGIFimageHeader /ImageHeader exch def
	       currentdict ImageHeader end begin begin
	-    DEBUG { ImageHeader { exch == == } forall (----------------\n) print flush } if
	+    VGIFDEBUG { ImageHeader { exch == == } forall (----------------\n) print flush } if
	     /D F
	     <<	/InitialCodeLength F read1
	  	/FirstBitLowOrder true
 [rsc] --rw-rw-r-- M 661145 glenda sys 4953 Jan 16 21:02 sys/lib/ghostscript/viewjpeg.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/viewjpeg.ps:1,5 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/viewjpeg.ps:1,19
	- %! viewjpeg.ps   Copyright (C) Thomas Merz 1994
	+ %! viewjpeg.ps   Copyright (C) 1994 Thomas Merz <tm@pdflib.com>
	  %
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	+ % 
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	+ % 
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	+ 
	+ % $Id: viewjpeg.ps,v 1.6 2003/04/12 18:08:18 ray Exp $
	  % View JPEG files with Ghostscript
	  %
	  % This PostScript code relies on level 2 features.
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/viewjpeg.ps:16,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/viewjpeg.ps:30,36
	  % pstack exec quit              |    voice +49/89/29160728
	  % ------------------------------+    tm@muc.de  http://www.muc.de/~tm/
	  %
	+ % $Id: viewjpeg.ps,v 1.6 2003/04/12 18:08:18 ray Exp $
	  % Updated by L. Peter Deutsch 20-May-1997:
	  %   move the usage example to the beginning
	  % Updates by Tom Lane 6-Sep-1995
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/viewjpeg.ps:73,79 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/viewjpeg.ps:88,94
	  		/width NextByte 8 bitshift NextByte add def
	  		/colors NextByte def
	  
	- 		DEBUG { currentdict { exch == == } forall flush } if
	+ 		VJPGDEBUG { currentdict { exch == == } forall flush } if
	  		exit
	  	    } if
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 3782 Jan 16 21:02 sys/lib/ghostscript/viewmiff.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/viewmiff.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/viewmiff.ps:1,19
	  %    Copyright (C) 1998 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: viewmiff.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: viewmiff.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % viewmiff.ps
	  % Display a MIFF file.  You would think the 'display' command would do this,
	  % but many versions of 'display' either core-dump or require unacceptably
 [rsc] --rw-rw-r-- M 661145 glenda sys 5314 Jan 16 21:02 sys/lib/ghostscript/viewpbm.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/viewpbm.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/viewpbm.ps:1,19
	  %    Copyright (C) 1992, 1995, 1996, 1998, 1999 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: viewpbm.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: viewpbm.ps,v 1.5 2002/06/02 12:03:28 mpsuzuki Exp $
	  % viewpbm.ps
	  % Display a PBM/PGM/PPM file.
	  % Requires the Level 2 `image' operator (to handle variable pixel widths).
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/viewpbm.ps:118,124 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/viewpbm.ps:116,122
	      } {
	  	% Scale the image (uniformly) to fit the page.
	        clippath pathbbox pop pop translate
	-       pathbbox min exch pop exch pop ceiling
	+       pathbbox .min exch pop exch pop ceiling
	        dup Height Width gt {
	  	Width mul Height div exch
	        } {
 [rsc] --rw-rw-r-- M 661145 glenda sys 4352 Jan 16 21:02 sys/lib/ghostscript/viewpcx.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 1286 Jan 16 21:02 sys/lib/ghostscript/viewps2a.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/viewps2a.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/viewps2a.ps:1,19
	  %    Copyright (C) 1995 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: viewps2a.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: viewps2a.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % Display a file produced by ps2ascii with no switch or with -dCOMPLEX.
	  % This is just a procset to read in before the file to display.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 8925 Jan 16 21:02 sys/lib/ghostscript/wftopfa.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/wftopfa.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/wftopfa.ps:1,19
	  %    Copyright (C) 1995, 1996 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: wftopfa.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: wftopfa.ps,v 1.5 2003/08/08 18:45:05 ray Exp $
	  % wftopfa.ps
	  % Convert a Wadalab base font to .PFA (or .PFB) format.
	  
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/wftopfa.ps:271,281 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/wftopfa.ps:269,279
	     /fontname exch def
	     [ templates
	        { wfdir (/) concatstrings exch concatstrings { copystring }
	- 	100 string filenameforall
	+ 	8192 string filenameforall
	        }
	       forall
	       wfdir (/wadalab-sym/*.ps) concatstrings { copystring }
	-        100 string filenameforall
	+        8192 string filenameforall
	     ]
	     (%!\n) print
	      { /currentuserparams where
 [rsc] --rw-rw-r-- M 661145 glenda sys 3747 Jan 16 21:02 sys/lib/ghostscript/winmaps.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/winmaps.ps:1,21 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/winmaps.ps:1,19
	  %    Copyright (C) 1993 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: winmaps.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: winmaps.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % winmaps.ps - make maps between PostScript encodings and Windows
	  % character sets.
	  
 [rsc] --rw-rw-r-- M 661145 glenda sys 18170 Jan 16 21:02 sys/lib/ghostscript/wrfont.ps
	[diffs elided]
 [rsc] --rw-rw-r-- M 661145 glenda sys 2467 Jan 16 21:02 sys/lib/ghostscript/zeroline.ps
	/n/sourcesdump/2006/0116/plan9/sys/lib/ghostscript/zeroline.ps:1,22 - 
	/n/sourcesdump/2006/0117/plan9/sys/lib/ghostscript/zeroline.ps:1,20
	  %!
	  %    Copyright (C) 1994 Aladdin Enterprises.  All rights reserved.
	  % 
	- % This file is part of AFPL Ghostscript.
	+ % This software is provided AS-IS with no warranty, either express or
	+ % implied.
	  % 
	- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
	- % distributor accepts any responsibility for the consequences of using it, or
	- % for whether it serves any particular purpose or works at all, unless he or
	- % she says so in writing.  Refer to the Aladdin Free Public License (the
	- % "License") for full details.
	+ % This software is distributed under license and may not be copied,
	+ % modified or distributed except as expressly authorized under the terms
	+ % of the license contained in the file LICENSE in this distribution.
	  % 
	- % Every copy of AFPL Ghostscript must include a copy of the License, normally
	- % in a plain ASCII text file named PUBLIC.  The License grants you the right
	- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
	- % conditions described in the License.  Among other things, the License
	- % requires that the copyright notice and this notice be preserved on all
	- % copies.
	+ % For more information about licensing, please refer to
	+ % http://www.ghostscript.com/licensing/. For information on
	+ % commercial licensing, go to http://www.artifex.com/licensing/ or
	+ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
	+ % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
	  
	- % $Id: zeroline.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
	+ % $Id: zeroline.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
	  % zeroline.ps
	  % Test file to determine how other PostScript implementations handle
	  % filling zero-width lines under a variety of conditions.
 [rsc] --rw-rw-r-- M 661145 rsc sys 1750 Jan 16 22:47 sys/lib/ghostscript/xlatmap

memccpy is in bsd.h
 [rsc] --rw-rw-r-- M 661145 rsc sys 1079 Jan 16 22:34 sys/src/ape/lib/utf/utfecpy.c
	/n/sourcesdump/2006/0116/plan9/sys/src/ape/lib/utf/utfecpy.c:16,36 - 
	/n/sourcesdump/2006/0117/plan9/sys/src/ape/lib/utf/utfecpy.c:16,21
	  #include "utf.h"
	  #include "utfdef.h"
	  
	- static void*
	- memccpy(void *a1, void *a2, int c, ulong n)
	- {
	- 	uchar *s1, *s2;
	- 
	- 	s1 = a1;
	- 	s2 = a2;
	- 	c &= 0xFF;
	- 	while(n > 0) {
	- 		if((*s1++ = *s2++) == c)
	- 			return s1;
	- 		n--;
	- 	}
	- 	return 0;
	- }
	  char*
	  utfecpy(char *to, char *e, char *from)
	  {

Drawterm updates.
 [rsc] --rw-rw-r-- M 661128 rsc drawterm 54659 Jan 17 07:50 sys/src/cmd/unix/drawterm/libmemdraw/draw.c
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/unix/drawterm/libmemdraw/draw.c:55,61 - 
	/n/sources/plan9/sys/src/cmd/unix/drawterm/libmemdraw/draw.c:55,60
	  
	  	fmtinstall('R', Rfmt); 
	  	fmtinstall('P', Pfmt);
	- 	fmtinstall('b', _ifmt);
	  
	  	memones = allocmemimage(Rect(0,0,1,1), GREY1);
	  	memones->flags |= Frepl;
 [rsc] --rw-rw-r-- M 661128 rsc drawterm 2414 Jan 17 07:50 sys/src/cmd/unix/drawterm/main.c
	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/unix/drawterm/main.c:36,42 - 
	/n/sources/plan9/sys/src/cmd/unix/drawterm/main.c:36,41
	  		eve = "drawterm";
	  
	  	sizebug();
	- 	fmtinstall('r', errfmt);
	  
	  	osinit();
	  	procinit0();

	/n/sourcesdump/2006/0117/plan9/sys/src/cmd/unix/drawterm/main.c:36,42 - 
	/n/sources/plan9/sys/src/cmd/unix/drawterm/main.c:36,41
	  		eve = "drawterm";
	  
	  	sizebug();
	- 	fmtinstall('r', errfmt);
	  
	  	osinit();
	  	procinit0();


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.