diff options
author | H. Peter Anvin <hpa@zytor.com> | 2006-08-17 14:26:53 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2006-08-17 14:26:53 -0700 |
commit | 4604b77ad1d301d2f0a571ea3376c38f5b990813 (patch) | |
tree | 05571d9f20fc424bcc3fa3bba4c6cb643b063cdb /libfat | |
parent | 05b58a2d995773794bb724293f9e52583545fa81 (diff) | |
download | syslinux-4604b77ad1d301d2f0a571ea3376c38f5b990813.tar.gz |
Remove CVS-era $Id$ tags.
Diffstat (limited to 'libfat')
-rw-r--r-- | libfat/cache.c | 1 | ||||
-rw-r--r-- | libfat/fat.h | 1 | ||||
-rw-r--r-- | libfat/fatchain.c | 1 | ||||
-rw-r--r-- | libfat/libfat.h | 1 | ||||
-rw-r--r-- | libfat/libfatint.h | 1 | ||||
-rw-r--r-- | libfat/open.c | 1 | ||||
-rw-r--r-- | libfat/searchdir.c | 1 | ||||
-rw-r--r-- | libfat/ulint.h | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/libfat/cache.c b/libfat/cache.c index 48c54be9..6310a7de 100644 --- a/libfat/cache.c +++ b/libfat/cache.c @@ -1,4 +1,3 @@ -#ident "$Id$" /* ----------------------------------------------------------------------- * * * Copyright 2004 H. Peter Anvin - All Rights Reserved diff --git a/libfat/fat.h b/libfat/fat.h index 5da9ec7e..6e04885b 100644 --- a/libfat/fat.h +++ b/libfat/fat.h @@ -1,4 +1,3 @@ -#ident "$Id$" /* ----------------------------------------------------------------------- * * * Copyright 2001-2004 H. Peter Anvin - All Rights Reserved diff --git a/libfat/fatchain.c b/libfat/fatchain.c index cc8152f7..34005b19 100644 --- a/libfat/fatchain.c +++ b/libfat/fatchain.c @@ -1,4 +1,3 @@ -#ident "$Id$" /* ----------------------------------------------------------------------- * * * Copyright 2004 H. Peter Anvin - All Rights Reserved diff --git a/libfat/libfat.h b/libfat/libfat.h index a1414ac5..ce8a7267 100644 --- a/libfat/libfat.h +++ b/libfat/libfat.h @@ -1,4 +1,3 @@ -#ident "$Id$" /* ----------------------------------------------------------------------- * * * Copyright 2004 H. Peter Anvin - All Rights Reserved diff --git a/libfat/libfatint.h b/libfat/libfatint.h index b0476195..34487384 100644 --- a/libfat/libfatint.h +++ b/libfat/libfatint.h @@ -1,4 +1,3 @@ -#ident "$Id$" /* ----------------------------------------------------------------------- * * * Copyright 2004 H. Peter Anvin - All Rights Reserved diff --git a/libfat/open.c b/libfat/open.c index f454fa3d..3ff82fe2 100644 --- a/libfat/open.c +++ b/libfat/open.c @@ -1,4 +1,3 @@ -#ident "$Id$" /* ----------------------------------------------------------------------- * * * Copyright 2004 H. Peter Anvin - All Rights Reserved diff --git a/libfat/searchdir.c b/libfat/searchdir.c index 26953f26..733bf5ec 100644 --- a/libfat/searchdir.c +++ b/libfat/searchdir.c @@ -1,4 +1,3 @@ -#ident "$Id$" /* ----------------------------------------------------------------------- * * * Copyright 2004 H. Peter Anvin - All Rights Reserved diff --git a/libfat/ulint.h b/libfat/ulint.h index 24d5f017..76c6bdbd 100644 --- a/libfat/ulint.h +++ b/libfat/ulint.h @@ -1,4 +1,3 @@ -#ident "$Id$" /* ----------------------------------------------------------------------- * * * Copyright 2001-2004 H. Peter Anvin - All Rights Reserved |