summaryrefslogtreecommitdiff
path: root/nftl_format.c
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@gmail.com>2007-08-03 08:49:10 -0500
committerJosh Boyer <jwboyer@gmail.com>2007-08-03 08:49:10 -0500
commit144b274bb155ea63e9093d24439bf45ce6320d80 (patch)
treee6faf8821972775b8b33a74cc4889814724ddb2c /nftl_format.c
parentce386724bd784061896dc69ad6012768d526c3dc (diff)
Remove $Id:$ tags
The $Id:$ tags are left over from the old CVS repository. Several files have since been changed, and they generally have little value in a git repo so they should be removed. Signed-off-by: Josh Boyer <jwboyer@gmail.com>
Diffstat (limited to 'nftl_format.c')
-rw-r--r--nftl_format.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/nftl_format.c b/nftl_format.c
index 4861753..42949a0 100644
--- a/nftl_format.c
+++ b/nftl_format.c
@@ -1,9 +1,6 @@
/*
* nftl_format.c: Creating a NFTL/INFTL partition on an MTD device
*
- *
- * $Id: nftl_format.c,v 1.24 2005/11/07 11:15:13 gleixner Exp $
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
@@ -209,7 +206,7 @@ int main(int argc, char **argv)
int c, do_inftl = 0, do_bbt = 0;
- printf("$Id: nftl_format.c,v 1.24 2005/11/07 11:15:13 gleixner Exp $\n");
+ printf("version 1.24 2005/11/07 11:15:13 gleixner\n");
if (argc < 2)
usage(1);