diff options
author | Stefan Reinauer <stepan@openbios.org> | 2006-08-23 14:33:54 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-08-23 14:33:54 +0000 |
commit | 689c1448392ed93dfafc51a2dba39ba37631ce29 (patch) | |
tree | 1232b8f0cb5733a5d1b73f1ec98f9999c8a534d3 | |
parent | eca92fb37127246b3c1f323442322e93ed65861d (diff) |
Removing $Id$ tags as they have no meaning in SVN
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2386 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | util/flashrom/82802ab.c | 1 | ||||
-rw-r--r-- | util/flashrom/jedec.c | 1 | ||||
-rw-r--r-- | util/flashrom/m29f400bt.c | 1 | ||||
-rw-r--r-- | util/flashrom/mx29f002.c | 1 | ||||
-rw-r--r-- | util/flashrom/sharplhf00l04.c | 2 | ||||
-rw-r--r-- | util/flashrom/sst39sf020.c | 1 | ||||
-rw-r--r-- | util/flashrom/sst49lf040.c | 1 | ||||
-rw-r--r-- | util/flashrom/w49f002u.c | 1 |
8 files changed, 0 insertions, 9 deletions
diff --git a/util/flashrom/82802ab.c b/util/flashrom/82802ab.c index 27ce57dd01..819d9714f5 100644 --- a/util/flashrom/82802ab.c +++ b/util/flashrom/82802ab.c @@ -21,7 +21,6 @@ * * Reference: http://www.intel.com/design/chipsets/datashts/290658.htm * - * $Id$ */ #include <errno.h> diff --git a/util/flashrom/jedec.c b/util/flashrom/jedec.c index 2a07b44518..c3712dec6c 100644 --- a/util/flashrom/jedec.c +++ b/util/flashrom/jedec.c @@ -21,7 +21,6 @@ * * Reference: * - * $Id$ */ #include <stdio.h> diff --git a/util/flashrom/m29f400bt.c b/util/flashrom/m29f400bt.c index aff4cd5458..a043a7c1c2 100644 --- a/util/flashrom/m29f400bt.c +++ b/util/flashrom/m29f400bt.c @@ -21,7 +21,6 @@ * * Reference: * - * $Id$ */ #include "flash.h" diff --git a/util/flashrom/mx29f002.c b/util/flashrom/mx29f002.c index 263b592448..769e9440c5 100644 --- a/util/flashrom/mx29f002.c +++ b/util/flashrom/mx29f002.c @@ -22,7 +22,6 @@ * Reference: * MX29F002/002N data sheet * - * $Id$ */ #include <stdio.h> diff --git a/util/flashrom/sharplhf00l04.c b/util/flashrom/sharplhf00l04.c index 5b485ada8e..029702baff 100644 --- a/util/flashrom/sharplhf00l04.c +++ b/util/flashrom/sharplhf00l04.c @@ -20,8 +20,6 @@ * * * Reference: http://www.intel.com/design/chipsets/datashts/290658.htm - * - * $Id: lhf00l04.c 2111 2005-11-26 21:55:36Z ollie $ */ #include <errno.h> diff --git a/util/flashrom/sst39sf020.c b/util/flashrom/sst39sf020.c index 28aa16ba1c..30433f51b5 100644 --- a/util/flashrom/sst39sf020.c +++ b/util/flashrom/sst39sf020.c @@ -24,7 +24,6 @@ * * ToDo: Consilidated to standard JEDEC code. * - * $Id$ */ #include <stdio.h> diff --git a/util/flashrom/sst49lf040.c b/util/flashrom/sst49lf040.c index 2823ec23ba..8f1c6b9dc0 100644 --- a/util/flashrom/sst49lf040.c +++ b/util/flashrom/sst49lf040.c @@ -23,7 +23,6 @@ * * ToDo: Consilidated to standard JEDEC code. * - * $Id$ */ #include <stdio.h> #include "flash.h" diff --git a/util/flashrom/w49f002u.c b/util/flashrom/w49f002u.c index 15df445b44..e37e1790d0 100644 --- a/util/flashrom/w49f002u.c +++ b/util/flashrom/w49f002u.c @@ -24,7 +24,6 @@ * * ToDo: Consilidated to standard JEDEC code. * - * $Id$ */ #include <stdio.h> |