Update of /cvsroot/blob/blob/src/lib
In directory usw-pr-cvs1:/tmp/cvs-serv1588
Modified Files:
ide.c pcmcia.c
Log Message:
- added original copyright from Brad Parker
- corrected EMAIL addr
Index: ide.c
===================================================================
RCS file: /cvsroot/blob/blob/src/lib/ide.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ide.c 24 Apr 2002 14:27:08 -0000 1.2
+++ ide.c 26 Apr 2002 09:22:05 -0000 1.3
@@ -3,7 +3,8 @@
*
* Basic ide drive framework. Based on Brad Parkers work.
*
- * Copyright (C) 2001 Stefan Eletzhofer <ste...@ww...>
+ * Copyright (C) 2001, Brad Parker (br...@he...)
+ * 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
@@ -22,6 +23,10 @@
* $Id$
*
* $Log$
+ * Revision 1.3 2002/04/26 09:22:05 seletz
+ * - added original copyright from Brad Parker
+ * - corrected EMAIL addr
+ *
* Revision 1.2 2002/04/24 14:27:08 seletz
* - first round of bugfixing. Now at last one can read 512 byte sectors
* of a CF in true-ide mode. See system3.c::pcmciatest().
Index: pcmcia.c
===================================================================
RCS file: /cvsroot/blob/blob/src/lib/pcmcia.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pcmcia.c 24 Apr 2002 14:27:08 -0000 1.2
+++ pcmcia.c 26 Apr 2002 09:22:05 -0000 1.3
@@ -4,7 +4,8 @@
* Provides an raw pcmcia/cf framework for blob. Based on original
* work from Brad Parker.
*
- * Copyright (C) 2001 Stefan Eletzhofer <ste...@ww...>
+ * Copyright (C) 2001, Brad Parker (br...@he...)
+ * 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
@@ -23,6 +24,10 @@
* $Id$
*
* $Log$
+ * Revision 1.3 2002/04/26 09:22:05 seletz
+ * - added original copyright from Brad Parker
+ * - corrected EMAIL addr
+ *
* Revision 1.2 2002/04/24 14:27:08 seletz
* - first round of bugfixing. Now at last one can read 512 byte sectors
* of a CF in true-ide mode. See system3.c::pcmciatest().
|