Remove all the $XXX: YYY$

This commit is contained in:
Tim 'mithro' Ansell 2020-05-22 17:04:13 -07:00 committed by Tim Edwards
parent b28d10f80d
commit 516ae506d7
5 changed files with 13 additions and 13 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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]