From 516ae506d7bbd9b9e150e8806e4e348801d7ff65 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Fri, 22 May 2020 17:04:13 -0700 Subject: [PATCH] Remove all the $XXX: YYY$ --- graphics/FreeMono.pt3 | 6 +++--- graphics/FreeSans.pt3 | 6 +++--- graphics/FreeSerif.pt3 | 6 +++--- readline/readline-4.3/doc/texi2dvi | 2 +- readline/readline-4.3/examples/readlinebuf.h | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/graphics/FreeMono.pt3 b/graphics/FreeMono.pt3 index 63bf20e3..1c7a8508 100644 --- a/graphics/FreeMono.pt3 +++ b/graphics/FreeMono.pt3 @@ -1,6 +1,6 @@ -%!PS-AdobeFont-1.0: FreeMono $Revision: 1.1.1.1 $ +%!PS-AdobeFont-1.0: FreeMono $Revision$ %%Title: FreeMono -%Version: $Revision: 1.1.1.1 $ +%Version: $Revision$ %%CreationDate: Fri Feb 1 11:57:08 2008 %%Creator: R. Timothy Edwards %Copyright: Copyleft 2002, 2003, 2005 Free Software Foundation. @@ -16,7 +16,7 @@ /XUID [1021 202 645001535 11031634] def /PaintType 0 def /FontInfo 10 dict dup begin - /version ($Revision: 1.1.1.1 $) readonly def + /version ($Revision$) readonly def /Notice (Copyleft 2002, 2003, 2005 Free Software Foundation.) readonly def /FullName (Free Monospaced) readonly def /FamilyName (FreeMono) readonly def diff --git a/graphics/FreeSans.pt3 b/graphics/FreeSans.pt3 index a48127f7..7ece650e 100644 --- a/graphics/FreeSans.pt3 +++ b/graphics/FreeSans.pt3 @@ -1,6 +1,6 @@ -%!PS-AdobeFont-1.0: FreeSans $Revision: 1.1.1.1 $ +%!PS-AdobeFont-1.0: FreeSans $Revision$ %%Title: FreeSans -%Version: $Revision: 1.1.1.1 $ +%Version: $Revision$ %%CreationDate: Fri Feb 1 11:56:16 2008 %%Creator: R. Timothy Edwards %Copyright: Copyleft 2002, 2003, 2005 Free Software Foundation. @@ -16,7 +16,7 @@ /XUID [1021 202 645001535 9000585] def /PaintType 0 def /FontInfo 10 dict dup begin - /version ($Revision: 1.1.1.1 $) readonly def + /version ($Revision$) readonly def /Notice (Copyleft 2002, 2003, 2005 Free Software Foundation.) readonly def /FullName (Free Sans) readonly def /FamilyName (FreeSans) readonly def diff --git a/graphics/FreeSerif.pt3 b/graphics/FreeSerif.pt3 index 88ade673..5d4c0bde 100644 --- a/graphics/FreeSerif.pt3 +++ b/graphics/FreeSerif.pt3 @@ -1,6 +1,6 @@ -%!PS-AdobeFont-1.0: FreeSerif $Revision: 1.1.1.1 $ +%!PS-AdobeFont-1.0: FreeSerif $Revision$ %%Title: FreeSerif -%Version: $Revision: 1.1.1.1 $ +%Version: $Revision$ %%CreationDate: Fri Feb 1 11:02:05 2008 %%Creator: R. Timothy Edwards %Copyright: Copyleft 2002, 2003, 2005 Free Software Foundation. @@ -16,7 +16,7 @@ /XUID [1021 202 645001535 13246026] def /PaintType 0 def /FontInfo 10 dict dup begin - /version ($Revision: 1.1.1.1 $) readonly def + /version ($Revision$) readonly def /Notice (Copyleft 2002, 2003, 2005 Free Software Foundation.) readonly def /FullName (Free Serif) readonly def /FamilyName (FreeSerif) readonly def diff --git a/readline/readline-4.3/doc/texi2dvi b/readline/readline-4.3/doc/texi2dvi index cda6a9d6..7b32c5bd 100755 --- a/readline/readline-4.3/doc/texi2dvi +++ b/readline/readline-4.3/doc/texi2dvi @@ -26,7 +26,7 @@ # the `--debug' option when making a bug report. # This string is expanded by rcs automatically when this file is checked out. -rcs_revision='$Revision: 1.1.1.1 $' +rcs_revision='$Revision$' rcs_version=`set - $rcs_revision; echo $2` program=`echo $0 | sed -e 's!.*/!!'` version="texi2dvi (GNU Texinfo 4.0) $rcs_version diff --git a/readline/readline-4.3/examples/readlinebuf.h b/readline/readline-4.3/examples/readlinebuf.h index d9fdb3c9..91ef4d64 100644 --- a/readline/readline-4.3/examples/readlinebuf.h +++ b/readline/readline-4.3/examples/readlinebuf.h @@ -1,7 +1,7 @@ /******************************************************************************* - * $Revision: 1.1.1.1 $ - * $Date: 2008/02/03 20:43:50 $ - * $Author: tim $ + * $Revision$ + * $Date$ + * $Author$ * * Contents: A streambuf which uses the GNU readline library for line I/O * (c) 2001 by Dimitris Vyzovitis [vyzo@media.mit.edu]