From 144b274bb155ea63e9093d24439bf45ce6320d80 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Fri, 3 Aug 2007 08:49:10 -0500 Subject: 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 --- nftl_format.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'nftl_format.c') 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); -- cgit v1.2.3