Remove more CVS-era $Id$ tags.
authorH. Peter Anvin <hpa@zytor.com>
Thu, 17 Aug 2006 22:32:32 +0000 (15:32 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 17 Aug 2006 22:32:32 +0000 (15:32 -0700)
33 files changed:
Makefile
Makefile.private
README
README.menu
README.usbkey
TODO
bin2c.pl
bin2hex.pl
com32/lib/MCONFIG
com32/lib/sys/entry.S
com32/lib/sys/exit.S
com32/libutil/Makefile
com32/modules/Makefile
com32/samples/Makefile
comboot.doc
dos/memcpy.S
dos/memset.S
lss16toppm
memdisk/Makefile
memdisk/memcpy.S
memdisk/memdisk.doc
memdisk/memset.S
memdisk/postprocess.pl
memdisk/start32.S
menu/Makefile
mkdiskimage.in
now.pl
ppmtolss16
sample/Makefile
sample/c32entry.S
sample/sample.msg
sys2ansi.pl
win32/Makefile

index c393fd8..9c66779 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,3 @@
-##  $Id$
 ## -----------------------------------------------------------------------
 ##
 ##   Copyright 1998-2005 H. Peter Anvin - All Rights Reserved
index e42c2d3..192c38d 100644 (file)
@@ -9,7 +9,6 @@
 ##   (at your option) any later version; incorporated herein by reference.
 ##
 ## -----------------------------------------------------------------------
-# $Id$
 
 #
 # This should only be used by the maintainer to generate official binaries
diff --git a/README b/README
index ea67e35..6094136 100644 (file)
--- a/README
+++ b/README
@@ -22,7 +22,7 @@ for details.
 
 SYSLINUX is:
 
-   Copyright 1994-2005 H. Peter Anvin - All Rights Reserved
+   Copyright 1994-2006 H. Peter Anvin - All Rights Reserved
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 27ae0de..a9afade 100644 (file)
@@ -1,5 +1,3 @@
-$Id$
-
 There are two menu systems included with SYSLINUX, the advanced menu
 system, and the simple menu system.
 
index 7dd551e..33613d6 100644 (file)
@@ -1,5 +1,3 @@
-$Id$
-
 The proper mode to boot a USB key drive in is "USB-HDD".  That is the
 ONLY mode in which the C/H/S geometry encoded on the disk itself
 doesn't have to match what the BIOS thinks it is.  Since geometry on
diff --git a/TODO b/TODO
index f84cc62..42a578e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,5 +1,3 @@
-$Id$
-
 *** To do in the short term:
 
 - PXELINUX: Figure out localboot/idle problems
index f50e2e7..5ef1c03 100644 (file)
--- a/bin2c.pl
+++ b/bin2c.pl
@@ -1,5 +1,4 @@
 #!/usr/bin/perl
-## $Id$
 ## -----------------------------------------------------------------------
 ##
 ##   Copyright 1998-2004 H. Peter Anvin - All Rights Reserved
index 528c632..5fcf880 100755 (executable)
@@ -1,5 +1,4 @@
 #!/usr/bin/perl
-## "$Id$"
 ## -----------------------------------------------------------------------
 ##
 ##   Copyright 2003 H. Peter Anvin - All Rights Reserved
index 7c4e2df..35d34d7 100644 (file)
@@ -1,5 +1,4 @@
 # -*- makefile -*-
-# $Id$
 
 CC     = gcc
 LD     = ld
index e12c65a..4df2f06 100644 (file)
@@ -1,4 +1,3 @@
-#ident "$Id$"
 # -----------------------------------------------------------------------
 #
 #   Copyright 2003-2004 H. Peter Anvin - All Rights Reserved
index 412384e..024aaf5 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 #
 # Implementation of _exit() for com32 based on c32entry.S
 #
index c46e05e..9adeec6 100644 (file)
@@ -1,4 +1,3 @@
-#ident "$Id$"
 ## -----------------------------------------------------------------------
 ##
 ##   Copyright 2001-2004 H. Peter Anvin - All Rights Reserved
index b898463..fc8c861 100644 (file)
@@ -1,4 +1,3 @@
-#ident "$Id$"
 ## -----------------------------------------------------------------------
 ##
 ##   Copyright 2001-2004 H. Peter Anvin - All Rights Reserved
index bce7ca3..214c0c7 100644 (file)
@@ -1,4 +1,3 @@
-#ident "$Id$"
 ## -----------------------------------------------------------------------
 ##
 ##   Copyright 2001-2004 H. Peter Anvin - All Rights Reserved
index be57b8d..cb3488b 100644 (file)
@@ -1,4 +1,3 @@
-        $Id$
 
                       COMBOOT and COM32 files
 
index d1e65c2..76eef73 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 #
 # memcpy.S
 #
index dd534e7..86e12ab 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 #
 # memset.S
 #
index d24262e..ea38dc9 100755 (executable)
@@ -1,5 +1,4 @@
 #!/usr/bin/perl
-## $Id$
 ## -----------------------------------------------------------------------
 ##
 ##   Copyright 2001-2004 H. Peter Anvin - All Rights Reserved
index ccfef5e..1cc08b0 100644 (file)
@@ -1,4 +1,3 @@
-#ident "$Id$"
 ## -----------------------------------------------------------------------
 ##
 ##   Copyright 2001-2004 H. Peter Anvin - All Rights Reserved
index 61c35b9..82ec870 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 #
 # memcpy.S
 #
index 8483c70..a9a43ac 100644 (file)
@@ -1,4 +1,3 @@
-$Id$
 [This documentation is rather crufty at the moment.]
 
 MEMDISK is meant to allow booting legacy operating systems via PXE,
index d7dabe1..c663885 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 #
 # memset.S
 #
index b93e097..31bde4a 100755 (executable)
@@ -10,7 +10,6 @@
 ##   (at your option) any later version; incorporated herein by reference.
 ##
 ## -----------------------------------------------------------------------
-## $Id$
 
 #
 # Postprocess the memdisk binary.
index c4801bb..ee89b71 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 #
 # Simple stub to get us to the right point in the 32-bit code;
 # this module must be linked first
index 727657f..91a8697 100644 (file)
@@ -1,4 +1,3 @@
-#ident "$Id$"
 ## -----------------------------------------------------------------------
 ##
 ##   Copyright 2001-2005 H. Peter Anvin - All Rights Reserved
index 88a8c02..3db9bbe 100755 (executable)
@@ -1,6 +1,5 @@
 #!/usr/bin/perl
 ## -----------------------------------------------------------------------
-##  $Id$
 ##
 ##   Copyright 2002-2004 H. Peter Anvin - All Rights Reserved
 ##
diff --git a/now.pl b/now.pl
index 6645558..a3b5a79 100644 (file)
--- a/now.pl
+++ b/now.pl
@@ -1,5 +1,4 @@
 #!/usr/bin/perl
-# $Id$
 #
 # Print the time (possibly the mtime of a file) as a hexadecimal integer
 # If more than one file, print the mtime of the *newest* file.
index 19fbe2d..7fd5a21 100755 (executable)
@@ -1,5 +1,4 @@
 #!/usr/bin/perl
-## $Id$
 ## -----------------------------------------------------------------------
 ##
 ##   Copyright 2004 H. Peter Anvin - All Rights Reserved
index d7c40fa..b92f820 100644 (file)
@@ -1,4 +1,3 @@
-#ident "$Id$"
 ## -----------------------------------------------------------------------
 ##
 ##   Copyright 2001-2004 H. Peter Anvin - All Rights Reserved
index 3917168..6b58db8 100644 (file)
@@ -1,4 +1,3 @@
-#ident "$Id$"
 # -----------------------------------------------------------------------
 #
 #   Copyright 2003 H. Peter Anvin - All Rights Reserved
index b9e1ad7..e93cd62 100644 (file)
@@ -1,4 +1,4 @@
-\10 $Id$
+\10sample.msg
 Note that <Ctrl-P>...<Ctrl-W> can be used to delimit something
 that is effectively a comment.
 \17This message is displayed before the image.
index b64fe24..085f6c9 100755 (executable)
@@ -1,5 +1,4 @@
 #!/usr/bin/perl
-# $Id$
 #
 # Perl script to convert a Syslinux-format screen to PC-ANSI
 # to display in a color xterm or on the Linux console
index 3798613..b83a91e 100644 (file)
@@ -1,4 +1,3 @@
-## $Id$
 ## -----------------------------------------------------------------------
 ##
 ##   Copyright 1998-2004 H. Peter Anvin - All Rights Reserved