]> www.infradead.org Git - mtd-utils.git/commitdiff
Remove $Id:$ tags
authorJosh Boyer <jwboyer@gmail.com>
Fri, 3 Aug 2007 13:49:10 +0000 (08:49 -0500)
committerJosh Boyer <jwboyer@gmail.com>
Fri, 3 Aug 2007 13:49:10 +0000 (08:49 -0500)
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>
27 files changed:
MAKEDEV
Makefile
compr.c
compr.h
compr_rtime.c
compr_zlib.c
crc32.c
crc32.h
doc_loadbios.c
docfdisk.c
flash_eraseall.c
flashcp.c
ftl_check.c
ftl_format.c
jffs-dump.c
jffs2dump.c
jffs2reader.c
mkfs.jffs.c
mkfs.jffs2.1
nanddump.c
nandwrite.c
nftl_format.c
nftldump.c
rfddump.c
rfdformat.c
summary.h
sumtool.c

diff --git a/MAKEDEV b/MAKEDEV
index 121a883a15d45ff9019fb2a6d577e803c56f0bef..b31e61fd61bc0eafb6be82216431df00117eb0fd 100755 (executable)
--- a/MAKEDEV
+++ b/MAKEDEV
@@ -1,5 +1,4 @@
 #!/bin/bash
-# $Id: MAKEDEV,v 1.9 2005/11/29 11:47:58 sean Exp $
 
 function mkftl () {
        mknod /dev/ftl$1 b 44 $2
index 88b666a79a4f09abedfce406cb1866554d6cc5ed..ae452614e4d501f56b7976543afc4a5178598e7a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,6 @@
 
 # -*- sh -*-
 
-# $Id: Makefile,v 1.60 2005/11/07 11:15:09 gleixner Exp $
-
 SBINDIR=/usr/sbin
 MANDIR=/usr/man
 INCLUDEDIR=/usr/include
diff --git a/compr.c b/compr.c
index 7ad0c41c8625c9fbec45c0539f45b72be3e1d909..7028c936a086d3ff2b543c62dfc2f4c63c487551 100644 (file)
--- a/compr.c
+++ b/compr.c
@@ -6,9 +6,6 @@
  *
  * For licensing information, see the file 'LICENCE' in this directory
  * in the jffs2 directory.
- *
- * $Id: compr.c,v 1.9 2005/11/07 11:15:09 gleixner Exp $
- *
  */
 
 #include "compr.h"
diff --git a/compr.h b/compr.h
index c4e199ae06122b04467ecab180449e9657521fca..51bf0dd6350b2733872e244601d0689165f5fa9e 100644 (file)
--- a/compr.h
+++ b/compr.h
@@ -6,9 +6,6 @@
  *
  * For licensing information, see the file 'LICENCE' in the
  * jffs2 directory.
- *
- * $Id: compr.h,v 1.7 2005/11/07 11:15:09 gleixner Exp $
- *
  */
 
 #ifndef __JFFS2_COMPR_H__
index 59f174c6ddc6cf96e5f463e0984860c80f2b6b9f..131536cf69380787e75a0e074a4b219428b6f6a4 100644 (file)
@@ -7,9 +7,6 @@
  *
  * For licensing information, see the file 'LICENCE' in this directory.
  *
- * $Id: compr_rtime.c,v 1.4 2005/11/07 11:15:09 gleixner Exp $
- *
- *
  * Very simple lz77-ish encoder.
  *
  * Theory of operation: Both encoder and decoder have a list of "last
index d0976931810f94ec8126d1ae9f1813deccb5348d..400b18a15a72f1f763d56a5cfdccc55359410fc8 100644 (file)
@@ -30,9 +30,6 @@
  * other provisions required by the GPL.  If you do not delete the
  * provisions above, a recipient may use your version of this file
  * under either the RHEPL or the GPL.
- *
- * $Id: compr_zlib.c,v 1.4 2005/11/07 11:15:09 gleixner Exp $
- *
  */
 
 #include <stdint.h>
diff --git a/crc32.c b/crc32.c
index 7d1253d14a6303050e5242af9941a5de6a3720c1..6b1e50c42d9b646c4eba4d591bfb4b0941ac3c17 100644 (file)
--- a/crc32.c
+++ b/crc32.c
@@ -37,8 +37,6 @@
  *      polynomial $edb88320
  */
 
-/* $Id: crc32.c,v 1.5 2004/02/24 17:40:51 dwmw2 Exp $ */
-
 #include <stdint.h>
 
 const uint32_t crc32_table[256] = {
diff --git a/crc32.h b/crc32.h
index ec9c1b18e4e1867ddf26c36de571405b7c377f78..ee3145bc1597a05344c694d9bc3ba6639086a36f 100644 (file)
--- a/crc32.h
+++ b/crc32.h
@@ -1,8 +1,6 @@
 #ifndef CRC32_H
 #define CRC32_H
 
-/* $Id: crc32.h,v 1.6 2005/11/07 11:15:09 gleixner Exp $ */
-
 #include <stdint.h>
 
 extern const uint32_t crc32_table[256];
index 66e2e6ab53c3300f85c7258fd296bed522e1868d..0a11fd203f6753ee7804e603f79a4f97bd13ba37 100644 (file)
@@ -8,7 +8,6 @@
 #include <sys/ioctl.h>
 #include <sys/mount.h>
 
-/* $Id: doc_loadbios.c,v 1.9 2005/11/07 11:15:10 gleixner Exp $ */
 #include <mtd/mtd-user.h>
 
 unsigned char databuf[512];
index 3732691cc524a9be4a2afd11289a748193dc548c..56fffc4d6e40c63760d7404422524d4f6e7fab93 100644 (file)
@@ -1,9 +1,6 @@
 /*
  * docfdisk.c: Modify INFTL partition tables
  *
- *
- * $Id: docfdisk.c,v 1.9 2005/11/07 11:15:10 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
index 5901b2673575d2e549e057c25751907b08ce9b91..60036d37dfd51b60f2cbda3bc38d13af1e5c6b6e 100644 (file)
@@ -17,8 +17,6 @@
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-
-   $Id: flash_eraseall.c,v 1.22 2005/02/17 14:55:06 hvr Exp $
  */
 #include <sys/types.h>
 #include <stdio.h>
index 64b2eca23108256ea26481d93ee7ece673a93b7f..7f7764a6d9f72f58f1d96667f09f6d5a1479f897 100644 (file)
--- a/flashcp.c
+++ b/flashcp.c
@@ -3,8 +3,6 @@
  * Written by Abraham vd Merwe <abraham@2d3d.co.za>
  * All rights reserved.
  *
- * $Id: flashcp.c,v 1.6 2005/11/07 11:15:11 gleixner Exp $
- *
  * Renamed to flashcp.c to avoid conflicts with fcp from fsh package
  *
  * Redistribution and use in source and binary forms, with or without
index 5afc0f36f9fd742a416eb146a1044685d7dca94a..f41e79a34ec6c733a4b3d97bde37e02a4a52959f 100644 (file)
@@ -1,5 +1,4 @@
 /* Ported to MTD system.
- * $Id: ftl_check.c,v 1.6 2005/11/07 11:15:11 gleixner Exp $
  * Based on:
  */
 /*======================================================================
index c35e18b921cdb1a253e2896e0ae843f72f6c7afa..ae00c994141d9a30bfbd498fc3116a507157df77 100644 (file)
@@ -1,5 +1,4 @@
 /* Ported to MTD system.
- * $Id: ftl_format.c,v 1.9 2005/11/07 11:15:12 gleixner Exp $
  * Based on:
  */
 /*======================================================================
index 4d76aca72de9212b073581073f957596848505ff..31cdad21f915e3edd02bbac8380be49b3ab0f299 100644 (file)
@@ -3,8 +3,6 @@
  * Useful when it buggers up.
  */
 
-/* $Id: jffs-dump.c,v 1.3 2005/11/07 11:15:12 gleixner Exp $  */
-
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
index 2842f032ba420db70d3fe5cba97d6c69c7494ff5..c5a99df43d37176cba61505c9721a6b9e88cb6fe 100644 (file)
@@ -3,8 +3,6 @@
  *
  *  Copyright (C) 2003 Thomas Gleixner (tglx@linutronix.de)
  *
- * $Id: jffs2dump.c,v 1.10 2005/09/26 11:49:39 havasi Exp $
- *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
index 49cef6b306dd833ebfa9d4e4a29705fd74b9f0af..cde1d06ca6e8353fb6a8bce0e87a10bc86ddb90b 100644 (file)
@@ -43,8 +43,6 @@
  *      *) Made it show major/minor numbers for device nodes
  *      *) Made it show symlink targets
  *  -Erik, 13 September 2001
- *
- * $Id: jffs2reader.c,v 1.6 2005/11/07 11:15:12 gleixner Exp $
  */
 
 
index 1f4595ecfaa647bfe1194b2452f7f4357853a70a..3242eb364965b986d350651a1bd5d585ca256645 100644 (file)
@@ -7,8 +7,6 @@
  * has a different endianness than the host.
  */
 
-/* $Id: mkfs.jffs.c,v 1.15 2005/11/07 11:15:13 gleixner Exp $  */
-
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
index 1b31ee990524eadf326595a912c5ad9bab76bf86..4080032e429e30e6289bafc698a5eddb3a52864c 100644 (file)
@@ -1,5 +1,4 @@
 .TH MKFS.JFFS2 1
-.\" $Id: mkfs.jffs2.1,v 1.6 2004/11/26 14:30:15 havasi Exp $
 .SH NAME
 mkfs.jffs2 \- Create a JFFS2 file system image from directory
 .SH SYNOPSIS
index f1b58a924482a63af78cf84c84b1868faac3df8b..9e10de414bb5f2cd7cf2f09b0864f1bf3b6ae237 100644 (file)
@@ -4,8 +4,6 @@
  *  Copyright (C) 2000 David Woodhouse (dwmw2@infradead.org)
  *                     Steven J. Hill (sjhill@realitydiluted.com)
  *
- * $Id: nanddump.c,v 1.29 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 version 2 as
  * published by the Free Software Foundation.
index f74581d0eee260e56ee581c2b985a60be47b25d0..6c4653f8387a23e5be15c8171faf4c2ef253833e 100644 (file)
@@ -4,8 +4,6 @@
  *  Copyright (C) 2000 Steven J. Hill (sjhill@realitydiluted.com)
  *               2003 Thomas Gleixner (tglx@linutronix.de)
  *
- * $Id: nandwrite.c,v 1.32 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 version 2 as
  * published by the Free Software Foundation.
index 4861753a0162db95865823df68efa9fc3ee24987..42949a0393e88cf5ec309387781e9f430b6bd096 100644 (file)
@@ -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);
index 5b293db9de9ecf7c68c5184a1a651a70ce05d9a4..6d72acd7bef1dc1eb6e59040d3471c35f82a9976 100644 (file)
@@ -1,9 +1,6 @@
 /*
  * nftldump.c: Dumping the content of NFTL partitions on a "Physical Disk"
  *
- *
- * $Id: nftldump.c,v 1.17 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
index 09c29f23a1f6d5c733ce0527136afaba59af4623..73b0ecab81493725dc15ca7fa323c0892d19013f 100644 (file)
--- a/rfddump.c
+++ b/rfddump.c
@@ -7,8 +7,6 @@
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2 of the License, or
  *  (at your option) any later version.
- *
- * $Id: rfddump.c,v 1.3 2005/11/07 11:15:13 gleixner Exp $
  */
 
 #define _XOPEN_SOURCE 500 /* For pread */
index aa0f01cbfe38063d8ee084327ac8e8b05131ae4d..d2637a1cb853eb5c105c45a85baef515d29e8c87 100644 (file)
@@ -8,8 +8,6 @@
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
  *
- * $Id: rfdformat.c,v 1.3 2005/11/07 11:15:14 gleixner Exp $
- *
  * This is very easy: just erase all the blocks and put the magic at
  * the beginning of each block.
  */
index 93e577aceab0157a6f579e37e323c30ad4e48abc..95f25c62b667c6305b74e7f171bc33c851931884 100644 (file)
--- a/summary.h
+++ b/summary.h
@@ -7,9 +7,6 @@
  *                     University of Szeged, Hungary
  *
  * For licensing information, see the file 'LICENCE' in this directory.
- *
- * $Id: summary.h,v 1.7 2006/02/15 09:42:34 havasi Exp $
- *
  */
 
 #ifndef JFFS2_SUMMARY_H
index 92d6584a72a15e481cbf60297b1770a0348efe45..6bb71683f8980551d27dfb2eca93492e075a4547 100644 (file)
--- a/sumtool.c
+++ b/sumtool.c
@@ -6,8 +6,6 @@
  *                     University of Szeged, Hungary
  *                2006 KaiGai Kohei <kaigai@ak.jp.nec.com>
  *
- * $Id: sumtool.c,v 1.9 2006/01/23 08:22:45 havasi 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