|
From: Stefan E. <se...@us...> - 2003-04-03 14:41:08
|
Update of /cvsroot/blob/blob/src/commands
In directory sc8-pr-cvs1:/tmp/cvs-serv7991
Modified Files:
changebit.c dlfile.c ferase.c fwrite.c md5chk.c memcpy.c
peek.c poke.c
Log Message:
- finally (!) corrected my email address. Doh.
Index: changebit.c
===================================================================
RCS file: /cvsroot/blob/blob/src/commands/changebit.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- changebit.c 17 Feb 2002 20:01:31 -0000 1.2
+++ changebit.c 3 Apr 2003 14:40:51 -0000 1.3
@@ -1,7 +1,7 @@
/*
* debug.c: Debugging command functions
*
- * Copyright (C) 2001 Stefan Eletzhofer <ste...@ww...>
+ * Copyright (C) 2001 Stefan Eletzhofer <ste...@el...>
*
* 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
Index: dlfile.c
===================================================================
RCS file: /cvsroot/blob/blob/src/commands/dlfile.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dlfile.c 27 Apr 2002 11:16:26 -0000 1.2
+++ dlfile.c 3 Apr 2003 14:40:55 -0000 1.3
@@ -2,7 +2,7 @@
* dlfile.c: command wrapper for xmodem/uuencode download to
* arbitary memory loc
*
- * Copyright (C) 2002 Stefan Eletzhofer <ste...@ww...>
+ * Copyright (C) 2002 Stefan Eletzhofer <ste...@el...>
*
* 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
Index: ferase.c
===================================================================
RCS file: /cvsroot/blob/blob/src/commands/ferase.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ferase.c 12 Feb 2003 22:39:59 -0000 1.2
+++ ferase.c 3 Apr 2003 14:40:55 -0000 1.3
@@ -2,7 +2,7 @@
* ferase.c: command wrapper for erasing arbitary flash
* regions
*
- * Copyright (C) 2002 Stefan Eletzhofer <ste...@ww...>
+ * Copyright (C) 2002 Stefan Eletzhofer <ste...@el...>
*
* 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
Index: fwrite.c
===================================================================
RCS file: /cvsroot/blob/blob/src/commands/fwrite.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fwrite.c 17 Apr 2002 19:39:51 -0000 1.1
+++ fwrite.c 3 Apr 2003 14:40:56 -0000 1.2
@@ -2,7 +2,7 @@
* fwrite.c: command wrapper for writing arbitary flash
* regions
*
- * Copyright (C) 2002 Stefan Eletzhofer <ste...@ww...>
+ * Copyright (C) 2002 Stefan Eletzhofer <ste...@el...>
*
* 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
Index: md5chk.c
===================================================================
RCS file: /cvsroot/blob/blob/src/commands/md5chk.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- md5chk.c 27 Apr 2002 11:16:55 -0000 1.3
+++ md5chk.c 3 Apr 2003 14:40:57 -0000 1.4
@@ -1,7 +1,7 @@
/*
* md5chk.c: command wrapper for md5 checks
*
- * Copyright (C) 2002 Stefan Eletzhofer <ste...@ww...>
+ * Copyright (C) 2002 Stefan Eletzhofer <ste...@el...>
*
* 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
Index: memcpy.c
===================================================================
RCS file: /cvsroot/blob/blob/src/commands/memcpy.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- memcpy.c 17 Feb 2002 20:01:31 -0000 1.2
+++ memcpy.c 3 Apr 2003 14:40:57 -0000 1.3
@@ -1,7 +1,7 @@
/*
* memcpy.c: copy memory command
*
- * Copyright (C) 2001 Stefan Eletzhofer <ste...@ww...>
+ * Copyright (C) 2001 Stefan Eletzhofer <ste...@el...>
*
* 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
Index: peek.c
===================================================================
RCS file: /cvsroot/blob/blob/src/commands/peek.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- peek.c 17 Feb 2002 20:01:31 -0000 1.2
+++ peek.c 3 Apr 2003 14:40:58 -0000 1.3
@@ -1,7 +1,7 @@
/*
* debug.c: Debugging command functions
*
- * Copyright (C) 2001 Stefan Eletzhofer <ste...@ww...>
+ * Copyright (C) 2001 Stefan Eletzhofer <ste...@el...>
*
* 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
@@ -66,6 +66,7 @@
if ( argc >= 2 )
type = argv[2][0];
+
dprintf("adr=0x%08x, type=%c\n", address, type);
Index: poke.c
===================================================================
RCS file: /cvsroot/blob/blob/src/commands/poke.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- poke.c 17 Feb 2002 20:01:31 -0000 1.2
+++ poke.c 3 Apr 2003 14:40:58 -0000 1.3
@@ -1,7 +1,7 @@
/*
* poke.c: poke command
*
- * Copyright (C) 2001 Stefan Eletzhofer <ste...@ww...>
+ * Copyright (C) 2001 Stefan Eletzhofer <ste...@el...>
*
* 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
|