diff options
Diffstat (limited to 'gs/src')
1087 files changed, 1088 insertions, 1088 deletions
diff --git a/gs/src/Makefile.in b/gs/src/Makefile.in index 9e2db3df8..cab95ac4d 100644 --- a/gs/src/Makefile.in +++ b/gs/src/Makefile.in @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # makefile template for/from the autoconf build. # @configure_input@ diff --git a/gs/src/all-arch.mak b/gs/src/all-arch.mak index 0a9266bdc..3e7405868 100644 --- a/gs/src/all-arch.mak +++ b/gs/src/all-arch.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # # Author: # Nelson H. F. Beebe diff --git a/gs/src/ansi2knr.c b/gs/src/ansi2knr.c index 2114a80b4..b0cd05ddb 100644 --- a/gs/src/ansi2knr.c +++ b/gs/src/ansi2knr.c @@ -1,6 +1,6 @@ /* Copyright (C) 1989, 2000 Aladdin Enterprises. All rights reserved. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Convert ANSI C function definitions to K&R ("traditional C") syntax */ /* diff --git a/gs/src/bcwin32.mak b/gs/src/bcwin32.mak index 996ac03d6..9b432c6c8 100644 --- a/gs/src/bcwin32.mak +++ b/gs/src/bcwin32.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # makefile for (MS-Windows 3.1/Win32s / Windows 95 / Windows NT) + # Borland C++ 4.5 platform. # Borland C++Builder 3 platform (need BC++ 4.5 for 16-bit code) diff --git a/gs/src/bench.c b/gs/src/bench.c index 111be7afa..cbefbfb52 100644 --- a/gs/src/bench.c +++ b/gs/src/bench.c @@ -16,7 +16,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Simple hardware benchmarking suite (C and PostScript) */ #include "stdio_.h" #include <stdlib.h> diff --git a/gs/src/bfont.h b/gs/src/bfont.h index 9c68c09d9..0fbb8de5e 100644 --- a/gs/src/bfont.h +++ b/gs/src/bfont.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interpreter internal routines and data needed for building fonts */ /* Requires gxfont.h */ diff --git a/gs/src/btoken.h b/gs/src/btoken.h index 1064ac659..166c6ac94 100644 --- a/gs/src/btoken.h +++ b/gs/src/btoken.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for Level 2 binary tokens */ #ifndef btoken_INCLUDED diff --git a/gs/src/catmake b/gs/src/catmake index e52e70fb1..ebf3974bf 100755 --- a/gs/src/catmake +++ b/gs/src/catmake @@ -1,5 +1,5 @@ #!/bin/sh -# $RCSfile$ $Revision$ +# $Id$ # Expand 'includes' in makefiles. Usage: # catmake orig.mak > makefile diff --git a/gs/src/ccfont.h b/gs/src/ccfont.h index e1e59a317..acc28bd66 100644 --- a/gs/src/ccfont.h +++ b/gs/src/ccfont.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Header for fonts compiled into C. */ #ifndef ccfont_INCLUDED diff --git a/gs/src/cfonts.mak b/gs/src/cfonts.mak index 59949ff36..a6764976f 100644 --- a/gs/src/cfonts.mak +++ b/gs/src/cfonts.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # Makefile for compiling PostScript Type 1 fonts into C. # For more information about fonts, consult the Fontmap file, # and also Fonts.htm. diff --git a/gs/src/contrib.mak b/gs/src/contrib.mak index 3bce2bc5f..7ca5a7398 100644 --- a/gs/src/contrib.mak +++ b/gs/src/contrib.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # makefile for contributed device drivers. # Define the name of this makefile. diff --git a/gs/src/cp.bat b/gs/src/cp.bat index dfc2f0759..67ff19bf2 100755 --- a/gs/src/cp.bat +++ b/gs/src/cp.bat @@ -1,4 +1,4 @@ -@rem $RCSfile$ $Revision$ +@rem $Id$ @echo off if "%2"=="." goto ne if exist _.tmp erase _.tmp diff --git a/gs/src/cp.cmd b/gs/src/cp.cmd index ec3d18f95..321d8e953 100755 --- a/gs/src/cp.cmd +++ b/gs/src/cp.cmd @@ -1,3 +1,3 @@ @copy /B %1 %2 -@rem $RCSfile$ $Revision$ +@rem $Id$ @if not "%2"=="." touch %2 diff --git a/gs/src/ctype_.h b/gs/src/ctype_.h index 43658dc56..74f38f12e 100644 --- a/gs/src/ctype_.h +++ b/gs/src/ctype_.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Wrapper for ctype.h */ #ifndef ctype__INCLUDED diff --git a/gs/src/devs.mak b/gs/src/devs.mak index ea0768895..57c6189c8 100644 --- a/gs/src/devs.mak +++ b/gs/src/devs.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # makefile for Aladdin's device drivers. # Define the name of this makefile. diff --git a/gs/src/dirent_.h b/gs/src/dirent_.h index 0b4e94b56..463bfc168 100644 --- a/gs/src/dirent_.h +++ b/gs/src/dirent_.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic substitute for Unix dirent.h */ #ifndef dirent__INCLUDED diff --git a/gs/src/dos_.h b/gs/src/dos_.h index b9a3a2888..841fb71ae 100644 --- a/gs/src/dos_.h +++ b/gs/src/dos_.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic MS-DOS interface */ #ifndef dos__INCLUDED diff --git a/gs/src/dpmain.c b/gs/src/dpmain.c index 1c058559d..7e3eaa1b7 100644 --- a/gs/src/dpmain.c +++ b/gs/src/dpmain.c @@ -15,7 +15,7 @@ */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Ghostscript DLL loader for OS/2 */ /* For WINDOWCOMPAT (console mode) application */ diff --git a/gs/src/dscparse.c b/gs/src/dscparse.c index d326d84fc..5bea68c9d 100644 --- a/gs/src/dscparse.c +++ b/gs/src/dscparse.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* * This is a DSC parser, based on the DSC 3.0 spec, diff --git a/gs/src/dscparse.h b/gs/src/dscparse.h index ef419125b..bf03e10c0 100644 --- a/gs/src/dscparse.h +++ b/gs/src/dscparse.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Interface for the DSC parser. */ #ifndef dscparse_INCLUDED diff --git a/gs/src/dstack.h b/gs/src/dstack.h index 240691203..26a3be1c1 100644 --- a/gs/src/dstack.h +++ b/gs/src/dstack.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for the interpreter's dictionary stack */ #ifndef dstack_INCLUDED diff --git a/gs/src/dvx-gcc.mak b/gs/src/dvx-gcc.mak index 3e04db9e3..616898152 100644 --- a/gs/src/dvx-gcc.mak +++ b/gs/src/dvx-gcc.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # makefile for DesqView/X/gcc/X11 configuration. #include $(COMMONDIR)/gccdefs.mak diff --git a/gs/src/dvx-head.mak b/gs/src/dvx-head.mak index 80fecb60a..a95c85c0c 100644 --- a/gs/src/dvx-head.mak +++ b/gs/src/dvx-head.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # Partial makefile, common to all Desqview/X configurations. # This part of the makefile gets inserted after the compiler-specific part diff --git a/gs/src/dvx-tail.mak b/gs/src/dvx-tail.mak index 1ab2e9fb8..d4d11abea 100644 --- a/gs/src/dvx-tail.mak +++ b/gs/src/dvx-tail.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # Partial makefile, common to all Desqview/X configurations. # This is the last part of the makefile for Desqview/X configurations. diff --git a/gs/src/dwdll.c b/gs/src/dwdll.c index 7fc0775e6..f552466c4 100644 --- a/gs/src/dwdll.c +++ b/gs/src/dwdll.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /* dwdll.c */ diff --git a/gs/src/dwdll.h b/gs/src/dwdll.h index 97c54f54e..4488febc9 100644 --- a/gs/src/dwdll.h +++ b/gs/src/dwdll.h @@ -15,7 +15,7 @@ */ -/* $RCSfile$ $Revision$*/ +/* $Id$*/ /* gsdll structure for MS-Windows */ diff --git a/gs/src/dwimg.c b/gs/src/dwimg.c index 830b5dbe3..b8ccdadff 100644 --- a/gs/src/dwimg.c +++ b/gs/src/dwimg.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /* display device image window for Windows */ diff --git a/gs/src/dwimg.h b/gs/src/dwimg.h index 1f492ae43..a67ee1a7f 100644 --- a/gs/src/dwimg.h +++ b/gs/src/dwimg.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ #ifndef dwimg_INCLUDED # define dwimg_INCLUDED diff --git a/gs/src/dwinst.cpp b/gs/src/dwinst.cpp index 6b35ed4d1..e5b634c9e 100644 --- a/gs/src/dwinst.cpp +++ b/gs/src/dwinst.cpp @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -// $RCSfile$ $Revision$ +// $Id$ #define STRICT #include <windows.h> diff --git a/gs/src/dwinst.h b/gs/src/dwinst.h index 41f8b9605..6c1656f56 100644 --- a/gs/src/dwinst.h +++ b/gs/src/dwinst.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -// $RCSfile$ $Revision$ +// $Id$ #ifndef dwinst_INCLUDED # define dwinst_INCLUDED diff --git a/gs/src/dwmain.c b/gs/src/dwmain.c index 954ca0fac..2df1221b1 100644 --- a/gs/src/dwmain.c +++ b/gs/src/dwmain.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /* Ghostscript DLL loader for Windows */ #define STRICT diff --git a/gs/src/dwmain.h b/gs/src/dwmain.h index cee741363..5fc2fc3db 100644 --- a/gs/src/dwmain.h +++ b/gs/src/dwmain.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ #ifndef dwmain_INCLUDED # define dwmain_INCLUDED diff --git a/gs/src/dwmain.rc b/gs/src/dwmain.rc index 76c97594a..49dd7c937 100644 --- a/gs/src/dwmain.rc +++ b/gs/src/dwmain.rc @@ -15,7 +15,7 @@ */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ #include <windows.h> #include "dwmain.h" diff --git a/gs/src/dwmainc.c b/gs/src/dwmainc.c index a849615b1..04d2bfd78 100644 --- a/gs/src/dwmainc.c +++ b/gs/src/dwmainc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /* dwmainc.c */ #include <windows.h> diff --git a/gs/src/dwnodll.c b/gs/src/dwnodll.c index bfc07e366..90e66ec52 100644 --- a/gs/src/dwnodll.c +++ b/gs/src/dwnodll.c @@ -15,7 +15,7 @@ */ /* dwnodll.c */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ #define STRICT #include <windows.h> diff --git a/gs/src/dwreg.c b/gs/src/dwreg.c index fc5013a76..59e7cf3f5 100644 --- a/gs/src/dwreg.c +++ b/gs/src/dwreg.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* MS Windows registry values */ #include <windows.h> diff --git a/gs/src/dwreg.h b/gs/src/dwreg.h index 276b31c2d..ab58c37e8 100644 --- a/gs/src/dwreg.h +++ b/gs/src/dwreg.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ #ifndef dwreg_INCLUDED # define dwreg_INCLUDED diff --git a/gs/src/dwsetup.cpp b/gs/src/dwsetup.cpp index 7bff63439..5bdfc12e2 100644 --- a/gs/src/dwsetup.cpp +++ b/gs/src/dwsetup.cpp @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -// $RCSfile$ $Revision$ +// $Id$ // // // This is the setup program for Win32 AFPL Ghostscript diff --git a/gs/src/dwsetup.h b/gs/src/dwsetup.h index 4be83ea53..9897ac5be 100644 --- a/gs/src/dwsetup.h +++ b/gs/src/dwsetup.h @@ -15,7 +15,7 @@ */ -// $RCSfile$ $Revision$ +// $Id$ #ifndef dwsetup_INCLUDED # define dwsetup_INCLUDED diff --git a/gs/src/dwsetup.rc b/gs/src/dwsetup.rc index 8674af129..e8d6101b5 100644 --- a/gs/src/dwsetup.rc +++ b/gs/src/dwsetup.rc @@ -15,7 +15,7 @@ */ -// $RCSfile$ $Revision$ +// $Id$ #include <windows.h> #include "dwsetup.h" diff --git a/gs/src/dwtext.c b/gs/src/dwtext.c index 930f8b364..09e6119ab 100644 --- a/gs/src/dwtext.c +++ b/gs/src/dwtext.c @@ -15,7 +15,7 @@ */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /* Microsoft Windows text window for Ghostscript. diff --git a/gs/src/dwtext.h b/gs/src/dwtext.h index e30c3828b..c52d3363e 100644 --- a/gs/src/dwtext.h +++ b/gs/src/dwtext.h @@ -15,7 +15,7 @@ */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /* Text Window class */ #ifndef dwtext_INCLUDED diff --git a/gs/src/dwuninst.cpp b/gs/src/dwuninst.cpp index f9fa1b514..4f8d4589a 100644 --- a/gs/src/dwuninst.cpp +++ b/gs/src/dwuninst.cpp @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -// $RCSfile$ $Revision$ +// $Id$ #define STRICT #include <windows.h> diff --git a/gs/src/dwuninst.h b/gs/src/dwuninst.h index 87f99e6c2..2143a09a3 100644 --- a/gs/src/dwuninst.h +++ b/gs/src/dwuninst.h @@ -15,7 +15,7 @@ */ -// $RCSfile$ $Revision$ +// $Id$ #ifndef dwuninst_INCLUDED # define dwuninst_INCLUDED diff --git a/gs/src/dwuninst.rc b/gs/src/dwuninst.rc index 954082b41..e1dd0e8e7 100644 --- a/gs/src/dwuninst.rc +++ b/gs/src/dwuninst.rc @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -// $RCSfile$ $Revision$ +// $Id$ #include <windows.h> #include "dwuninst.h" diff --git a/gs/src/dxmain.c b/gs/src/dxmain.c index 05f5dccee..12cf4556d 100644 --- a/gs/src/dxmain.c +++ b/gs/src/dxmain.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /* dxmain.c */ /* diff --git a/gs/src/dxmainc.c b/gs/src/dxmainc.c index 949ad5c22..1d5f560c3 100755 --- a/gs/src/dxmainc.c +++ b/gs/src/dxmainc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /* dxmainc.c */ /* diff --git a/gs/src/echogs.c b/gs/src/echogs.c index 9e3312494..bff9978d7 100644 --- a/gs/src/echogs.c +++ b/gs/src/echogs.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* 'echo'-like utility */ #include "stdpre.h" #include <stdio.h> diff --git a/gs/src/errno_.h b/gs/src/errno_.h index a7f4fa057..8c1e0f318 100644 --- a/gs/src/errno_.h +++ b/gs/src/errno_.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic substitute for Unix errno.h */ #ifndef errno__INCLUDED diff --git a/gs/src/errors.h b/gs/src/errors.h index 543793062..75019b35d 100644 --- a/gs/src/errors.h +++ b/gs/src/errors.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definition of error codes */ #ifndef errors_INCLUDED diff --git a/gs/src/estack.h b/gs/src/estack.h index c68f8de62..adbb4c72e 100644 --- a/gs/src/estack.h +++ b/gs/src/estack.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for the execution stack */ #ifndef estack_INCLUDED diff --git a/gs/src/fapiufst.c b/gs/src/fapiufst.c index 737d3f89e..5795293be 100644 --- a/gs/src/fapiufst.c +++ b/gs/src/fapiufst.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Agfa UFST plugin */ /* GS includes : */ diff --git a/gs/src/fcntl_.h b/gs/src/fcntl_.h index 3aaca65b1..ac2f61478 100644 --- a/gs/src/fcntl_.h +++ b/gs/src/fcntl_.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Declaration of the O_* flags for open */ #ifndef fcntl__INCLUDED diff --git a/gs/src/files.h b/gs/src/files.h index 6d3f24592..0d5c32167 100644 --- a/gs/src/files.h +++ b/gs/src/files.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for interpreter support for file objects */ /* Requires stream.h */ diff --git a/gs/src/gconf.c b/gs/src/gconf.c index cddf93137..16ce09407 100644 --- a/gs/src/gconf.c +++ b/gs/src/gconf.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Configuration tables */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gconf.h b/gs/src/gconf.h index a74ae88a4..274082a1e 100644 --- a/gs/src/gconf.h +++ b/gs/src/gconf.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Wrapper for gconfig.h or a substitute. */ /* diff --git a/gs/src/gdebug.h b/gs/src/gdebug.h index dba62386f..c1bee20ba 100644 --- a/gs/src/gdebug.h +++ b/gs/src/gdebug.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Debugging machinery definitions */ #ifndef gdebug_INCLUDED diff --git a/gs/src/gdev3852.c b/gs/src/gdev3852.c index 81655df54..36c3d408b 100644 --- a/gs/src/gdev3852.c +++ b/gs/src/gdev3852.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* IBM 3852 JetPrinter color ink jet driver for Ghostscript */ /* diff --git a/gs/src/gdev3b1.c b/gs/src/gdev3b1.c index c9dcdad38..0292b34ab 100644 --- a/gs/src/gdev3b1.c +++ b/gs/src/gdev3b1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* * This is a driver for the AT&T 3b1/7300/UnixPC console display. * diff --git a/gs/src/gdev4081.c b/gs/src/gdev4081.c index 038e666b9..9e20c58ff 100644 --- a/gs/src/gdev4081.c +++ b/gs/src/gdev4081.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Ricoh 4081 laser printer driver */ #include "gdevprn.h" diff --git a/gs/src/gdev4693.c b/gs/src/gdev4693.c index 326481738..8dcdc3ade 100644 --- a/gs/src/gdev4693.c +++ b/gs/src/gdev4693.c @@ -6,7 +6,7 @@ * This software is provided "as is" without express or implied warranty. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Driver for the Tektronix 4693d color plotter. */ #include "gdevprn.h" #define prn_dev ((gx_device_printer *)dev) /* needed in 5.31 et seq */ diff --git a/gs/src/gdev8510.c b/gs/src/gdev8510.c index c93fb4df4..4d4050676 100644 --- a/gs/src/gdev8510.c +++ b/gs/src/gdev8510.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* * C.Itoh M8510 printer driver for ghostscript. * diff --git a/gs/src/gdev8bcm.c b/gs/src/gdev8bcm.c index 323c294f9..34c0b2496 100644 --- a/gs/src/gdev8bcm.c +++ b/gs/src/gdev8bcm.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Dynamic color mapping for 8-bit displays */ #include "gx.h" #include "gxdevice.h" diff --git a/gs/src/gdev8bcm.h b/gs/src/gdev8bcm.h index 93ff3114c..3a370acf1 100644 --- a/gs/src/gdev8bcm.h +++ b/gs/src/gdev8bcm.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* 8-bit color map support */ /* Requires gxdevice.h (for gx_color_value) */ diff --git a/gs/src/gdevabuf.c b/gs/src/gdevabuf.c index a8cd36094..38c6b848b 100644 --- a/gs/src/gdevabuf.c +++ b/gs/src/gdevabuf.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Alpha-buffering memory devices */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gdevadmp.c b/gs/src/gdevadmp.c index 131b87249..d5f7cb0c1 100644 --- a/gs/src/gdevadmp.c +++ b/gs/src/gdevadmp.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* * Apple DMP / Imagewriter driver * diff --git a/gs/src/gdevalph.c b/gs/src/gdevalph.c index f1537ccc1..a863058e0 100644 --- a/gs/src/gdevalph.c +++ b/gs/src/gdevalph.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Alpha-channel storage device */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gdevatx.c b/gs/src/gdevatx.c index f959767bd..5f0dfe644 100644 --- a/gs/src/gdevatx.c +++ b/gs/src/gdevatx.c @@ -31,7 +31,7 @@ all copies. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Practical Automation ATX-23, -24, and -38 driver */ #include "math_.h" #include "gdevprn.h" diff --git a/gs/src/gdevbbox.c b/gs/src/gdevbbox.c index 6fc2557ee..aa7634dcc 100644 --- a/gs/src/gdevbbox.c +++ b/gs/src/gdevbbox.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Device for tracking bounding box */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gdevbbox.h b/gs/src/gdevbbox.h index 0ce8ba18a..ab05e27ab 100644 --- a/gs/src/gdevbbox.h +++ b/gs/src/gdevbbox.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions and interface for bbox (bounding box accumulator) device */ /* Requires gxdevice.h */ diff --git a/gs/src/gdevbit.c b/gs/src/gdevbit.c index 69c02d629..c6ba25d6f 100644 --- a/gs/src/gdevbit.c +++ b/gs/src/gdevbit.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* "Plain bits" devices to measure rendering time. */ #include "math_.h" #include "gdevprn.h" diff --git a/gs/src/gdevbj10.c b/gs/src/gdevbj10.c index db3a30881..2e564c48a 100644 --- a/gs/src/gdevbj10.c +++ b/gs/src/gdevbj10.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Canon Bubble Jet BJ-10e, BJ200, and BJ300 printer driver */ #include "gdevprn.h" diff --git a/gs/src/gdevbjc.h b/gs/src/gdevbjc.h index b16a0e0d1..e13cb876b 100644 --- a/gs/src/gdevbjc.h +++ b/gs/src/gdevbjc.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ #ifndef gdevbjc_INCLUDED # define gdevbjc_INCLUDED diff --git a/gs/src/gdevbjcl.c b/gs/src/gdevbjcl.c index c8761aaed..bbdce6c8a 100644 --- a/gs/src/gdevbjcl.c +++ b/gs/src/gdevbjcl.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Canon BJC command generation library */ #include "std.h" #include "gdevbjcl.h" diff --git a/gs/src/gdevbjcl.h b/gs/src/gdevbjcl.h index d13ef14ad..30f7ecefb 100644 --- a/gs/src/gdevbjcl.h +++ b/gs/src/gdevbjcl.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Canon BJC command generation library interface */ /****** PRELIMINARY, SUBJECT TO CHANGE WITHOUT NOTICE. ******/ diff --git a/gs/src/gdevbmp.c b/gs/src/gdevbmp.c index 5f77ff0af..c7c919605 100644 --- a/gs/src/gdevbmp.c +++ b/gs/src/gdevbmp.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* .BMP file format output drivers */ #include "gdevprn.h" #include "gdevpccm.h" diff --git a/gs/src/gdevbmp.h b/gs/src/gdevbmp.h index 8941444ac..9dac6c541 100644 --- a/gs/src/gdevbmp.h +++ b/gs/src/gdevbmp.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* .BMP file format definitions and utility interfaces */ #ifndef gdevbmp_INCLUDED diff --git a/gs/src/gdevbmpa.c b/gs/src/gdevbmpa.c index 36beffabe..8a46ded66 100644 --- a/gs/src/gdevbmpa.c +++ b/gs/src/gdevbmpa.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* .BMP file format output drivers: Demo of ASYNC rendering */ /* 2000-04-20 ghost@aladdin.com - Makes device structures const, changing diff --git a/gs/src/gdevbmpc.c b/gs/src/gdevbmpc.c index d9e0a053c..0d2494b90 100644 --- a/gs/src/gdevbmpc.c +++ b/gs/src/gdevbmpc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* .BMP file format driver utilities */ #include "gdevprn.h" #include "gdevbmp.h" diff --git a/gs/src/gdevccr.c b/gs/src/gdevccr.c index 57f3d84ee..5f4cafb45 100644 --- a/gs/src/gdevccr.c +++ b/gs/src/gdevccr.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* CalComp Raster Format driver */ #include "gdevprn.h" diff --git a/gs/src/gdevcdj.c b/gs/src/gdevcdj.c index 76cc0baa7..2b433416f 100644 --- a/gs/src/gdevcdj.c +++ b/gs/src/gdevcdj.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* HP and Canon colour printer drivers */ /**************************************************************** diff --git a/gs/src/gdevcfax.c b/gs/src/gdevcfax.c index d8e0a9e09..f872186ed 100644 --- a/gs/src/gdevcfax.c +++ b/gs/src/gdevcfax.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* SFF format writer for CAPI fax devices */ #include "gdevprn.h" #include "strimpl.h" diff --git a/gs/src/gdevcgm.c b/gs/src/gdevcgm.c index a1fe4b048..7850b0ff7 100644 --- a/gs/src/gdevcgm.c +++ b/gs/src/gdevcgm.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* CGM (Computer Graphics Metafile) driver */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gdevcgml.c b/gs/src/gdevcgml.c index 429666c20..9ea54dd24 100644 --- a/gs/src/gdevcgml.c +++ b/gs/src/gdevcgml.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* CGM-writing library */ #include "memory_.h" #include "stdio_.h" diff --git a/gs/src/gdevcgml.h b/gs/src/gdevcgml.h index 66c04aff6..84f6eabef 100644 --- a/gs/src/gdevcgml.h +++ b/gs/src/gdevcgml.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface definitions for CGM-writing library */ #ifndef gdevcgml_INCLUDED diff --git a/gs/src/gdevcgmx.h b/gs/src/gdevcgmx.h index cfa125881..a31a7e581 100644 --- a/gs/src/gdevcgmx.h +++ b/gs/src/gdevcgmx.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal definitions for CGM-writing library */ #ifndef gdevcgmx_INCLUDED diff --git a/gs/src/gdevcif.c b/gs/src/gdevcif.c index 284aa2f1c..372d0b6a4 100644 --- a/gs/src/gdevcif.c +++ b/gs/src/gdevcif.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* CIF output driver diff --git a/gs/src/gdevclj.c b/gs/src/gdevclj.c index 9946dc8d1..e7a962cbd 100644 --- a/gs/src/gdevclj.c +++ b/gs/src/gdevclj.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /* * H-P Color LaserJet 5/5M device; based on the PaintJet. */ diff --git a/gs/src/gdevcljc.c b/gs/src/gdevcljc.c index 0a1718690..1d43ae3b0 100644 --- a/gs/src/gdevcljc.c +++ b/gs/src/gdevcljc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* * H-P Color LaserJet 5/5M contone device; based on the gdevclj.c. */ diff --git a/gs/src/gdevcmap.c b/gs/src/gdevcmap.c index 7aa65542e..e46b3566d 100644 --- a/gs/src/gdevcmap.c +++ b/gs/src/gdevcmap.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Special color mapping device */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gdevcmap.h b/gs/src/gdevcmap.h index 158b01b8e..7797c961f 100644 --- a/gs/src/gdevcmap.h +++ b/gs/src/gdevcmap.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to special color mapping device */ #ifndef gdevcmap_INCLUDED diff --git a/gs/src/gdevcp50.c b/gs/src/gdevcp50.c index 1678bd38b..90a15b0b1 100644 --- a/gs/src/gdevcp50.c +++ b/gs/src/gdevcp50.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Mitsubishi CP50 color printer driver */ #include "gdevprn.h" #define ppdev ((gx_device_printer *)pdev) diff --git a/gs/src/gdevcslw.c b/gs/src/gdevcslw.c index b60ee34c0..197c4d085 100644 --- a/gs/src/gdevcslw.c +++ b/gs/src/gdevcslw.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* CoStar LabelWriter II, II Plus driver for Ghostscript */ /* Contributed by Mike McCauley mikem@open.com.au */ diff --git a/gs/src/gdevdbit.c b/gs/src/gdevdbit.c index 6e24cfaa7..a400320c4 100644 --- a/gs/src/gdevdbit.c +++ b/gs/src/gdevdbit.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Default device bitmap copying implementation */ #include "gx.h" #include "gpcheck.h" diff --git a/gs/src/gdevdcrd.c b/gs/src/gdevdcrd.c index 5e437b3be..854181819 100644 --- a/gs/src/gdevdcrd.c +++ b/gs/src/gdevdcrd.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Create a sample device CRD */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gdevdcrd.h b/gs/src/gdevdcrd.h index a2f981f25..efec49346 100644 --- a/gs/src/gdevdcrd.h +++ b/gs/src/gdevdcrd.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface for creating a sample device CRD */ #ifndef gdevdcrd_INCLUDED diff --git a/gs/src/gdevddrw.c b/gs/src/gdevddrw.c index e5cb22f37..65e78592f 100644 --- a/gs/src/gdevddrw.c +++ b/gs/src/gdevddrw.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Default polygon and image drawing device procedures */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gdevdfax.c b/gs/src/gdevdfax.c index 3c5b502ae..23662779b 100644 --- a/gs/src/gdevdfax.c +++ b/gs/src/gdevdfax.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* DigiBoard fax device. */ /*** *** Note: this driver is maintained by a user: please contact diff --git a/gs/src/gdevdflt.c b/gs/src/gdevdflt.c index 34b6f4e0f..a509ab3a7 100644 --- a/gs/src/gdevdflt.c +++ b/gs/src/gdevdflt.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Default device implementation */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gdevdgbr.c b/gs/src/gdevdgbr.c index 595234a08..ca22805e8 100644 --- a/gs/src/gdevdgbr.c +++ b/gs/src/gdevdgbr.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Default implementation of device get_bits[_rectangle] */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gdevdjet.c b/gs/src/gdevdjet.c index 754de2ed6..741548290 100644 --- a/gs/src/gdevdjet.c +++ b/gs/src/gdevdjet.c @@ -33,7 +33,7 @@ U.S.A. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* HP LaserJet/DeskJet driver for Ghostscript */ #include "gdevprn.h" #include "gdevdljm.h" diff --git a/gs/src/gdevdjtc.c b/gs/src/gdevdjtc.c index 54c28e638..1a26ea7f7 100644 --- a/gs/src/gdevdjtc.c +++ b/gs/src/gdevdjtc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* HP DeskJet 500C driver */ #include "gdevprn.h" #include "gdevpcl.h" diff --git a/gs/src/gdevdljm.c b/gs/src/gdevdljm.c index 04677ddd5..522855c9d 100644 --- a/gs/src/gdevdljm.c +++ b/gs/src/gdevdljm.c @@ -33,7 +33,7 @@ U.S.A. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic monochrome H-P DeskJet/LaserJet driver */ #include "gdevprn.h" #include "gdevdljm.h" diff --git a/gs/src/gdevdljm.h b/gs/src/gdevdljm.h index 8ae5b35c2..2531f2f10 100644 --- a/gs/src/gdevdljm.h +++ b/gs/src/gdevdljm.h @@ -33,7 +33,7 @@ U.S.A. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to generic monochrome H-P DeskJet/LaserJet driver */ #ifndef gdevdljm_INCLUDED diff --git a/gs/src/gdevdm24.c b/gs/src/gdevdm24.c index 717247c3b..b6ff5fbcd 100644 --- a/gs/src/gdevdm24.c +++ b/gs/src/gdevdm24.c @@ -17,7 +17,7 @@ #include "gdevprn.h" -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* High-res 24Dot-matrix printer driver */ /* Supported printers diff --git a/gs/src/gdevdrop.c b/gs/src/gdevdrop.c index 08de1af26..46740bdce 100644 --- a/gs/src/gdevdrop.c +++ b/gs/src/gdevdrop.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Default and device-independent RasterOp algorithms */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gdevdsp.c b/gs/src/gdevdsp.c index 23512e23c..4549b3055 100644 --- a/gs/src/gdevdsp.c +++ b/gs/src/gdevdsp.c @@ -15,7 +15,7 @@ */ /* gdevdsp.c */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /* * DLL based display device driver. diff --git a/gs/src/gdevdsp.h b/gs/src/gdevdsp.h index 4dfab14de..34b23883f 100644 --- a/gs/src/gdevdsp.h +++ b/gs/src/gdevdsp.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /* gdevdsp.h - callback structure for DLL based display device */ #ifndef gdevdsp_INCLUDED diff --git a/gs/src/gdevdsp2.h b/gs/src/gdevdsp2.h index af25a546c..50943146b 100644 --- a/gs/src/gdevdsp2.h +++ b/gs/src/gdevdsp2.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /* gdevdsp2.c */ #ifndef gdevdsp2_INCLUDED diff --git a/gs/src/gdevegaa.asm b/gs/src/gdevegaa.asm index 721dbe13a..9fc55a31b 100644 --- a/gs/src/gdevegaa.asm +++ b/gs/src/gdevegaa.asm @@ -13,7 +13,7 @@ ; contact Artifex Software, Inc., 101 Lucas Valley Road #110, ; San Rafael, CA 94903, U.S.A., +1(415)492-9861. -; $RCSfile$ $Revision$ +; $Id$ ; gdevegaasm.asm ; Assembly code for Ghostscript PC frame buffer driver diff --git a/gs/src/gdevemap.c b/gs/src/gdevemap.c index 671da4410..4f2591c3e 100644 --- a/gs/src/gdevemap.c +++ b/gs/src/gdevemap.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Mappings between StandardEncoding and ISOLatin1Encoding */ #include "std.h" diff --git a/gs/src/gdevepsc.c b/gs/src/gdevepsc.c index 74774994e..081a78725 100644 --- a/gs/src/gdevepsc.c +++ b/gs/src/gdevepsc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Epson color dot-matrix printer driver by dave@exlog.com */ #include "gdevprn.h" diff --git a/gs/src/gdevepsn.c b/gs/src/gdevepsn.c index d978d4f4c..8fe787c4f 100644 --- a/gs/src/gdevepsn.c +++ b/gs/src/gdevepsn.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* * Epson (and similar) dot-matrix printer driver for Ghostscript. * diff --git a/gs/src/gdevescp.c b/gs/src/gdevescp.c index 2008a1366..e83e7cda1 100644 --- a/gs/src/gdevescp.c +++ b/gs/src/gdevescp.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* * Epson 'ESC/P 2' language printer driver. * diff --git a/gs/src/gdevevga.c b/gs/src/gdevevga.c index 5e69e1d54..47e04b409 100644 --- a/gs/src/gdevevga.c +++ b/gs/src/gdevevga.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* IBM PC EGA and VGA display drivers */ /* All of the real code is in gdevpcfb.c. */ #include "memory_.h" diff --git a/gs/src/gdevfax.c b/gs/src/gdevfax.c index 6a8760e26..3dc168af8 100644 --- a/gs/src/gdevfax.c +++ b/gs/src/gdevfax.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Fax devices */ #include "gdevprn.h" #include "strimpl.h" diff --git a/gs/src/gdevfax.h b/gs/src/gdevfax.h index eeb140959..605182055 100644 --- a/gs/src/gdevfax.h +++ b/gs/src/gdevfax.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions and interface for fax devices */ #ifndef gdevfax_INCLUDED diff --git a/gs/src/gdevherc.c b/gs/src/gdevherc.c index 5a3b4cdd4..4fa9d64c4 100644 --- a/gs/src/gdevherc.c +++ b/gs/src/gdevherc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* IBM PC-compatible Hercules Graphics display driver */ /* using direct access to frame buffer */ diff --git a/gs/src/gdevhit.c b/gs/src/gdevhit.c index e966d0cff..4963cb3fb 100644 --- a/gs/src/gdevhit.c +++ b/gs/src/gdevhit.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Hit detection device */ #include "std.h" #include "gserror.h" diff --git a/gs/src/gdevhl7x.c b/gs/src/gdevhl7x.c index 4cf740e9a..d9ab3b80d 100644 --- a/gs/src/gdevhl7x.c +++ b/gs/src/gdevhl7x.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /* * Brother HL 720 and 730 driver for Ghostscript * diff --git a/gs/src/gdevhpij.c b/gs/src/gdevhpij.c index e455e87a3..d9f0d47bc 100644 --- a/gs/src/gdevhpij.c +++ b/gs/src/gdevhpij.c @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ #include "gdevprn.h" #include "gdevpcl.h" diff --git a/gs/src/gdevhpij.h b/gs/src/gdevhpij.h index 13ef3553a..5642f6dcc 100644 --- a/gs/src/gdevhpij.h +++ b/gs/src/gdevhpij.h @@ -22,7 +22,7 @@ /* * gdevhpij.h - * $RCSfile$ $Revision$ + * $Id$ */ #ifndef gdevhpij_INCLUDED diff --git a/gs/src/gdevht.c b/gs/src/gdevht.c index 120f3b8d5..a121cb2e7 100644 --- a/gs/src/gdevht.c +++ b/gs/src/gdevht.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Halftoning device implementation */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gdevht.h b/gs/src/gdevht.h index b87c7498e..95c0011ec 100644 --- a/gs/src/gdevht.h +++ b/gs/src/gdevht.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Halftoning "device" definitions */ /* Requires gxdevice.h */ diff --git a/gs/src/gdevifno.c b/gs/src/gdevifno.c index 4267b1019..433bcfd1c 100644 --- a/gs/src/gdevifno.c +++ b/gs/src/gdevifno.c @@ -11,7 +11,7 @@ * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /* * gs device to generate inferno bitmaps * diff --git a/gs/src/gdevijs.c b/gs/src/gdevijs.c index f93f2fecb..ae2e7813d 100644 --- a/gs/src/gdevijs.c +++ b/gs/src/gdevijs.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* * IJS device for Ghostscript. * Intended to work with any IJS compliant inkjet driver, including diff --git a/gs/src/gdevimgn.c b/gs/src/gdevimgn.c index 445b43645..de620f8ff 100644 --- a/gs/src/gdevimgn.c +++ b/gs/src/gdevimgn.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* * Imagen ImPRESS printer driver - version 1.4 * diff --git a/gs/src/gdevjpeg.c b/gs/src/gdevjpeg.c index 90539cf72..8a1ae7bf0 100644 --- a/gs/src/gdevjpeg.c +++ b/gs/src/gdevjpeg.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* JPEG output driver */ #include "stdio_.h" /* for jpeglib.h */ #include "jpeglib_.h" diff --git a/gs/src/gdevl256.c b/gs/src/gdevl256.c index 27a27e5d3..996914b05 100644 --- a/gs/src/gdevl256.c +++ b/gs/src/gdevl256.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* 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 diff --git a/gs/src/gdevl31s.c b/gs/src/gdevl31s.c index 1e27b2ffb..65f3e9e54 100644 --- a/gs/src/gdevl31s.c +++ b/gs/src/gdevl31s.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* * H-P LaserJet 3100 driver * diff --git a/gs/src/gdevlbp8.c b/gs/src/gdevlbp8.c index 620e70ec9..61705aa9e 100644 --- a/gs/src/gdevlbp8.c +++ b/gs/src/gdevlbp8.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Canon LBP-8II and LIPS III driver */ #include "gdevprn.h" diff --git a/gs/src/gdevlj56.c b/gs/src/gdevlj56.c index ee8da8ac2..47d6edfe6 100644 --- a/gs/src/gdevlj56.c +++ b/gs/src/gdevlj56.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* H-P LaserJet 5 & 6 drivers for Ghostscript */ #include "gdevprn.h" #include "stream.h" diff --git a/gs/src/gdevlp8k.c b/gs/src/gdevlp8k.c index 20f06d913..0c110072e 100644 --- a/gs/src/gdevlp8k.c +++ b/gs/src/gdevlp8k.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* EPSON LP-8000 ESC-sequence Laser Printer driver for Ghostscript. diff --git a/gs/src/gdevlxm.c b/gs/src/gdevlxm.c index 76fbe26fe..7d231ee2b 100644 --- a/gs/src/gdevlxm.c +++ b/gs/src/gdevlxm.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* * Lexmark 5700 ink-jet printer driver for Ghostscript * diff --git a/gs/src/gdevm1.c b/gs/src/gdevm1.c index 572fbd192..b2b737f4f 100644 --- a/gs/src/gdevm1.c +++ b/gs/src/gdevm1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Monobit "memory" (stored bitmap) device */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gdevm16.c b/gs/src/gdevm16.c index 334293f1c..0af8f05ac 100644 --- a/gs/src/gdevm16.c +++ b/gs/src/gdevm16.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* 16-bit-per-pixel "memory" (stored bitmap) device */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gdevm2.c b/gs/src/gdevm2.c index a866804cc..beb0aadf5 100644 --- a/gs/src/gdevm2.c +++ b/gs/src/gdevm2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* 2-bit-per-pixel "memory" (stored bitmap) device */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gdevm24.c b/gs/src/gdevm24.c index 80fd369ad..b3f4bcb51 100644 --- a/gs/src/gdevm24.c +++ b/gs/src/gdevm24.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* 24-bit-per-pixel "memory" (stored bitmap) device */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gdevm32.c b/gs/src/gdevm32.c index 426a3e803..c4dfe9313 100644 --- a/gs/src/gdevm32.c +++ b/gs/src/gdevm32.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* 32-bit-per-pixel "memory" (stored bitmap) device */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gdevm4.c b/gs/src/gdevm4.c index 71d56f238..2dff826d6 100644 --- a/gs/src/gdevm4.c +++ b/gs/src/gdevm4.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* 4-bit-per-pixel "memory" (stored bitmap) device */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gdevm8.c b/gs/src/gdevm8.c index 89bff76a3..7dbb3d177 100644 --- a/gs/src/gdevm8.c +++ b/gs/src/gdevm8.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* 8-bit-per-pixel "memory" (stored bitmap) device */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gdevmac.c b/gs/src/gdevmac.c index 7d2f8f944..00490ee39 100755 --- a/gs/src/gdevmac.c +++ b/gs/src/gdevmac.c @@ -16,7 +16,7 @@ all copies. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ #include "gdevmac.h" #include "gsparam.h" diff --git a/gs/src/gdevmac.h b/gs/src/gdevmac.h index b1051413e..bea8a1072 100755 --- a/gs/src/gdevmac.h +++ b/gs/src/gdevmac.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ #ifndef gdevmac_INCLUDED # define gdevmac_INCLUDED diff --git a/gs/src/gdevmacpictop.h b/gs/src/gdevmacpictop.h index 7499a28b6..dcfcd74d5 100644 --- a/gs/src/gdevmacpictop.h +++ b/gs/src/gdevmacpictop.h @@ -1,4 +1,4 @@ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ #ifndef gdevmacpictop_INCLUDED # define gdevmacpictop_INCLUDED diff --git a/gs/src/gdevmacttf.h b/gs/src/gdevmacttf.h index 1eb77638b..0bd97be6c 100755 --- a/gs/src/gdevmacttf.h +++ b/gs/src/gdevmacttf.h @@ -1,6 +1,6 @@ /* Datatypes for simpler access to data structures in TrueType fonts */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ #ifndef gdevmacttf_INCLUDED # define gdevmacttf_INCLUDED diff --git a/gs/src/gdevmacxf.c b/gs/src/gdevmacxf.c index 1274e733d..55f814a4f 100755 --- a/gs/src/gdevmacxf.c +++ b/gs/src/gdevmacxf.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /* External font (xfont) implementation for Classic/Carbon MacOS. */ #include "gdevmac.h" diff --git a/gs/src/gdevmeds.c b/gs/src/gdevmeds.c index fc949642c..de98d46fc 100644 --- a/gs/src/gdevmeds.c +++ b/gs/src/gdevmeds.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* * Media selection support for printer drivers * diff --git a/gs/src/gdevmeds.h b/gs/src/gdevmeds.h index 12049790b..ed2425a52 100644 --- a/gs/src/gdevmeds.h +++ b/gs/src/gdevmeds.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface for gdevmeds.c */ #ifndef gdevmeds_INCLUDED diff --git a/gs/src/gdevmem.c b/gs/src/gdevmem.c index 0361532b3..37fcc065d 100644 --- a/gs/src/gdevmem.c +++ b/gs/src/gdevmem.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic "memory" (stored bitmap) device */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gdevmem.h b/gs/src/gdevmem.h index b63f1e245..0c070e916 100644 --- a/gs/src/gdevmem.h +++ b/gs/src/gdevmem.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Private definitions for memory devices. */ #ifndef gdevmem_INCLUDED diff --git a/gs/src/gdevmgr.c b/gs/src/gdevmgr.c index c545b6663..0280b5d37 100644 --- a/gs/src/gdevmgr.c +++ b/gs/src/gdevmgr.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* MGR device driver */ #include "gdevprn.h" #include "gdevpccm.h" diff --git a/gs/src/gdevmgr.h b/gs/src/gdevmgr.h index c3b64ed56..26dc47eb0 100644 --- a/gs/src/gdevmgr.h +++ b/gs/src/gdevmgr.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Common header file for MGR devices */ #ifndef gdevmgr_INCLUDED diff --git a/gs/src/gdevmiff.c b/gs/src/gdevmiff.c index 5ea2b682d..dc5722fd8 100644 --- a/gs/src/gdevmiff.c +++ b/gs/src/gdevmiff.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* MIFF file format driver */ #include "gdevprn.h" diff --git a/gs/src/gdevmpla.c b/gs/src/gdevmpla.c index b63c3b549..1eedcd0f8 100644 --- a/gs/src/gdevmpla.c +++ b/gs/src/gdevmpla.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Any-depth planar "memory" (stored bitmap) device */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gdevmpla.h b/gs/src/gdevmpla.h index 2509e0101..a94ffb2c7 100644 --- a/gs/src/gdevmpla.h +++ b/gs/src/gdevmpla.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to planar memory devices. */ #ifndef gdevmpla_INCLUDED diff --git a/gs/src/gdevmr1.c b/gs/src/gdevmr1.c index d17583c99..5f6747d79 100644 --- a/gs/src/gdevmr1.c +++ b/gs/src/gdevmr1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* RasterOp implementation for monobit memory devices */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gdevmr2n.c b/gs/src/gdevmr2n.c index f3712fecf..f52c10219 100644 --- a/gs/src/gdevmr2n.c +++ b/gs/src/gdevmr2n.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* RasterOp implementation for 2- and 4-bit memory devices */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gdevmr8n.c b/gs/src/gdevmr8n.c index 4f7abaa27..6c6051f98 100644 --- a/gs/src/gdevmr8n.c +++ b/gs/src/gdevmr8n.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* RasterOp implementation for 8N-bit memory devices */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gdevmrop.h b/gs/src/gdevmrop.h index db4fc1408..e89dc122d 100644 --- a/gs/src/gdevmrop.h +++ b/gs/src/gdevmrop.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for device RasterOp implementations. */ /* Requires gxdevmem.h, gsropt.h */ diff --git a/gs/src/gdevmrun.c b/gs/src/gdevmrun.c index 534314c4b..11a8da2cd 100644 --- a/gs/src/gdevmrun.c +++ b/gs/src/gdevmrun.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Run-length encoded memory device */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gdevmrun.h b/gs/src/gdevmrun.h index 83efb7eeb..a0964a9c5 100644 --- a/gs/src/gdevmrun.h +++ b/gs/src/gdevmrun.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definition of run-length encoded memory device */ #ifndef gdevmrun_INCLUDED diff --git a/gs/src/gdevmswn.c b/gs/src/gdevmswn.c index d90301c4f..6193bc02d 100644 --- a/gs/src/gdevmswn.c +++ b/gs/src/gdevmswn.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* * Microsoft Windows 3.n driver for Ghostscript. * diff --git a/gs/src/gdevmswn.h b/gs/src/gdevmswn.h index add939d0f..4bb5e0197 100644 --- a/gs/src/gdevmswn.h +++ b/gs/src/gdevmswn.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Shared definitions for Microsoft Windows 3.n drivers */ #ifndef gdevmswn_INCLUDED diff --git a/gs/src/gdevmsxf.c b/gs/src/gdevmsxf.c index 22619a4cf..ee37ec778 100644 --- a/gs/src/gdevmsxf.c +++ b/gs/src/gdevmsxf.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* External font (xfont) implementation for Microsoft Windows. */ #include "ctype_.h" #include "math_.h" diff --git a/gs/src/gdevn533.c b/gs/src/gdevn533.c index 2471f71c0..d10191e16 100644 --- a/gs/src/gdevn533.c +++ b/gs/src/gdevn533.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Sony NWP-533 driver for GhostScript */ #include "gdevprn.h" #define prn_dev ((gx_device_printer *)dev) /* needed in 5.31 et seq */ diff --git a/gs/src/gdevnfwd.c b/gs/src/gdevnfwd.c index 09fc5f6aa..c0cb6483e 100644 --- a/gs/src/gdevnfwd.c +++ b/gs/src/gdevnfwd.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Null and forwarding device implementation */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gdevo182.c b/gs/src/gdevo182.c index 63cfd66bc..6115e896f 100644 --- a/gs/src/gdevo182.c +++ b/gs/src/gdevo182.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Okidata Microline 182 printer driver */ /* Contributed by Maarten Koning (smeg@bnr.ca) April 4, 1993 */ diff --git a/gs/src/gdevokii.c b/gs/src/gdevokii.c index 49d7ddebd..a78846995 100644 --- a/gs/src/gdevokii.c +++ b/gs/src/gdevokii.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* * Okidata IBM compatible dot-matrix printer driver for Ghostscript. * diff --git a/gs/src/gdevos2p.c b/gs/src/gdevos2p.c index 4116de33f..4264924f7 100644 --- a/gs/src/gdevos2p.c +++ b/gs/src/gdevos2p.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* * OS/2 printer device * diff --git a/gs/src/gdevp14.c b/gs/src/gdevp14.c index 1d10d7f58..3fe552955 100644 --- a/gs/src/gdevp14.c +++ b/gs/src/gdevp14.c @@ -16,7 +16,7 @@ Author: Raph Levien <raph@artofcode.com> */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Device filter implementing PDF 1.4 imaging model */ #include "math_.h" diff --git a/gs/src/gdevp14.h b/gs/src/gdevp14.h index 6798b661c..171abf968 100644 --- a/gs/src/gdevp14.h +++ b/gs/src/gdevp14.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions and interface for PDF 1.4 rendering device */ #ifndef gdevp14_INCLUDED diff --git a/gs/src/gdevp2up.c b/gs/src/gdevp2up.c index 40fd13192..bf8428e11 100644 --- a/gs/src/gdevp2up.c +++ b/gs/src/gdevp2up.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* A "2-up" PCX device for testing page objects. */ #include "gdevprn.h" #include "gdevpccm.h" diff --git a/gs/src/gdevpbm.c b/gs/src/gdevpbm.c index 54dc0c4b4..83fe34410 100644 --- a/gs/src/gdevpbm.c +++ b/gs/src/gdevpbm.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Portable Bit/Gray/PixMap drivers */ #include "gdevprn.h" #include "gscdefs.h" diff --git a/gs/src/gdevpccm.c b/gs/src/gdevpccm.c index c6b5f2996..ce9c6b5e5 100644 --- a/gs/src/gdevpccm.c +++ b/gs/src/gdevpccm.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Support routines for PC color mapping */ #include "gx.h" #include "gsmatrix.h" /* for gxdevice.h */ diff --git a/gs/src/gdevpccm.h b/gs/src/gdevpccm.h index 7aa1ddf0f..5be16ed41 100644 --- a/gs/src/gdevpccm.h +++ b/gs/src/gdevpccm.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* PC color mapping support */ /* Requires gxdevice.h */ diff --git a/gs/src/gdevpcfb.c b/gs/src/gdevpcfb.c index de5f1a1da..18677aeda 100644 --- a/gs/src/gdevpcfb.c +++ b/gs/src/gdevpcfb.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* IBM PC frame buffer (EGA/VGA) drivers */ #include "memory_.h" #include "gconfigv.h" /* for USE_ASM */ diff --git a/gs/src/gdevpcfb.h b/gs/src/gdevpcfb.h index 5fad956ee..d5ff4795a 100644 --- a/gs/src/gdevpcfb.h +++ b/gs/src/gdevpcfb.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* IBM PC frame buffer definitions */ #ifndef gdevpcfb_INCLUDED diff --git a/gs/src/gdevpcl.c b/gs/src/gdevpcl.c index 54bfb9770..0d5fc5636 100644 --- a/gs/src/gdevpcl.c +++ b/gs/src/gdevpcl.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Utilities for PCL printers */ #include "gdevprn.h" #include "gdevpcl.h" diff --git a/gs/src/gdevpcl.h b/gs/src/gdevpcl.h index f348f5139..914b3d54f 100644 --- a/gs/src/gdevpcl.h +++ b/gs/src/gdevpcl.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Support for PCL-based printer drivers */ /* Requires gdevprn.h */ diff --git a/gs/src/gdevpcx.c b/gs/src/gdevpcx.c index 7025800a4..2ba4bb0e4 100644 --- a/gs/src/gdevpcx.c +++ b/gs/src/gdevpcx.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* PCX file format drivers */ #include "gdevprn.h" #include "gdevpccm.h" diff --git a/gs/src/gdevpdf.c b/gs/src/gdevpdf.c index f084dd36c..12da3ae2b 100644 --- a/gs/src/gdevpdf.c +++ b/gs/src/gdevpdf.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* PDF-writing driver */ #include "fcntl_.h" #include "memory_.h" diff --git a/gs/src/gdevpdfb.c b/gs/src/gdevpdfb.c index 0f1657faa..43bd00ab7 100644 --- a/gs/src/gdevpdfb.c +++ b/gs/src/gdevpdfb.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Low-level bitmap image handling for PDF-writing driver */ #include "string_.h" #include "gx.h" diff --git a/gs/src/gdevpdfc.c b/gs/src/gdevpdfc.c index 8f9681c7c..43a1ba5a6 100644 --- a/gs/src/gdevpdfc.c +++ b/gs/src/gdevpdfc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Color space management and writing for pdfwrite driver */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gdevpdfc.h b/gs/src/gdevpdfc.h index feac1f271..ed27a1f72 100644 --- a/gs/src/gdevpdfc.h +++ b/gs/src/gdevpdfc.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal color space writing interfaces for pdfwrite driver. */ #ifndef gdevpdfc_INCLUDED diff --git a/gs/src/gdevpdfd.c b/gs/src/gdevpdfd.c index b3a818e98..3e8ce1963 100644 --- a/gs/src/gdevpdfd.c +++ b/gs/src/gdevpdfd.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Path drawing procedures for pdfwrite driver */ #include "math_.h" #include "gx.h" diff --git a/gs/src/gdevpdfe.c b/gs/src/gdevpdfe.c index 9efe45c22..219ee61d4 100644 --- a/gs/src/gdevpdfe.c +++ b/gs/src/gdevpdfe.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Embedded font writing for pdfwrite driver. */ #include "memory_.h" #include "string_.h" diff --git a/gs/src/gdevpdff.c b/gs/src/gdevpdff.c index 042d858a2..a47275ae3 100644 --- a/gs/src/gdevpdff.c +++ b/gs/src/gdevpdff.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Font handling for pdfwrite driver. */ #include "ctype_.h" #include "math_.h" diff --git a/gs/src/gdevpdff.h b/gs/src/gdevpdff.h index 5403838f4..48986d8fe 100644 --- a/gs/src/gdevpdff.h +++ b/gs/src/gdevpdff.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Font-related definitions for PDF-writing driver. */ #ifndef gdevpdff_INCLUDED diff --git a/gs/src/gdevpdfg.c b/gs/src/gdevpdfg.c index 3c7e3b26c..37af29992 100644 --- a/gs/src/gdevpdfg.c +++ b/gs/src/gdevpdfg.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Graphics state management for pdfwrite driver */ #include "math_.h" #include "string_.h" diff --git a/gs/src/gdevpdfg.h b/gs/src/gdevpdfg.h index 0c6fb647a..273a163aa 100644 --- a/gs/src/gdevpdfg.h +++ b/gs/src/gdevpdfg.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal graphics interfaces for PDF-writing driver. */ #ifndef gdevpdfg_INCLUDED diff --git a/gs/src/gdevpdfi.c b/gs/src/gdevpdfi.c index 58ca91899..bc6b51b6d 100644 --- a/gs/src/gdevpdfi.c +++ b/gs/src/gdevpdfi.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Image handling for PDF-writing driver */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gdevpdfj.c b/gs/src/gdevpdfj.c index 1e8cba7ab..ce7271013 100644 --- a/gs/src/gdevpdfj.c +++ b/gs/src/gdevpdfj.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Image-writing utilities for pdfwrite driver */ #include "memory_.h" #include "string_.h" diff --git a/gs/src/gdevpdfk.c b/gs/src/gdevpdfk.c index 39712282d..6ee071422 100644 --- a/gs/src/gdevpdfk.c +++ b/gs/src/gdevpdfk.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Lab and ICCBased color space writing */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gdevpdfm.c b/gs/src/gdevpdfm.c index 1b8c2061e..3147cb10f 100644 --- a/gs/src/gdevpdfm.c +++ b/gs/src/gdevpdfm.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* pdfmark processing for PDF-writing driver */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gdevpdfo.c b/gs/src/gdevpdfo.c index f88a5f3cb..2801384ea 100644 --- a/gs/src/gdevpdfo.c +++ b/gs/src/gdevpdfo.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Cos object support */ #include "memory_.h" #include "string_.h" diff --git a/gs/src/gdevpdfo.h b/gs/src/gdevpdfo.h index 835ae745f..86e92cbab 100644 --- a/gs/src/gdevpdfo.h +++ b/gs/src/gdevpdfo.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal definitions for "objects" for pdfwrite driver. */ #ifndef gdevpdfo_INCLUDED diff --git a/gs/src/gdevpdfp.c b/gs/src/gdevpdfp.c index ce6f6f073..fa0c3324e 100644 --- a/gs/src/gdevpdfp.c +++ b/gs/src/gdevpdfp.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Get/put parameters for PDF-writing driver */ #include "memory_.h" #include "string_.h" diff --git a/gs/src/gdevpdfr.c b/gs/src/gdevpdfr.c index fd3a11397..ce82e085c 100644 --- a/gs/src/gdevpdfr.c +++ b/gs/src/gdevpdfr.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Named object pdfmark processing */ #include "memory_.h" #include "string_.h" diff --git a/gs/src/gdevpdfs.c b/gs/src/gdevpdfs.c index 53cf5fa8a..d8737dc21 100644 --- a/gs/src/gdevpdfs.c +++ b/gs/src/gdevpdfs.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Text string processing for PDF-writing driver. */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gdevpdft.c b/gs/src/gdevpdft.c index 1708594f4..e0168a4c0 100644 --- a/gs/src/gdevpdft.c +++ b/gs/src/gdevpdft.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Text handling for PDF-writing driver. */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gdevpdfu.c b/gs/src/gdevpdfu.c index f20a9f338..d4909a8cf 100644 --- a/gs/src/gdevpdfu.c +++ b/gs/src/gdevpdfu.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Output utilities for PDF-writing driver */ #include "memory_.h" #include "jpeglib_.h" /* for sdct.h */ diff --git a/gs/src/gdevpdfv.c b/gs/src/gdevpdfv.c index 50d16bb4d..827ab6a28 100644 --- a/gs/src/gdevpdfv.c +++ b/gs/src/gdevpdfv.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Color value writing for pdfwrite driver */ #include "math_.h" #include "string_.h" diff --git a/gs/src/gdevpdfw.c b/gs/src/gdevpdfw.c index a31030772..e10841062 100644 --- a/gs/src/gdevpdfw.c +++ b/gs/src/gdevpdfw.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Font writing for pdfwrite driver. */ #include "memory_.h" #include "string_.h" diff --git a/gs/src/gdevpdfx.h b/gs/src/gdevpdfx.h index 52538bf86..9bc4fadaf 100644 --- a/gs/src/gdevpdfx.h +++ b/gs/src/gdevpdfx.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal definitions for PDF-writing driver. */ #ifndef gdevpdfx_INCLUDED diff --git a/gs/src/gdevpe.c b/gs/src/gdevpe.c index d3b31235d..bc13a57b4 100644 --- a/gs/src/gdevpe.c +++ b/gs/src/gdevpe.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* * Private Eye display driver * diff --git a/gs/src/gdevphex.c b/gs/src/gdevphex.c index c8e123245..d26bfb718 100644 --- a/gs/src/gdevphex.c +++ b/gs/src/gdevphex.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /****************************************************************************/ /* Ghostscript printer driver for Epson Color Photo, Photo EX, Photo 700 */ diff --git a/gs/src/gdevpipe.c b/gs/src/gdevpipe.c index d3808682c..0389ea306 100644 --- a/gs/src/gdevpipe.c +++ b/gs/src/gdevpipe.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* %pipe% IODevice */ #include "errno_.h" #include "pipe_.h" diff --git a/gs/src/gdevpjet.c b/gs/src/gdevpjet.c index c2818930c..f745ffc8b 100644 --- a/gs/src/gdevpjet.c +++ b/gs/src/gdevpjet.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* H-P PaintJet, PaintJet XL, and DEC LJ250 drivers. */ /* Thanks to Rob Reiss (rob@moray.berkeley.edu) for the PaintJet XL */ /* modifications. */ diff --git a/gs/src/gdevplnx.c b/gs/src/gdevplnx.c index e4fabc4f5..04abf92ef 100644 --- a/gs/src/gdevplnx.c +++ b/gs/src/gdevplnx.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Plane extraction device */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gdevplnx.h b/gs/src/gdevplnx.h index f02c1f61f..c1693e8b4 100644 --- a/gs/src/gdevplnx.h +++ b/gs/src/gdevplnx.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Definitions and API for plane extraction device */ /* Requires gxdevcli.h */ diff --git a/gs/src/gdevpm.c b/gs/src/gdevpm.c index f8132d010..f0f6205f1 100644 --- a/gs/src/gdevpm.c +++ b/gs/src/gdevpm.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* * OS/2 Presentation manager driver * diff --git a/gs/src/gdevpm.h b/gs/src/gdevpm.h index ec43a14bd..8358b346c 100644 --- a/gs/src/gdevpm.h +++ b/gs/src/gdevpm.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Defines common to gdevpm.c, gspmdrv.c and PM GSview */ #ifndef gdevpm_INCLUDED diff --git a/gs/src/gdevpng.c b/gs/src/gdevpng.c index 42b3789ee..5f9930383 100644 --- a/gs/src/gdevpng.c +++ b/gs/src/gdevpng.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* PNG (Portable Network Graphics) Format. Pronounced "ping". */ /* lpd 1999-09-24: changes PNG_NO_STDIO to PNG_NO_CONSOLE_IO for libpng versions 1.0.3 and later. */ diff --git a/gs/src/gdevpnga.c b/gs/src/gdevpnga.c index 322c93ce6..ea3ad5076 100644 --- a/gs/src/gdevpnga.c +++ b/gs/src/gdevpnga.c @@ -16,7 +16,7 @@ Author: Raph Levien <raph@artofcode.com> */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Test driver for PDF 1.4 transparency stuff */ #include "gdevprn.h" diff --git a/gs/src/gdevppla.c b/gs/src/gdevppla.c index e3c9d1297..a5c09c8a7 100644 --- a/gs/src/gdevppla.c +++ b/gs/src/gdevppla.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Support for printer devices with planar buffering. */ #include "gdevprn.h" #include "gdevmpla.h" diff --git a/gs/src/gdevppla.h b/gs/src/gdevppla.h index e93caf8b7..f19a37e93 100644 --- a/gs/src/gdevppla.h +++ b/gs/src/gdevppla.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Support for printer devices with planar buffering. */ /* Requires gdevprn.h */ diff --git a/gs/src/gdevprn.c b/gs/src/gdevprn.c index 46ad3a27e..3ed220bac 100644 --- a/gs/src/gdevprn.c +++ b/gs/src/gdevprn.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic printer driver support */ #include "ctype_.h" #include "gdevprn.h" diff --git a/gs/src/gdevprn.h b/gs/src/gdevprn.h index 611f88afc..357c7e083 100644 --- a/gs/src/gdevprn.h +++ b/gs/src/gdevprn.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Common header file for memory-buffered printers */ #ifndef gdevprn_INCLUDED diff --git a/gs/src/gdevprna.c b/gs/src/gdevprna.c index 1ae33e03d..12779e1c8 100644 --- a/gs/src/gdevprna.c +++ b/gs/src/gdevprna.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic asynchronous printer driver support */ /* Initial version 2/1/98 by John Desrosiers (soho@crl.com) */ diff --git a/gs/src/gdevprna.h b/gs/src/gdevprna.h index 10e6bfc72..8469b18f1 100644 --- a/gs/src/gdevprna.h +++ b/gs/src/gdevprna.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic asynchronous printer driver support */ /* Initial version 2/1/1998 by John Desrosiers (soho@crl.com) */ diff --git a/gs/src/gdevps.c b/gs/src/gdevps.c index 5935c2c98..4097fa170 100644 --- a/gs/src/gdevps.c +++ b/gs/src/gdevps.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* PostScript-writing driver */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gdevpsdf.h b/gs/src/gdevpsdf.h index 6341ae400..ab87a487b 100644 --- a/gs/src/gdevpsdf.h +++ b/gs/src/gdevpsdf.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Common output syntax and parameters for PostScript and PDF writers */ #ifndef gdevpsdf_INCLUDED diff --git a/gs/src/gdevpsdi.c b/gs/src/gdevpsdi.c index 1c5e0276f..a8ef625d3 100644 --- a/gs/src/gdevpsdi.c +++ b/gs/src/gdevpsdi.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Image compression for PostScript and PDF writers */ #include "stdio_.h" /* for jpeglib.h */ #include "jpeglib_.h" /* for sdct.h */ diff --git a/gs/src/gdevpsdp.c b/gs/src/gdevpsdp.c index bb3ac80c7..b118fd7f9 100644 --- a/gs/src/gdevpsdp.c +++ b/gs/src/gdevpsdp.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* (Distiller) parameter handling for PostScript and PDF writers */ #include "string_.h" #include "jpeglib_.h" /* for sdct.h */ diff --git a/gs/src/gdevpsds.c b/gs/src/gdevpsds.c index 8dff075d2..74a92fd4b 100644 --- a/gs/src/gdevpsds.c +++ b/gs/src/gdevpsds.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Image processing streams for PostScript and PDF writers */ #include "gx.h" #include "memory_.h" diff --git a/gs/src/gdevpsds.h b/gs/src/gdevpsds.h index 15cea3988..8c8ca6a51 100644 --- a/gs/src/gdevpsds.h +++ b/gs/src/gdevpsds.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Image processing stream interface for PostScript and PDF writers */ #ifndef gdevpsds_INCLUDED diff --git a/gs/src/gdevpsdu.c b/gs/src/gdevpsdu.c index 56e815174..5153328c1 100644 --- a/gs/src/gdevpsdu.c +++ b/gs/src/gdevpsdu.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Common utilities for PostScript and PDF writers */ #include "stdio_.h" /* for FILE for jpeglib.h */ #include "jpeglib_.h" /* for sdct.h */ diff --git a/gs/src/gdevpsf.h b/gs/src/gdevpsf.h index 80292dc6f..d7863a9a2 100644 --- a/gs/src/gdevpsf.h +++ b/gs/src/gdevpsf.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* PostScript/PDF font writing interface */ #ifndef gdevpsf_INCLUDED diff --git a/gs/src/gdevpsf1.c b/gs/src/gdevpsf1.c index 6672e9560..8cc4f9cb9 100644 --- a/gs/src/gdevpsf1.c +++ b/gs/src/gdevpsf1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Write an embedded Type 1 font */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gdevpsf2.c b/gs/src/gdevpsf2.c index 9195407f7..e7dee02c0 100644 --- a/gs/src/gdevpsf2.c +++ b/gs/src/gdevpsf2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Write an embedded CFF font with either Type 1 or Type 2 CharStrings */ #include "math_.h" /* for fabs */ #include "memory_.h" diff --git a/gs/src/gdevpsfm.c b/gs/src/gdevpsfm.c index 8c66be38c..5627cde7c 100644 --- a/gs/src/gdevpsfm.c +++ b/gs/src/gdevpsfm.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Write a CMap */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gdevpsft.c b/gs/src/gdevpsft.c index 886be3cd9..a79a42b0d 100644 --- a/gs/src/gdevpsft.c +++ b/gs/src/gdevpsft.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Write an embedded TrueType font */ #include "memory_.h" #include <stdlib.h> /* for qsort */ diff --git a/gs/src/gdevpsfu.c b/gs/src/gdevpsfu.c index 0e4656d49..455afdb1e 100644 --- a/gs/src/gdevpsfu.c +++ b/gs/src/gdevpsfu.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* PostScript/PDF font writing utilities */ #include "memory_.h" #include <stdlib.h> /* for qsort */ diff --git a/gs/src/gdevpsfx.c b/gs/src/gdevpsfx.c index 4db68cc76..13932f693 100644 --- a/gs/src/gdevpsfx.c +++ b/gs/src/gdevpsfx.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Convert Type 1 Charstrings to Type 2 */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gdevpsim.c b/gs/src/gdevpsim.c index 80bef9a77..cb38ee8d9 100644 --- a/gs/src/gdevpsim.c +++ b/gs/src/gdevpsim.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* PostScript image output device */ #include "gdevprn.h" #include "gdevpsu.h" diff --git a/gs/src/gdevpsu.c b/gs/src/gdevpsu.c index 7a6ac8d82..afc68d8f1 100644 --- a/gs/src/gdevpsu.c +++ b/gs/src/gdevpsu.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* PostScript-writing utilities */ #include "math_.h" #include "time_.h" diff --git a/gs/src/gdevpsu.h b/gs/src/gdevpsu.h index 725199052..730ddfa52 100644 --- a/gs/src/gdevpsu.h +++ b/gs/src/gdevpsu.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to PostScript-writing utilities */ #ifndef gdevpsu_INCLUDED diff --git a/gs/src/gdevpx.c b/gs/src/gdevpx.c index 0c134844c..878f313eb 100644 --- a/gs/src/gdevpx.c +++ b/gs/src/gdevpx.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* H-P PCL XL driver */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gdevpxat.h b/gs/src/gdevpxat.h index f42ed2e22..140985528 100644 --- a/gs/src/gdevpxat.h +++ b/gs/src/gdevpxat.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Attribute ID definitions for PCL XL */ #ifndef gdevpxat_INCLUDED diff --git a/gs/src/gdevpxen.h b/gs/src/gdevpxen.h index 9c03eee8b..9e879775a 100644 --- a/gs/src/gdevpxen.h +++ b/gs/src/gdevpxen.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Enumerated attribute value definitions for PCL XL */ #ifndef gdevpxen_INCLUDED diff --git a/gs/src/gdevpxop.h b/gs/src/gdevpxop.h index eee3b9b78..a725d3c96 100644 --- a/gs/src/gdevpxop.h +++ b/gs/src/gdevpxop.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Operator and other tag definitions for PCL XL */ #ifndef gdevpxop_INCLUDED diff --git a/gs/src/gdevpxut.c b/gs/src/gdevpxut.c index ee5e4b61a..bf2dfa122 100644 --- a/gs/src/gdevpxut.c +++ b/gs/src/gdevpxut.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Utilities for PCL XL generation */ #include "math_.h" #include "string_.h" diff --git a/gs/src/gdevpxut.h b/gs/src/gdevpxut.h index bcf8acdd1..9092d5160 100644 --- a/gs/src/gdevpxut.h +++ b/gs/src/gdevpxut.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Utilities for PCL XL generation */ /* Requires gdevpxat.h, gdevpxen.h, gdevpxop.h */ diff --git a/gs/src/gdevrops.c b/gs/src/gdevrops.c index bf2dd6ac4..ee917c237 100644 --- a/gs/src/gdevrops.c +++ b/gs/src/gdevrops.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* RasterOp source device */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gdevs3ga.c b/gs/src/gdevs3ga.c index 65acafbd4..34c18e539 100644 --- a/gs/src/gdevs3ga.c +++ b/gs/src/gdevs3ga.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* S3 86C911 driver */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gdevsco.c b/gs/src/gdevsco.c index 7423af39f..cb227f48f 100644 --- a/gs/src/gdevsco.c +++ b/gs/src/gdevsco.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* 17Jul91 - wb - based on gdevpcfb.c */ /* 31Jul91 - Rick Calder rick@rick.att.com - ifdefs for AT&T UNIX 4.0 2.1 */ /* 13Sep91 - wb - modify for gs24b2 */ diff --git a/gs/src/gdevsgi.c b/gs/src/gdevsgi.c index 5d206455e..66f31be56 100644 --- a/gs/src/gdevsgi.c +++ b/gs/src/gdevsgi.c @@ -4,7 +4,7 @@ * public domain. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* SGI raster file driver */ #include "gdevprn.h" #include "gdevsgi.h" diff --git a/gs/src/gdevsgi.h b/gs/src/gdevsgi.h index 32297c53e..37f6de7e7 100644 --- a/gs/src/gdevsgi.h +++ b/gs/src/gdevsgi.h @@ -7,7 +7,7 @@ * the file image.h on SGI's file server; there is no copyright on that file. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* SGI raster file definitions */ #ifndef gdevsgi_INCLUDED diff --git a/gs/src/gdevsj48.c b/gs/src/gdevsj48.c index 7ce3d407b..8da69f7fb 100644 --- a/gs/src/gdevsj48.c +++ b/gs/src/gdevsj48.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* * StarJet SJ48 printer driver. * diff --git a/gs/src/gdevsnfb.c b/gs/src/gdevsnfb.c index e12fc9452..e8038c265 100644 --- a/gs/src/gdevsnfb.c +++ b/gs/src/gdevsnfb.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Sony News frame buffer driver for GhostScript */ #include "gdevprn.h" #define prn_dev ((gx_device_printer *)dev) /* needed in 5.31 et seq */ diff --git a/gs/src/gdevsppr.c b/gs/src/gdevsppr.c index a467e035e..8e4533bca 100644 --- a/gs/src/gdevsppr.c +++ b/gs/src/gdevsppr.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* SPARCprinter driver for Ghostscript */ #include "gdevprn.h" #include <stdio.h> diff --git a/gs/src/gdevstc.c b/gs/src/gdevstc.c index 40a7b0dbe..26e76c52b 100644 --- a/gs/src/gdevstc.c +++ b/gs/src/gdevstc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Epson Stylus-Color Printer-Driver */ /*** diff --git a/gs/src/gdevstc.h b/gs/src/gdevstc.h index 45752ca3a..8e0e02a18 100644 --- a/gs/src/gdevstc.h +++ b/gs/src/gdevstc.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Epson Stylus-Color Printer-Driver */ #ifndef gdevstc_INCLUDED # define gdevstc_INCLUDED diff --git a/gs/src/gdevstc1.c b/gs/src/gdevstc1.c index 56b473aab..84ea1fa3e 100644 --- a/gs/src/gdevstc1.c +++ b/gs/src/gdevstc1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Epson Stylus-Color Printer-Driver */ /*** diff --git a/gs/src/gdevstc2.c b/gs/src/gdevstc2.c index c65bfdb1e..d4f196b30 100644 --- a/gs/src/gdevstc2.c +++ b/gs/src/gdevstc2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Epson Stylus-Color Printer-Driver */ /*** diff --git a/gs/src/gdevstc3.c b/gs/src/gdevstc3.c index 505db57f5..1f7210017 100644 --- a/gs/src/gdevstc3.c +++ b/gs/src/gdevstc3.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Epson Stylus-Color Printer-Driver */ /*** diff --git a/gs/src/gdevstc4.c b/gs/src/gdevstc4.c index 895e14611..668b758e7 100644 --- a/gs/src/gdevstc4.c +++ b/gs/src/gdevstc4.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Epson Stylus-Color Printer-Driver */ /*** diff --git a/gs/src/gdevsun.c b/gs/src/gdevsun.c index 0eee79988..de7218352 100644 --- a/gs/src/gdevsun.c +++ b/gs/src/gdevsun.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* SunView driver */ #include "gx.h" /* for gx_bitmap; includes std.h */ diff --git a/gs/src/gdevsunr.c b/gs/src/gdevsunr.c index a6cab4cb9..3519e4771 100644 --- a/gs/src/gdevsunr.c +++ b/gs/src/gdevsunr.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Sun raster file driver */ #include "gdevprn.h" diff --git a/gs/src/gdevsvga.c b/gs/src/gdevsvga.c index 1a1dc3b40..45d6c68f8 100644 --- a/gs/src/gdevsvga.c +++ b/gs/src/gdevsvga.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* SuperVGA display drivers */ #include "memory_.h" #include "gconfigv.h" /* for USE_ASM */ diff --git a/gs/src/gdevsvga.h b/gs/src/gdevsvga.h index 2b328b828..6966e8c23 100644 --- a/gs/src/gdevsvga.h +++ b/gs/src/gdevsvga.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Common definitions and procedures for SuperVGA drivers */ /* Requires gdevpcfb.h */ diff --git a/gs/src/gdevtfax.c b/gs/src/gdevtfax.c index 32adbd9ac..76c09bc96 100644 --- a/gs/src/gdevtfax.c +++ b/gs/src/gdevtfax.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* TIFF and TIFF/fax devices */ #include "gdevprn.h" #include "gdevtifs.h" diff --git a/gs/src/gdevtfax.h b/gs/src/gdevtfax.h index b7aa61d89..35a36ff1f 100644 --- a/gs/src/gdevtfax.h +++ b/gs/src/gdevtfax.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Entry points to the TIFF/fax writing driver */ #ifndef gdevtfax_INCLUDED diff --git a/gs/src/gdevtfnx.c b/gs/src/gdevtfnx.c index 758d68fee..0b37859c5 100644 --- a/gs/src/gdevtfnx.c +++ b/gs/src/gdevtfnx.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* 12-bit & 24-bit RGB uncompressed TIFF driver */ #include "gdevprn.h" #include "gdevtifs.h" diff --git a/gs/src/gdevtifs.c b/gs/src/gdevtifs.c index 638044eca..ae7a1f21c 100644 --- a/gs/src/gdevtifs.c +++ b/gs/src/gdevtifs.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* TIFF-writing substructure */ #include "stdio_.h" #include "time_.h" diff --git a/gs/src/gdevtifs.h b/gs/src/gdevtifs.h index 2571cb0e8..f20cf6e37 100644 --- a/gs/src/gdevtifs.h +++ b/gs/src/gdevtifs.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for writing TIFF file formats. */ #ifndef gdevtifs_INCLUDED diff --git a/gs/src/gdevtknk.c b/gs/src/gdevtknk.c index 171a8861c..3ba16178c 100644 --- a/gs/src/gdevtknk.c +++ b/gs/src/gdevtknk.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* This driver is written for Tektronix ink-jet 4696 and 4695 plotters. diff --git a/gs/src/gdevtrac.c b/gs/src/gdevtrac.c index 8619a0f30..8ae1f0140 100644 --- a/gs/src/gdevtrac.c +++ b/gs/src/gdevtrac.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Tracing device (including sample high-level implementation) */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gdevupd.c b/gs/src/gdevupd.c index 220cd95cd..51d9f41ba 100644 --- a/gs/src/gdevupd.c +++ b/gs/src/gdevupd.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /* gdevupd.c Revision: 1.88 */ /* "uniprint" -- Ugly Printer Driver by Gunther Hess (ghess@elmos.de) */ diff --git a/gs/src/gdevvec.c b/gs/src/gdevvec.c index fa39f8402..e0a283210 100644 --- a/gs/src/gdevvec.c +++ b/gs/src/gdevvec.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Utilities for "vector" devices */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gdevvec.h b/gs/src/gdevvec.h index 635d71a01..179a9cbff 100644 --- a/gs/src/gdevvec.h +++ b/gs/src/gdevvec.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Common definitions for "vector" devices */ #ifndef gdevvec_INCLUDED diff --git a/gs/src/gdevvglb.c b/gs/src/gdevvglb.c index 6866d9f70..1de2c3bc3 100644 --- a/gs/src/gdevvglb.c +++ b/gs/src/gdevvglb.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* * 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. diff --git a/gs/src/gdevwddb.c b/gs/src/gdevwddb.c index 64d7804ad..4c93b76d7 100644 --- a/gs/src/gdevwddb.c +++ b/gs/src/gdevwddb.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* * Microsoft Windows 3.n driver for Ghostscript, * using device-dependent bitmap. diff --git a/gs/src/gdevwdib.c b/gs/src/gdevwdib.c index 9347c4ada..39f1fd79c 100644 --- a/gs/src/gdevwdib.c +++ b/gs/src/gdevwdib.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* MS Windows 3.n driver for Ghostscript using a DIB for buffering. */ #include "gdevmswn.h" #include "gxdevmem.h" diff --git a/gs/src/gdevwpr2.c b/gs/src/gdevwpr2.c index 37e6d20d4..619e7189d 100644 --- a/gs/src/gdevwpr2.c +++ b/gs/src/gdevwpr2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* * Microsoft Windows 3.n printer driver for Ghostscript. * Original version by Russell Lang and diff --git a/gs/src/gdevwprn.c b/gs/src/gdevwprn.c index a966fe327..2902aef2f 100644 --- a/gs/src/gdevwprn.c +++ b/gs/src/gdevwprn.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* * Microsoft Windows 3.n printer driver for Ghostscript. * diff --git a/gs/src/gdevx.c b/gs/src/gdevx.c index d54b5de73..eb3f5d89d 100644 --- a/gs/src/gdevx.c +++ b/gs/src/gdevx.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* X Windows driver for Ghostscript library */ #include "gx.h" /* for gx_bitmap; includes std.h */ #include "math_.h" diff --git a/gs/src/gdevx.h b/gs/src/gdevx.h index ad3eba70b..920b11270 100644 --- a/gs/src/gdevx.h +++ b/gs/src/gdevx.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for X Windows drivers */ /* Requires gxdevice.h and x_.h */ diff --git a/gs/src/gdevxalt.c b/gs/src/gdevxalt.c index e57ebc5d0..36608b203 100644 --- a/gs/src/gdevxalt.c +++ b/gs/src/gdevxalt.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Alternative X Windows drivers for help in driver debugging */ #include "gx.h" /* for gx_bitmap; includes std.h */ #include "math_.h" diff --git a/gs/src/gdevxcmp.c b/gs/src/gdevxcmp.c index 62ed71c55..db2fc14f8 100644 --- a/gs/src/gdevxcmp.c +++ b/gs/src/gdevxcmp.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* X Windows color mapping */ #include "math_.h" #include "x_.h" diff --git a/gs/src/gdevxcmp.h b/gs/src/gdevxcmp.h index b16dd9f94..078ddfffc 100644 --- a/gs/src/gdevxcmp.h +++ b/gs/src/gdevxcmp.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* X driver color mapping structure */ #ifndef gdevxcmp_INCLUDED diff --git a/gs/src/gdevxini.c b/gs/src/gdevxini.c index 9d2652330..8e8e27505 100644 --- a/gs/src/gdevxini.c +++ b/gs/src/gdevxini.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* X Windows driver initialization/finalization */ #include "memory_.h" #include "x_.h" diff --git a/gs/src/gdevxres.c b/gs/src/gdevxres.c index 9d7cf9b1f..ac6b74d0c 100644 --- a/gs/src/gdevxres.c +++ b/gs/src/gdevxres.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* X Windows driver resource tables */ #include "std.h" /* must precede any file that includes <sys/types.h> */ #include "x_.h" diff --git a/gs/src/gdevxxf.c b/gs/src/gdevxxf.c index 29a500784..b7936ba96 100644 --- a/gs/src/gdevxxf.c +++ b/gs/src/gdevxxf.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* External font (xfont) implementation for X11. */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/genarch.c b/gs/src/genarch.c index 2c89e1f68..495a7b51a 100644 --- a/gs/src/genarch.c +++ b/gs/src/genarch.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* * Generate a header file (arch.h) with parameters * reflecting the machine architecture and compiler characteristics. diff --git a/gs/src/genconf.c b/gs/src/genconf.c index a166e1937..3e3769a76 100644 --- a/gs/src/genconf.c +++ b/gs/src/genconf.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generate configuration files */ #include "stdpre.h" #include <assert.h> diff --git a/gs/src/gendev.c b/gs/src/gendev.c index d74e5560f..8d85633ea 100644 --- a/gs/src/gendev.c +++ b/gs/src/gendev.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generate .dev configuration files */ #include "stdpre.h" #include <assert.h> diff --git a/gs/src/genht.c b/gs/src/genht.c index 4cbf975d6..2abe472c0 100644 --- a/gs/src/genht.c +++ b/gs/src/genht.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generate C code for compiling halftones into ROM. */ #include "malloc_.h" #include "stdio_.h" diff --git a/gs/src/geninit.c b/gs/src/geninit.c index 805e4eef5..49630c205 100644 --- a/gs/src/geninit.c +++ b/gs/src/geninit.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* * Utility for merging all the Ghostscript initialization files (gs_*.ps) * into a single file, optionally converting them to C data. Usage: diff --git a/gs/src/ghost.h b/gs/src/ghost.h index 7052cbb8e..6556d6715 100644 --- a/gs/src/ghost.h +++ b/gs/src/ghost.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Common definitions for interpreter */ #ifndef ghost_INCLUDED diff --git a/gs/src/gp.h b/gs/src/gp.h index 42c06509f..4b22b341a 100644 --- a/gs/src/gp.h +++ b/gs/src/gp.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to platform-specific routines */ /* Requires gsmemory.h */ diff --git a/gs/src/gp_dosfe.c b/gs/src/gp_dosfe.c index 9a472fd83..da4d8eb62 100644 --- a/gs/src/gp_dosfe.c +++ b/gs/src/gp_dosfe.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* MS-DOS file enumeration. */ #include "stdio_.h" #include <fcntl.h> diff --git a/gs/src/gp_dosfs.c b/gs/src/gp_dosfs.c index 3b56224b9..b29650daf 100644 --- a/gs/src/gp_dosfs.c +++ b/gs/src/gp_dosfs.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Common routines for MS-DOS (any compiler) and DesqView/X, */ /* which has a MS-DOS-like file system. */ #include "dos_.h" diff --git a/gs/src/gp_dvx.c b/gs/src/gp_dvx.c index 889b5ce0f..a34ba7930 100644 --- a/gs/src/gp_dvx.c +++ b/gs/src/gp_dvx.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Desqview/X-specific routines for Ghostscript */ #include "string_.h" #include "gx.h" diff --git a/gs/src/gp_getnv.c b/gs/src/gp_getnv.c index f1dffc638..393adb92d 100644 --- a/gs/src/gp_getnv.c +++ b/gs/src/gp_getnv.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Standard implementation of gp_getenv */ #include "stdio_.h" #include "string_.h" diff --git a/gs/src/gp_iwatc.c b/gs/src/gp_iwatc.c index 1801dca1d..abd880223 100644 --- a/gs/src/gp_iwatc.c +++ b/gs/src/gp_iwatc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Intel processor, Watcom C-specific routines for Ghostscript */ #include "dos_.h" #include <fcntl.h> diff --git a/gs/src/gp_mac.c b/gs/src/gp_mac.c index b52869af7..5f6988145 100644 --- a/gs/src/gp_mac.c +++ b/gs/src/gp_mac.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ #include <Palettes.h> #include <Aliases.h> diff --git a/gs/src/gp_mac.h b/gs/src/gp_mac.h index 40cd5cd07..aca985d00 100755 --- a/gs/src/gp_mac.h +++ b/gs/src/gp_mac.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ #ifndef gp_mac_INCLUDED # define gp_mac_INCLUDED diff --git a/gs/src/gp_macio.c b/gs/src/gp_macio.c index 4f304bea6..09af1aa61 100644 --- a/gs/src/gp_macio.c +++ b/gs/src/gp_macio.c @@ -16,7 +16,7 @@ all copies. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ //#include "MacHeaders" #include <Palettes.h> diff --git a/gs/src/gp_mktmp.c b/gs/src/gp_mktmp.c index 412282286..37589ccbb 100644 --- a/gs/src/gp_mktmp.c +++ b/gs/src/gp_mktmp.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Replacement for missing mktemp */ #include "stat_.h" #include "string_.h" diff --git a/gs/src/gp_msdll.c b/gs/src/gp_msdll.c index a13140c55..d648f6a22 100644 --- a/gs/src/gp_msdll.c +++ b/gs/src/gp_msdll.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* * Microsoft Windows DLL support for Ghostscript. * diff --git a/gs/src/gp_msdos.c b/gs/src/gp_msdos.c index a5e9763f0..1ab671c20 100644 --- a/gs/src/gp_msdos.c +++ b/gs/src/gp_msdos.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Common platform-specific routines for MS-DOS (any compiler) */ #include "stdio_.h" #include "string_.h" /* for strerror */ diff --git a/gs/src/gp_mshdl.c b/gs/src/gp_mshdl.c index 771f8adb7..1c3b4c70f 100644 --- a/gs/src/gp_mshdl.c +++ b/gs/src/gp_mshdl.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* %handle% IODevice */ #include "errno_.h" #include "stdio_.h" diff --git a/gs/src/gp_msio.c b/gs/src/gp_msio.c index 0ef115837..807389f67 100644 --- a/gs/src/gp_msio.c +++ b/gs/src/gp_msio.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* * Streams for Windows text window * diff --git a/gs/src/gp_mslib.c b/gs/src/gp_mslib.c index d98d666a1..18c0143e2 100644 --- a/gs/src/gp_mslib.c +++ b/gs/src/gp_mslib.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* * Microsoft Windows platform support for Graphics Library * diff --git a/gs/src/gp_mspol.c b/gs/src/gp_mspol.c index ca9c017e2..8ec372bc3 100644 --- a/gs/src/gp_mspol.c +++ b/gs/src/gp_mspol.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* * Microsoft Windows platform polling support for Ghostscript. * diff --git a/gs/src/gp_msprn.c b/gs/src/gp_msprn.c index 436fe496b..46db5dcd4 100644 --- a/gs/src/gp_msprn.c +++ b/gs/src/gp_msprn.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* %printer% IODevice */ #include "windows_.h" diff --git a/gs/src/gp_mswin.c b/gs/src/gp_mswin.c index da19e96d9..cbd00d203 100644 --- a/gs/src/gp_mswin.c +++ b/gs/src/gp_mswin.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* * Microsoft Windows platform support for Ghostscript. * diff --git a/gs/src/gp_mswin.h b/gs/src/gp_mswin.h index 154e585a8..a2e0c5042 100644 --- a/gs/src/gp_mswin.h +++ b/gs/src/gp_mswin.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* (used by both C code and Windows 'resource') */ #ifndef gp_mswin_INCLUDED diff --git a/gs/src/gp_nsync.c b/gs/src/gp_nsync.c index 8e2270c91..baceff3c8 100644 --- a/gs/src/gp_nsync.c +++ b/gs/src/gp_nsync.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Dummy thread / semaphore / monitor implementation */ #include "std.h" #include "gserror.h" diff --git a/gs/src/gp_ntfs.c b/gs/src/gp_ntfs.c index 813600387..3e1fbb341 100644 --- a/gs/src/gp_ntfs.c +++ b/gs/src/gp_ntfs.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* file system stuff for MS-Windows WIN32 and MS-Windows NT */ /* hacked from gp_dosfs.c by Russell Lang */ diff --git a/gs/src/gp_os2.c b/gs/src/gp_os2.c index 867edbde1..b9f532434 100644 --- a/gs/src/gp_os2.c +++ b/gs/src/gp_os2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Common platform-specific routines for OS/2 and MS-DOS */ /* compiled with GCC/EMX */ diff --git a/gs/src/gp_os9.c b/gs/src/gp_os9.c index 8b6266169..a193ef9fc 100644 --- a/gs/src/gp_os9.c +++ b/gs/src/gp_os9.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* OSK-specific routines for Ghostscript */ #include "pipe_.h" #include "string_.h" diff --git a/gs/src/gp_psync.c b/gs/src/gp_psync.c index 1c39f5db6..9b55229da 100644 --- a/gs/src/gp_psync.c +++ b/gs/src/gp_psync.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* POSIX pthreads threads / semaphore / monitor implementation */ #include "std.h" #include "malloc_.h" diff --git a/gs/src/gp_stdia.c b/gs/src/gp_stdia.c index 3a58bf8a1..424320fdb 100644 --- a/gs/src/gp_stdia.c +++ b/gs/src/gp_stdia.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Read stdin on platforms that support unbuffered read. */ /* We want unbuffered for console input and pipes. */ diff --git a/gs/src/gp_stdin.c b/gs/src/gp_stdin.c index eefbf940d..2c658101c 100644 --- a/gs/src/gp_stdin.c +++ b/gs/src/gp_stdin.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* 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. diff --git a/gs/src/gp_strdl.c b/gs/src/gp_strdl.c index 0552d3290..e3c4fdf20 100644 --- a/gs/src/gp_strdl.c +++ b/gs/src/gp_strdl.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Default, stream-based readline implementation */ #include "std.h" #include "gstypes.h" diff --git a/gs/src/gp_sysv.c b/gs/src/gp_sysv.c index 942a2e50a..9a3ea5037 100644 --- a/gs/src/gp_sysv.c +++ b/gs/src/gp_sysv.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* System V Unix-specific routines for Ghostscript */ /* This file contains a couple of standard Unix library procedures */ diff --git a/gs/src/gp_unifn.c b/gs/src/gp_unifn.c index 2e917f820..801ea24d7 100644 --- a/gs/src/gp_unifn.c +++ b/gs/src/gp_unifn.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Unix-like file name syntax platform routines for Ghostscript */ #include "gx.h" #include "gp.h" diff --git a/gs/src/gp_unifs.c b/gs/src/gp_unifs.c index 66481a1dd..af1a02c4e 100644 --- a/gs/src/gp_unifs.c +++ b/gs/src/gp_unifs.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* "Unix-like" file system platform routines for Ghostscript */ #include "memory_.h" #include "string_.h" diff --git a/gs/src/gp_unix.c b/gs/src/gp_unix.c index 3292bd72c..9056ed0fa 100644 --- a/gs/src/gp_unix.c +++ b/gs/src/gp_unix.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Unix-specific routines for Ghostscript */ #include "pipe_.h" #include "string_.h" diff --git a/gs/src/gp_vms.c b/gs/src/gp_vms.c index 2ac229bf3..b108f2eb3 100644 --- a/gs/src/gp_vms.c +++ b/gs/src/gp_vms.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* VAX/VMS specific routines for Ghostscript */ #include "string_.h" #include "gx.h" diff --git a/gs/src/gp_wgetv.c b/gs/src/gp_wgetv.c index fd1fffb23..ebf84128e 100644 --- a/gs/src/gp_wgetv.c +++ b/gs/src/gp_wgetv.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* MS Windows implementation of gp_getenv */ #include <windows.h> diff --git a/gs/src/gp_win32.c b/gs/src/gp_win32.c index ba6d439c2..6d7db5dc3 100644 --- a/gs/src/gp_win32.c +++ b/gs/src/gp_win32.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Common platform-specific routines for MS-Windows WIN32 */ /* originally hacked from gp_msdos.c by Russell Lang */ #include "malloc_.h" diff --git a/gs/src/gp_wsync.c b/gs/src/gp_wsync.c index 806e388a0..bec6fa421 100644 --- a/gs/src/gp_wsync.c +++ b/gs/src/gp_wsync.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* MS Windows (Win32) thread / semaphore / monitor implementation */ /* original multi-threading code by John Desrosiers */ #include "malloc_.h" diff --git a/gs/src/gpcheck.h b/gs/src/gpcheck.h index b82c0a5e1..2835f0690 100644 --- a/gs/src/gpcheck.h +++ b/gs/src/gpcheck.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interrupt check interface */ #ifndef gpcheck_INCLUDED diff --git a/gs/src/gpgetenv.h b/gs/src/gpgetenv.h index d2db9f69c..61cd2ce69 100644 --- a/gs/src/gpgetenv.h +++ b/gs/src/gpgetenv.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to platform-specific getenv routine */ #ifndef gpgetenv_INCLUDED diff --git a/gs/src/gpmisc.c b/gs/src/gpmisc.c index 869fdc985..86d81aa52 100644 --- a/gs/src/gpmisc.c +++ b/gs/src/gpmisc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Miscellaneous support for platform facilities */ #include "unistd_.h" diff --git a/gs/src/gpmisc.h b/gs/src/gpmisc.h index fc4ed9ec6..81a7b6827 100644 --- a/gs/src/gpmisc.h +++ b/gs/src/gpmisc.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Miscellaneous support for platform facilities */ #ifndef gpmisc_INCLUDED diff --git a/gs/src/gpsync.h b/gs/src/gpsync.h index 3d49ac225..b9c2a234a 100644 --- a/gs/src/gpsync.h +++ b/gs/src/gpsync.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to platform-dependent synchronization primitives */ #if !defined(gpsync_INCLUDED) diff --git a/gs/src/gs.c b/gs/src/gs.c index fafb2ebdf..772b3a8be 100644 --- a/gs/src/gs.c +++ b/gs/src/gs.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* 'main' program for Ghostscript */ #include "ghost.h" #include "imain.h" diff --git a/gs/src/gs.mak b/gs/src/gs.mak index 50e61dbe2..393b138b8 100644 --- a/gs/src/gs.mak +++ b/gs/src/gs.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # Generic makefile, common to all platforms, products, and configurations. # The platform-specific makefiles `include' this file. diff --git a/gs/src/gs16spl.c b/gs/src/gs16spl.c index aa4953e62..b3ebba42d 100644 --- a/gs/src/gs16spl.c +++ b/gs/src/gs16spl.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* 16-bit access to print spooler from Win32s */ /* by Russell Lang */ /* 1995-11-23 */ diff --git a/gs/src/gs16spl.rc b/gs/src/gs16spl.rc index 072edce81..f91664e0b 100755 --- a/gs/src/gs16spl.rc +++ b/gs/src/gs16spl.rc @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Resources for GS16SPL.EXE, 16-bit access to print spooler */ /* 1995-11-10 */ diff --git a/gs/src/gsalloc.c b/gs/src/gsalloc.c index ac63a20fc..60d99a84f 100644 --- a/gs/src/gsalloc.c +++ b/gs/src/gsalloc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Standard memory allocator */ #include "gx.h" #include "memory_.h" diff --git a/gs/src/gsalloc.h b/gs/src/gsalloc.h index 877a00721..aa391aab5 100644 --- a/gs/src/gsalloc.h +++ b/gs/src/gsalloc.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Memory allocator extensions for standard allocator */ #ifndef gsalloc_INCLUDED diff --git a/gs/src/gsalpha.c b/gs/src/gsalpha.c index ec5c97bb8..00709f0c9 100644 --- a/gs/src/gsalpha.c +++ b/gs/src/gsalpha.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Graphics state alpha value access */ #include "gx.h" #include "gsalpha.h" diff --git a/gs/src/gsalpha.h b/gs/src/gsalpha.h index 2f136f9e2..6dd3a46e4 100644 --- a/gs/src/gsalpha.h +++ b/gs/src/gsalpha.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* API for alpha value in graphics state */ #ifndef gsalpha_INCLUDED diff --git a/gs/src/gsalphac.c b/gs/src/gsalphac.c index 5f18e1995..dcd379777 100644 --- a/gs/src/gsalphac.c +++ b/gs/src/gsalphac.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Alpha-compositing implementation */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gsalphac.h b/gs/src/gsalphac.h index 6d2fdb37a..953718521 100644 --- a/gs/src/gsalphac.h +++ b/gs/src/gsalphac.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Alpha-compositing interface */ #ifndef gsalphac_INCLUDED diff --git a/gs/src/gsargs.c b/gs/src/gsargs.c index 30acb5b8f..ce7fca32f 100644 --- a/gs/src/gsargs.c +++ b/gs/src/gsargs.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Command line argument list management */ #include "ctype_.h" #include "stdio_.h" diff --git a/gs/src/gsargs.h b/gs/src/gsargs.h index 3ac6e4df3..9b7eb323c 100644 --- a/gs/src/gsargs.h +++ b/gs/src/gsargs.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Command line argument list management */ #ifndef gsargs_INCLUDED diff --git a/gs/src/gsbitcom.c b/gs/src/gsbitcom.c index 797bd9336..c86457daf 100644 --- a/gs/src/gsbitcom.c +++ b/gs/src/gsbitcom.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Oversampled bitmap compression */ #include "std.h" #include "gstypes.h" diff --git a/gs/src/gsbitmap.h b/gs/src/gsbitmap.h index d5fde88b4..d9d0cabc7 100644 --- a/gs/src/gsbitmap.h +++ b/gs/src/gsbitmap.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Library "client" bitmap structures */ #ifndef gsbitmap_INCLUDED diff --git a/gs/src/gsbitops.c b/gs/src/gsbitops.c index 1ff7e186e..9b634fb52 100644 --- a/gs/src/gsbitops.c +++ b/gs/src/gsbitops.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Bitmap filling, copying, and transforming operations */ #include "stdio_.h" #include "memory_.h" diff --git a/gs/src/gsbitops.h b/gs/src/gsbitops.h index b604cdeb1..8cc306cbe 100644 --- a/gs/src/gsbitops.h +++ b/gs/src/gsbitops.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface for bitmap operations */ #ifndef gsbitops_INCLUDED diff --git a/gs/src/gsbittab.c b/gs/src/gsbittab.c index 8e07e8087..c40b3b67b 100644 --- a/gs/src/gsbittab.c +++ b/gs/src/gsbittab.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Tables for bit operations */ #include "stdpre.h" #include "gsbittab.h" diff --git a/gs/src/gsbittab.h b/gs/src/gsbittab.h index 9e62e755d..9808d7272 100644 --- a/gs/src/gsbittab.h +++ b/gs/src/gsbittab.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to tables for bit operations */ #ifndef gsbittab_INCLUDED diff --git a/gs/src/gsccode.h b/gs/src/gsccode.h index f239214e9..e6e5be08e 100644 --- a/gs/src/gsccode.h +++ b/gs/src/gsccode.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Types for character codes */ #ifndef gsccode_INCLUDED diff --git a/gs/src/gsccolor.h b/gs/src/gsccolor.h index ac90060d3..2a0654c4b 100644 --- a/gs/src/gsccolor.h +++ b/gs/src/gsccolor.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Client color structure definition */ #ifndef gsccolor_INCLUDED diff --git a/gs/src/gscdef.c b/gs/src/gscdef.c index 15d88ea7e..f12af6603 100644 --- a/gs/src/gscdef.c +++ b/gs/src/gscdef.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Configuration scalars */ #include "std.h" #include "gscdefs.h" /* interface */ diff --git a/gs/src/gscdefs.h b/gs/src/gscdefs.h index 0ea1ccdd6..a072c0383 100644 --- a/gs/src/gscdefs.h +++ b/gs/src/gscdefs.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Prototypes for configuration definitions in gconfig.c. */ #ifndef gscdefs_INCLUDED diff --git a/gs/src/gscdevn.c b/gs/src/gscdevn.c index 933ce8783..0b697cf67 100644 --- a/gs/src/gscdevn.c +++ b/gs/src/gscdevn.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* DeviceN color space and operation definition */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gscdevn.h b/gs/src/gscdevn.h index 339a90994..aa77edd54 100644 --- a/gs/src/gscdevn.h +++ b/gs/src/gscdevn.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Client interface to DeviceN color */ #ifndef gscdevn_INCLUDED diff --git a/gs/src/gschar.c b/gs/src/gschar.c index a0bdc0b16..0f847fbbf 100644 --- a/gs/src/gschar.c +++ b/gs/src/gschar.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Character writing "operators" for Ghostscript library */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gschar.h b/gs/src/gschar.h index 396601388..6420c24e1 100644 --- a/gs/src/gschar.h +++ b/gs/src/gschar.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Client interface to character operations */ #ifndef gschar_INCLUDED diff --git a/gs/src/gschar0.c b/gs/src/gschar0.c index 82f737b25..b0d029b51 100644 --- a/gs/src/gschar0.c +++ b/gs/src/gschar0.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Composite font decoding for Ghostscript library */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gscie.c b/gs/src/gscie.c index 96a79101e..61b03f70b 100644 --- a/gs/src/gscie.c +++ b/gs/src/gscie.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* CIE color rendering cache management */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gscie.h b/gs/src/gscie.h index 74800d8a7..25be3b542 100644 --- a/gs/src/gscie.h +++ b/gs/src/gscie.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Structures for CIE color algorithms */ /* (requires gscspace.h, gscolor2.h) */ diff --git a/gs/src/gsciemap.c b/gs/src/gsciemap.c index 61b48a2f0..e4d34a075 100644 --- a/gs/src/gsciemap.c +++ b/gs/src/gsciemap.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* CIE color rendering */ #include "math_.h" #include "gx.h" diff --git a/gs/src/gscindex.h b/gs/src/gscindex.h index 18245c6da..9ce72c508 100644 --- a/gs/src/gscindex.h +++ b/gs/src/gscindex.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Client interface to Indexed color facilities */ #ifndef gscindex_INCLUDED diff --git a/gs/src/gsclipsr.c b/gs/src/gsclipsr.c index cc77fb17f..01d55be9e 100644 --- a/gs/src/gsclipsr.c +++ b/gs/src/gsclipsr.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* clipsave/cliprestore */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gsclipsr.h b/gs/src/gsclipsr.h index edaade0df..f6723564e 100644 --- a/gs/src/gsclipsr.h +++ b/gs/src/gsclipsr.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to clipsave/cliprestore */ #ifndef gsclipsr_INCLUDED diff --git a/gs/src/gscolor.c b/gs/src/gscolor.c index 988e72c6e..48f526875 100644 --- a/gs/src/gscolor.c +++ b/gs/src/gscolor.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Color and halftone operators for Ghostscript library */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gscolor.h b/gs/src/gscolor.h index a15e97742..95d6ded8d 100644 --- a/gs/src/gscolor.h +++ b/gs/src/gscolor.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Client interface to color routines */ #ifndef gscolor_INCLUDED diff --git a/gs/src/gscolor1.c b/gs/src/gscolor1.c index 93b5bf042..297389460 100644 --- a/gs/src/gscolor1.c +++ b/gs/src/gscolor1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Level 1 extended color operators for Ghostscript library */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gscolor1.h b/gs/src/gscolor1.h index 23030a50e..2ebccf674 100644 --- a/gs/src/gscolor1.h +++ b/gs/src/gscolor1.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Client interface to Level 1 extended color facilities */ /* Requires gscolor.h */ diff --git a/gs/src/gscolor2.c b/gs/src/gscolor2.c index 896a839d0..e5c1fbbee 100644 --- a/gs/src/gscolor2.c +++ b/gs/src/gscolor2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Level 2 color operators for Ghostscript library */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gscolor2.h b/gs/src/gscolor2.h index 00410d868..f1ef4ba54 100644 --- a/gs/src/gscolor2.h +++ b/gs/src/gscolor2.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Client interface to Level 2 color facilities */ /* (requires gscspace.h, gsmatrix.h) */ diff --git a/gs/src/gscolor3.c b/gs/src/gscolor3.c index 8d85642a1..2ec017b62 100644 --- a/gs/src/gscolor3.c +++ b/gs/src/gscolor3.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* "Operators" for LanguageLevel 3 color facilities */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gscolor3.h b/gs/src/gscolor3.h index fee6cf918..19b4d6709 100644 --- a/gs/src/gscolor3.h +++ b/gs/src/gscolor3.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Client interface to LanguageLevel 3 color facilities */ #ifndef gscolor3_INCLUDED diff --git a/gs/src/gscompt.h b/gs/src/gscompt.h index b85a771a9..a62004a74 100644 --- a/gs/src/gscompt.h +++ b/gs/src/gscompt.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Abstract types for compositing objects */ #ifndef gscompt_INCLUDED diff --git a/gs/src/gscoord.c b/gs/src/gscoord.c index 7d3a01be2..61839041a 100644 --- a/gs/src/gscoord.c +++ b/gs/src/gscoord.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Coordinate system operators for Ghostscript library */ #include "math_.h" #include "gx.h" diff --git a/gs/src/gscoord.h b/gs/src/gscoord.h index 7aaec6863..31d8e0db6 100644 --- a/gs/src/gscoord.h +++ b/gs/src/gscoord.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to graphics state CTM procedures */ /* Requires gsmatrix.h and gsstate.h */ diff --git a/gs/src/gscparam.c b/gs/src/gscparam.c index b23512d97..e04971430 100644 --- a/gs/src/gscparam.c +++ b/gs/src/gscparam.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Default implementation of parameter lists */ #include "memory_.h" #include "string_.h" diff --git a/gs/src/gscpixel.c b/gs/src/gscpixel.c index 46566722f..05d507c70 100644 --- a/gs/src/gscpixel.c +++ b/gs/src/gscpixel.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* DevicePixel color space and operation definition */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gscpixel.h b/gs/src/gscpixel.h index 8b75b7e7f..4198fb853 100644 --- a/gs/src/gscpixel.h +++ b/gs/src/gscpixel.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to DevicePixel color space */ /* Requires gscspace.h */ diff --git a/gs/src/gscpm.h b/gs/src/gscpm.h index d0706158d..7cd07ce4d 100644 --- a/gs/src/gscpm.h +++ b/gs/src/gscpm.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Charpath mode and cache device status definitions */ #ifndef gscpm_INCLUDED diff --git a/gs/src/gscrd.c b/gs/src/gscrd.c index 179f5f81a..2366637d3 100644 --- a/gs/src/gscrd.c +++ b/gs/src/gscrd.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* CIE color rendering dictionary creation */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gscrd.h b/gs/src/gscrd.h index 966862134..46c659b0a 100644 --- a/gs/src/gscrd.h +++ b/gs/src/gscrd.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface for CIE color rendering dictionary creation */ #ifndef gscrd_INCLUDED diff --git a/gs/src/gscrdp.c b/gs/src/gscrdp.c index 1092f816b..faadd25d9 100644 --- a/gs/src/gscrdp.c +++ b/gs/src/gscrdp.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* CIE color rendering dictionary creation */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gscrdp.h b/gs/src/gscrdp.h index 0d6bacea9..de60541ed 100644 --- a/gs/src/gscrdp.h +++ b/gs/src/gscrdp.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface for device-specified CRDs */ #ifndef gscrdp_INCLUDED diff --git a/gs/src/gscrypt1.c b/gs/src/gscrypt1.c index dae9e9d96..d04fb1604 100644 --- a/gs/src/gscrypt1.c +++ b/gs/src/gscrypt1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Adobe Type 1 encryption/decryption. */ #include "stdpre.h" #include "gstypes.h" diff --git a/gs/src/gscrypt1.h b/gs/src/gscrypt1.h index 7ec9c9a67..8bd20744f 100644 --- a/gs/src/gscrypt1.h +++ b/gs/src/gscrypt1.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to Adobe Type 1 encryption/decryption. */ #ifndef gscrypt1_INCLUDED diff --git a/gs/src/gscscie.c b/gs/src/gscscie.c index 7dab85a13..805149e77 100644 --- a/gs/src/gscscie.c +++ b/gs/src/gscscie.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* CIE color space management */ #include "math_.h" #include "gx.h" diff --git a/gs/src/gscsel.h b/gs/src/gscsel.h index 56c243bee..e8321afe7 100644 --- a/gs/src/gscsel.h +++ b/gs/src/gscsel.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for color operand selection */ #ifndef gscsel_INCLUDED diff --git a/gs/src/gscsepnm.h b/gs/src/gscsepnm.h index ce35af62e..743fafe6e 100644 --- a/gs/src/gscsepnm.h +++ b/gs/src/gscsepnm.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Standard color space separation names */ #ifndef gscsepnm_INCLUDED diff --git a/gs/src/gscsepr.c b/gs/src/gscsepr.c index 24c26a6ca..2cad37093 100644 --- a/gs/src/gscsepr.c +++ b/gs/src/gscsepr.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Separation color space and operation definition */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gscsepr.h b/gs/src/gscsepr.h index d3de55121..717471c61 100644 --- a/gs/src/gscsepr.h +++ b/gs/src/gscsepr.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Client interface to Separation color */ #ifndef gscsepr_INCLUDED diff --git a/gs/src/gscspace.c b/gs/src/gscspace.c index da39bad71..c2965b0ff 100644 --- a/gs/src/gscspace.c +++ b/gs/src/gscspace.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Color space operators and support */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gscspace.h b/gs/src/gscspace.h index 678f7a807..d97abb4db 100644 --- a/gs/src/gscspace.h +++ b/gs/src/gscspace.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Client interface to color spaces */ #ifndef gscspace_INCLUDED diff --git a/gs/src/gscssub.c b/gs/src/gscssub.c index 9780973db..ffbd59369 100644 --- a/gs/src/gscssub.c +++ b/gs/src/gscssub.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Color space substitution "operators" */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gscssub.h b/gs/src/gscssub.h index 6cf1d55a8..5fd11d352 100644 --- a/gs/src/gscssub.h +++ b/gs/src/gscssub.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Client interface to color space substitution */ #ifndef gscssub_INCLUDED diff --git a/gs/src/gsdcolor.h b/gs/src/gsdcolor.h index ca82323b7..3d8f49560 100644 --- a/gs/src/gsdcolor.h +++ b/gs/src/gsdcolor.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Device color representation for drivers */ #ifndef gsdcolor_INCLUDED diff --git a/gs/src/gsdevice.c b/gs/src/gsdevice.c index 03614ed22..1645c5264 100644 --- a/gs/src/gsdevice.c +++ b/gs/src/gsdevice.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Device operators for Ghostscript library */ #include "ctype_.h" #include "memory_.h" /* for memchr, memcpy */ diff --git a/gs/src/gsdevice.h b/gs/src/gsdevice.h index 326c102b6..e1302b6d8 100644 --- a/gs/src/gsdevice.h +++ b/gs/src/gsdevice.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Device and page control API */ #ifndef gsdevice_INCLUDED diff --git a/gs/src/gsdevmem.c b/gs/src/gsdevmem.c index 4fa86e66f..bb6834797 100644 --- a/gs/src/gsdevmem.c +++ b/gs/src/gsdevmem.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Memory device creation for Ghostscript library */ #include "math_.h" /* for fabs */ #include "memory_.h" diff --git a/gs/src/gsdfilt.c b/gs/src/gsdfilt.c index 49e35b603..4299e76dc 100644 --- a/gs/src/gsdfilt.c +++ b/gs/src/gsdfilt.c @@ -16,7 +16,7 @@ Author: Raph Levien <raph@artofcode.com> */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Functions for managing the device filter stack */ #include "ctype_.h" diff --git a/gs/src/gsdfilt.h b/gs/src/gsdfilt.h index f0c929c4e..5e54bbc09 100644 --- a/gs/src/gsdfilt.h +++ b/gs/src/gsdfilt.h @@ -16,7 +16,7 @@ Author: Raph Levien <raph@artofcode.com> */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ #ifndef gsdfilt_INCLUDED # define gsdfilt_INCLUDED diff --git a/gs/src/gsdll.c b/gs/src/gsdll.c index bde65197b..59709bdaa 100644 --- a/gs/src/gsdll.c +++ b/gs/src/gsdll.c @@ -16,7 +16,7 @@ /* Portions Copyright (C) 1994-2000 Ghostgum Software Pty Ltd. All rights reserved. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Dynamic Link Library interface for OS/2 and MS-Windows Ghostscript */ /* front end to gs.c */ diff --git a/gs/src/gsdll.h b/gs/src/gsdll.h index 7e010e37a..e7b870b27 100644 --- a/gs/src/gsdll.h +++ b/gs/src/gsdll.h @@ -16,7 +16,7 @@ */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* This interface is deprecated and will be removed in future * ghostscript releases. Use the interface described in diff --git a/gs/src/gsdll2.rc b/gs/src/gsdll2.rc index 3f009658d..2f914e671 100644 --- a/gs/src/gsdll2.rc +++ b/gs/src/gsdll2.rc @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Resources for gsdll2.dll, Ghostscript DLL for OS/2 */ ICON 1 gsos2.ico diff --git a/gs/src/gsdll32.rc b/gs/src/gsdll32.rc index a903419af..9e0e8f848 100644 --- a/gs/src/gsdll32.rc +++ b/gs/src/gsdll32.rc @@ -15,7 +15,7 @@ */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ #include <windows.h> #include "gp_mswin.h" diff --git a/gs/src/gsdllos2.h b/gs/src/gsdllos2.h index ed8a13f1b..281ea63b5 100644 --- a/gs/src/gsdllos2.h +++ b/gs/src/gsdllos2.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* gsdll extension for OS/2 platforms */ #ifndef gsdllos2_INCLUDED diff --git a/gs/src/gsdllwin.h b/gs/src/gsdllwin.h index e484f8ca1..b0eac64a1 100644 --- a/gs/src/gsdllwin.h +++ b/gs/src/gsdllwin.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* gsdll extension for Microsoft Windows platforms */ #ifndef gsdllwin_INCLUDED diff --git a/gs/src/gsdparam.c b/gs/src/gsdparam.c index 3fc36d3cd..a99707b5d 100644 --- a/gs/src/gsdparam.c +++ b/gs/src/gsdparam.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Default device parameters for Ghostscript library */ #include "memory_.h" /* for memcpy */ #include "string_.h" /* for strlen */ diff --git a/gs/src/gsdpnext.h b/gs/src/gsdpnext.h index 9638a1633..7544a072c 100644 --- a/gs/src/gsdpnext.h +++ b/gs/src/gsdpnext.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* API for NeXT DPS facilities */ #ifndef gsdpnext_INCLUDED diff --git a/gs/src/gsdps.c b/gs/src/gsdps.c index 6c194bfcb..d2fbf5e41 100644 --- a/gs/src/gsdps.c +++ b/gs/src/gsdps.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Display PostScript extensions */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gsdps.h b/gs/src/gsdps.h index 623313df9..d757efd95 100644 --- a/gs/src/gsdps.h +++ b/gs/src/gsdps.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Client interface to Display PostScript facilities. */ #ifndef gsdps_INCLUDED diff --git a/gs/src/gsdps1.c b/gs/src/gsdps1.c index f24c0e15d..5ccacd0f1 100644 --- a/gs/src/gsdps1.c +++ b/gs/src/gsdps1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Display PostScript graphics additions for Ghostscript library */ #include "math_.h" #include "gx.h" diff --git a/gs/src/gsdsrc.c b/gs/src/gsdsrc.c index 342b94604..4659b757f 100644 --- a/gs/src/gsdsrc.c +++ b/gs/src/gsdsrc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* DataSource procedures */ #include "memory_.h" diff --git a/gs/src/gsdsrc.h b/gs/src/gsdsrc.h index 39027434c..0ec440dcc 100644 --- a/gs/src/gsdsrc.h +++ b/gs/src/gsdsrc.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* DataSource definitions */ #ifndef gsdsrc_INCLUDED diff --git a/gs/src/gserror.h b/gs/src/gserror.h index fc28313db..0c92847fe 100644 --- a/gs/src/gserror.h +++ b/gs/src/gserror.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Error return macros */ #ifndef gserror_INCLUDED diff --git a/gs/src/gserrors.h b/gs/src/gserrors.h index bedc6c7ee..9cfff2c6f 100644 --- a/gs/src/gserrors.h +++ b/gs/src/gserrors.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Error code definitions */ #ifndef gserrors_INCLUDED diff --git a/gs/src/gserver.c b/gs/src/gserver.c index 228739a1a..6b5ce6494 100644 --- a/gs/src/gserver.c +++ b/gs/src/gserver.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Server front end for Ghostscript, replacing gs.c. */ #include "memory_.h" #include "string_.h" diff --git a/gs/src/gsexit.h b/gs/src/gsexit.h index 354800dd5..95abe84d2 100644 --- a/gs/src/gsexit.h +++ b/gs/src/gsexit.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Declarations for exits */ #ifndef gsexit_INCLUDED diff --git a/gs/src/gsfcid.c b/gs/src/gsfcid.c index fd93b743e..99defbb7d 100644 --- a/gs/src/gsfcid.c +++ b/gs/src/gsfcid.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Support for CID-keyed fonts */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gsfcmap.c b/gs/src/gsfcmap.c index e3b5bee3e..5ecc3d199 100644 --- a/gs/src/gsfcmap.c +++ b/gs/src/gsfcmap.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* CMap character decoding */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gsfcmap.h b/gs/src/gsfcmap.h index de3d8bbc5..23524e0c6 100644 --- a/gs/src/gsfcmap.h +++ b/gs/src/gsfcmap.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* CMap data definition */ /* Requires gsstruct.h */ diff --git a/gs/src/gsfemu.c b/gs/src/gsfemu.c index b8990ec6b..5ccba9863 100644 --- a/gs/src/gsfemu.c +++ b/gs/src/gsfemu.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Floating point emulator for gcc */ /* We actually only need arch.h + uint and ulong, but because signal.h */ diff --git a/gs/src/gsflip.c b/gs/src/gsflip.c index 961cde5d9..20a22e2b8 100644 --- a/gs/src/gsflip.c +++ b/gs/src/gsflip.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Routines for "flipping" image data */ #include "gx.h" #include "gserrors.h" /* for rangecheck in sample macros */ diff --git a/gs/src/gsflip.h b/gs/src/gsflip.h index d092b5d20..924a6189f 100644 --- a/gs/src/gsflip.h +++ b/gs/src/gsflip.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to routines for "flipping" image data */ #ifndef gsflip_INCLUDED diff --git a/gs/src/gsfname.c b/gs/src/gsfname.c index 0c4baf6b0..48abc2738 100644 --- a/gs/src/gsfname.c +++ b/gs/src/gsfname.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* File name utilities */ #include "memory_.h" #include "gserror.h" diff --git a/gs/src/gsfname.h b/gs/src/gsfname.h index d0024d192..dd564fe8e 100644 --- a/gs/src/gsfname.h +++ b/gs/src/gsfname.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ #ifndef gsfname_INCLUDED # define gsfname_INCLUDED diff --git a/gs/src/gsfont.c b/gs/src/gsfont.c index 76c632748..29b5673c8 100644 --- a/gs/src/gsfont.c +++ b/gs/src/gsfont.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Font operators for Ghostscript library */ #include "gx.h" #include "memory_.h" diff --git a/gs/src/gsfont.h b/gs/src/gsfont.h index ff5038055..0ddaddfc4 100644 --- a/gs/src/gsfont.h +++ b/gs/src/gsfont.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic font and font cache interface */ /* Requires gsmatrix.h */ diff --git a/gs/src/gsfont0.c b/gs/src/gsfont0.c index fd445c279..b7b970a34 100644 --- a/gs/src/gsfont0.c +++ b/gs/src/gsfont0.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Composite font operations for Ghostscript library */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gsfunc.c b/gs/src/gsfunc.c index 4d1cda4c2..4c3a0fb6a 100644 --- a/gs/src/gsfunc.c +++ b/gs/src/gsfunc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic Function support */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gsfunc.h b/gs/src/gsfunc.h index 60729d88c..f90c62dbe 100644 --- a/gs/src/gsfunc.h +++ b/gs/src/gsfunc.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic definitions for Functions */ #ifndef gsfunc_INCLUDED diff --git a/gs/src/gsfunc0.c b/gs/src/gsfunc0.c index 5f65963fc..744dc8a4e 100644 --- a/gs/src/gsfunc0.c +++ b/gs/src/gsfunc0.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Implementation of FunctionType 0 (Sampled) Functions */ #include "math_.h" #include "gx.h" diff --git a/gs/src/gsfunc0.h b/gs/src/gsfunc0.h index d18937b8c..f16b3c343 100644 --- a/gs/src/gsfunc0.h +++ b/gs/src/gsfunc0.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for FunctionType 0 (Sampled) Functions */ #ifndef gsfunc0_INCLUDED diff --git a/gs/src/gsfunc3.c b/gs/src/gsfunc3.c index 616572ff6..1a4f4a6ea 100644 --- a/gs/src/gsfunc3.c +++ b/gs/src/gsfunc3.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Implementation of LL3 Functions */ #include "math_.h" #include "gx.h" diff --git a/gs/src/gsfunc3.h b/gs/src/gsfunc3.h index 6121e9827..7cb58605f 100644 --- a/gs/src/gsfunc3.h +++ b/gs/src/gsfunc3.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for LL3 Functions */ #ifndef gsfunc3_INCLUDED diff --git a/gs/src/gsfunc4.c b/gs/src/gsfunc4.c index bc58eb6eb..8a3dc2408 100644 --- a/gs/src/gsfunc4.c +++ b/gs/src/gsfunc4.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Implementation of FunctionType 4 (PostScript Calculator) Functions */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gsfunc4.h b/gs/src/gsfunc4.h index 08a3b19c2..b095495c6 100644 --- a/gs/src/gsfunc4.h +++ b/gs/src/gsfunc4.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for "PostScript Calculator" Functions */ #ifndef gsfunc4_INCLUDED diff --git a/gs/src/gsfuncv.c b/gs/src/gsfuncv.c index a97d4a8fe..d8427b128 100644 --- a/gs/src/gsfuncv.c +++ b/gs/src/gsfuncv.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* "Vanilla" Function support */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gsfuncv.h b/gs/src/gsfuncv.h index d48a383ee..e08649b05 100644 --- a/gs/src/gsfuncv.h +++ b/gs/src/gsfuncv.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for "Vanilla" Functions */ #ifndef gsfuncv_INCLUDED diff --git a/gs/src/gsgc.h b/gs/src/gsgc.h index 43cd4df23..418ec07d2 100644 --- a/gs/src/gsgc.h +++ b/gs/src/gsgc.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Library-level interface to garbage collector */ /* diff --git a/gs/src/gsgdata.c b/gs/src/gsgdata.c index 7bf513f4d..4bd6e818d 100644 --- a/gs/src/gsgdata.c +++ b/gs/src/gsgdata.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Support for glyph data access */ #include "memory_.h" diff --git a/gs/src/gsgdata.h b/gs/src/gsgdata.h index 5e9880f3a..587177e90 100644 --- a/gs/src/gsgdata.h +++ b/gs/src/gsgdata.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface for glyph data access */ #ifndef gsgdata_INCLUDED diff --git a/gs/src/gshsb.c b/gs/src/gshsb.c index 487d51cf8..fdf431387 100644 --- a/gs/src/gshsb.c +++ b/gs/src/gshsb.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* HSB color operators for Ghostscript library */ #include "gx.h" #include "gscolor.h" diff --git a/gs/src/gshsb.h b/gs/src/gshsb.h index 227ce1e94..e298a6899 100644 --- a/gs/src/gshsb.h +++ b/gs/src/gshsb.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Client interface to HSB color routines */ #ifndef gshsb_INCLUDED diff --git a/gs/src/gsht.c b/gs/src/gsht.c index ce1468482..c64de39bc 100644 --- a/gs/src/gsht.c +++ b/gs/src/gsht.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* setscreen operator for Ghostscript library */ #include "memory_.h" #include <stdlib.h> /* for qsort */ diff --git a/gs/src/gsht.h b/gs/src/gsht.h index a7fa4229f..828a355f0 100644 --- a/gs/src/gsht.h +++ b/gs/src/gsht.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Public interface to halftone functionality */ #ifndef gsht_INCLUDED diff --git a/gs/src/gsht1.c b/gs/src/gsht1.c index 060cd6f90..51e50dff1 100644 --- a/gs/src/gsht1.c +++ b/gs/src/gsht1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Extended halftone operators for Ghostscript library */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gsht1.h b/gs/src/gsht1.h index 32aa9754b..0b135e649 100644 --- a/gs/src/gsht1.h +++ b/gs/src/gsht1.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Extended public interface to halftones */ #ifndef gsht1_INCLUDED diff --git a/gs/src/gshtscr.c b/gs/src/gshtscr.c index 4a4d74e68..4fca3e5fe 100644 --- a/gs/src/gshtscr.c +++ b/gs/src/gshtscr.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Screen (Type 1) halftone processing for Ghostscript library */ #include "math_.h" #include "gx.h" diff --git a/gs/src/gshtx.c b/gs/src/gshtx.c index 4ac4d4652..9f5ea77c7 100644 --- a/gs/src/gshtx.c +++ b/gs/src/gshtx.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Stand-alone halftone/transfer function related code */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gshtx.h b/gs/src/gshtx.h index 70b289ceb..0c66c33f9 100644 --- a/gs/src/gshtx.h +++ b/gs/src/gshtx.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* High-level interface to stand-alone halftone/transfer objects */ #ifndef gshtx_INCLUDED diff --git a/gs/src/gsicc.c b/gs/src/gsicc.c index 62fa5ea1d..ac46edf28 100644 --- a/gs/src/gsicc.c +++ b/gs/src/gsicc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /* Implementation of the ICCBased color space family */ #include "math_.h" diff --git a/gs/src/gsicc.h b/gs/src/gsicc.h index cac86e739..1d5393652 100644 --- a/gs/src/gsicc.h +++ b/gs/src/gsicc.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /* Structures for ICCBased color space parameters */ /* requires: gspsace.h, gscolor2.h */ diff --git a/gs/src/gsimage.c b/gs/src/gsimage.c index 01617c38d..515305d70 100644 --- a/gs/src/gsimage.c +++ b/gs/src/gsimage.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Image setup procedures for Ghostscript library */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gsimage.h b/gs/src/gsimage.h index 1e737fe9d..a7733e203 100644 --- a/gs/src/gsimage.h +++ b/gs/src/gsimage.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic image rendering interface */ /* Requires gsstate.h */ diff --git a/gs/src/gsimpath.c b/gs/src/gsimpath.c index b08e4640f..3c81d7b15 100644 --- a/gs/src/gsimpath.c +++ b/gs/src/gsimpath.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Image to outline conversion for Ghostscript library */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gsinit.c b/gs/src/gsinit.c index d2cf7b357..062e43593 100644 --- a/gs/src/gsinit.c +++ b/gs/src/gsinit.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Initialization for the imager */ #include "stdio_.h" #include "memory_.h" diff --git a/gs/src/gsio.h b/gs/src/gsio.h index 993b84d42..647e6f9b9 100644 --- a/gs/src/gsio.h +++ b/gs/src/gsio.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* stdio redirection */ #ifndef gsio_INCLUDED diff --git a/gs/src/gsiodev.c b/gs/src/gsiodev.c index 7bb3627fb..c29f9898c 100644 --- a/gs/src/gsiodev.c +++ b/gs/src/gsiodev.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* IODevice implementation for Ghostscript */ #include "errno_.h" #include "string_.h" diff --git a/gs/src/gsiodevs.c b/gs/src/gsiodevs.c index c8db1a2d8..2429056bc 100644 --- a/gs/src/gsiodevs.c +++ b/gs/src/gsiodevs.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* %stdxxx IODevice implementation for non-PostScript configurations */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gsipar3x.h b/gs/src/gsipar3x.h index 8c652b816..62bd11932 100644 --- a/gs/src/gsipar3x.h +++ b/gs/src/gsipar3x.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Extended ImageType 3 ("3x") image parameter definition */ #ifndef gsipar3x_INCLUDED diff --git a/gs/src/gsiparam.h b/gs/src/gsiparam.h index 652823a15..b872cae01 100644 --- a/gs/src/gsiparam.h +++ b/gs/src/gsiparam.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Image parameter definition */ #ifndef gsiparam_INCLUDED diff --git a/gs/src/gsiparm2.h b/gs/src/gsiparm2.h index d91343cff..4680e9254 100644 --- a/gs/src/gsiparm2.h +++ b/gs/src/gsiparm2.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* ImageType 2 image parameter definition */ #ifndef gsiparm2_INCLUDED diff --git a/gs/src/gsiparm3.h b/gs/src/gsiparm3.h index 8b69d6b28..1c2cd5425 100644 --- a/gs/src/gsiparm3.h +++ b/gs/src/gsiparm3.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* ImageType 3 image parameter definition */ #ifndef gsiparm3_INCLUDED diff --git a/gs/src/gsiparm4.h b/gs/src/gsiparm4.h index c57be1b5d..9b0b31639 100644 --- a/gs/src/gsiparm4.h +++ b/gs/src/gsiparm4.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* ImageType 4 image parameter definition */ #ifndef gsiparm4_INCLUDED diff --git a/gs/src/gsistate.c b/gs/src/gsistate.c index 1bc4bc097..64ebab450 100644 --- a/gs/src/gsistate.c +++ b/gs/src/gsistate.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Imager state housekeeping */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gsjconf.h b/gs/src/gsjconf.h index a6d366f71..922041500 100644 --- a/gs/src/gsjconf.h +++ b/gs/src/gsjconf.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* jconfig.h file for Independent JPEG Group code */ #ifndef gsjconf_INCLUDED diff --git a/gs/src/gsjmorec.h b/gs/src/gsjmorec.h index 497f7efeb..7cda39699 100644 --- a/gs/src/gsjmorec.h +++ b/gs/src/gsjmorec.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* "Wrapper" for Independent JPEG Group code jmorecfg.h */ #ifndef gsjmorec_INCLUDED diff --git a/gs/src/gslib.c b/gs/src/gslib.c index ed8b58a04..8620352d2 100644 --- a/gs/src/gslib.c +++ b/gs/src/gslib.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Test program for Ghostscript library */ /* Capture stdin/out/err before gsio.h redefines them. */ #include "stdio_.h" diff --git a/gs/src/gslib.h b/gs/src/gslib.h index 922082c5b..076b6261a 100644 --- a/gs/src/gslib.h +++ b/gs/src/gslib.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Library initialization and finalization interface */ /* Requires stdio.h, gsmemory.h */ diff --git a/gs/src/gsline.c b/gs/src/gsline.c index f72cfb26a..16e716348 100644 --- a/gs/src/gsline.c +++ b/gs/src/gsline.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Line parameter operators for Ghostscript library */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gsline.h b/gs/src/gsline.h index 89cd56f23..d7d7245ed 100644 --- a/gs/src/gsline.h +++ b/gs/src/gsline.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Line parameter and quality definitions */ #ifndef gsline_INCLUDED diff --git a/gs/src/gslparam.h b/gs/src/gslparam.h index 2dacc2718..c79ab6418 100644 --- a/gs/src/gslparam.h +++ b/gs/src/gslparam.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Line parameter definitions */ #ifndef gslparam_INCLUDED diff --git a/gs/src/gsmalloc.c b/gs/src/gsmalloc.c index d77bcf493..20d855c21 100644 --- a/gs/src/gsmalloc.c +++ b/gs/src/gsmalloc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* C heap allocator */ #include "malloc_.h" #include "gdebug.h" diff --git a/gs/src/gsmalloc.h b/gs/src/gsmalloc.h index 7f2dd17ff..80310c2a5 100644 --- a/gs/src/gsmalloc.h +++ b/gs/src/gsmalloc.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Client interface to default (C heap) allocator */ /* Requires gsmemory.h */ diff --git a/gs/src/gsmatrix.c b/gs/src/gsmatrix.c index 698a7504e..940cd9cd3 100644 --- a/gs/src/gsmatrix.c +++ b/gs/src/gsmatrix.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Matrix operators for Ghostscript library */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gsmatrix.h b/gs/src/gsmatrix.h index 0b79d072c..00b20a679 100644 --- a/gs/src/gsmatrix.h +++ b/gs/src/gsmatrix.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definition of matrices and client interface to matrix routines */ #ifndef gsmatrix_INCLUDED diff --git a/gs/src/gsmdebug.h b/gs/src/gsmdebug.h index 33c2896ed..2f3020637 100644 --- a/gs/src/gsmdebug.h +++ b/gs/src/gsmdebug.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Allocator debugging definitions and interface */ /* Requires gdebug.h (for gs_debug) */ diff --git a/gs/src/gsmemlok.c b/gs/src/gsmemlok.c index 72ac53a0f..1aee6429a 100644 --- a/gs/src/gsmemlok.c +++ b/gs/src/gsmemlok.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Monitor-locked heap memory allocator */ /* Initial version 2/1/98 by John Desrosiers (soho@crl.com) */ diff --git a/gs/src/gsmemlok.h b/gs/src/gsmemlok.h index 67a367a3b..74dd28ad9 100644 --- a/gs/src/gsmemlok.h +++ b/gs/src/gsmemlok.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to monitor-locked heap memory allocator */ /* Initial version 2/1/98 by John Desrosiers (soho@crl.com) */ diff --git a/gs/src/gsmemory.c b/gs/src/gsmemory.c index 357ce7490..e7130c0c6 100644 --- a/gs/src/gsmemory.c +++ b/gs/src/gsmemory.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic allocator support */ #include "memory_.h" #include "gdebug.h" diff --git a/gs/src/gsmemory.h b/gs/src/gsmemory.h index e6f068d88..5a8d83bca 100644 --- a/gs/src/gsmemory.h +++ b/gs/src/gsmemory.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Client interface for memory allocation */ /* diff --git a/gs/src/gsmemraw.h b/gs/src/gsmemraw.h index 73e1db69e..3d380e4b5 100644 --- a/gs/src/gsmemraw.h +++ b/gs/src/gsmemraw.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Client interface for "raw memory" allocator */ /* Initial version 02/03/1998 by John Desrosiers (soho@crl.com) */ diff --git a/gs/src/gsmemret.c b/gs/src/gsmemret.c index da2aa491f..5b1339948 100644 --- a/gs/src/gsmemret.c +++ b/gs/src/gsmemret.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Retrying memory allocator */ #include "gx.h" diff --git a/gs/src/gsmemret.h b/gs/src/gsmemret.h index 16df29474..f98c486ea 100644 --- a/gs/src/gsmemret.h +++ b/gs/src/gsmemret.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to retrying memory allocator */ #if !defined(gsmemret_INCLUDED) diff --git a/gs/src/gsmisc.c b/gs/src/gsmisc.c index 7e7e59b23..705ac08ed 100644 --- a/gs/src/gsmisc.c +++ b/gs/src/gsmisc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Miscellaneous utilities for Ghostscript library */ /* diff --git a/gs/src/gsnogc.c b/gs/src/gsnogc.c index 7177c6369..7c59f34d7 100644 --- a/gs/src/gsnogc.c +++ b/gs/src/gsnogc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* String freelist implementation and ersatz garbage collector */ #include "gx.h" #include "gsmdebug.h" diff --git a/gs/src/gsnogc.h b/gs/src/gsnogc.h index ded3ad101..cf2f55f3d 100644 --- a/gs/src/gsnogc.h +++ b/gs/src/gsnogc.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to non-tracing GC */ #ifndef gsnogc_INCLUDED diff --git a/gs/src/gsnorop.c b/gs/src/gsnorop.c index 888ad2074..c70aa9791 100644 --- a/gs/src/gsnorop.c +++ b/gs/src/gsnorop.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Stubs for unimplemented RasterOp */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gsnotify.c b/gs/src/gsnotify.c index d09b84905..2ea25b1da 100644 --- a/gs/src/gsnotify.c +++ b/gs/src/gsnotify.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Notification machinery implementation */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gsnotify.h b/gs/src/gsnotify.h index 38038e4c3..c64c5ebf6 100644 --- a/gs/src/gsnotify.h +++ b/gs/src/gsnotify.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Notification machinery */ #ifndef gsnotify_INCLUDED diff --git a/gs/src/gsos2.rc b/gs/src/gsos2.rc index b1838df1a..7a9ff95a7 100644 --- a/gs/src/gsos2.rc +++ b/gs/src/gsos2.rc @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Resources for gsos2.exe, Ghostscript for OS/2 */ ICON 1 obj\gsos2.ico diff --git a/gs/src/gspaint.c b/gs/src/gspaint.c index c4e81242d..c79a13ce1 100644 --- a/gs/src/gspaint.c +++ b/gs/src/gspaint.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Painting procedures for Ghostscript library */ #include "math_.h" /* for fabs */ #include "gx.h" diff --git a/gs/src/gspaint.h b/gs/src/gspaint.h index 69b24ff9b..78179e1c2 100644 --- a/gs/src/gspaint.h +++ b/gs/src/gspaint.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Erase/fill/stroke procedures */ /* Requires gsstate.h */ diff --git a/gs/src/gsparam.c b/gs/src/gsparam.c index aba71094a..e0afa8b83 100644 --- a/gs/src/gsparam.c +++ b/gs/src/gsparam.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Support for parameter lists */ #include "memory_.h" #include "string_.h" diff --git a/gs/src/gsparam.h b/gs/src/gsparam.h index 247665e81..e1522d084 100644 --- a/gs/src/gsparam.h +++ b/gs/src/gsparam.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Client interface to parameter dictionaries */ #ifndef gsparam_INCLUDED diff --git a/gs/src/gsparam2.c b/gs/src/gsparam2.c index 732b54936..23a05e779 100644 --- a/gs/src/gsparam2.c +++ b/gs/src/gsparam2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Serialize and unserialize parameter lists */ /* Initial version 2/1/98 by John Desrosiers (soho@crl.com) */ diff --git a/gs/src/gsparams.c b/gs/src/gsparams.c index 84a644da1..044372c47 100644 --- a/gs/src/gsparams.c +++ b/gs/src/gsparams.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic parameter list serializer & expander */ /* Initial version 2/1/98 by John Desrosiers (soho@crl.com) */ diff --git a/gs/src/gsparams.h b/gs/src/gsparams.h index 48da478b6..a7755e013 100644 --- a/gs/src/gsparams.h +++ b/gs/src/gsparams.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Serializer/expander for gs_parm_list's */ #ifndef gsparams_INCLUDED diff --git a/gs/src/gsparamx.c b/gs/src/gsparamx.c index f0e50a8f1..48062cf70 100644 --- a/gs/src/gsparamx.c +++ b/gs/src/gsparamx.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Extended parameter dictionary utilities */ #include "string_.h" #include "gserror.h" diff --git a/gs/src/gsparamx.h b/gs/src/gsparamx.h index 53de3af31..f9d2b90f9 100644 --- a/gs/src/gsparamx.h +++ b/gs/src/gsparamx.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to extended parameter dictionary utilities */ #ifndef gsparamx_INCLUDED diff --git a/gs/src/gspath.c b/gs/src/gspath.c index 9d256ac49..601a3f3e6 100644 --- a/gs/src/gspath.c +++ b/gs/src/gspath.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Basic path routines for Ghostscript library */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gspath.h b/gs/src/gspath.h index bbd72927e..95135f230 100644 --- a/gs/src/gspath.h +++ b/gs/src/gspath.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Graphics state path procedures */ /* Requires gsstate.h */ diff --git a/gs/src/gspath1.c b/gs/src/gspath1.c index 939310f30..b66b7d735 100644 --- a/gs/src/gspath1.c +++ b/gs/src/gspath1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Additional PostScript Level 1 path routines for Ghostscript library */ #include "math_.h" #include "gx.h" diff --git a/gs/src/gspath2.h b/gs/src/gspath2.h index 823be1d4a..61cc0071e 100644 --- a/gs/src/gspath2.h +++ b/gs/src/gspath2.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Level 2 graphics state path procedures */ /* Requires gsmatrix.h */ diff --git a/gs/src/gspcolor.c b/gs/src/gspcolor.c index 5310be023..2135bb794 100644 --- a/gs/src/gspcolor.c +++ b/gs/src/gspcolor.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Pattern color operators and procedures for Ghostscript library */ #include "math_.h" #include "gx.h" diff --git a/gs/src/gspcolor.h b/gs/src/gspcolor.h index ba62e6579..8c13802fc 100644 --- a/gs/src/gspcolor.h +++ b/gs/src/gspcolor.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Client interface to Pattern color */ #ifndef gspcolor_INCLUDED diff --git a/gs/src/gspenum.h b/gs/src/gspenum.h index ca50d7524..8662e3d8f 100644 --- a/gs/src/gspenum.h +++ b/gs/src/gspenum.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Common definitions for client interface to path enumeration */ #ifndef gspenum_INCLUDED diff --git a/gs/src/gspmdrv.c b/gs/src/gspmdrv.c index 0e562d89f..c87e106c9 100644 --- a/gs/src/gspmdrv.c +++ b/gs/src/gspmdrv.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Presentation Manager driver for Ghostscript */ /* Written by Russell Lang */ diff --git a/gs/src/gspmdrv.h b/gs/src/gspmdrv.h index a21dc405e..3d44c128d 100644 --- a/gs/src/gspmdrv.h +++ b/gs/src/gspmdrv.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions common to gspmdrv.c and gspmdrv.rc */ #ifndef gspmdrv_INCLUDED diff --git a/gs/src/gspmdrv.rc b/gs/src/gspmdrv.rc index fbe418897..5bc3ae77b 100644 --- a/gs/src/gspmdrv.rc +++ b/gs/src/gspmdrv.rc @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ /* Resources for gspmdrv.exe, the PM display driver for Ghostscript */ #include <os2.h> diff --git a/gs/src/gsptype1.c b/gs/src/gsptype1.c index 053a3e652..162c8b978 100644 --- a/gs/src/gsptype1.c +++ b/gs/src/gsptype1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* PatternType 1 pattern implementation */ #include "math_.h" #include "gx.h" diff --git a/gs/src/gsptype1.h b/gs/src/gsptype1.h index 4b88229a3..9aeb995ca 100644 --- a/gs/src/gsptype1.h +++ b/gs/src/gsptype1.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Client interface to PatternType 1 Patterns */ #ifndef gsptype1_INCLUDED diff --git a/gs/src/gsptype2.c b/gs/src/gsptype2.c index 23e9150be..06140689e 100644 --- a/gs/src/gsptype2.c +++ b/gs/src/gsptype2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* PatternType 2 implementation */ #include "gx.h" #include "gscspace.h" diff --git a/gs/src/gsptype2.h b/gs/src/gsptype2.h index 5bf6be890..781aa87e2 100644 --- a/gs/src/gsptype2.h +++ b/gs/src/gsptype2.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Client interface to PatternType 2 Patterns */ #ifndef gsptype2_INCLUDED diff --git a/gs/src/gsrect.h b/gs/src/gsrect.h index 1def69909..626fd4610 100644 --- a/gs/src/gsrect.h +++ b/gs/src/gsrect.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Rectangle utilities */ #ifndef gsrect_INCLUDED diff --git a/gs/src/gsrefct.h b/gs/src/gsrefct.h index 8cef617ad..20e95437f 100644 --- a/gs/src/gsrefct.h +++ b/gs/src/gsrefct.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Reference counting definitions */ #ifndef gsrefct_INCLUDED diff --git a/gs/src/gsrop.c b/gs/src/gsrop.c index f66ce4836..51a284038 100644 --- a/gs/src/gsrop.c +++ b/gs/src/gsrop.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* RasterOp / transparency accessing for library */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gsrop.h b/gs/src/gsrop.h index 1da1fec99..3ce28cfe3 100644 --- a/gs/src/gsrop.h +++ b/gs/src/gsrop.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* RasterOp / transparency procedure interface */ #ifndef gsrop_INCLUDED diff --git a/gs/src/gsropc.c b/gs/src/gsropc.c index ceb738736..59ccdd7bb 100644 --- a/gs/src/gsropc.c +++ b/gs/src/gsropc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* RasterOp-compositing implementation */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gsropc.h b/gs/src/gsropc.h index ac0f9c753..0c73b7a51 100644 --- a/gs/src/gsropc.h +++ b/gs/src/gsropc.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* RasterOp-compositing interface */ #ifndef gsropc_INCLUDED diff --git a/gs/src/gsropt.h b/gs/src/gsropt.h index 48d33395d..97c6f3df4 100644 --- a/gs/src/gsropt.h +++ b/gs/src/gsropt.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* RasterOp / transparency type definitions */ #ifndef gsropt_INCLUDED diff --git a/gs/src/gsroptab.c b/gs/src/gsroptab.c index 759741a61..de8fae15b 100644 --- a/gs/src/gsroptab.c +++ b/gs/src/gsroptab.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Table of RasterOp procedures */ #include "stdpre.h" #include "gsropt.h" diff --git a/gs/src/gsshade.c b/gs/src/gsshade.c index 90e4c193f..5e0f6339f 100644 --- a/gs/src/gsshade.c +++ b/gs/src/gsshade.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Constructors for shadings */ #include "gx.h" #include "gscspace.h" diff --git a/gs/src/gsshade.h b/gs/src/gsshade.h index ae4a25fb5..8d32245af 100644 --- a/gs/src/gsshade.h +++ b/gs/src/gsshade.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for shading */ #ifndef gsshade_INCLUDED diff --git a/gs/src/gsstate.c b/gs/src/gsstate.c index e2e6a544a..345384835 100644 --- a/gs/src/gsstate.c +++ b/gs/src/gsstate.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Miscellaneous graphics state operators for Ghostscript library */ #include "gx.h" #include "memory_.h" diff --git a/gs/src/gsstate.h b/gs/src/gsstate.h index 7af0e0a73..6d1a58b51 100644 --- a/gs/src/gsstate.h +++ b/gs/src/gsstate.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Public graphics state API */ #ifndef gsstate_INCLUDED diff --git a/gs/src/gsstruct.h b/gs/src/gsstruct.h index a6383ca8e..fd1922134 100644 --- a/gs/src/gsstruct.h +++ b/gs/src/gsstruct.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for Ghostscript modules that define allocatable structures */ /* Requires gstypes.h */ diff --git a/gs/src/gsstype.h b/gs/src/gsstype.h index 7c7c5af35..e774182d2 100644 --- a/gs/src/gsstype.h +++ b/gs/src/gsstype.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definition of structure type descriptors and extern_st */ #ifndef gsstype_INCLUDED diff --git a/gs/src/gstext.c b/gs/src/gstext.c index 965376b6c..6c51f7f6d 100644 --- a/gs/src/gstext.c +++ b/gs/src/gstext.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Driver text interface support */ #include "memory_.h" #include "gstypes.h" diff --git a/gs/src/gstext.h b/gs/src/gstext.h index 6184e72f8..a7ce99185 100644 --- a/gs/src/gstext.h +++ b/gs/src/gstext.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Driver interface for text */ #ifndef gstext_INCLUDED diff --git a/gs/src/gstparam.h b/gs/src/gstparam.h index baf66948b..fc6f15544 100644 --- a/gs/src/gstparam.h +++ b/gs/src/gstparam.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Transparency parameter definitions */ #ifndef gstparam_INCLUDED diff --git a/gs/src/gstrans.c b/gs/src/gstrans.c index b57f424fc..6bad4c951 100644 --- a/gs/src/gstrans.c +++ b/gs/src/gstrans.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Implementation of transparency, other than rendering */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gstrans.h b/gs/src/gstrans.h index f75b2c263..496255ae5 100644 --- a/gs/src/gstrans.h +++ b/gs/src/gstrans.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Transparency definitions and interface */ #ifndef gstrans_INCLUDED diff --git a/gs/src/gstrap.c b/gs/src/gstrap.c index c51ef9856..b88d8eedc 100644 --- a/gs/src/gstrap.c +++ b/gs/src/gstrap.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Setting trapping parameters and zones */ #include "string_.h" #include "gx.h" diff --git a/gs/src/gstrap.h b/gs/src/gstrap.h index 571ddf8cf..d3f5e4f07 100644 --- a/gs/src/gstrap.h +++ b/gs/src/gstrap.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for trapping parameters and zones */ #ifndef gstrap_INCLUDED diff --git a/gs/src/gstype1.c b/gs/src/gstype1.c index 092fab3e9..86dd09d6a 100644 --- a/gs/src/gstype1.c +++ b/gs/src/gstype1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Adobe Type 1 charstring interpreter */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gstype1.h b/gs/src/gstype1.h index 37600befd..951c46aeb 100644 --- a/gs/src/gstype1.h +++ b/gs/src/gstype1.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Client interface to Adobe Type 1 font routines */ #ifndef gstype1_INCLUDED diff --git a/gs/src/gstype2.c b/gs/src/gstype2.c index 6b5b7e19d..4d9b6b6c8 100644 --- a/gs/src/gstype2.c +++ b/gs/src/gstype2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Adobe Type 2 charstring interpreter */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gstype42.c b/gs/src/gstype42.c index cdbb311db..a96628a21 100644 --- a/gs/src/gstype42.c +++ b/gs/src/gstype42.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Type 42 (TrueType) font library routines */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gstypes.h b/gs/src/gstypes.h index fa54cd1c6..d45e8e6e2 100644 --- a/gs/src/gstypes.h +++ b/gs/src/gstypes.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Miscellaneous common types for Ghostscript library */ #ifndef gstypes_INCLUDED diff --git a/gs/src/gsuid.h b/gs/src/gsuid.h index e81bb11f2..3c77e7012 100644 --- a/gs/src/gsuid.h +++ b/gs/src/gsuid.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Unique id definitions for Ghostscript */ #ifndef gsuid_INCLUDED diff --git a/gs/src/gsutil.c b/gs/src/gsutil.c index 5be85d625..412251457 100644 --- a/gs/src/gsutil.c +++ b/gs/src/gsutil.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Utilities for Ghostscript library */ #include "string_.h" #include "memory_.h" diff --git a/gs/src/gsutil.h b/gs/src/gsutil.h index 5bad960bb..514f96823 100644 --- a/gs/src/gsutil.h +++ b/gs/src/gsutil.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Prototypes for procedures in gsutil.c */ #ifndef gsutil_INCLUDED diff --git a/gs/src/gswin.rc b/gs/src/gswin.rc index 57dbcb831..e5e5c2db3 100644 --- a/gs/src/gswin.rc +++ b/gs/src/gswin.rc @@ -15,7 +15,7 @@ */ -/*$RCSfile$ $Revision$*/ +/* $Id$*/ #include <windows.h> #include "dwmain.h" diff --git a/gs/src/gsxfont.h b/gs/src/gsxfont.h index 343a0ec8e..aa6c45580 100644 --- a/gs/src/gsxfont.h +++ b/gs/src/gsxfont.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* External font client definitions for Ghostscript library */ #ifndef gsxfont_INCLUDED diff --git a/gs/src/gx.h b/gs/src/gx.h index 0cf227f09..1e607624a 100644 --- a/gs/src/gx.h +++ b/gs/src/gx.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Common internal definitions for Ghostscript library */ #ifndef gx_INCLUDED diff --git a/gs/src/gxacpath.c b/gs/src/gxacpath.c index cf61946f1..fcc6f8e20 100644 --- a/gs/src/gxacpath.c +++ b/gs/src/gxacpath.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Accumulator for clipping paths */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gxalloc.h b/gs/src/gxalloc.h index e69debe2f..5aa9fc126 100644 --- a/gs/src/gxalloc.h +++ b/gs/src/gxalloc.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Structure definitions for standard allocator */ /* Requires gsmemory.h, gsstruct.h */ diff --git a/gs/src/gxalpha.h b/gs/src/gxalpha.h index 9e8024d40..bc25715bc 100644 --- a/gs/src/gxalpha.h +++ b/gs/src/gxalpha.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal machinery for alpha channel support */ #ifndef gxalpha_INCLUDED diff --git a/gs/src/gxarith.h b/gs/src/gxarith.h index 6a84c6042..0cb1a8f9a 100644 --- a/gs/src/gxarith.h +++ b/gs/src/gxarith.h @@ -17,7 +17,7 @@ #ifndef gxarith_INCLUDED # define gxarith_INCLUDED -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Arithmetic macros for Ghostscript library */ /* Define an in-line abs function, good for any signed numeric type. */ diff --git a/gs/src/gxband.h b/gs/src/gxband.h index f783d1441..88adfee47 100644 --- a/gs/src/gxband.h +++ b/gs/src/gxband.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Band-processing parameters for Ghostscript */ #ifndef gxband_INCLUDED diff --git a/gs/src/gxbcache.c b/gs/src/gxbcache.c index e72a8882a..4950e56e0 100644 --- a/gs/src/gxbcache.c +++ b/gs/src/gxbcache.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Bitmap cache implementation */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gxbcache.h b/gs/src/gxbcache.h index cf1d50859..23b834a2f 100644 --- a/gs/src/gxbcache.h +++ b/gs/src/gxbcache.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Bitmap cache structures */ #ifndef gxbcache_INCLUDED diff --git a/gs/src/gxbitfmt.h b/gs/src/gxbitfmt.h index fb496e422..48590e601 100644 --- a/gs/src/gxbitfmt.h +++ b/gs/src/gxbitfmt.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for bitmap storage formats */ #ifndef gxbitfmt_INCLUDED diff --git a/gs/src/gxbitmap.h b/gs/src/gxbitmap.h index 4bbdb4012..6b50e665a 100644 --- a/gs/src/gxbitmap.h +++ b/gs/src/gxbitmap.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for stored bitmaps for Ghostscript */ #ifndef gxbitmap_INCLUDED diff --git a/gs/src/gxbitops.h b/gs/src/gxbitops.h index add2d819c..8960a2370 100644 --- a/gs/src/gxbitops.h +++ b/gs/src/gxbitops.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal definitions for bitmap operations */ #ifndef gxbitops_INCLUDED diff --git a/gs/src/gxblend.c b/gs/src/gxblend.c index c7178b598..73dd471b6 100644 --- a/gs/src/gxblend.c +++ b/gs/src/gxblend.c @@ -16,7 +16,7 @@ Author: Raph Levien <raph@artofcode.com> */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* PDF 1.4 blending functions */ #include "memory_.h" diff --git a/gs/src/gxblend.h b/gs/src/gxblend.h index 656c9c861..1ab0faa6d 100644 --- a/gs/src/gxblend.h +++ b/gs/src/gxblend.h @@ -16,7 +16,7 @@ Author: Raph Levien <raph@artofcode.com> */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* PDF 1.4 blending functions */ #ifndef gxblend_INCLUDED diff --git a/gs/src/gxccache.c b/gs/src/gxccache.c index 763839487..940db3d50 100644 --- a/gs/src/gxccache.c +++ b/gs/src/gxccache.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Fast case character cache routines for Ghostscript library */ #include "gx.h" #include "gpcheck.h" diff --git a/gs/src/gxccman.c b/gs/src/gxccman.c index fa062549b..a85372aab 100644 --- a/gs/src/gxccman.c +++ b/gs/src/gxccman.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Character cache management routines for Ghostscript library */ #include "gx.h" #include "memory_.h" diff --git a/gs/src/gxcdevn.h b/gs/src/gxcdevn.h index b83d913f8..f453f7ed6 100644 --- a/gs/src/gxcdevn.h +++ b/gs/src/gxcdevn.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal definitions for DeviceN color spaces */ #ifndef gxcdevn_INCLUDED diff --git a/gs/src/gxchar.c b/gs/src/gxchar.c index 79490ffbe..1ee8605f8 100644 --- a/gs/src/gxchar.c +++ b/gs/src/gxchar.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Default implementation of text writing */ #include "gx.h" #include "memory_.h" diff --git a/gs/src/gxchar.h b/gs/src/gxchar.h index b431f3cf3..e60eaa4dd 100644 --- a/gs/src/gxchar.h +++ b/gs/src/gxchar.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal character definition for Ghostscript library */ /* Requires gsmatrix.h, gxfixed.h */ diff --git a/gs/src/gxchrout.c b/gs/src/gxchrout.c index b87d8c412..74ff88c9a 100644 --- a/gs/src/gxchrout.c +++ b/gs/src/gxchrout.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ #include "math_.h" #include "gx.h" #include "gxchrout.h" diff --git a/gs/src/gxchrout.h b/gs/src/gxchrout.h index 055742320..46817e42d 100644 --- a/gs/src/gxchrout.h +++ b/gs/src/gxchrout.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Shared procedures for outline character rendering */ #ifndef gxchrout_INCLUDED diff --git a/gs/src/gxcht.c b/gs/src/gxcht.c index 4f7f16806..44eb78b08 100644 --- a/gs/src/gxcht.c +++ b/gs/src/gxcht.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Color halftone rendering for Ghostscript imaging library */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gxcid.h b/gs/src/gxcid.h index 2d8f95289..50a53b0f9 100644 --- a/gs/src/gxcid.h +++ b/gs/src/gxcid.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Common data definitions for CMaps and CID-keyed fonts */ #ifndef gxcid_INCLUDED diff --git a/gs/src/gxcie.h b/gs/src/gxcie.h index 3e04e449b..9712c5a8e 100644 --- a/gs/src/gxcie.h +++ b/gs/src/gxcie.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal definitions for CIE color implementation */ /* Requires gxcspace.h */ diff --git a/gs/src/gxcindex.h b/gs/src/gxcindex.h index 777702c2a..737b767c7 100644 --- a/gs/src/gxcindex.h +++ b/gs/src/gxcindex.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Define the device color index type and macros */ #ifndef gxcindex_INCLUDED diff --git a/gs/src/gxclbits.c b/gs/src/gxclbits.c index f9c87decf..b037f9ab0 100644 --- a/gs/src/gxclbits.c +++ b/gs/src/gxclbits.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Halftone and bitmap writing for command lists */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gxcldev.h b/gs/src/gxcldev.h index 1282f3b16..996813645 100644 --- a/gs/src/gxcldev.h +++ b/gs/src/gxcldev.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal definitions for Ghostscript command lists. */ #ifndef gxcldev_INCLUDED diff --git a/gs/src/gxclfile.c b/gs/src/gxclfile.c index b5efddc1b..a74a0eb4c 100644 --- a/gs/src/gxclfile.c +++ b/gs/src/gxclfile.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* File-based command list implementation */ #include "stdio_.h" #include "string_.h" diff --git a/gs/src/gxclimag.c b/gs/src/gxclimag.c index 45c617194..da95d2f14 100644 --- a/gs/src/gxclimag.c +++ b/gs/src/gxclimag.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Higher-level image operations for band lists */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gxclio.h b/gs/src/gxclio.h index 239c81f32..5a1ae9183 100644 --- a/gs/src/gxclio.h +++ b/gs/src/gxclio.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* I/O interface for command lists */ #ifndef gxclio_INCLUDED diff --git a/gs/src/gxclip.c b/gs/src/gxclip.c index 5d80c71bd..c200ae8c0 100644 --- a/gs/src/gxclip.c +++ b/gs/src/gxclip.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Implementation of (path-based) clipping */ #include "gx.h" #include "gxdevice.h" diff --git a/gs/src/gxclip.h b/gs/src/gxclip.h index 16875cb41..b67b15e23 100644 --- a/gs/src/gxclip.h +++ b/gs/src/gxclip.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal definitions for clipping */ #ifndef gxclip_INCLUDED diff --git a/gs/src/gxclip2.c b/gs/src/gxclip2.c index c0c5cc0dd..abe7d6359 100644 --- a/gs/src/gxclip2.c +++ b/gs/src/gxclip2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Mask clipping for patterns */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gxclip2.h b/gs/src/gxclip2.h index 6a837f71e..20778ff9b 100644 --- a/gs/src/gxclip2.h +++ b/gs/src/gxclip2.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Tiled mask clipping device and interface */ #ifndef gxclip2_INCLUDED diff --git a/gs/src/gxclipm.c b/gs/src/gxclipm.c index c922a1eeb..263aaba41 100644 --- a/gs/src/gxclipm.c +++ b/gs/src/gxclipm.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Mask clipping device */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gxclipm.h b/gs/src/gxclipm.h index 0cb93b86d..722639418 100644 --- a/gs/src/gxclipm.h +++ b/gs/src/gxclipm.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for mask clip device */ /* Requires gsstruct.h, gxdevice.h, gxdevmem.h */ diff --git a/gs/src/gxclipsr.h b/gs/src/gxclipsr.h index 666088f17..8d3c8a856 100644 --- a/gs/src/gxclipsr.h +++ b/gs/src/gxclipsr.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internals of clipsave/cliprestore */ #ifndef gxclipsr_INCLUDED diff --git a/gs/src/gxclist.c b/gs/src/gxclist.c index 3d059491e..290be91e0 100644 --- a/gs/src/gxclist.c +++ b/gs/src/gxclist.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Command list document- and page-level code. */ #include "memory_.h" #include "string_.h" diff --git a/gs/src/gxclist.h b/gs/src/gxclist.h index 46bf8aa4a..6fc1b20de 100644 --- a/gs/src/gxclist.h +++ b/gs/src/gxclist.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Command list definitions for Ghostscript. */ /* Requires gxdevice.h and gxdevmem.h */ diff --git a/gs/src/gxcllzw.c b/gs/src/gxcllzw.c index f86ee3e10..1f3b6f5c9 100644 --- a/gs/src/gxcllzw.c +++ b/gs/src/gxcllzw.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* LZW filter initialization for RAM-based band lists */ #include "std.h" #include "gstypes.h" diff --git a/gs/src/gxclmem.c b/gs/src/gxclmem.c index 3ab14e150..66da0c354 100644 --- a/gs/src/gxclmem.c +++ b/gs/src/gxclmem.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* RAM-based command list implementation */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gxclmem.h b/gs/src/gxclmem.h index 2a099c1b3..372ba4815 100644 --- a/gs/src/gxclmem.h +++ b/gs/src/gxclmem.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions and declarations for clist implementation in memory. */ #ifndef gxclmem_INCLUDED diff --git a/gs/src/gxclpage.c b/gs/src/gxclpage.c index 2348a80fc..fd0d64285 100644 --- a/gs/src/gxclpage.c +++ b/gs/src/gxclpage.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Page object management */ #include "gdevprn.h" #include "gxcldev.h" diff --git a/gs/src/gxclpage.h b/gs/src/gxclpage.h index a463c0d6f..6a8b8567a 100644 --- a/gs/src/gxclpage.h +++ b/gs/src/gxclpage.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Command list procedures for saved pages */ /* Requires gdevprn.h, gxclist.h */ diff --git a/gs/src/gxclpath.c b/gs/src/gxclpath.c index 998ef70b2..6e3aa33d7 100644 --- a/gs/src/gxclpath.c +++ b/gs/src/gxclpath.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Higher-level path operations for band lists */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gxclpath.h b/gs/src/gxclpath.h index f59f49d80..25cc3696c 100644 --- a/gs/src/gxclpath.h +++ b/gs/src/gxclpath.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions and support procedures for higher-level band list commands */ /* Extends (requires) gxcldev.h */ diff --git a/gs/src/gxclrast.c b/gs/src/gxclrast.c index 2382e05cf..55fea569a 100644 --- a/gs/src/gxclrast.c +++ b/gs/src/gxclrast.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Command list interpreter/rasterizer */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gxclread.c b/gs/src/gxclread.c index 5ecbf463b..ad4ee4e8e 100644 --- a/gs/src/gxclread.c +++ b/gs/src/gxclread.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Command list reading for Ghostscript. */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gxclrect.c b/gs/src/gxclrect.c index 46b99bb83..dcc262b1d 100644 --- a/gs/src/gxclrect.c +++ b/gs/src/gxclrect.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Rectangle-oriented command writing for command list */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gxclutil.c b/gs/src/gxclutil.c index 4278ce833..33c37e46f 100644 --- a/gs/src/gxclutil.c +++ b/gs/src/gxclutil.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Command list writing utilities. */ #include "memory_.h" diff --git a/gs/src/gxclzlib.c b/gs/src/gxclzlib.c index 980854588..8275d3d56 100644 --- a/gs/src/gxclzlib.c +++ b/gs/src/gxclzlib.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* zlib filter initialization for RAM-based band lists */ /* Must be compiled with -I$(ZSRCDIR) */ #include "std.h" diff --git a/gs/src/gxcmap.c b/gs/src/gxcmap.c index 7f73b9483..47b4921f7 100644 --- a/gs/src/gxcmap.c +++ b/gs/src/gxcmap.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Color mapping for Ghostscript */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gxcmap.h b/gs/src/gxcmap.h index 3e2486187..946ee6550 100644 --- a/gs/src/gxcmap.h +++ b/gs/src/gxcmap.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Color mapping procedures */ /* Requires gxdcolor.h. */ diff --git a/gs/src/gxcolor2.h b/gs/src/gxcolor2.h index 01909c784..edc7e5abc 100644 --- a/gs/src/gxcolor2.h +++ b/gs/src/gxcolor2.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal definitions for Level 2 color routines */ /* Requires gsstruct.h, gxfixed.h */ diff --git a/gs/src/gxcomp.h b/gs/src/gxcomp.h index 7a8184fc6..0eaf7cdd9 100644 --- a/gs/src/gxcomp.h +++ b/gs/src/gxcomp.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for implementing compositing functions */ #ifndef gxcomp_INCLUDED diff --git a/gs/src/gxcoord.h b/gs/src/gxcoord.h index 93cc47d53..de1d6c71b 100644 --- a/gs/src/gxcoord.h +++ b/gs/src/gxcoord.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal graphics state CTM procedures */ /* Requires gxmatrix.h and gzstate.h */ diff --git a/gs/src/gxcpath.c b/gs/src/gxcpath.c index 6ef3c743f..215278472 100644 --- a/gs/src/gxcpath.c +++ b/gs/src/gxcpath.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Implementation of clipping paths, other than actual clipping */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gxcpath.h b/gs/src/gxcpath.h index 526581751..4f4481091 100644 --- a/gs/src/gxcpath.h +++ b/gs/src/gxcpath.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for clipping lists and devices */ /* Requires gxdevice.h */ diff --git a/gs/src/gxcspace.h b/gs/src/gxcspace.h index d03943a89..b12087595 100644 --- a/gs/src/gxcspace.h +++ b/gs/src/gxcspace.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Implementation of color spaces */ /* Requires gsstruct.h */ diff --git a/gs/src/gxctable.c b/gs/src/gxctable.c index d2311bbf5..78cb709bb 100644 --- a/gs/src/gxctable.c +++ b/gs/src/gxctable.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Color table lookup and interpolation */ #include "gx.h" #include "gxfixed.h" diff --git a/gs/src/gxctable.h b/gs/src/gxctable.h index bbaaa927e..72558b1e7 100644 --- a/gs/src/gxctable.h +++ b/gs/src/gxctable.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to color table lookup and interpolation */ #ifndef gxctable_INCLUDED diff --git a/gs/src/gxcvalue.h b/gs/src/gxcvalue.h index 5c1f2e552..d5caabfdb 100644 --- a/gs/src/gxcvalue.h +++ b/gs/src/gxcvalue.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definition of device color values */ #ifndef gxcvalue_INCLUDED diff --git a/gs/src/gxdcconv.c b/gs/src/gxdcconv.c index d9c8f3444..b92fe92cd 100644 --- a/gs/src/gxdcconv.c +++ b/gs/src/gxdcconv.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Conversion between device color spaces for Ghostscript */ #include "gx.h" #include "gsdcolor.h" /* for gxcmap.h */ diff --git a/gs/src/gxdcconv.h b/gs/src/gxdcconv.h index e96459bfc..c3e5aacd1 100644 --- a/gs/src/gxdcconv.h +++ b/gs/src/gxdcconv.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal device color conversion interfaces */ #ifndef gxdcconv_INCLUDED diff --git a/gs/src/gxdcolor.c b/gs/src/gxdcolor.c index 1e68fd264..c5d930178 100644 --- a/gs/src/gxdcolor.c +++ b/gs/src/gxdcolor.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Pure and null device color implementation */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gxdcolor.h b/gs/src/gxdcolor.h index 3502b2395..eb9cc10d4 100644 --- a/gs/src/gxdcolor.h +++ b/gs/src/gxdcolor.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Device color representation for Ghostscript */ #ifndef gxdcolor_INCLUDED diff --git a/gs/src/gxdda.h b/gs/src/gxdda.h index 5abc5c095..14d65f5d6 100644 --- a/gs/src/gxdda.h +++ b/gs/src/gxdda.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for DDAs */ /* Requires gxfixed.h */ diff --git a/gs/src/gxdevbuf.h b/gs/src/gxdevbuf.h index 5c466fdd5..0b354d9a1 100644 --- a/gs/src/gxdevbuf.h +++ b/gs/src/gxdevbuf.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for device buffer management */ #ifndef gxdevbuf_INCLUDED diff --git a/gs/src/gxdevcli.h b/gs/src/gxdevcli.h index 143adfacf..b611ca0dd 100644 --- a/gs/src/gxdevcli.h +++ b/gs/src/gxdevcli.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for device clients */ #ifndef gxdevcli_INCLUDED diff --git a/gs/src/gxdevice.h b/gs/src/gxdevice.h index 2d5a44153..d035e8c95 100644 --- a/gs/src/gxdevice.h +++ b/gs/src/gxdevice.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for device implementors */ #ifndef gxdevice_INCLUDED diff --git a/gs/src/gxdevmem.h b/gs/src/gxdevmem.h index 4dec94b2b..b30e7a09e 100644 --- a/gs/src/gxdevmem.h +++ b/gs/src/gxdevmem.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Structure and procedures for memory devices */ /* Requires gxdevice.h */ diff --git a/gs/src/gxdevrop.h b/gs/src/gxdevrop.h index b50808402..13891ccf6 100644 --- a/gs/src/gxdevrop.h +++ b/gs/src/gxdevrop.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Extension of gxdevice.h for RasterOp */ #ifndef gxdevrop_INCLUDED diff --git a/gs/src/gxdht.h b/gs/src/gxdht.h index eafc6dc94..4b3d9cc54 100644 --- a/gs/src/gxdht.h +++ b/gs/src/gxdht.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definition of device halftones */ #ifndef gxdht_INCLUDED diff --git a/gs/src/gxdhtres.h b/gs/src/gxdhtres.h index b36ca3e74..d3070aa8b 100644 --- a/gs/src/gxdhtres.h +++ b/gs/src/gxdhtres.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for precompiled halftone resources */ #ifndef gxdhtres_INCLUDED diff --git a/gs/src/gxdither.c b/gs/src/gxdither.c index beeeb957d..e38b35859 100644 --- a/gs/src/gxdither.c +++ b/gs/src/gxdither.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ #include "gx.h" #include "gsstruct.h" #include "gsdcolor.h" diff --git a/gs/src/gxdither.h b/gs/src/gxdither.h index 1e71db356..20e18219d 100644 --- a/gs/src/gxdither.h +++ b/gs/src/gxdither.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to gxdither.c */ #ifndef gxdither_INCLUDED diff --git a/gs/src/gxfapi.c b/gs/src/gxfapi.c index 2e666203b..4771eaf06 100644 --- a/gs/src/gxfapi.c +++ b/gs/src/gxfapi.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Font API support */ /* GS includes : */ diff --git a/gs/src/gxfapi.h b/gs/src/gxfapi.h index 3a8eee9a7..335da1125 100644 --- a/gs/src/gxfapi.h +++ b/gs/src/gxfapi.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Font API support */ #ifndef gxfapi_INCLUDED diff --git a/gs/src/gxfarith.h b/gs/src/gxfarith.h index 747fa3958..b04c3efed 100644 --- a/gs/src/gxfarith.h +++ b/gs/src/gxfarith.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Floating point arithmetic macros for Ghostscript library */ #ifndef gxfarith_INCLUDED diff --git a/gs/src/gxfcache.h b/gs/src/gxfcache.h index 4c79f3e8c..9cb7b3ee8 100644 --- a/gs/src/gxfcache.h +++ b/gs/src/gxfcache.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Font and character cache definitions and procedures */ /* Requires gsfont.h */ diff --git a/gs/src/gxfcid.h b/gs/src/gxfcid.h index dc8cf9731..67199a229 100644 --- a/gs/src/gxfcid.h +++ b/gs/src/gxfcid.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for CID-keyed fonts */ #ifndef gxfcid_INCLUDED diff --git a/gs/src/gxfcmap.h b/gs/src/gxfcmap.h index 797c5b599..726f46517 100644 --- a/gs/src/gxfcmap.h +++ b/gs/src/gxfcmap.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal CMap structure definitions */ /* This file should be called gxcmap.h, except that name is already used. */ diff --git a/gs/src/gxfill.c b/gs/src/gxfill.c index ed40747b5..72c719513 100644 --- a/gs/src/gxfill.c +++ b/gs/src/gxfill.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Lower-level path filling procedures */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gxfixed.h b/gs/src/gxfixed.h index 9aec61f60..0c9b43caa 100644 --- a/gs/src/gxfixed.h +++ b/gs/src/gxfixed.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Fixed-point arithmetic for Ghostscript */ #ifndef gxfixed_INCLUDED diff --git a/gs/src/gxfmap.h b/gs/src/gxfmap.h index 8a22a2a0a..bbf70693c 100644 --- a/gs/src/gxfmap.h +++ b/gs/src/gxfmap.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Fraction map representation for Ghostscript */ #ifndef gxfmap_INCLUDED diff --git a/gs/src/gxfont.h b/gs/src/gxfont.h index 45e825416..dc69da1b0 100644 --- a/gs/src/gxfont.h +++ b/gs/src/gxfont.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Font object structure */ /* Requires gsmatrix.h, gxdevice.h */ diff --git a/gs/src/gxfont0.h b/gs/src/gxfont0.h index 0103231d7..2c8307413 100644 --- a/gs/src/gxfont0.h +++ b/gs/src/gxfont0.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Type 0 (composite) font data definition */ #ifndef gxfont0_INCLUDED diff --git a/gs/src/gxfont1.h b/gs/src/gxfont1.h index 39a2547d6..ebd4f47e0 100644 --- a/gs/src/gxfont1.h +++ b/gs/src/gxfont1.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Type 1 / Type 2 font data definition */ #ifndef gxfont1_INCLUDED diff --git a/gs/src/gxfont42.h b/gs/src/gxfont42.h index ac7be6e5d..ff3b2de14 100644 --- a/gs/src/gxfont42.h +++ b/gs/src/gxfont42.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Type 42 font data definition */ #ifndef gxfont42_INCLUDED diff --git a/gs/src/gxfrac.h b/gs/src/gxfrac.h index 171d6ddc8..8bf61020d 100644 --- a/gs/src/gxfrac.h +++ b/gs/src/gxfrac.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Fraction representation for Ghostscript */ #ifndef gxfrac_INCLUDED diff --git a/gs/src/gxftype.h b/gs/src/gxftype.h index 070f41f4d..f7aaf05b8 100644 --- a/gs/src/gxftype.h +++ b/gs/src/gxftype.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definition of font type and bitmap font behavior */ #ifndef gxftype_INCLUDED diff --git a/gs/src/gxfunc.h b/gs/src/gxfunc.h index 3ac5dfd1e..76570f9f0 100644 --- a/gs/src/gxfunc.h +++ b/gs/src/gxfunc.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal definitions for Functions */ #ifndef gxfunc_INCLUDED diff --git a/gs/src/gxgetbit.h b/gs/src/gxgetbit.h index 3336c7de4..d39bfcd78 100644 --- a/gs/src/gxgetbit.h +++ b/gs/src/gxgetbit.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface for get_bits_rectangle driver procedure */ #ifndef gxgetbit_INCLUDED diff --git a/gs/src/gxhint1.c b/gs/src/gxhint1.c index bdba00e92..e1ab2627d 100644 --- a/gs/src/gxhint1.c +++ b/gs/src/gxhint1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Font level hints for Type 1 fonts */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gxhint2.c b/gs/src/gxhint2.c index 9edd9655a..91a86d499 100644 --- a/gs/src/gxhint2.c +++ b/gs/src/gxhint2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Character level hints for Type 1 fonts. */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gxhint3.c b/gs/src/gxhint3.c index b96bf53b3..c395cffd5 100644 --- a/gs/src/gxhint3.c +++ b/gs/src/gxhint3.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Apply hints for Type 1 fonts. */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gxht.c b/gs/src/gxht.c index ac3c7aadd..911bf771f 100644 --- a/gs/src/gxht.c +++ b/gs/src/gxht.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Halftone rendering for imaging library */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gxht.h b/gs/src/gxht.h index 7a3707760..52c57dbfe 100644 --- a/gs/src/gxht.h +++ b/gs/src/gxht.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Rest of (client) halftone definitions */ #ifndef gxht_INCLUDED diff --git a/gs/src/gxhtbit.c b/gs/src/gxhtbit.c index b6237bd60..3ee976e3c 100644 --- a/gs/src/gxhtbit.c +++ b/gs/src/gxhtbit.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Halftone bit updating for imaging library */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gxhttile.h b/gs/src/gxhttile.h index 2c5490f7d..bdaca39d7 100644 --- a/gs/src/gxhttile.h +++ b/gs/src/gxhttile.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Halftone tile definition */ /* Requires gxbitmap.h */ diff --git a/gs/src/gxhttype.h b/gs/src/gxhttype.h index 8eb918d61..be5ad81ca 100644 --- a/gs/src/gxhttype.h +++ b/gs/src/gxhttype.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Client halftone type enumeration */ #ifndef gxhttype_INCLUDED diff --git a/gs/src/gxi12bit.c b/gs/src/gxi12bit.c index c5dabeb94..b5a2b4153 100644 --- a/gs/src/gxi12bit.c +++ b/gs/src/gxi12bit.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* 12-bit image procedures */ #include "gx.h" #include "memory_.h" diff --git a/gs/src/gxiclass.h b/gs/src/gxiclass.h index 9ce496168..9f6871282 100644 --- a/gs/src/gxiclass.h +++ b/gs/src/gxiclass.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Define image rendering algorithm classes */ #ifndef gxiclass_INCLUDED diff --git a/gs/src/gxicolor.c b/gs/src/gxicolor.c index a427facb3..50bd8aa66 100644 --- a/gs/src/gxicolor.c +++ b/gs/src/gxicolor.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Color image rendering */ #include "gx.h" #include "memory_.h" diff --git a/gs/src/gxidata.c b/gs/src/gxidata.c index 081a6495b..e48fbca92 100644 --- a/gs/src/gxidata.c +++ b/gs/src/gxidata.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic image enumeration and cleanup */ #include "gx.h" #include "memory_.h" diff --git a/gs/src/gxifast.c b/gs/src/gxifast.c index e3949aea1..d5c86ddee 100644 --- a/gs/src/gxifast.c +++ b/gs/src/gxifast.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Fast monochrome image rendering */ #include "gx.h" #include "memory_.h" diff --git a/gs/src/gximag3x.c b/gs/src/gximag3x.c index e80be7bf0..ca5031a1c 100644 --- a/gs/src/gximag3x.c +++ b/gs/src/gximag3x.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* ImageType 3x image implementation */ /****** THE REAL WORK IS NYI ******/ #include "math_.h" /* for ceil, floor */ diff --git a/gs/src/gximag3x.h b/gs/src/gximag3x.h index 643c95978..572971499 100644 --- a/gs/src/gximag3x.h +++ b/gs/src/gximag3x.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* ImageType 3x internal API */ #ifndef gximag3x_INCLUDED diff --git a/gs/src/gximage.c b/gs/src/gximage.c index 2270c6547..89ffc7c39 100644 --- a/gs/src/gximage.c +++ b/gs/src/gximage.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic image support */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gximage.h b/gs/src/gximage.h index 92cd3cb63..6628ba197 100644 --- a/gs/src/gximage.h +++ b/gs/src/gximage.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Default image rendering state structure */ /* Requires gxcpath.h, gxdevmem.h, gxdcolor.h, gzpath.h */ diff --git a/gs/src/gximage1.c b/gs/src/gximage1.c index 0c455620f..e2745c8bf 100644 --- a/gs/src/gximage1.c +++ b/gs/src/gximage1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* ImageType 1 initialization */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gximage2.c b/gs/src/gximage2.c index b2d7a03df..5376b8e09 100644 --- a/gs/src/gximage2.c +++ b/gs/src/gximage2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* ImageType 2 image implementation */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gximage3.c b/gs/src/gximage3.c index 64fcb26ca..6c32ff1a7 100644 --- a/gs/src/gximage3.c +++ b/gs/src/gximage3.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* ImageType 3 image implementation */ #include "math_.h" /* for ceil, floor */ #include "memory_.h" diff --git a/gs/src/gximage3.h b/gs/src/gximage3.h index 2c0b8d4e1..864def102 100644 --- a/gs/src/gximage3.h +++ b/gs/src/gximage3.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* ImageType 3 internal API */ #ifndef gximage3_INCLUDED diff --git a/gs/src/gximage4.c b/gs/src/gximage4.c index d211a6118..cbcd84fc6 100644 --- a/gs/src/gximage4.c +++ b/gs/src/gximage4.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* ImageType 4 image implementation */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gximono.c b/gs/src/gximono.c index 210e47f4c..d66722365 100644 --- a/gs/src/gximono.c +++ b/gs/src/gximono.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* General mono-component image rendering */ #include "gx.h" #include "memory_.h" diff --git a/gs/src/gxino12b.c b/gs/src/gxino12b.c index d85e05f81..6d28d7d93 100644 --- a/gs/src/gxino12b.c +++ b/gs/src/gxino12b.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Dummy 12-bit image procedure */ #include "std.h" #include "gstypes.h" diff --git a/gs/src/gxiodev.h b/gs/src/gxiodev.h index ce902bed2..0c167c77a 100644 --- a/gs/src/gxiodev.h +++ b/gs/src/gxiodev.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Structure and default implementation of IODvices */ /* Requires gsmemory.h */ diff --git a/gs/src/gxiparam.h b/gs/src/gxiparam.h index 913f88348..ada87249c 100644 --- a/gs/src/gxiparam.h +++ b/gs/src/gxiparam.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for implementors of image types */ #ifndef gxiparam_INCLUDED diff --git a/gs/src/gxipixel.c b/gs/src/gxipixel.c index ece1f9d6b..9729d8fe9 100644 --- a/gs/src/gxipixel.c +++ b/gs/src/gxipixel.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Common code for ImageType 1 and 4 initialization */ #include "gx.h" #include "math_.h" diff --git a/gs/src/gxiscale.c b/gs/src/gxiscale.c index 934119a37..3f2676cc3 100644 --- a/gs/src/gxiscale.c +++ b/gs/src/gxiscale.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interpolated image procedures */ #include "gx.h" #include "math_.h" diff --git a/gs/src/gxistate.h b/gs/src/gxistate.h index 8bf4ee04d..1888de9c4 100644 --- a/gs/src/gxistate.h +++ b/gs/src/gxistate.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Imager state definition */ #ifndef gxistate_INCLUDED diff --git a/gs/src/gxline.h b/gs/src/gxline.h index b8ba54c54..44ed698b5 100644 --- a/gs/src/gxline.h +++ b/gs/src/gxline.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Private line parameter definitions */ #ifndef gxline_INCLUDED diff --git a/gs/src/gxlum.h b/gs/src/gxlum.h index 968a992b5..5d4bea7c0 100644 --- a/gs/src/gxlum.h +++ b/gs/src/gxlum.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Luminance computation parameters for Ghostscript */ #ifndef gxlum_INCLUDED diff --git a/gs/src/gxmatrix.h b/gs/src/gxmatrix.h index 2001171b3..693dd91b7 100644 --- a/gs/src/gxmatrix.h +++ b/gs/src/gxmatrix.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal matrix routines for Ghostscript library */ #ifndef gxmatrix_INCLUDED diff --git a/gs/src/gxmclip.c b/gs/src/gxmclip.c index e7ff908f9..6e4b9e91c 100644 --- a/gs/src/gxmclip.c +++ b/gs/src/gxmclip.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Mask clipping support */ #include "gx.h" #include "gxdevice.h" diff --git a/gs/src/gxmclip.h b/gs/src/gxmclip.h index 7fc793e9f..d7c0b072a 100644 --- a/gs/src/gxmclip.h +++ b/gs/src/gxmclip.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Mask clipping device and interface */ /* Requires gxdevice.h, gxdevmem.h */ diff --git a/gs/src/gxobj.h b/gs/src/gxobj.h index 504dd13e6..a0a2dd410 100644 --- a/gs/src/gxobj.h +++ b/gs/src/gxobj.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Memory manager implementation structures for Ghostscript */ #ifndef gxobj_INCLUDED diff --git a/gs/src/gxop1.h b/gs/src/gxop1.h index 0f6c8f035..1bdc2767f 100644 --- a/gs/src/gxop1.h +++ b/gs/src/gxop1.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Type 1 state shared between interpreter and compiled fonts. */ #ifndef gxop1_INCLUDED diff --git a/gs/src/gxp1fill.c b/gs/src/gxp1fill.c index 150745fac..ed8dc9046 100644 --- a/gs/src/gxp1fill.c +++ b/gs/src/gxp1fill.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* PatternType 1 filling algorithms */ #include "math_.h" #include "gx.h" diff --git a/gs/src/gxp1impl.h b/gs/src/gxp1impl.h index b6573f444..61d0f2ff8 100644 --- a/gs/src/gxp1impl.h +++ b/gs/src/gxp1impl.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* PatternType 1 implementation interface */ /* Requires gxpcolor.h */ diff --git a/gs/src/gxpageq.c b/gs/src/gxpageq.c index aea99e267..eb3b08340 100644 --- a/gs/src/gxpageq.c +++ b/gs/src/gxpageq.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Page queue implementation */ /* Initial version 2/1/98 by John Desrosiers (soho@crl.com) */ diff --git a/gs/src/gxpageq.h b/gs/src/gxpageq.h index 072e8c579..b22301c31 100644 --- a/gs/src/gxpageq.h +++ b/gs/src/gxpageq.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Page queue implementation */ /* Initial version 2/1/98 by John Desrosiers (soho@crl.com) */ diff --git a/gs/src/gxpaint.c b/gs/src/gxpaint.c index 275a34262..2e3326344 100644 --- a/gs/src/gxpaint.c +++ b/gs/src/gxpaint.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Graphics-state-aware fill and stroke procedures */ #include "gx.h" #include "gzstate.h" diff --git a/gs/src/gxpaint.h b/gs/src/gxpaint.h index 6b8e28716..71d799c82 100644 --- a/gs/src/gxpaint.h +++ b/gs/src/gxpaint.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal interface to fill/stroke */ /* Requires gsropt.h, gxfixed.h, gxpath.h */ diff --git a/gs/src/gxpath.c b/gs/src/gxpath.c index a1c5e75aa..96f305615 100644 --- a/gs/src/gxpath.c +++ b/gs/src/gxpath.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal path management routines for Ghostscript library */ #include "gx.h" #include "gserrors.h" diff --git a/gs/src/gxpath.h b/gs/src/gxpath.h index 9c5dbe901..9173ad4f6 100644 --- a/gs/src/gxpath.h +++ b/gs/src/gxpath.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Fixed-point path procedures */ /* Requires gxfixed.h */ diff --git a/gs/src/gxpath2.c b/gs/src/gxpath2.c index 9b976bb64..4dd07fced 100644 --- a/gs/src/gxpath2.c +++ b/gs/src/gxpath2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Path tracing procedures for Ghostscript library */ #include "math_.h" #include "gx.h" diff --git a/gs/src/gxpcache.h b/gs/src/gxpcache.h index 9bc70a426..e251ffb54 100644 --- a/gs/src/gxpcache.h +++ b/gs/src/gxpcache.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definition of Pattern cache */ #ifndef gxpcache_INCLUDED diff --git a/gs/src/gxpcmap.c b/gs/src/gxpcmap.c index 1ef8c53f6..625dcf77a 100644 --- a/gs/src/gxpcmap.c +++ b/gs/src/gxpcmap.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Pattern color mapping for Ghostscript library */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gxpcolor.h b/gs/src/gxpcolor.h index 588bfa3aa..f5348e1bd 100644 --- a/gs/src/gxpcolor.h +++ b/gs/src/gxpcolor.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Pattern color and tile structures and procedures */ /* Requires gsmatrix.h, gxcolor2.h, gxdcolor.h */ diff --git a/gs/src/gxpcopy.c b/gs/src/gxpcopy.c index 2ed05b8db..ed3fb1628 100644 --- a/gs/src/gxpcopy.c +++ b/gs/src/gxpcopy.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Path copying and flattening */ #include "math_.h" #include "gx.h" diff --git a/gs/src/gxpdash.c b/gs/src/gxpdash.c index 22fbc1f9d..1c72e0da7 100644 --- a/gs/src/gxpdash.c +++ b/gs/src/gxpdash.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Dash expansion for paths */ #include "math_.h" #include "gx.h" diff --git a/gs/src/gxpflat.c b/gs/src/gxpflat.c index c160263db..3182352a3 100644 --- a/gs/src/gxpflat.c +++ b/gs/src/gxpflat.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Path flattening algorithms */ #include "gx.h" #include "gxarith.h" diff --git a/gs/src/gxropc.h b/gs/src/gxropc.h index bca36dbb1..f7dbd6dee 100644 --- a/gs/src/gxropc.h +++ b/gs/src/gxropc.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internals for RasterOp compositing */ #ifndef gxropc_INCLUDED diff --git a/gs/src/gxrplane.h b/gs/src/gxrplane.h index 1ae0bbc12..613d5ae1b 100644 --- a/gs/src/gxrplane.h +++ b/gs/src/gxrplane.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for planar rendering */ #ifndef gxrplane_INCLUDED diff --git a/gs/src/gxsample.c b/gs/src/gxsample.c index 9b5098f0b..34b59b143 100644 --- a/gs/src/gxsample.c +++ b/gs/src/gxsample.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Sample unpacking procedures */ #include "gx.h" #include "gxsample.h" diff --git a/gs/src/gxsample.h b/gs/src/gxsample.h index 83063c73d..306ab7199 100644 --- a/gs/src/gxsample.h +++ b/gs/src/gxsample.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Sample lookup and expansion */ #ifndef gxsample_INCLUDED diff --git a/gs/src/gxshade.c b/gs/src/gxshade.c index bc8e9b5f9..fa8a89053 100644 --- a/gs/src/gxshade.c +++ b/gs/src/gxshade.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Shading rendering support */ #include "math_.h" #include "gx.h" diff --git a/gs/src/gxshade.h b/gs/src/gxshade.h index e27d6c453..b38d51eab 100644 --- a/gs/src/gxshade.h +++ b/gs/src/gxshade.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal definitions for shading rendering */ #ifndef gxshade_INCLUDED diff --git a/gs/src/gxshade1.c b/gs/src/gxshade1.c index f630a1944..4dd6bf986 100644 --- a/gs/src/gxshade1.c +++ b/gs/src/gxshade1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Rendering for non-mesh shadings */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gxshade4.c b/gs/src/gxshade4.c index 0e051f528..faf80b303 100644 --- a/gs/src/gxshade4.c +++ b/gs/src/gxshade4.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Rendering for Gouraud triangle shadings */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/gxshade4.h b/gs/src/gxshade4.h index bb1676ada..96fad1833 100644 --- a/gs/src/gxshade4.h +++ b/gs/src/gxshade4.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal definitions for triangle shading rendering */ #ifndef gxshade4_INCLUDED diff --git a/gs/src/gxshade6.c b/gs/src/gxshade6.c index f5dc9d656..86e8d36dd 100644 --- a/gs/src/gxshade6.c +++ b/gs/src/gxshade6.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Rendering for Coons and tensor patch shadings */ #include "memory_.h" #include "gx.h" diff --git a/gs/src/gxstate.h b/gs/src/gxstate.h index e64d982da..ea2c13fb1 100644 --- a/gs/src/gxstate.h +++ b/gs/src/gxstate.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal graphics state API */ #ifndef gxstate_INCLUDED diff --git a/gs/src/gxstdio.h b/gs/src/gxstdio.h index cb5347cc9..89a9f4c75 100644 --- a/gs/src/gxstdio.h +++ b/gs/src/gxstdio.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* stdio back door */ #ifndef gxstdio_INCLUDED diff --git a/gs/src/gxstroke.c b/gs/src/gxstroke.c index 21980020a..2dffe3003 100644 --- a/gs/src/gxstroke.c +++ b/gs/src/gxstroke.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Path stroking procedures for Ghostscript library */ #include "math_.h" #include "gx.h" diff --git a/gs/src/gxsync.c b/gs/src/gxsync.c index f4eefa1c1..6592bfa51 100644 --- a/gs/src/gxsync.c +++ b/gs/src/gxsync.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to platform-based synchronization primitives */ /* Initial version 2/1/98 by John Desrosiers (soho@crl.com) */ diff --git a/gs/src/gxsync.h b/gs/src/gxsync.h index b49d97f86..fb1a1b6cc 100644 --- a/gs/src/gxsync.h +++ b/gs/src/gxsync.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to synchronization primitives */ /* Initial version 2/1/98 by John Desrosiers (soho@crl.com) */ diff --git a/gs/src/gxtext.h b/gs/src/gxtext.h index a6d069b40..f155950ab 100644 --- a/gs/src/gxtext.h +++ b/gs/src/gxtext.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Driver text interface implementation support */ #ifndef gxtext_INCLUDED diff --git a/gs/src/gxtmap.h b/gs/src/gxtmap.h index 2ce2eec38..136414e44 100644 --- a/gs/src/gxtmap.h +++ b/gs/src/gxtmap.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definition of transfer mapping function */ /* (also used for black generation and undercolor removal) */ diff --git a/gs/src/gxttf.h b/gs/src/gxttf.h index 8229f16d2..62d880559 100644 --- a/gs/src/gxttf.h +++ b/gs/src/gxttf.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Table definitions for TrueType fonts */ #ifndef gxttf_INCLUDED diff --git a/gs/src/gxtype1.c b/gs/src/gxtype1.c index 03d7ff32c..701262b63 100644 --- a/gs/src/gxtype1.c +++ b/gs/src/gxtype1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Adobe Type 1 font interpreter support */ #include "math_.h" #include "gx.h" diff --git a/gs/src/gxtype1.h b/gs/src/gxtype1.h index f8ae0f6c1..8fb251bd7 100644 --- a/gs/src/gxtype1.h +++ b/gs/src/gxtype1.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Private Adobe Type 1 / Type 2 charstring interpreter definitions */ #ifndef gxtype1_INCLUDED diff --git a/gs/src/gxxfont.h b/gs/src/gxxfont.h index fc223617c..49dfb18b9 100644 --- a/gs/src/gxxfont.h +++ b/gs/src/gxxfont.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* External font interface for Ghostscript library */ #ifndef gxxfont_INCLUDED diff --git a/gs/src/gzacpath.h b/gs/src/gzacpath.h index 95a48cfcb..e6ed49b5c 100644 --- a/gs/src/gzacpath.h +++ b/gs/src/gzacpath.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* State and interface definitions for clipping path accumulator */ /* Requires gxdevice.h, gzcpath.h */ diff --git a/gs/src/gzcpath.h b/gs/src/gzcpath.h index ff7ee1a54..c354e7963 100644 --- a/gs/src/gzcpath.h +++ b/gs/src/gzcpath.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Structure definitions for clipping paths */ /* Requires gzpath.h. */ diff --git a/gs/src/gzht.h b/gs/src/gzht.h index a8506ee85..ffa7060f8 100644 --- a/gs/src/gzht.h +++ b/gs/src/gzht.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal procedures for halftones */ /* Requires gxdevice.h, gxdcolor.h */ diff --git a/gs/src/gzline.h b/gs/src/gzline.h index 0d0dfa9fc..8408629c0 100644 --- a/gs/src/gzline.h +++ b/gs/src/gzline.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Line parameter implementation */ #ifndef gzline_INCLUDED diff --git a/gs/src/gzpath.h b/gs/src/gzpath.h index af6031d05..8c232b17c 100644 --- a/gs/src/gzpath.h +++ b/gs/src/gzpath.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Structure and internal procedure definitions for paths */ /* Requires gxfixed.h */ diff --git a/gs/src/gzstate.h b/gs/src/gzstate.h index c4b4db54c..07de8675c 100644 --- a/gs/src/gzstate.h +++ b/gs/src/gzstate.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Private graphics state definition for Ghostscript library */ #ifndef gzstate_INCLUDED diff --git a/gs/src/ialloc.c b/gs/src/ialloc.c index f91330276..6193ad672 100644 --- a/gs/src/ialloc.c +++ b/gs/src/ialloc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Memory allocator for Ghostscript interpreter */ #include "gx.h" #include "memory_.h" diff --git a/gs/src/ialloc.h b/gs/src/ialloc.h index 254455fa4..934a17a52 100644 --- a/gs/src/ialloc.h +++ b/gs/src/ialloc.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to Ghostscript interpreter memory allocator */ #ifndef ialloc_INCLUDED diff --git a/gs/src/iapi.c b/gs/src/iapi.c index a29c6393e..df4229ead 100644 --- a/gs/src/iapi.c +++ b/gs/src/iapi.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /* Public Application Programming Interface to Ghostscript interpreter */ diff --git a/gs/src/iapi.h b/gs/src/iapi.h index 4960b9ec2..06a1d2d5c 100644 --- a/gs/src/iapi.h +++ b/gs/src/iapi.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /* * Public API for Ghostscript interpreter diff --git a/gs/src/iastate.h b/gs/src/iastate.h index a0369afef..407a60ed7 100644 --- a/gs/src/iastate.h +++ b/gs/src/iastate.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Collected definitions for interpreter allocator state */ /* Requires gsmemory.h, gsstruct.h */ diff --git a/gs/src/iastruct.h b/gs/src/iastruct.h index c9b405bb9..988881f81 100644 --- a/gs/src/iastruct.h +++ b/gs/src/iastruct.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interpreter memory manager implementation structures */ #ifndef iastruct_INCLUDED diff --git a/gs/src/ibnum.c b/gs/src/ibnum.c index ad383797f..d24cd3e81 100644 --- a/gs/src/ibnum.c +++ b/gs/src/ibnum.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Level 2 encoded number reading utilities for Ghostscript */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/ibnum.h b/gs/src/ibnum.h index fefbcdbce..4de5ac6e2 100644 --- a/gs/src/ibnum.h +++ b/gs/src/ibnum.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Encoded number definitions and support */ /* Requires stream.h */ diff --git a/gs/src/iccfont.c b/gs/src/iccfont.c index bea5f596c..2e6ed96ea 100644 --- a/gs/src/iccfont.c +++ b/gs/src/iccfont.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Initialization support for compiled fonts */ #include "string_.h" diff --git a/gs/src/iccinit0.c b/gs/src/iccinit0.c index 106ec15cf..a6b5a6e55 100644 --- a/gs/src/iccinit0.c +++ b/gs/src/iccinit0.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Initialization string for non-compiled initialization */ #include "stdpre.h" diff --git a/gs/src/icclib.mak b/gs/src/icclib.mak index 0f226e763..aefc18ce1 100644 --- a/gs/src/icclib.mak +++ b/gs/src/icclib.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # makefile for icclib library code. # Users of this makefile must define the following: # GLSRCDIR - the graphic library source directory diff --git a/gs/src/icfontab.c b/gs/src/icfontab.c index 22f19d3dc..6c655e772 100644 --- a/gs/src/icfontab.c +++ b/gs/src/icfontab.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Table of compiled fonts */ #include "ccfont.h" diff --git a/gs/src/ichar.h b/gs/src/ichar.h index d46148abf..55557c105 100644 --- a/gs/src/ichar.h +++ b/gs/src/ichar.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Character rendering operator definitions and support procedures */ /* Requires gstext.h */ diff --git a/gs/src/ichar1.h b/gs/src/ichar1.h index 8d2f6c153..a197f68af 100644 --- a/gs/src/ichar1.h +++ b/gs/src/ichar1.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Type 1 / Type 2 character rendering operator procedures */ #ifndef ichar1_INCLUDED diff --git a/gs/src/icharout.h b/gs/src/icharout.h index 8e45b61d0..a4e8cb2b6 100644 --- a/gs/src/icharout.h +++ b/gs/src/icharout.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to zcharout.c */ #ifndef icharout_INCLUDED diff --git a/gs/src/icid.h b/gs/src/icid.h index 19ad8172a..a0e0e1d6e 100644 --- a/gs/src/icid.h +++ b/gs/src/icid.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to zcid.c */ #ifndef icid_INCLUDED diff --git a/gs/src/icie.h b/gs/src/icie.h index c32ba9609..0c7ccf6b5 100644 --- a/gs/src/icie.h +++ b/gs/src/icie.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal definitions for interpreter CIE color handling */ #ifndef icie_INCLUDED diff --git a/gs/src/icolor.h b/gs/src/icolor.h index 5e372cfd4..44db97c06 100644 --- a/gs/src/icolor.h +++ b/gs/src/icolor.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Declarations for transfer function & similar cache remapping */ #ifndef icolor_INCLUDED diff --git a/gs/src/iconf.c b/gs/src/iconf.c index a237484ed..ba2c7da49 100644 --- a/gs/src/iconf.c +++ b/gs/src/iconf.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Configuration-dependent tables and initialization for interpreter */ #include "stdio_.h" /* stdio for stream.h */ #include "gstypes.h" diff --git a/gs/src/iconf.h b/gs/src/iconf.h index 65c391e2f..2aa0d07cb 100644 --- a/gs/src/iconf.h +++ b/gs/src/iconf.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Collected imports for interpreter configuration and initialization */ #ifndef iconf_INCLUDED diff --git a/gs/src/icontext.c b/gs/src/icontext.c index 0635f4698..63ff12850 100644 --- a/gs/src/icontext.c +++ b/gs/src/icontext.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Context state operations */ #include "ghost.h" #include "gsstruct.h" /* for gxalloc.h */ diff --git a/gs/src/icontext.h b/gs/src/icontext.h index c20b29f92..d3508a8b4 100644 --- a/gs/src/icontext.h +++ b/gs/src/icontext.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Externally visible context state */ /* Requires iref.h, stdio_.h */ diff --git a/gs/src/icremap.h b/gs/src/icremap.h index 8ab8608d7..c867ed5e6 100644 --- a/gs/src/icremap.h +++ b/gs/src/icremap.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interpreter color remapping structure */ #ifndef icremap_INCLUDED diff --git a/gs/src/icsmap.h b/gs/src/icsmap.h index 46d3a9d72..7687a5ee6 100644 --- a/gs/src/icsmap.h +++ b/gs/src/icsmap.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to shared routines for loading the cached color space maps. */ #ifndef icsmap_INCLUDED diff --git a/gs/src/icstate.h b/gs/src/icstate.h index 5d2c93759..7f2298f2a 100644 --- a/gs/src/icstate.h +++ b/gs/src/icstate.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Externally visible context state */ #ifndef icstate_INCLUDED diff --git a/gs/src/iddict.h b/gs/src/iddict.h index ab3934cfa..c34a771f7 100644 --- a/gs/src/iddict.h +++ b/gs/src/iddict.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Dictionary API with implicit dict_stack argument */ #ifndef iddict_INCLUDED diff --git a/gs/src/iddstack.h b/gs/src/iddstack.h index 7f0e64b63..0716b7370 100644 --- a/gs/src/iddstack.h +++ b/gs/src/iddstack.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Dictionary stack API subset needed by idict.h */ #ifndef iddstack_INCLUDED diff --git a/gs/src/idebug.c b/gs/src/idebug.c index 8daa5a747..ce669dda5 100644 --- a/gs/src/idebug.c +++ b/gs/src/idebug.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Debugging support for Ghostscript interpreter */ /* This file must always be compiled with DEBUG set. */ #undef DEBUG diff --git a/gs/src/idebug.h b/gs/src/idebug.h index 69ac4b2fa..a62392758 100644 --- a/gs/src/idebug.h +++ b/gs/src/idebug.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Prototypes for debugging procedures in idebug.c */ #ifndef idebug_INCLUDED diff --git a/gs/src/idict.c b/gs/src/idict.c index 26bfd1900..66cabcc05 100644 --- a/gs/src/idict.c +++ b/gs/src/idict.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Dictionary implementation */ #include "math_.h" /* for frexp */ #include "string_.h" /* for strlen */ diff --git a/gs/src/idict.h b/gs/src/idict.h index 7a8494cd1..6c8e916bd 100644 --- a/gs/src/idict.h +++ b/gs/src/idict.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interfaces for Ghostscript dictionary package */ #ifndef idict_INCLUDED diff --git a/gs/src/idictdef.h b/gs/src/idictdef.h index e8f5b8caf..877330b1a 100644 --- a/gs/src/idictdef.h +++ b/gs/src/idictdef.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internals of dictionary implementation */ #ifndef idictdef_INCLUDED diff --git a/gs/src/idisp.c b/gs/src/idisp.c index dd9b175aa..41ff9a3e0 100644 --- a/gs/src/idisp.c +++ b/gs/src/idisp.c @@ -15,7 +15,7 @@ */ /* idisp.c */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /* * This allows the interpreter to set the callback structure diff --git a/gs/src/idisp.h b/gs/src/idisp.h index 78ea51b76..6d7586350 100644 --- a/gs/src/idisp.h +++ b/gs/src/idisp.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ #ifndef idisp_INCLUDED # define idisp_INCLUDED diff --git a/gs/src/idosave.h b/gs/src/idosave.h index ed537f8da..f53d2b810 100644 --- a/gs/src/idosave.h +++ b/gs/src/idosave.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Supporting procedures for 'save' recording. */ #ifndef idosave_INCLUDED diff --git a/gs/src/idparam.c b/gs/src/idparam.c index c3ecb5688..b228c806f 100644 --- a/gs/src/idparam.c +++ b/gs/src/idparam.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Utilities for getting parameters out of dictionaries. */ #include "memory_.h" #include "string_.h" /* for strlen */ diff --git a/gs/src/idparam.h b/gs/src/idparam.h index 57c16f9f8..c327a0e20 100644 --- a/gs/src/idparam.h +++ b/gs/src/idparam.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to idparam.c */ #ifndef idparam_INCLUDED diff --git a/gs/src/idsdata.h b/gs/src/idsdata.h index 602018cae..f7936f4b9 100644 --- a/gs/src/idsdata.h +++ b/gs/src/idsdata.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic dictionary stack structure definition */ #ifndef idsdata_INCLUDED diff --git a/gs/src/idstack.c b/gs/src/idstack.c index ae73f7e88..8b6dd4c2f 100644 --- a/gs/src/idstack.c +++ b/gs/src/idstack.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Implementation of dictionary stacks */ #include "ghost.h" #include "idict.h" diff --git a/gs/src/idstack.h b/gs/src/idstack.h index ef0b2ea54..88935c09d 100644 --- a/gs/src/idstack.h +++ b/gs/src/idstack.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic dictionary stack API */ #ifndef idstack_INCLUDED diff --git a/gs/src/iesdata.h b/gs/src/iesdata.h index 692951f47..39a362437 100644 --- a/gs/src/iesdata.h +++ b/gs/src/iesdata.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic execution stack structure definition */ #ifndef iesdata_INCLUDED diff --git a/gs/src/iestack.h b/gs/src/iestack.h index 62e992c5b..79081cf12 100644 --- a/gs/src/iestack.h +++ b/gs/src/iestack.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic execution stack API */ #ifndef iestack_INCLUDED diff --git a/gs/src/ifapi.h b/gs/src/ifapi.h index 5ff0269ae..1f425c9fa 100644 --- a/gs/src/ifapi.h +++ b/gs/src/ifapi.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Font API interface */ #ifndef ifapi_INCLUDED diff --git a/gs/src/ifcid.h b/gs/src/ifcid.h index 41b090f74..89b01577b 100644 --- a/gs/src/ifcid.h +++ b/gs/src/ifcid.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to zfcid.c */ #ifndef ifcid_INCLUDED diff --git a/gs/src/ifilter.h b/gs/src/ifilter.h index aa77f00fd..1c30357a8 100644 --- a/gs/src/ifilter.h +++ b/gs/src/ifilter.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interpreter filter support */ /* Requires oper.h, stream.h, strimpl.h */ diff --git a/gs/src/ifilter2.h b/gs/src/ifilter2.h index eb335b4c7..2591b7a90 100644 --- a/gs/src/ifilter2.h +++ b/gs/src/ifilter2.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Utilities for Level 2 filters */ #ifndef ifilter2_INCLUDED diff --git a/gs/src/ifont.h b/gs/src/ifont.h index 2436a49b6..54f802af5 100644 --- a/gs/src/ifont.h +++ b/gs/src/ifont.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interpreter internal font representation */ #ifndef ifont_INCLUDED diff --git a/gs/src/ifont1.h b/gs/src/ifont1.h index 68b489307..6043e9b23 100644 --- a/gs/src/ifont1.h +++ b/gs/src/ifont1.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Type 1 font utilities shared with Type 2 */ #ifndef ifont1_INCLUDED diff --git a/gs/src/ifont2.h b/gs/src/ifont2.h index 87a478fde..52a3485c5 100644 --- a/gs/src/ifont2.h +++ b/gs/src/ifont2.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Type 2 font utilities 2 */ #ifndef ifont2_INCLUDED diff --git a/gs/src/ifont42.h b/gs/src/ifont42.h index c9bfcd1a4..1ae1c9833 100644 --- a/gs/src/ifont42.h +++ b/gs/src/ifont42.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Procedure for building a Type 42 or CIDFontType 2 font */ #ifndef ifont42_INCLUDED diff --git a/gs/src/ifrpred.h b/gs/src/ifrpred.h index 9035a1797..65dd0db6b 100644 --- a/gs/src/ifrpred.h +++ b/gs/src/ifrpred.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* filter_read_predictor prototype */ #ifndef ifrpred_INCLUDED diff --git a/gs/src/ifunc.h b/gs/src/ifunc.h index 40df3dbd4..51fe9c8b0 100644 --- a/gs/src/ifunc.h +++ b/gs/src/ifunc.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal interpreter interfaces for Functions */ #ifndef ifunc_INCLUDED diff --git a/gs/src/ifwpred.h b/gs/src/ifwpred.h index 90b264f74..49b3a69e9 100644 --- a/gs/src/ifwpred.h +++ b/gs/src/ifwpred.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* filter_read_predictor prototype */ #ifndef ifwpred_INCLUDED diff --git a/gs/src/igc.c b/gs/src/igc.c index 0116c8e68..c9068a2fb 100644 --- a/gs/src/igc.c +++ b/gs/src/igc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Garbage collector for Ghostscript */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/igc.h b/gs/src/igc.h index e6a1d61d6..dcf217da5 100644 --- a/gs/src/igc.h +++ b/gs/src/igc.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal interfaces in Ghostscript GC */ #ifndef igc_INCLUDED diff --git a/gs/src/igcref.c b/gs/src/igcref.c index 6253da013..29be0c921 100644 --- a/gs/src/igcref.c +++ b/gs/src/igcref.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* ref garbage collector for Ghostscript */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/igcstr.c b/gs/src/igcstr.c index 64ec11924..f7eb834ce 100644 --- a/gs/src/igcstr.c +++ b/gs/src/igcstr.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* String GC routines for Ghostscript */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/igcstr.h b/gs/src/igcstr.h index b92c3e6c1..e6618a225 100644 --- a/gs/src/igcstr.h +++ b/gs/src/igcstr.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal interface to string garbage collector */ #ifndef igcstr_INCLUDED diff --git a/gs/src/igstate.h b/gs/src/igstate.h index 0aa1e1928..d39734413 100644 --- a/gs/src/igstate.h +++ b/gs/src/igstate.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interpreter graphics state definition */ #ifndef igstate_INCLUDED diff --git a/gs/src/iht.h b/gs/src/iht.h index d38ed5630..24d8768b6 100644 --- a/gs/src/iht.h +++ b/gs/src/iht.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Procedures exported by zht.c for zht1.c and zht2.c */ #ifndef iht_INCLUDED diff --git a/gs/src/iimage.h b/gs/src/iimage.h index ab0b484a0..fd6e6bc63 100644 --- a/gs/src/iimage.h +++ b/gs/src/iimage.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Image operator entry points */ /* Requires gscspace.h, gxiparam.h */ diff --git a/gs/src/iimage2.h b/gs/src/iimage2.h index f951dc969..31a4da1a9 100644 --- a/gs/src/iimage2.h +++ b/gs/src/iimage2.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Level 2 image operator support */ /* Requires gsiparam.h */ diff --git a/gs/src/iinit.c b/gs/src/iinit.c index 7b5aad2b6..9802a8056 100644 --- a/gs/src/iinit.c +++ b/gs/src/iinit.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Initialize internally known objects for Ghostscript interpreter */ #include "string_.h" #include "ghost.h" diff --git a/gs/src/iinit.h b/gs/src/iinit.h index e99259814..aeb23d954 100644 --- a/gs/src/iinit.h +++ b/gs/src/iinit.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* (Internal) interface to iinit.c */ #ifndef iinit_INCLUDED diff --git a/gs/src/ijs.mak b/gs/src/ijs.mak index 88363292e..6a6b07114 100644 --- a/gs/src/ijs.mak +++ b/gs/src/ijs.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # makefile for ijs client library code. # Users of this makefile must define the following: # IJSSRCDIR - the icclib source directory diff --git a/gs/src/ilevel.h b/gs/src/ilevel.h index 652113507..3f8453cad 100644 --- a/gs/src/ilevel.h +++ b/gs/src/ilevel.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interpreter language level interface */ #ifndef ilevel_INCLUDED diff --git a/gs/src/ilocate.c b/gs/src/ilocate.c index 46bdc411b..c6f086525 100644 --- a/gs/src/ilocate.c +++ b/gs/src/ilocate.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Object locating and validating for Ghostscript memory manager */ #include "ghost.h" #include "memory_.h" diff --git a/gs/src/imain.c b/gs/src/imain.c index 11c36deac..d80b69d19 100644 --- a/gs/src/imain.c +++ b/gs/src/imain.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Common support for interpreter front ends */ #include "memory_.h" #include "string_.h" diff --git a/gs/src/imain.h b/gs/src/imain.h index 850c266c1..b86ba2740 100644 --- a/gs/src/imain.h +++ b/gs/src/imain.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to imain.c */ /* Requires <stdio.h>, stdpre.h, gsmemory.h, gstypes.h, iref.h */ diff --git a/gs/src/imainarg.c b/gs/src/imainarg.c index 4f26ff956..846cb5625 100644 --- a/gs/src/imainarg.c +++ b/gs/src/imainarg.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Command line parsing and dispatching */ #include "ctype_.h" #include "memory_.h" diff --git a/gs/src/imainarg.h b/gs/src/imainarg.h index 583fd8ba4..59ee9d606 100644 --- a/gs/src/imainarg.h +++ b/gs/src/imainarg.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* argv/argc interface to imainarg.c */ #ifndef imainarg_INCLUDED diff --git a/gs/src/imemory.h b/gs/src/imemory.h index 0bc17b784..71ae5acf6 100644 --- a/gs/src/imemory.h +++ b/gs/src/imemory.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Ghostscript memory allocator extensions for interpreter level */ #ifndef imemory_INCLUDED diff --git a/gs/src/iminst.h b/gs/src/iminst.h index 636630285..e2be631e3 100644 --- a/gs/src/iminst.h +++ b/gs/src/iminst.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definition of interpreter instance */ /* Requires stdio_.h, gsmemory.h, iref.h, iapi.h */ diff --git a/gs/src/iname.c b/gs/src/iname.c index 7111bcbd6..70a98d0bf 100644 --- a/gs/src/iname.c +++ b/gs/src/iname.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Name lookup for Ghostscript interpreter */ #include "memory_.h" #include "string_.h" diff --git a/gs/src/iname.h b/gs/src/iname.h index 6a41c5b09..623df824b 100644 --- a/gs/src/iname.h +++ b/gs/src/iname.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interpreter's name table interface */ #ifndef iname_INCLUDED diff --git a/gs/src/inamedef.h b/gs/src/inamedef.h index 9bc1bf652..40851e4b8 100644 --- a/gs/src/inamedef.h +++ b/gs/src/inamedef.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Name table definition */ #ifndef inamedef_INCLUDED diff --git a/gs/src/inameidx.h b/gs/src/inameidx.h index 0b0b0e0e0..51b3054ed 100644 --- a/gs/src/inameidx.h +++ b/gs/src/inameidx.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Name index definitions */ #ifndef inameidx_INCLUDED diff --git a/gs/src/inames.h b/gs/src/inames.h index 7905dc45d..ad0c647b1 100644 --- a/gs/src/inames.h +++ b/gs/src/inames.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Name table interface */ #ifndef inames_INCLUDED diff --git a/gs/src/inamestr.h b/gs/src/inamestr.h index 15c148bbf..4e1d395b1 100644 --- a/gs/src/inamestr.h +++ b/gs/src/inamestr.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Name table strings definition */ #ifndef inamestr_INCLUDED diff --git a/gs/src/inobtokn.c b/gs/src/inobtokn.c index f2238a66e..cc5e40901 100644 --- a/gs/src/inobtokn.c +++ b/gs/src/inobtokn.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Dummy scan_binary_token for Level 1 systems */ #include "ghost.h" #include "errors.h" diff --git a/gs/src/inouparm.c b/gs/src/inouparm.c index 765fcf3c4..a8a69ce15 100644 --- a/gs/src/inouparm.c +++ b/gs/src/inouparm.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Dummy set_user_params for Level 1 systems */ #include "ghost.h" #include "icontext.h" /* for set_user_params prototype */ diff --git a/gs/src/instcopy b/gs/src/instcopy index 50d214f73..3e72be9a1 100755 --- a/gs/src/instcopy +++ b/gs/src/instcopy @@ -1,5 +1,5 @@ #!/bin/sh -# $RCSfile$ $Revision$ +# $Id$ # # Implement a uniform 'install' syntax independent of which of the two # "standard" install programs is installed. Based on ideas in, but not diff --git a/gs/src/int.mak b/gs/src/int.mak index d3df48ef8..45550a702 100644 --- a/gs/src/int.mak +++ b/gs/src/int.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # (Platform-independent) makefile for PostScript and PDF language # interpreters. # Users of this makefile must define the following: diff --git a/gs/src/interp.c b/gs/src/interp.c index 91daec66b..6cc966a4c 100644 --- a/gs/src/interp.c +++ b/gs/src/interp.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Ghostscript language interpreter */ #include "memory_.h" #include "string_.h" diff --git a/gs/src/interp.h b/gs/src/interp.h index ad137e4b0..eca211199 100644 --- a/gs/src/interp.h +++ b/gs/src/interp.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Internal interfaces to interp.c and iinit.c */ #ifndef interp_INCLUDED diff --git a/gs/src/iosdata.h b/gs/src/iosdata.h index 13274e68c..2d95e7ba5 100644 --- a/gs/src/iosdata.h +++ b/gs/src/iosdata.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic operand stack API */ #ifndef iosdata_INCLUDED diff --git a/gs/src/iostack.h b/gs/src/iostack.h index fe2dc53c3..3480aaa41 100644 --- a/gs/src/iostack.h +++ b/gs/src/iostack.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic operand stack API */ #ifndef iostack_INCLUDED diff --git a/gs/src/ipacked.h b/gs/src/ipacked.h index c18cbf193..5b9284762 100644 --- a/gs/src/ipacked.h +++ b/gs/src/ipacked.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Packed array format for Ghostscript */ #ifndef ipacked_INCLUDED diff --git a/gs/src/iparam.c b/gs/src/iparam.c index 5f7369a09..6859b8b40 100644 --- a/gs/src/iparam.c +++ b/gs/src/iparam.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interpreter implementations of parameter dictionaries */ #include "memory_.h" #include "string_.h" diff --git a/gs/src/iparam.h b/gs/src/iparam.h index 8f7507d50..afc8bd9ea 100644 --- a/gs/src/iparam.h +++ b/gs/src/iparam.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions and interface for interpreter parameter list implementations */ /* Requires ialloc.h, istack.h */ diff --git a/gs/src/iparray.h b/gs/src/iparray.h index 61b2b2084..ba5e3d3f6 100644 --- a/gs/src/iparray.h +++ b/gs/src/iparray.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Packed array constructor for Ghostscript */ /* Requires ipacked.h, istack.h */ diff --git a/gs/src/ipcolor.h b/gs/src/ipcolor.h index 889c8d09f..c275444d2 100644 --- a/gs/src/ipcolor.h +++ b/gs/src/ipcolor.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interpreter definitions for Pattern color */ #ifndef ipcolor_INCLUDED diff --git a/gs/src/iplugin.c b/gs/src/iplugin.c index ad8bb49b1..7d7836935 100644 --- a/gs/src/iplugin.c +++ b/gs/src/iplugin.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Plugin manager */ #include "malloc_.h" diff --git a/gs/src/iplugin.h b/gs/src/iplugin.h index a51336851..aba836b18 100644 --- a/gs/src/iplugin.h +++ b/gs/src/iplugin.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Plugin manager */ #ifndef iplugin_INCLUDED diff --git a/gs/src/ireclaim.c b/gs/src/ireclaim.c index 644926bbd..dd779f010 100644 --- a/gs/src/ireclaim.c +++ b/gs/src/ireclaim.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interpreter's interface to garbage collector */ #include "ghost.h" #include "errors.h" diff --git a/gs/src/iref.h b/gs/src/iref.h index e81544b5a..808ffb66f 100644 --- a/gs/src/iref.h +++ b/gs/src/iref.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Object structure and type definitions for Ghostscript */ #ifndef iref_INCLUDED diff --git a/gs/src/isave.c b/gs/src/isave.c index fc1529190..eae823556 100644 --- a/gs/src/isave.c +++ b/gs/src/isave.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Save/restore manager for Ghostscript interpreter */ #include "ghost.h" #include "memory_.h" diff --git a/gs/src/isave.h b/gs/src/isave.h index 26946de3e..e8e8dbf04 100644 --- a/gs/src/isave.h +++ b/gs/src/isave.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Procedures for save/restore */ /* Requires imemory.h */ diff --git a/gs/src/iscan.c b/gs/src/iscan.c index b26e3b8a4..7a852d0df 100644 --- a/gs/src/iscan.c +++ b/gs/src/iscan.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Token scanner for Ghostscript interpreter */ #include "ghost.h" #include "memory_.h" diff --git a/gs/src/iscan.h b/gs/src/iscan.h index 87f118ebf..ea66d51b8 100644 --- a/gs/src/iscan.h +++ b/gs/src/iscan.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Token scanner state and interface */ /* Requires gsstruct.h, ostack.h, stream.h */ diff --git a/gs/src/iscanbin.c b/gs/src/iscanbin.c index 7e2c00667..82ed6abc4 100644 --- a/gs/src/iscanbin.c +++ b/gs/src/iscanbin.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Ghostscript binary token scanner and writer */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/iscanbin.h b/gs/src/iscanbin.h index e0a4c1c50..956f432f3 100644 --- a/gs/src/iscanbin.h +++ b/gs/src/iscanbin.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to binary token scanner */ #ifndef iscanbin_INCLUDED diff --git a/gs/src/iscannum.c b/gs/src/iscannum.c index b46afb02f..3b79ac0bb 100644 --- a/gs/src/iscannum.c +++ b/gs/src/iscannum.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Number scanner for Ghostscript interpreter */ #include "math_.h" #include "ghost.h" diff --git a/gs/src/iscannum.h b/gs/src/iscannum.h index 83120245e..43ccbf563 100644 --- a/gs/src/iscannum.h +++ b/gs/src/iscannum.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to Ghostscript number scanner */ #ifndef iscannum_INCLUDED diff --git a/gs/src/isdata.h b/gs/src/isdata.h index 007e34472..fc2bc4da5 100644 --- a/gs/src/isdata.h +++ b/gs/src/isdata.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Structure for expandable stacks of refs */ /* Requires iref.h */ diff --git a/gs/src/isstate.h b/gs/src/isstate.h index 98bfe587b..12cc2c3d4 100644 --- a/gs/src/isstate.h +++ b/gs/src/isstate.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definition of 'save' structure */ /* Requires isave.h */ diff --git a/gs/src/istack.c b/gs/src/istack.c index eb2ea8989..5f7f019bd 100644 --- a/gs/src/istack.c +++ b/gs/src/istack.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Manager for expandable stacks of refs */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/istack.h b/gs/src/istack.h index 4204cc62d..d994877a3 100644 --- a/gs/src/istack.h +++ b/gs/src/istack.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for expandable stacks of refs */ /* Requires iref.h */ diff --git a/gs/src/istkparm.h b/gs/src/istkparm.h index d243bacf4..222eb026d 100644 --- a/gs/src/istkparm.h +++ b/gs/src/istkparm.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Parameter structure for expandable stacks of refs */ #ifndef istkparm_INCLUDED diff --git a/gs/src/istream.h b/gs/src/istream.h index 4dae18144..e00cd9999 100644 --- a/gs/src/istream.h +++ b/gs/src/istream.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interpreter support procedures for streams */ /* Requires scommon.h */ diff --git a/gs/src/istruct.h b/gs/src/istruct.h index 9dcb4a574..2dcd4bc30 100644 --- a/gs/src/istruct.h +++ b/gs/src/istruct.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interpreter-level extension of gsstruct.h */ #ifndef istruct_INCLUDED diff --git a/gs/src/itoken.h b/gs/src/itoken.h index 4d46bc6a2..cd4c78d44 100644 --- a/gs/src/itoken.h +++ b/gs/src/itoken.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to exported procedures in ztoken.c */ #ifndef itoken_INCLUDED diff --git a/gs/src/iutil.c b/gs/src/iutil.c index 04d5cb522..aec1604d9 100644 --- a/gs/src/iutil.c +++ b/gs/src/iutil.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Utilities for Ghostscript interpreter */ #include "math_.h" /* for fabs */ #include "memory_.h" diff --git a/gs/src/iutil.h b/gs/src/iutil.h index 7b0bba76e..7e99b64ca 100644 --- a/gs/src/iutil.h +++ b/gs/src/iutil.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to interpreter utilities */ /* Requires imemory.h, ostack.h */ diff --git a/gs/src/iutil2.c b/gs/src/iutil2.c index 81d0a1361..5bd0ba123 100644 --- a/gs/src/iutil2.c +++ b/gs/src/iutil2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Level 2 utilities for Ghostscript interpreter */ #include "memory_.h" #include "string_.h" diff --git a/gs/src/iutil2.h b/gs/src/iutil2.h index d1c60e35c..67e8249ce 100644 --- a/gs/src/iutil2.h +++ b/gs/src/iutil2.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to procedures in iutil2.c */ #ifndef iutil2_INCLUDED diff --git a/gs/src/iutilasm.asm b/gs/src/iutilasm.asm index 3f8d27bf1..c199e730c 100644 --- a/gs/src/iutilasm.asm +++ b/gs/src/iutilasm.asm @@ -13,7 +13,7 @@ ; contact Artifex Software, Inc., 101 Lucas Valley Road #110, ; San Rafael, CA 94903, U.S.A., +1(415)492-9861. -; $RCSfile$ $Revision$ +; $Id$ ; iutilasm.asm ; Assembly code for Ghostscript interpreter on MS-DOS systems diff --git a/gs/src/ivmem2.h b/gs/src/ivmem2.h index c52683169..6a1fb49f3 100644 --- a/gs/src/ivmem2.h +++ b/gs/src/ivmem2.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* VM control user parameter procedures */ #ifndef ivmem2_INCLUDED diff --git a/gs/src/ivmspace.h b/gs/src/ivmspace.h index 884fbc311..bb1db42be 100644 --- a/gs/src/ivmspace.h +++ b/gs/src/ivmspace.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Local/global space management */ /* Requires iref.h */ diff --git a/gs/src/jerror_.h b/gs/src/jerror_.h index 7c7fe8ff4..52132cdf0 100644 --- a/gs/src/jerror_.h +++ b/gs/src/jerror_.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Wrapper for jerror.h */ #ifndef jerror__INCLUDED diff --git a/gs/src/jpeg.mak b/gs/src/jpeg.mak index 67a918b57..81802739a 100644 --- a/gs/src/jpeg.mak +++ b/gs/src/jpeg.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # makefile for Independent JPEG Group library code. # Users of this makefile must define the following: # GSSRCDIR - the GS library source directory diff --git a/gs/src/lib.mak b/gs/src/lib.mak index f1ef31f4e..fc903bae1 100644 --- a/gs/src/lib.mak +++ b/gs/src/lib.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # (Platform-independent) makefile for Ghostscript graphics library # and other support code. # Users of this makefile must define the following: diff --git a/gs/src/libpng.mak b/gs/src/libpng.mak index 3a7911e3e..c4af2b6cc 100644 --- a/gs/src/libpng.mak +++ b/gs/src/libpng.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # makefile for PNG (Portable Network Graphics) code. # Users of this makefile must define the following: # ZSRCDIR - the zlib source directory diff --git a/gs/src/macos-fw.mak b/gs/src/macos-fw.mak index d61415899..1bde2ac22 100644 --- a/gs/src/macos-fw.mak +++ b/gs/src/macos-fw.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # Partial makefile for MacOS X/Darwin shared object target # Useful make commands: diff --git a/gs/src/macos-mcp.mak b/gs/src/macos-mcp.mak index c4b85d99f..9f6601830 100644 --- a/gs/src/macos-mcp.mak +++ b/gs/src/macos-mcp.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # Makefile for CodeWarrior XML project file creation from Darwin/MacOSX. # Run this file through make on MacOS X (or any other system with shell diff --git a/gs/src/macosx.mak b/gs/src/macosx.mak index d0036b555..9a4a4e7ba 100644 --- a/gs/src/macosx.mak +++ b/gs/src/macosx.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # makefile for MacOS X/darwin/gcc/framework configuration. # ------------------------------- Options ------------------------------- # diff --git a/gs/src/macsysstat.h b/gs/src/macsysstat.h index 7a0c2a115..b5bba600f 100755 --- a/gs/src/macsysstat.h +++ b/gs/src/macsysstat.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ #ifndef __sys_stat_h__ #define __sys_stat_h__ diff --git a/gs/src/macsystypes.h b/gs/src/macsystypes.h index ec7e2aa69..577fee05a 100755 --- a/gs/src/macsystypes.h +++ b/gs/src/macsystypes.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ #ifndef __sys_types_h__ #define __sys_types_h__ diff --git a/gs/src/main.h b/gs/src/main.h index 0194a25dd..a4b86882d 100644 --- a/gs/src/main.h +++ b/gs/src/main.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Backward-compatible interface to gsmain.c */ #ifndef main_INCLUDED diff --git a/gs/src/malloc_.h b/gs/src/malloc_.h index e2c10c812..97dee5bd1 100644 --- a/gs/src/malloc_.h +++ b/gs/src/malloc_.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic substitute for Unix malloc.h */ #ifndef malloc__INCLUDED diff --git a/gs/src/math_.h b/gs/src/math_.h index 50c2ca066..8c4866ac0 100644 --- a/gs/src/math_.h +++ b/gs/src/math_.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic substitute for math.h */ #ifndef math__INCLUDED diff --git a/gs/src/md5.c b/gs/src/md5.c index b595550af..fce043d0d 100644 --- a/gs/src/md5.c +++ b/gs/src/md5.c @@ -21,7 +21,7 @@ ghost@aladdin.com */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Independent implementation of MD5 (RFC 1321). diff --git a/gs/src/md5.h b/gs/src/md5.h index 134ff8fe6..c5f9a6a90 100644 --- a/gs/src/md5.h +++ b/gs/src/md5.h @@ -21,7 +21,7 @@ ghost@aladdin.com */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Independent implementation of MD5 (RFC 1321). diff --git a/gs/src/memory_.h b/gs/src/memory_.h index 8bbf5cb8b..9899440c6 100644 --- a/gs/src/memory_.h +++ b/gs/src/memory_.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic substitute for Unix memory.h */ #ifndef memory__INCLUDED diff --git a/gs/src/msvc32.mak b/gs/src/msvc32.mak index 1c322d176..1bb9cae81 100644 --- a/gs/src/msvc32.mak +++ b/gs/src/msvc32.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # makefile for 32-bit Microsoft Visual C++, Windows NT or Windows 95 platform. # # All configurable options are surrounded by !ifndef/!endif to allow diff --git a/gs/src/msvccmd.mak b/gs/src/msvccmd.mak index e6e16c966..0ba9176cd 100644 --- a/gs/src/msvccmd.mak +++ b/gs/src/msvccmd.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # Command definition section for Microsoft Visual C++ 4.x/5.x, # Windows NT or Windows 95 platform. # Created 1997-05-22 by L. Peter Deutsch from msvc4/5 makefiles. diff --git a/gs/src/msvclib.mak b/gs/src/msvclib.mak index 6fe5438d8..d9f4ca483 100644 --- a/gs/src/msvclib.mak +++ b/gs/src/msvclib.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # makefile for Microsoft Visual C++ 4.1 or later, Windows NT or Windows 95 LIBRARY. # # All configurable options are surrounded by !ifndef/!endif to allow diff --git a/gs/src/msvctail.mak b/gs/src/msvctail.mak index e9dd68f60..02f81fede 100644 --- a/gs/src/msvctail.mak +++ b/gs/src/msvctail.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # Common tail section for Microsoft Visual C++ 4.x/5.x, # Windows NT or Windows 95 platform. # Created 1997-05-22 by L. Peter Deutsch from msvc4/5 makefiles. diff --git a/gs/src/mv.bat b/gs/src/mv.bat index 4757963f4..c63313a13 100755 --- a/gs/src/mv.bat +++ b/gs/src/mv.bat @@ -1,2 +1,2 @@ -@rem $RCSfile$ $Revision$ +@rem $Id$ @rename %1 %2 diff --git a/gs/src/mv.cmd b/gs/src/mv.cmd index d40b35e0b..79e08c26f 100755 --- a/gs/src/mv.cmd +++ b/gs/src/mv.cmd @@ -1,2 +1,2 @@ @rename %1 %2 -@rem $RCSfile$ $Revision$ +@rem $Id$ diff --git a/gs/src/oparc.h b/gs/src/oparc.h index 9f495a767..f2c105103 100644 --- a/gs/src/oparc.h +++ b/gs/src/oparc.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Arc operator declarations */ #ifndef oparc_INCLUDED diff --git a/gs/src/opcheck.h b/gs/src/opcheck.h index 9c55756ed..e3e7c55eb 100644 --- a/gs/src/opcheck.h +++ b/gs/src/opcheck.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for operator operand checking */ /* Requires ialloc.h (for imemory), iref.h, errors.h */ diff --git a/gs/src/opdef.h b/gs/src/opdef.h index c2ea50f1f..662a87e46 100644 --- a/gs/src/opdef.h +++ b/gs/src/opdef.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Operator definition interface for Ghostscript */ #ifndef opdef_INCLUDED diff --git a/gs/src/openvms.mak b/gs/src/openvms.mak index d3661cb15..ab673fbfe 100644 --- a/gs/src/openvms.mak +++ b/gs/src/openvms.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # makefile for OpenVMS VAX and Alpha # # Please contact Jim Dunham (dunham@omtool.com) if you have questions. diff --git a/gs/src/openvms.mmk b/gs/src/openvms.mmk index 042f9f159..ef5255b77 100644 --- a/gs/src/openvms.mmk +++ b/gs/src/openvms.mmk @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # makefile for OpenVMS VAX and Alpha using MMK # # Please contact Jim Dunham (dunham@omtool.com) if you have questions. diff --git a/gs/src/oper.h b/gs/src/oper.h index c3e2a4461..ea1c36f6a 100644 --- a/gs/src/oper.h +++ b/gs/src/oper.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for Ghostscript operators */ #ifndef oper_INCLUDED diff --git a/gs/src/opextern.h b/gs/src/opextern.h index e4fdea491..5362b14e4 100644 --- a/gs/src/opextern.h +++ b/gs/src/opextern.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Externally accessible operator declarations */ #ifndef opextern_INCLUDED diff --git a/gs/src/os2.mak b/gs/src/os2.mak index cf787168d..569472314 100644 --- a/gs/src/os2.mak +++ b/gs/src/os2.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # makefile for MS-DOS or OS/2 GCC/EMX platform. # Uses Borland (MSDOS) MAKER or # Uses IBM NMAKE.EXE Version 2.000.000 Mar 27 1992 diff --git a/gs/src/ostack.h b/gs/src/ostack.h index 5299fa1a3..6850946fc 100644 --- a/gs/src/ostack.h +++ b/gs/src/ostack.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for Ghostscript operand stack */ #ifndef ostack_INCLUDED diff --git a/gs/src/pcwin.mak b/gs/src/pcwin.mak index d7e0ba45a..bc2869a5b 100644 --- a/gs/src/pcwin.mak +++ b/gs/src/pcwin.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # makefile for PC window system (MS Windows and OS/2) -specific device # drivers. diff --git a/gs/src/pipe_.h b/gs/src/pipe_.h index 418bab2f4..512ca3e15 100644 --- a/gs/src/pipe_.h +++ b/gs/src/pipe_.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Declaration of popen and pclose */ #ifndef pipe__INCLUDED diff --git a/gs/src/png_.h b/gs/src/png_.h index e3bbcd618..276c622e6 100644 --- a/gs/src/png_.h +++ b/gs/src/png_.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Wrapper for png.h */ #ifndef png__INCLUDED diff --git a/gs/src/rm.bat b/gs/src/rm.bat index 0e486b51d..1b1ecbb96 100755 --- a/gs/src/rm.bat +++ b/gs/src/rm.bat @@ -1,4 +1,4 @@ -@rem $RCSfile$ $Revision$ +@rem $Id$ @echo off :next if '%1'=='' goto exit diff --git a/gs/src/rm.cmd b/gs/src/rm.cmd index 0c9328e4d..85b5c5be6 100755 --- a/gs/src/rm.cmd +++ b/gs/src/rm.cmd @@ -1,5 +1,5 @@ @echo off -@rem $RCSfile$ $Revision$ +@rem $Id$ :next if '%1'=='' goto exit if '%1'=='-f' goto sh diff --git a/gs/src/sa85d.c b/gs/src/sa85d.c index 320f2c501..f1b57f452 100644 --- a/gs/src/sa85d.c +++ b/gs/src/sa85d.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* ASCII85Decode filter */ #include "std.h" #include "strimpl.h" diff --git a/gs/src/sa85d.h b/gs/src/sa85d.h index 478cc8922..8d6cf7c98 100644 --- a/gs/src/sa85d.h +++ b/gs/src/sa85d.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* ASCII85Decode filter interface */ /* Requires scommon.h; strimpl.h if any templates are referenced */ diff --git a/gs/src/sa85x.h b/gs/src/sa85x.h index e50b8981f..84035f9d5 100644 --- a/gs/src/sa85x.h +++ b/gs/src/sa85x.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* ASCII85 filter interface */ /* Requires scommon.h; strimpl.h if any templates are referenced */ diff --git a/gs/src/sarc4.c b/gs/src/sarc4.c index 04916c782..3a106bc05 100644 --- a/gs/src/sarc4.c +++ b/gs/src/sarc4.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Arcfour cipher and filter implementation */ diff --git a/gs/src/sarc4.h b/gs/src/sarc4.h index 7a1c6e4e7..6b8a35c38 100644 --- a/gs/src/sarc4.h +++ b/gs/src/sarc4.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for Arcfour cipher and filter */ /* Requires scommon.h; strimpl.h if any templates are referenced */ diff --git a/gs/src/sbcp.c b/gs/src/sbcp.c index e54ba9b9f..f86369831 100644 --- a/gs/src/sbcp.c +++ b/gs/src/sbcp.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* BCP and TBCP filters */ #include "stdio_.h" #include "strimpl.h" diff --git a/gs/src/sbcp.h b/gs/src/sbcp.h index 8e9df0427..f9d8d77f0 100644 --- a/gs/src/sbcp.h +++ b/gs/src/sbcp.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface to [T]BCP streams */ #ifndef sbcp_INCLUDED diff --git a/gs/src/sbhc.c b/gs/src/sbhc.c index 0f53c5378..8e50b5702 100644 --- a/gs/src/sbhc.c +++ b/gs/src/sbhc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Bounded Huffman code filters */ #include "memory_.h" #include "stdio_.h" diff --git a/gs/src/sbhc.h b/gs/src/sbhc.h index 81713823c..e7c579292 100644 --- a/gs/src/sbhc.h +++ b/gs/src/sbhc.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for BoundedHuffman filters */ /* Requires strimpl.h */ diff --git a/gs/src/sbtx.h b/gs/src/sbtx.h index 493292cba..f3e893789 100644 --- a/gs/src/sbtx.h +++ b/gs/src/sbtx.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for ByteTranslate filters */ /* Requires scommon.h; strimpl.h if any templates are referenced */ diff --git a/gs/src/sbwbs.c b/gs/src/sbwbs.c index 91c0cf324..1a8bb5244 100644 --- a/gs/src/sbwbs.c +++ b/gs/src/sbwbs.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Burrows/Wheeler block sorting compression filters */ #include "stdio_.h" #include "memory_.h" diff --git a/gs/src/sbwbs.h b/gs/src/sbwbs.h index 8b919d435..1e3b94ff2 100644 --- a/gs/src/sbwbs.h +++ b/gs/src/sbwbs.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for BWBlockSort (Burroughs-Wheeler) filters */ /* Requires scommon.h; strimpl.h if any templates are referenced */ diff --git a/gs/src/scanchar.h b/gs/src/scanchar.h index e084887ab..183d032d7 100644 --- a/gs/src/scanchar.h +++ b/gs/src/scanchar.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for token scanner character type table */ /* Requires scommon.h */ diff --git a/gs/src/scantab.c b/gs/src/scantab.c index 9c090dfeb..cc74f86b2 100644 --- a/gs/src/scantab.c +++ b/gs/src/scantab.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Scanner table for PostScript/PDF tokens */ #include "stdpre.h" #include "scommon.h" diff --git a/gs/src/scf.h b/gs/src/scf.h index 667acaf61..f179e6157 100644 --- a/gs/src/scf.h +++ b/gs/src/scf.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Common definitions for CCITTFax encoding and decoding filters */ #ifndef scf_INCLUDED diff --git a/gs/src/scfd.c b/gs/src/scfd.c index c3c121320..533dc4764 100644 --- a/gs/src/scfd.c +++ b/gs/src/scfd.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* CCITTFax decoding filter */ #include "stdio_.h" /* includes std.h */ #include "memory_.h" diff --git a/gs/src/scfdgen.c b/gs/src/scfdgen.c index cabb4ca15..af0a0c25c 100644 --- a/gs/src/scfdgen.c +++ b/gs/src/scfdgen.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generate the CCITTFaxDecode tables */ #include "stdio_.h" /* includes std.h */ #include "scf.h" @@ -41,7 +41,7 @@ main() cfd_node area[1 << max(cfd_white_initial_bits, cfd_black_initial_bits)]; fputs("/* Copyright (C) 1992, 1993, 1998, 1999 Aladdin Enterprises. All rights reserved. */\n\n", out); - fputs("/* $RCSfile$ $Revision$ */\n", out); + fputs("/* $Id$ */\n", out); fputs("/* Tables for CCITTFaxDecode filter. */\n\n", out); fputs("/* This file was generated automatically. It is governed by the same terms */\n", out); fputs("/* as the files scfetab.c and scfdgen.c from which it was derived. */\n", out); diff --git a/gs/src/scfdtab.c b/gs/src/scfdtab.c index e6d10b3a1..e2d25b0d8 100644 --- a/gs/src/scfdtab.c +++ b/gs/src/scfdtab.c @@ -1,6 +1,6 @@ /* Copyright (C) 1992, 1993, 1998, 1999 Aladdin Enterprises. All rights reserved. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /* Tables for CCITTFaxDecode filter. */ /* This file was generated automatically. It is governed by the same terms */ diff --git a/gs/src/scfe.c b/gs/src/scfe.c index 43135306d..20379fd4f 100644 --- a/gs/src/scfe.c +++ b/gs/src/scfe.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* CCITTFax encoding filter */ #include "stdio_.h" /* includes std.h */ #include "memory_.h" diff --git a/gs/src/scfetab.c b/gs/src/scfetab.c index 7f35e838f..d4cec7f82 100644 --- a/gs/src/scfetab.c +++ b/gs/src/scfetab.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Tables for CCITTFaxEncode filter */ #include "std.h" #include "scommon.h" /* for scf.h */ diff --git a/gs/src/scfparam.c b/gs/src/scfparam.c index 1d9a7cf61..9fdff66da 100644 --- a/gs/src/scfparam.c +++ b/gs/src/scfparam.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* CCITTFax filter parameter setting and reading */ #include "std.h" #include "gserror.h" diff --git a/gs/src/scfx.h b/gs/src/scfx.h index d63b502a4..51d04eab2 100644 --- a/gs/src/scfx.h +++ b/gs/src/scfx.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* CCITTFax filter state definition */ /* Requires strimpl.h */ diff --git a/gs/src/scommon.h b/gs/src/scommon.h index 1fe74e1eb..3017c0767 100644 --- a/gs/src/scommon.h +++ b/gs/src/scommon.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions common to stream clients and implementors */ #ifndef scommon_INCLUDED diff --git a/gs/src/sdcparam.c b/gs/src/sdcparam.c index 29454045e..f5b78731f 100644 --- a/gs/src/sdcparam.c +++ b/gs/src/sdcparam.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* DCT filter parameter setting and reading */ #include "memory_.h" #include "jpeglib_.h" diff --git a/gs/src/sdcparam.h b/gs/src/sdcparam.h index 4361a77fe..72f4c236a 100644 --- a/gs/src/sdcparam.h +++ b/gs/src/sdcparam.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* DCT filter parameter setting and reading interface */ #ifndef sdcparam_INCLUDED diff --git a/gs/src/sdct.h b/gs/src/sdct.h index c90597dc4..39764a8cd 100644 --- a/gs/src/sdct.h +++ b/gs/src/sdct.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for DCT filters */ /* Requires stream.h, strimpl.h, jpeg/jpeglib.h */ diff --git a/gs/src/sdctc.c b/gs/src/sdctc.c index d0ac0c389..cb8cf7ea9 100644 --- a/gs/src/sdctc.c +++ b/gs/src/sdctc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Code common to DCT encoding and decoding streams */ #include "stdio_.h" #include "jpeglib_.h" diff --git a/gs/src/sdctd.c b/gs/src/sdctd.c index 42df547d6..3ee928b12 100644 --- a/gs/src/sdctd.c +++ b/gs/src/sdctd.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* DCT decoding filter stream */ #include "memory_.h" #include "stdio_.h" diff --git a/gs/src/sdcte.c b/gs/src/sdcte.c index 2879aa2d6..a3fe693c4 100644 --- a/gs/src/sdcte.c +++ b/gs/src/sdcte.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* DCT encoding filter stream */ #include "memory_.h" #include "stdio_.h" diff --git a/gs/src/sddparam.c b/gs/src/sddparam.c index cca3dd1d5..173e1e636 100644 --- a/gs/src/sddparam.c +++ b/gs/src/sddparam.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* DCTDecode filter parameter setting and reading */ #include "std.h" #include "jpeglib_.h" diff --git a/gs/src/sdeparam.c b/gs/src/sdeparam.c index e414794f3..8aeeefba8 100644 --- a/gs/src/sdeparam.c +++ b/gs/src/sdeparam.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* DCTEncode filter parameter setting and reading */ #include "memory_.h" #include "jpeglib_.h" diff --git a/gs/src/seexec.c b/gs/src/seexec.c index ee5552d28..df96ec654 100644 --- a/gs/src/seexec.c +++ b/gs/src/seexec.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* eexec filters */ #include "stdio_.h" /* includes std.h */ #include "strimpl.h" diff --git a/gs/src/sfilter.h b/gs/src/sfilter.h index 14439d600..cef0035d5 100644 --- a/gs/src/sfilter.h +++ b/gs/src/sfilter.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* 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. */ diff --git a/gs/src/sfilter1.c b/gs/src/sfilter1.c index a477ef506..46689a076 100644 --- a/gs/src/sfilter1.c +++ b/gs/src/sfilter1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Filters included in Level 1 systems: NullEncode/Decode, PFBDecode, */ /* SubFileDecode. */ #include "stdio_.h" /* includes std.h */ diff --git a/gs/src/sfilter2.c b/gs/src/sfilter2.c index 447847ff3..5a1aa1361 100644 --- a/gs/src/sfilter2.c +++ b/gs/src/sfilter2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Simple Level 2 filters */ #include "stdio_.h" /* includes std.h */ #include "memory_.h" diff --git a/gs/src/sfxboth.c b/gs/src/sfxboth.c index bbee0b918..f6f696142 100644 --- a/gs/src/sfxboth.c +++ b/gs/src/sfxboth.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* File stream implementation using both stdio and direct OS calls */ #include "sfxstdio.c" diff --git a/gs/src/sfxfd.c b/gs/src/sfxfd.c index cfa418d77..44061c830 100644 --- a/gs/src/sfxfd.c +++ b/gs/src/sfxfd.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* File stream implementation using direct OS calls */ /****** ****** NOTE: THIS FILE MAY NOT COMPILE ON NON-UNIX PLATFORMS, AND MAY diff --git a/gs/src/sfxstdio.c b/gs/src/sfxstdio.c index 7cc518de4..eca9a7d47 100644 --- a/gs/src/sfxstdio.c +++ b/gs/src/sfxstdio.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* File stream implementation using stdio */ #include "stdio_.h" /* includes std.h */ #include "memory_.h" diff --git a/gs/src/shc.c b/gs/src/shc.c index 54e0af8d1..7126451c1 100644 --- a/gs/src/shc.c +++ b/gs/src/shc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Support code for shc.h */ #include "std.h" #include "scommon.h" diff --git a/gs/src/shc.h b/gs/src/shc.h index ba33cf13c..78460e34a 100644 --- a/gs/src/shc.h +++ b/gs/src/shc.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Common definitions for filters using Huffman coding */ #ifndef shc_INCLUDED diff --git a/gs/src/shcgen.c b/gs/src/shcgen.c index 6f219a4fa..12546e2b8 100644 --- a/gs/src/shcgen.c +++ b/gs/src/shcgen.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generate (bounded) Huffman code definitions from frequencies, */ /* and tables from definitions. */ #include "memory_.h" diff --git a/gs/src/shcgen.h b/gs/src/shcgen.h index 134d0e726..b9903a87e 100644 --- a/gs/src/shcgen.h +++ b/gs/src/shcgen.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface for Huffman code generation */ /* Requires shc.h */ diff --git a/gs/src/siinterp.c b/gs/src/siinterp.c index 11f2450d2..eac615e60 100644 --- a/gs/src/siinterp.c +++ b/gs/src/siinterp.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Image interpolation filter */ #include "memory_.h" #include <assert.h> diff --git a/gs/src/siinterp.h b/gs/src/siinterp.h index 31e5203f2..73c30359b 100644 --- a/gs/src/siinterp.h +++ b/gs/src/siinterp.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for image interpolation filter */ /* Requires strimpl.h */ diff --git a/gs/src/siscale.c b/gs/src/siscale.c index 1dfefd22c..2ae3231cd 100644 --- a/gs/src/siscale.c +++ b/gs/src/siscale.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Image scaling filters */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/siscale.h b/gs/src/siscale.h index 4ba9f5e13..0d9936fbf 100644 --- a/gs/src/siscale.h +++ b/gs/src/siscale.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for smoothed image scaling filter */ /* Requires strimpl.h */ diff --git a/gs/src/sisparam.h b/gs/src/sisparam.h index 0c878b413..b8dd16155 100644 --- a/gs/src/sisparam.h +++ b/gs/src/sisparam.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic image scaling stream definitions */ /* Requires strimpl.h */ diff --git a/gs/src/sjpeg.h b/gs/src/sjpeg.h index 7a31a1a8e..5e972150e 100644 --- a/gs/src/sjpeg.h +++ b/gs/src/sjpeg.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* IJG entry point wrappers */ /* Requires sdct.h, jpeg/jpeglib.h */ diff --git a/gs/src/sjpegc.c b/gs/src/sjpegc.c index 9805bf3d2..f9682d58a 100644 --- a/gs/src/sjpegc.c +++ b/gs/src/sjpegc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface routines for IJG code, common to encode/decode. */ #include "stdio_.h" #include "string_.h" diff --git a/gs/src/sjpegd.c b/gs/src/sjpegd.c index 7ed8bdd82..4d0a71236 100644 --- a/gs/src/sjpegd.c +++ b/gs/src/sjpegd.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface routines for IJG decoding code. */ #include "stdio_.h" #include "string_.h" diff --git a/gs/src/sjpege.c b/gs/src/sjpege.c index d6c2a1600..daf526129 100644 --- a/gs/src/sjpege.c +++ b/gs/src/sjpege.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface routines for IJG encoding code. */ #include "stdio_.h" #include "string_.h" diff --git a/gs/src/slzwc.c b/gs/src/slzwc.c index 9006aba90..18ad2061e 100644 --- a/gs/src/slzwc.c +++ b/gs/src/slzwc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Code common to LZW encoding and decoding streams */ #include "std.h" #include "strimpl.h" diff --git a/gs/src/slzwce.c b/gs/src/slzwce.c index 45618ea92..8fbdc2bb3 100644 --- a/gs/src/slzwce.c +++ b/gs/src/slzwce.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Simple encoder compatible with LZW decoding filter */ #include "stdio_.h" /* includes std.h */ #include "gdebug.h" diff --git a/gs/src/slzwd.c b/gs/src/slzwd.c index 623c6fe3f..6a58eb408 100644 --- a/gs/src/slzwd.c +++ b/gs/src/slzwd.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* LZW decoding filter */ #include "stdio_.h" /* includes std.h */ #include "gdebug.h" diff --git a/gs/src/slzwx.h b/gs/src/slzwx.h index 5d2217cdf..0d9ecf02c 100644 --- a/gs/src/slzwx.h +++ b/gs/src/slzwx.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for LZW filters */ /* Requires strimpl.h */ diff --git a/gs/src/smd5.c b/gs/src/smd5.c index 39791cf76..a16caeb06 100644 --- a/gs/src/smd5.c +++ b/gs/src/smd5.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* MD5Encode filter */ #include "memory_.h" #include "strimpl.h" diff --git a/gs/src/smd5.h b/gs/src/smd5.h index eda7b42b3..aac6f3c83 100644 --- a/gs/src/smd5.h +++ b/gs/src/smd5.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for MD5Encode filter */ /* Requires scommon.h; strimpl.h if any templates are referenced */ diff --git a/gs/src/smtf.c b/gs/src/smtf.c index 3ca1140dd..0298647de 100644 --- a/gs/src/smtf.c +++ b/gs/src/smtf.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* MoveToFront filters */ #include "stdio_.h" #include "strimpl.h" diff --git a/gs/src/smtf.h b/gs/src/smtf.h index f5c6eb122..bfd9f160a 100644 --- a/gs/src/smtf.h +++ b/gs/src/smtf.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for MoveToFront filters */ /* Requires scommon.h; strimpl.h if any templates are referenced */ diff --git a/gs/src/spdiff.c b/gs/src/spdiff.c index 7195081b2..3cc98baad 100644 --- a/gs/src/spdiff.c +++ b/gs/src/spdiff.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Pixel differencing filters */ #include "stdio_.h" /* should be std.h, but needs NULL */ #include "memory_.h" diff --git a/gs/src/spdiffx.h b/gs/src/spdiffx.h index e56fd73af..3354959dd 100644 --- a/gs/src/spdiffx.h +++ b/gs/src/spdiffx.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for PixelDifference filters */ /* Requires strimpl.h */ diff --git a/gs/src/spngp.c b/gs/src/spngp.c index 9acb9e45b..197c377d0 100644 --- a/gs/src/spngp.c +++ b/gs/src/spngp.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* PNG pixel prediction filters */ #include "memory_.h" #include "strimpl.h" diff --git a/gs/src/spngpx.h b/gs/src/spngpx.h index 8de4cd9a7..ea10ed78a 100644 --- a/gs/src/spngpx.h +++ b/gs/src/spngpx.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for PNGPredictor filters */ /* Requires strimpl.h */ diff --git a/gs/src/spprint.c b/gs/src/spprint.c index da230c352..a87f04045 100644 --- a/gs/src/spprint.c +++ b/gs/src/spprint.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Print values in ASCII form on a stream */ #include "math_.h" /* for fabs */ #include "stdio_.h" /* for stream.h */ diff --git a/gs/src/spprint.h b/gs/src/spprint.h index f36bb7fb5..d97701225 100644 --- a/gs/src/spprint.h +++ b/gs/src/spprint.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Print values in ASCII form on a stream */ #ifndef spprint_INCLUDED diff --git a/gs/src/spsdf.c b/gs/src/spsdf.c index d5b87cb3d..9d877b1af 100644 --- a/gs/src/spsdf.c +++ b/gs/src/spsdf.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Common utilities for PostScript and PDF format printing */ #include "stdio_.h" /* for stream.h */ #include "string_.h" diff --git a/gs/src/spsdf.h b/gs/src/spsdf.h index 7cbdf2797..cfa118391 100644 --- a/gs/src/spsdf.h +++ b/gs/src/spsdf.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Common output syntax and parameters for PostScript and PDF writers */ #ifndef spsdf_INCLUDED diff --git a/gs/src/srdline.h b/gs/src/srdline.h index 1effe0439..46ce9db03 100644 --- a/gs/src/srdline.h +++ b/gs/src/srdline.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Interface for readline */ /* Requires gsmemory.h, gstypes.h */ diff --git a/gs/src/srld.c b/gs/src/srld.c index ea0f14d4d..dc978e690 100644 --- a/gs/src/srld.c +++ b/gs/src/srld.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* RunLengthDecode filter */ #include "stdio_.h" /* includes std.h */ #include "memory_.h" diff --git a/gs/src/srle.c b/gs/src/srle.c index c5a2307e3..a76193609 100644 --- a/gs/src/srle.c +++ b/gs/src/srle.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* RunLengthEncode filter */ #include "stdio_.h" /* includes std.h */ #include "memory_.h" diff --git a/gs/src/srlx.h b/gs/src/srlx.h index 2cb1de421..8aefdf14e 100644 --- a/gs/src/srlx.h +++ b/gs/src/srlx.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for RunLength filters */ /* Requires scommon.h; strimpl.h if any templates are referenced */ diff --git a/gs/src/sstring.c b/gs/src/sstring.c index 6ad5816b5..c0b9945f9 100644 --- a/gs/src/sstring.c +++ b/gs/src/sstring.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* String and hexstring streams (filters) */ #include "stdio_.h" /* includes std.h */ #include "memory_.h" diff --git a/gs/src/sstring.h b/gs/src/sstring.h index ab697f84f..033ac56f3 100644 --- a/gs/src/sstring.h +++ b/gs/src/sstring.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* String and hexstring streams (filters) */ #ifndef sstring_INCLUDED diff --git a/gs/src/stat_.h b/gs/src/stat_.h index 3d720d7e6..3eca0354f 100644 --- a/gs/src/stat_.h +++ b/gs/src/stat_.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic substitute for Unix sys/stat.h */ #ifndef stat__INCLUDED diff --git a/gs/src/std.h b/gs/src/std.h index 0c07c975b..0a282e21a 100644 --- a/gs/src/std.h +++ b/gs/src/std.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Standard definitions for Aladdin Enterprises code */ #ifndef std_INCLUDED diff --git a/gs/src/stdio_.h b/gs/src/stdio_.h index 49ac50122..5cfdc1a3e 100644 --- a/gs/src/stdio_.h +++ b/gs/src/stdio_.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic substitute for stdio.h */ #ifndef stdio__INCLUDED diff --git a/gs/src/stdpre.h b/gs/src/stdpre.h index b8f8f1a9e..f9c9da300 100644 --- a/gs/src/stdpre.h +++ b/gs/src/stdpre.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Standard definitions for Aladdin Enterprises code not needing arch.h */ #ifndef stdpre_INCLUDED diff --git a/gs/src/store.h b/gs/src/store.h index fbf773d24..f9431f2fb 100644 --- a/gs/src/store.h +++ b/gs/src/store.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Assignment-related macros */ #ifndef store_INCLUDED diff --git a/gs/src/stream.c b/gs/src/stream.c index 89aeba399..5d4bd3449 100644 --- a/gs/src/stream.c +++ b/gs/src/stream.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Stream package for Ghostscript interpreter */ #include "stdio_.h" /* includes std.h */ #include "memory_.h" diff --git a/gs/src/stream.h b/gs/src/stream.h index 9f93e8b70..90ef83d55 100644 --- a/gs/src/stream.h +++ b/gs/src/stream.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for Ghostscript stream package */ /* Requires stdio.h */ diff --git a/gs/src/strimpl.h b/gs/src/strimpl.h index d669670b4..38195cabf 100644 --- a/gs/src/strimpl.h +++ b/gs/src/strimpl.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Definitions for stream implementors */ /* Requires stdio.h */ diff --git a/gs/src/string_.h b/gs/src/string_.h index 4312ec40f..1d77eb4df 100644 --- a/gs/src/string_.h +++ b/gs/src/string_.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic substitute for Unix string.h */ #ifndef string__INCLUDED diff --git a/gs/src/szlibc.c b/gs/src/szlibc.c index de4fd1019..aa0bdb901 100644 --- a/gs/src/szlibc.c +++ b/gs/src/szlibc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Code common to zlib encoding and decoding streams */ #include "std.h" #include "gserror.h" diff --git a/gs/src/szlibd.c b/gs/src/szlibd.c index 1e43eb24d..ec74431bf 100644 --- a/gs/src/szlibd.c +++ b/gs/src/szlibd.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* zlib decoding (decompression) filter stream */ #include "std.h" #include "gsmemory.h" diff --git a/gs/src/szlibe.c b/gs/src/szlibe.c index bed1dd791..d341f38b8 100644 --- a/gs/src/szlibe.c +++ b/gs/src/szlibe.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* zlib encoding (compression) filter stream */ #include "std.h" #include "gsmemory.h" diff --git a/gs/src/szlibx.h b/gs/src/szlibx.h index f36b1fcc6..ef6afd44a 100644 --- a/gs/src/szlibx.h +++ b/gs/src/szlibx.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* zlib filter state definition */ #ifndef szlibx_INCLUDED diff --git a/gs/src/szlibxx.h b/gs/src/szlibxx.h index b590aad70..e6c9b0c04 100644 --- a/gs/src/szlibxx.h +++ b/gs/src/szlibxx.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Implementation definitions for zlib interface */ /* Must be compiled with -I$(ZSRCDIR) */ diff --git a/gs/src/time_.h b/gs/src/time_.h index d6d59bc6f..9b8039961 100644 --- a/gs/src/time_.h +++ b/gs/src/time_.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic substitute for Unix sys/time.h */ #ifndef time__INCLUDED diff --git a/gs/src/ugcclib.mak b/gs/src/ugcclib.mak index 72ef13838..02b4bae38 100644 --- a/gs/src/ugcclib.mak +++ b/gs/src/ugcclib.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # makefile for Unix / gcc library testing. BINDIR=./libobj diff --git a/gs/src/unistd_.h b/gs/src/unistd_.h index 356036347..3ced16e45 100644 --- a/gs/src/unistd_.h +++ b/gs/src/unistd_.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic substitute for Unix unistd.h */ #ifndef unistd__INCLUDED diff --git a/gs/src/unix-aux.mak b/gs/src/unix-aux.mak index da50cc74b..ad4e2e58b 100644 --- a/gs/src/unix-aux.mak +++ b/gs/src/unix-aux.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # Partial makefile common to all Unix configurations. # This makefile contains the build rules for the auxiliary programs such as # echogs, and the 'platform' modules. diff --git a/gs/src/unix-dll.mak b/gs/src/unix-dll.mak index 16462fd73..fa3dc5c57 100644 --- a/gs/src/unix-dll.mak +++ b/gs/src/unix-dll.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # Partial makefile for Unix shared object target # Useful make commands: diff --git a/gs/src/unix-end.mak b/gs/src/unix-end.mak index fc44d61df..28b8dd5f6 100644 --- a/gs/src/unix-end.mak +++ b/gs/src/unix-end.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # Partial makefile common to all Unix and Desqview/X configurations. # This is the next-to-last part of the makefile for these configurations. diff --git a/gs/src/unix-gcc.mak b/gs/src/unix-gcc.mak index abde66c82..903983f1e 100644 --- a/gs/src/unix-gcc.mak +++ b/gs/src/unix-gcc.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # makefile for Unix/gcc/X11 configuration. # ------------------------------- Options ------------------------------- # diff --git a/gs/src/unixansi.mak b/gs/src/unixansi.mak index 5f91d3e21..5d28a4a95 100644 --- a/gs/src/unixansi.mak +++ b/gs/src/unixansi.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # makefile for Unix/ANSI C/X11 configuration. # ------------------------------- Options ------------------------------- # diff --git a/gs/src/unixhead.mak b/gs/src/unixhead.mak index 63a16364c..5432d7e32 100644 --- a/gs/src/unixhead.mak +++ b/gs/src/unixhead.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # Partial makefile common to all Unix configurations. # This part of the makefile gets inserted after the compiler-specific part diff --git a/gs/src/unixinst.mak b/gs/src/unixinst.mak index 6950f62d3..eb6269803 100644 --- a/gs/src/unixinst.mak +++ b/gs/src/unixinst.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # Partial makefile common to all Unix and Desqview/X configurations, # containing the `install' targets. # This is the very last part of the makefile for these configurations. diff --git a/gs/src/unixlink.mak b/gs/src/unixlink.mak index 6c982792a..cfe295287 100644 --- a/gs/src/unixlink.mak +++ b/gs/src/unixlink.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # Partial makefile common to all Unix configurations. # This part of the makefile contains the linking steps. diff --git a/gs/src/version.mak b/gs/src/version.mak index 8eb985b04..60439f1cf 100644 --- a/gs/src/version.mak +++ b/gs/src/version.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # Makefile fragment containing the current revision identification. # Major and minor version numbers. diff --git a/gs/src/vms_x_fix.h b/gs/src/vms_x_fix.h index 0e4811b67..adc5b81af 100644 --- a/gs/src/vms_x_fix.h +++ b/gs/src/vms_x_fix.h @@ -3,7 +3,7 @@ * Author : Jouk Jansen (joukj@hrem.stm.tudelft.nl) * * * * Last revision : 22 August 2000 * - * $RCSfile$ $Revision$ + * $Id$ * * * Repair definitions of Xlib when compileing with /name=(as_is) on VMS * * * diff --git a/gs/src/vmsmath.h b/gs/src/vmsmath.h index 55ccd6e94..f7d9864aa 100644 --- a/gs/src/vmsmath.h +++ b/gs/src/vmsmath.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Substitute for math.h on VAX/VMS systems */ #ifndef vmsmath_INCLUDED diff --git a/gs/src/watc.mak b/gs/src/watc.mak index 86088fbd6..b4dce71e5 100644 --- a/gs/src/watc.mak +++ b/gs/src/watc.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # makefile for MS-DOS/Watcom C386 platform. # We strongly recommend that you read the Watcom section of Make.htm # before attempting to build Ghostscript with the Watcom compiler. diff --git a/gs/src/watclib.mak b/gs/src/watclib.mak index 7ef61e784..e4c1e976b 100644 --- a/gs/src/watclib.mak +++ b/gs/src/watclib.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # makefile for MS-DOS / Watcom C/C++ library testing. libdefault: $(GLOBJ)gslib.exe diff --git a/gs/src/watcw32.mak b/gs/src/watcw32.mak index 343592c1b..8e20c72e9 100644 --- a/gs/src/watcw32.mak +++ b/gs/src/watcw32.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # watcw32.mak # makefile for Watcom C++ v??, Windows NT or Windows 95 platform. # Does NOT build gs16spl.exe, which is 16-bit and is used under Win32s. diff --git a/gs/src/wccommon.mak b/gs/src/wccommon.mak index cd420a072..94606849f 100644 --- a/gs/src/wccommon.mak +++ b/gs/src/wccommon.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # wccommon.mak # Section of Watcom C/C++ makefile common to MS-DOS and MS Windows. # We strongly recommend that you read the Watcom section of Make.htm diff --git a/gs/src/wctail.mak b/gs/src/wctail.mak index ba26ee223..c6b9d0242 100644 --- a/gs/src/wctail.mak +++ b/gs/src/wctail.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # wctail.mak # Last part of Watcom C/C++ makefile common to MS-DOS and MS Windows. diff --git a/gs/src/windows_.h b/gs/src/windows_.h index e1f4aae94..bbede27eb 100644 --- a/gs/src/windows_.h +++ b/gs/src/windows_.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Wrapper for windows.h */ #ifndef windows__INCLUDED diff --git a/gs/src/winint.mak b/gs/src/winint.mak index 8493fc619..aab931a1b 100755 --- a/gs/src/winint.mak +++ b/gs/src/winint.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # Common interpreter makefile section for 32-bit MS Windows. # This makefile must be acceptable to Microsoft Visual C++, Watcom C++, diff --git a/gs/src/winlib.mak b/gs/src/winlib.mak index f32d079a3..fe489b39a 100644 --- a/gs/src/winlib.mak +++ b/gs/src/winlib.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # Common makefile section for 32-bit MS Windows. # This makefile must be acceptable to Microsoft Visual C++, Watcom C++, diff --git a/gs/src/winplat.mak b/gs/src/winplat.mak index 9c8e560f4..30b8061e4 100644 --- a/gs/src/winplat.mak +++ b/gs/src/winplat.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # Common makefile section for builds on 32-bit MS Windows, including the # Watcom MS-DOS build. diff --git a/gs/src/wmin.mak b/gs/src/wmin.mak index 975a14bc4..6b1b19c84 100644 --- a/gs/src/wmin.mak +++ b/gs/src/wmin.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # Makefile for compiling the Wadalab free Kanji font into the executable. # This does not yet include rules for creating the wmin*.c files. diff --git a/gs/src/x_.h b/gs/src/x_.h index 32d5556e3..ffe584e8f 100644 --- a/gs/src/x_.h +++ b/gs/src/x_.h @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Header for including X library calls in Ghostscript X11 driver */ #ifndef x__INCLUDED diff --git a/gs/src/zarith.c b/gs/src/zarith.c index 1070f4e44..01e3f86bd 100644 --- a/gs/src/zarith.c +++ b/gs/src/zarith.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Arithmetic operators */ #include "math_.h" #include "ghost.h" diff --git a/gs/src/zarray.c b/gs/src/zarray.c index 7733c2e64..8e8ac0301 100644 --- a/gs/src/zarray.c +++ b/gs/src/zarray.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Array operators */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zbfont.c b/gs/src/zbfont.c index 5c98e4232..ba62b0889 100644 --- a/gs/src/zbfont.c +++ b/gs/src/zbfont.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Font creation utilities */ #include "memory_.h" #include "string_.h" diff --git a/gs/src/zbseq.c b/gs/src/zbseq.c index 31e7c8489..759e70fcc 100644 --- a/gs/src/zbseq.c +++ b/gs/src/zbseq.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Level 2 binary object sequence operators */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zccube.c b/gs/src/zccube.c index 5b903854d..47501c8dc 100644 --- a/gs/src/zccube.c +++ b/gs/src/zccube.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Create Color Cube routines for tint transform replacement. */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zcfont.c b/gs/src/zcfont.c index 197d1fcf0..ff5f4aecb 100644 --- a/gs/src/zcfont.c +++ b/gs/src/zcfont.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Composite font-related character operators */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zchar.c b/gs/src/zchar.c index 52aef6432..c1fde88b6 100644 --- a/gs/src/zchar.c +++ b/gs/src/zchar.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Character operators */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zchar1.c b/gs/src/zchar1.c index c26014fc7..3e446ed13 100644 --- a/gs/src/zchar1.c +++ b/gs/src/zchar1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Type 1 character display operator */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zchar2.c b/gs/src/zchar2.c index 1d85015c4..1ec9f3181 100644 --- a/gs/src/zchar2.c +++ b/gs/src/zchar2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Type 2 character display operator */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zchar32.c b/gs/src/zchar32.c index 7f0f9f111..519fd98fa 100644 --- a/gs/src/zchar32.c +++ b/gs/src/zchar32.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Type 32 font glyph operators */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zchar42.c b/gs/src/zchar42.c index c8e373377..a0ded3afd 100644 --- a/gs/src/zchar42.c +++ b/gs/src/zchar42.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Type 42 character display operator */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zcharout.c b/gs/src/zcharout.c index 56ff58dc9..f3f780a51 100644 --- a/gs/src/zcharout.c +++ b/gs/src/zcharout.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Common code for outline (Type 1 / 4 / 42) fonts */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zcharx.c b/gs/src/zcharx.c index e7854556c..a536463e3 100644 --- a/gs/src/zcharx.c +++ b/gs/src/zcharx.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Level 2 character operators */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zcid.c b/gs/src/zcid.c index 30d69149c..ec882acce 100644 --- a/gs/src/zcid.c +++ b/gs/src/zcid.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* CMap and CID-keyed font services */ #include "ghost.h" #include "errors.h" diff --git a/gs/src/zcie.c b/gs/src/zcie.c index 84699a052..9c2c6a60f 100644 --- a/gs/src/zcie.c +++ b/gs/src/zcie.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* CIE color operators */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/zcolor.c b/gs/src/zcolor.c index 450123e9d..89c0112f0 100644 --- a/gs/src/zcolor.c +++ b/gs/src/zcolor.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Color operators */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zcolor1.c b/gs/src/zcolor1.c index 694a8fc9f..d4f426943 100644 --- a/gs/src/zcolor1.c +++ b/gs/src/zcolor1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Level 1 extended color operators */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zcolor2.c b/gs/src/zcolor2.c index afef4141c..054441ea0 100644 --- a/gs/src/zcolor2.c +++ b/gs/src/zcolor2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Level 2 color operators */ #include "ghost.h" #include "string_.h" diff --git a/gs/src/zcontext.c b/gs/src/zcontext.c index 01a07ae37..236a75f24 100644 --- a/gs/src/zcontext.c +++ b/gs/src/zcontext.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Display PostScript context operators */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zcontrol.c b/gs/src/zcontrol.c index 2f256c91b..2513ececd 100644 --- a/gs/src/zcontrol.c +++ b/gs/src/zcontrol.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Control operators */ #include "string_.h" #include "ghost.h" diff --git a/gs/src/zcrd.c b/gs/src/zcrd.c index c6c7e69a7..db50aca2c 100644 --- a/gs/src/zcrd.c +++ b/gs/src/zcrd.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* CIE color rendering operators */ #include "math_.h" #include "ghost.h" diff --git a/gs/src/zcsdevn.c b/gs/src/zcsdevn.c index da4751102..7cd2daee9 100644 --- a/gs/src/zcsdevn.c +++ b/gs/src/zcsdevn.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* DeviceN color space support */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zcsindex.c b/gs/src/zcsindex.c index 15d1a745b..07660ce81 100644 --- a/gs/src/zcsindex.c +++ b/gs/src/zcsindex.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Indexed color space support */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zcspixel.c b/gs/src/zcspixel.c index 38a313ad4..54e1b52c3 100644 --- a/gs/src/zcspixel.c +++ b/gs/src/zcspixel.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* DevicePixel color space support */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zcssepr.c b/gs/src/zcssepr.c index 3c9ce88b8..023274ef2 100644 --- a/gs/src/zcssepr.c +++ b/gs/src/zcssepr.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Separation color space support */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zdevcal.c b/gs/src/zdevcal.c index 7b56a595a..01aa0963a 100644 --- a/gs/src/zdevcal.c +++ b/gs/src/zdevcal.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* %Calendar% IODevice */ #include "time_.h" #include "ghost.h" diff --git a/gs/src/zdevice.c b/gs/src/zdevice.c index ca5dcbc12..c9a0bf3e4 100644 --- a/gs/src/zdevice.c +++ b/gs/src/zdevice.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Device-related operators */ #include "string_.h" #include "ghost.h" diff --git a/gs/src/zdevice2.c b/gs/src/zdevice2.c index bb0499600..2b0826fb4 100644 --- a/gs/src/zdevice2.c +++ b/gs/src/zdevice2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Level 2 device operators */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/zdfilter.c b/gs/src/zdfilter.c index 525b87c36..20fce24b7 100644 --- a/gs/src/zdfilter.c +++ b/gs/src/zdfilter.c @@ -16,7 +16,7 @@ Author: Raph Levien <raph@artofcode.com> */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* PostScript operators for managing the device filter stack */ /* We probably don't need all of these, they were copied from zdevice.c. */ diff --git a/gs/src/zdict.c b/gs/src/zdict.c index bd9f1d3b3..105384475 100644 --- a/gs/src/zdict.c +++ b/gs/src/zdict.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Dictionary operators */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zdosio.c b/gs/src/zdosio.c index 83a0acbeb..a7492ccf3 100644 --- a/gs/src/zdosio.c +++ b/gs/src/zdosio.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* MS-DOS direct I/O operators. */ /* These should NEVER be included in a released configuration! */ #include "dos_.h" diff --git a/gs/src/zdouble.c b/gs/src/zdouble.c index 42a16bd22..406d0d4a7 100644 --- a/gs/src/zdouble.c +++ b/gs/src/zdouble.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Double-precision floating point arithmetic operators */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/zdpnext.c b/gs/src/zdpnext.c index a41396b96..19c08dad6 100644 --- a/gs/src/zdpnext.c +++ b/gs/src/zdpnext.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* NeXT Display PostScript extensions */ #include "math_.h" #include "ghost.h" diff --git a/gs/src/zdps.c b/gs/src/zdps.c index 4f57d19eb..e121e9563 100644 --- a/gs/src/zdps.c +++ b/gs/src/zdps.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Display PostScript extensions */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zdps1.c b/gs/src/zdps1.c index 1e8e70ff4..91192f716 100644 --- a/gs/src/zdps1.c +++ b/gs/src/zdps1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Level 2 / Display PostScript graphics extensions */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zdscpars.c b/gs/src/zdscpars.c index 7a5c362cc..342023e1b 100644 --- a/gs/src/zdscpars.c +++ b/gs/src/zdscpars.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* C language interface routines to DSC parser */ /* diff --git a/gs/src/zfapi.c b/gs/src/zfapi.c index 49e4aea05..423e2d0a7 100644 --- a/gs/src/zfapi.c +++ b/gs/src/zfapi.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Font API client */ #include "memory_.h" diff --git a/gs/src/zfarc4.c b/gs/src/zfarc4.c index ecaf17c2b..a975728e9 100644 --- a/gs/src/zfarc4.c +++ b/gs/src/zfarc4.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* this is the ps interpreter interface to the arcfour cipher filter used in PDF encryption. We provide both Decode and Encode filters; diff --git a/gs/src/zfbcp.c b/gs/src/zfbcp.c index fe849a7cd..581eb425e 100644 --- a/gs/src/zfbcp.c +++ b/gs/src/zfbcp.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* (T)BCP filter creation */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zfcid.c b/gs/src/zfcid.c index 9a0290b55..49abc7071 100644 --- a/gs/src/zfcid.c +++ b/gs/src/zfcid.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* CID-keyed font utilities */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zfcid0.c b/gs/src/zfcid0.c index 64b84df51..0070dc5bf 100644 --- a/gs/src/zfcid0.c +++ b/gs/src/zfcid0.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* CIDFontType 0 operators */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zfcid1.c b/gs/src/zfcid1.c index bb3289a85..8fcede62f 100644 --- a/gs/src/zfcid1.c +++ b/gs/src/zfcid1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* CIDFontType 1 and 2 operators */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zfcmap.c b/gs/src/zfcmap.c index 01cce60c4..a3edfc1d1 100644 --- a/gs/src/zfcmap.c +++ b/gs/src/zfcmap.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* CMap creation operator */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zfdctd.c b/gs/src/zfdctd.c index 209f383f6..8a2aa9962 100644 --- a/gs/src/zfdctd.c +++ b/gs/src/zfdctd.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* DCTDecode filter creation */ #include "memory_.h" #include "stdio_.h" /* for jpeglib.h */ diff --git a/gs/src/zfdcte.c b/gs/src/zfdcte.c index 7a4123610..341bf78ce 100644 --- a/gs/src/zfdcte.c +++ b/gs/src/zfdcte.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* DCTEncode filter creation */ #include "memory_.h" #include "stdio_.h" /* for jpeglib.h */ diff --git a/gs/src/zfdecode.c b/gs/src/zfdecode.c index e6d1def49..91bd01d2f 100644 --- a/gs/src/zfdecode.c +++ b/gs/src/zfdecode.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Additional decoding filter creation */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zfile.c b/gs/src/zfile.c index ca85020c6..bc6f1bdda 100644 --- a/gs/src/zfile.c +++ b/gs/src/zfile.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Non-I/O file operators */ #include "memory_.h" #include "string_.h" diff --git a/gs/src/zfileio.c b/gs/src/zfileio.c index 0ac6ea825..661d725ba 100644 --- a/gs/src/zfileio.c +++ b/gs/src/zfileio.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* File I/O operators */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zfilter.c b/gs/src/zfilter.c index 167894dfd..91cfd22f3 100644 --- a/gs/src/zfilter.c +++ b/gs/src/zfilter.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Filter creation */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zfilter2.c b/gs/src/zfilter2.c index 143e404b0..9eaba2fbe 100644 --- a/gs/src/zfilter2.c +++ b/gs/src/zfilter2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Additional filter creation */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zfilterx.c b/gs/src/zfilterx.c index 34902dd02..c193be090 100644 --- a/gs/src/zfilterx.c +++ b/gs/src/zfilterx.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Extended (non-standard) filter creation */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zfmd5.c b/gs/src/zfmd5.c index c2ec807ab..0f03b1d95 100644 --- a/gs/src/zfmd5.c +++ b/gs/src/zfmd5.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* MD5Encode filter creation */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zfont.c b/gs/src/zfont.c index 26020bfb6..9af19171d 100644 --- a/gs/src/zfont.c +++ b/gs/src/zfont.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic font operators */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zfont0.c b/gs/src/zfont0.c index 72fdf0aa7..8029427b1 100644 --- a/gs/src/zfont0.c +++ b/gs/src/zfont0.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Composite font creation operator */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zfont1.c b/gs/src/zfont1.c index fc3596085..ba2e2c6b5 100644 --- a/gs/src/zfont1.c +++ b/gs/src/zfont1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Type 1 and Type 4 font creation operators */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zfont2.c b/gs/src/zfont2.c index 6c16fa9c1..5af86a8a1 100644 --- a/gs/src/zfont2.c +++ b/gs/src/zfont2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Type 2 font creation operators */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zfont32.c b/gs/src/zfont32.c index d5f88ad7a..d2c4f3cb9 100644 --- a/gs/src/zfont32.c +++ b/gs/src/zfont32.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Type 32 font operators */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zfont42.c b/gs/src/zfont42.c index 99464d951..13c832ba6 100644 --- a/gs/src/zfont42.c +++ b/gs/src/zfont42.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Type 42 font creation operator */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zfproc.c b/gs/src/zfproc.c index eaf2f1451..db6e23dcf 100644 --- a/gs/src/zfproc.c +++ b/gs/src/zfproc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Procedure-based filter stream support */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zfrsd.c b/gs/src/zfrsd.c index eeb11fad1..bea7f1d38 100644 --- a/gs/src/zfrsd.c +++ b/gs/src/zfrsd.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* ReusableStreamDecode filter support */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zfsample.c b/gs/src/zfsample.c index 19dae6781..6c901c336 100644 --- a/gs/src/zfsample.c +++ b/gs/src/zfsample.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Sample data to create a type 0 function */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zfunc.c b/gs/src/zfunc.c index 76d65be04..287c863a1 100644 --- a/gs/src/zfunc.c +++ b/gs/src/zfunc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Generic PostScript language interface to Functions */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zfunc0.c b/gs/src/zfunc0.c index cc89d7d6a..6b3c59614 100644 --- a/gs/src/zfunc0.c +++ b/gs/src/zfunc0.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* PostScript language interface to FunctionType 0 (Sampled) Functions */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zfunc3.c b/gs/src/zfunc3.c index 03e02cffd..69d26d79f 100644 --- a/gs/src/zfunc3.c +++ b/gs/src/zfunc3.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* PostScript language interface to LL3 Functions */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zfunc4.c b/gs/src/zfunc4.c index e3bed9d67..74f1c5663 100644 --- a/gs/src/zfunc4.c +++ b/gs/src/zfunc4.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* PostScript language support for FunctionType 4 (PS Calculator) Functions */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zfzlib.c b/gs/src/zfzlib.c index 99a625bc5..48e470a1a 100644 --- a/gs/src/zfzlib.c +++ b/gs/src/zfzlib.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* zlib and Flate filter creation */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zgeneric.c b/gs/src/zgeneric.c index a4ed58695..a2e3d24a5 100644 --- a/gs/src/zgeneric.c +++ b/gs/src/zgeneric.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Array/string/dictionary generic operators for PostScript */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zgstate.c b/gs/src/zgstate.c index 6ecae1a5c..7960bc268 100644 --- a/gs/src/zgstate.c +++ b/gs/src/zgstate.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Graphics state operators */ #include "math_.h" #include "ghost.h" diff --git a/gs/src/zhsb.c b/gs/src/zhsb.c index 42eb832e7..5776cf775 100644 --- a/gs/src/zhsb.c +++ b/gs/src/zhsb.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* HSB color operators */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zht.c b/gs/src/zht.c index 94b47b7d3..27ccb5475 100644 --- a/gs/src/zht.c +++ b/gs/src/zht.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Halftone definition operators */ #include "ghost.h" #include "memory_.h" diff --git a/gs/src/zht1.c b/gs/src/zht1.c index dbab6b2d4..cf267abed 100644 --- a/gs/src/zht1.c +++ b/gs/src/zht1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* setcolorscreen operator */ #include "ghost.h" #include "memory_.h" diff --git a/gs/src/zht2.c b/gs/src/zht2.c index 11979f635..75be917b1 100644 --- a/gs/src/zht2.c +++ b/gs/src/zht2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Level 2 sethalftone operator */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zicc.c b/gs/src/zicc.c index f2443a167..4ec54abfa 100644 --- a/gs/src/zicc.c +++ b/gs/src/zicc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/* $RCSfile$ $Revision$ */ +/* $Id$ */ /* ICCBased color operators */ #include "math_.h" diff --git a/gs/src/zimage.c b/gs/src/zimage.c index 4b5c2c75d..3ec8fc5d8 100644 --- a/gs/src/zimage.c +++ b/gs/src/zimage.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Image operators */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zimage2.c b/gs/src/zimage2.c index 67ca01cc0..6a0b2e89e 100644 --- a/gs/src/zimage2.c +++ b/gs/src/zimage2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* image operator extensions for Level 2 PostScript */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/zimage3.c b/gs/src/zimage3.c index a8ec3fcfb..f1df20427 100644 --- a/gs/src/zimage3.c +++ b/gs/src/zimage3.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* LanguageLevel 3 ImageTypes (3 & 4 - masked images) */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/ziodev.c b/gs/src/ziodev.c index 9a1f856d0..2c717828a 100644 --- a/gs/src/ziodev.c +++ b/gs/src/ziodev.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Standard IODevice implementation */ #include "memory_.h" #include "stdio_.h" diff --git a/gs/src/ziodev2.c b/gs/src/ziodev2.c index 283391506..5e7136267 100644 --- a/gs/src/ziodev2.c +++ b/gs/src/ziodev2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* (Level 2) IODevice operators */ #include "string_.h" #include "ghost.h" diff --git a/gs/src/ziodevs.c b/gs/src/ziodevs.c index a3008e771..5b214275d 100644 --- a/gs/src/ziodevs.c +++ b/gs/src/ziodevs.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* %stdxxx IODevice implementation for PostScript interpreter */ #include "stdio_.h" #include "ghost.h" diff --git a/gs/src/ziodevsc.c b/gs/src/ziodevsc.c index 492e9fc85..bce908dc8 100644 --- a/gs/src/ziodevsc.c +++ b/gs/src/ziodevsc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* %stdxxx IODevice implementation using callouts for PostScript interpreter */ #include "stdio_.h" #include "ghost.h" diff --git a/gs/src/zlib.mak b/gs/src/zlib.mak index 6e5f654ee..15a3eea71 100644 --- a/gs/src/zlib.mak +++ b/gs/src/zlib.mak @@ -13,7 +13,7 @@ # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. -# $RCSfile$ $Revision$ +# $Id$ # makefile for zlib library code. # Users of this makefile must define the following: # GSSRCDIR - the GS library source directory diff --git a/gs/src/zmath.c b/gs/src/zmath.c index 5c3242445..8a3a8fb09 100644 --- a/gs/src/zmath.c +++ b/gs/src/zmath.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Mathematical operators */ #include "math_.h" #include "ghost.h" diff --git a/gs/src/zmatrix.c b/gs/src/zmatrix.c index ed7eb707b..169f47cf1 100644 --- a/gs/src/zmatrix.c +++ b/gs/src/zmatrix.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Matrix operators */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zmedia2.c b/gs/src/zmedia2.c index 7e4aaba0b..feba17f91 100644 --- a/gs/src/zmedia2.c +++ b/gs/src/zmedia2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Media matching for setpagedevice */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/zmisc.c b/gs/src/zmisc.c index 8f500bb31..374530a7d 100644 --- a/gs/src/zmisc.c +++ b/gs/src/zmisc.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Miscellaneous operators */ #include "errno_.h" #include "memory_.h" diff --git a/gs/src/zmisc1.c b/gs/src/zmisc1.c index ea30a78b6..758e105fc 100644 --- a/gs/src/zmisc1.c +++ b/gs/src/zmisc1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Miscellaneous Type 1 font operators */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zmisc2.c b/gs/src/zmisc2.c index 04e10fe13..c926f6194 100644 --- a/gs/src/zmisc2.c +++ b/gs/src/zmisc2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Miscellaneous Level 2 operators */ #include "memory_.h" #include "string_.h" diff --git a/gs/src/zmisc3.c b/gs/src/zmisc3.c index ebd88d0ec..60f983021 100644 --- a/gs/src/zmisc3.c +++ b/gs/src/zmisc3.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Miscellaneous LanguageLevel 3 operators */ #include "ghost.h" #include "gscspace.h" /* for gscolor2.h */ diff --git a/gs/src/zpacked.c b/gs/src/zpacked.c index ad4637705..12c4366c4 100644 --- a/gs/src/zpacked.c +++ b/gs/src/zpacked.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Packed array operators */ #include "ghost.h" #include "ialloc.h" diff --git a/gs/src/zpaint.c b/gs/src/zpaint.c index a8fbba846..651572f9a 100644 --- a/gs/src/zpaint.c +++ b/gs/src/zpaint.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Painting operators */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zpath.c b/gs/src/zpath.c index 0e2f621ad..1fb01b35c 100644 --- a/gs/src/zpath.c +++ b/gs/src/zpath.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Basic path operators */ #include "math_.h" #include "ghost.h" diff --git a/gs/src/zpath1.c b/gs/src/zpath1.c index 0ae298320..6b52e0c39 100644 --- a/gs/src/zpath1.c +++ b/gs/src/zpath1.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* PostScript Level 1 additional path operators */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zpcolor.c b/gs/src/zpcolor.c index e80dfc767..f843a75d7 100644 --- a/gs/src/zpcolor.c +++ b/gs/src/zpcolor.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Pattern color */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zrelbit.c b/gs/src/zrelbit.c index 84050479e..f03441e11 100644 --- a/gs/src/zrelbit.c +++ b/gs/src/zrelbit.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Relational, boolean, and bit operators */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zrop.c b/gs/src/zrop.c index 2f473ff3c..87bc8e51d 100644 --- a/gs/src/zrop.c +++ b/gs/src/zrop.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* RasterOp control operators */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zshade.c b/gs/src/zshade.c index 7aa446fae..748702cf6 100644 --- a/gs/src/zshade.c +++ b/gs/src/zshade.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* PostScript language interface to shading */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zstack.c b/gs/src/zstack.c index 6abaf4558..969165261 100644 --- a/gs/src/zstack.c +++ b/gs/src/zstack.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Operand stack operators */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zstring.c b/gs/src/zstring.c index d90f0a165..378f675d5 100644 --- a/gs/src/zstring.c +++ b/gs/src/zstring.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* String operators */ #include "memory_.h" #include "ghost.h" diff --git a/gs/src/zsysvm.c b/gs/src/zsysvm.c index 3cfa47e52..aac942d40 100644 --- a/gs/src/zsysvm.c +++ b/gs/src/zsysvm.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* System VM and VM-specific operators */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/ztoken.c b/gs/src/ztoken.c index 5062dc405..2d779665d 100644 --- a/gs/src/ztoken.c +++ b/gs/src/ztoken.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Token reading operators */ #include "string_.h" #include "ghost.h" diff --git a/gs/src/ztrans.c b/gs/src/ztrans.c index 3e61b1c00..ec075455b 100644 --- a/gs/src/ztrans.c +++ b/gs/src/ztrans.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Transparency operators */ #include "string_.h" #include "memory_.h" diff --git a/gs/src/ztrap.c b/gs/src/ztrap.c index 255047b01..68d238892 100644 --- a/gs/src/ztrap.c +++ b/gs/src/ztrap.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Operators for setting trapping parameters and zones */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/ztype.c b/gs/src/ztype.c index 1e404076f..8315f60b8 100644 --- a/gs/src/ztype.c +++ b/gs/src/ztype.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Type, attribute, and conversion operators */ #include "math_.h" #include "memory_.h" diff --git a/gs/src/zupath.c b/gs/src/zupath.c index b17562453..23d9997b6 100644 --- a/gs/src/zupath.c +++ b/gs/src/zupath.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Operators related to user paths */ #include "ghost.h" #include "oper.h" diff --git a/gs/src/zusparam.c b/gs/src/zusparam.c index c0f6b81e9..1bb471198 100644 --- a/gs/src/zusparam.c +++ b/gs/src/zusparam.c @@ -15,7 +15,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* User and system parameter operators */ #include "memory_.h" #include "string_.h" diff --git a/gs/src/zvmem.c b/gs/src/zvmem.c index 14e130c0d..ac032b900 100644 --- a/gs/src/zvmem.c +++ b/gs/src/zvmem.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* "Virtual memory" operators */ #include "ghost.h" #include "gsstruct.h" diff --git a/gs/src/zvmem2.c b/gs/src/zvmem2.c index c58b0f95c..564a03638 100644 --- a/gs/src/zvmem2.c +++ b/gs/src/zvmem2.c @@ -14,7 +14,7 @@ San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ -/*$RCSfile$ $Revision$ */ +/* $Id$ */ /* Level 2 "Virtual memory" operators */ #include "ghost.h" #include "oper.h" |