]> git.wh0rd.org - dump.git/commitdiff
Due credit to Jörg Schilling for RMT extended protocol. release_0_4b28
authorStelian Pop <stelian@popies.net>
Fri, 12 Apr 2002 13:02:16 +0000 (13:02 +0000)
committerStelian Pop <stelian@popies.net>
Fri, 12 Apr 2002 13:02:16 +0000 (13:02 +0000)
THANKS
rmt/rmt.c

diff --git a/THANKS b/THANKS
index 417306cb43e8c4ada5deb576afb303b612e4a424..b8089151a32600b3bffe5d15bd029c19632be1e7 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -1,4 +1,4 @@
-$Id: THANKS,v 1.55 2002/03/27 16:48:38 stelian Exp $
+$Id: THANKS,v 1.56 2002/04/12 13:02:16 stelian Exp $
 
 Dump and restore were written by the people of the CSRG at the University
 of California, Berkeley.
 
 Dump and restore were written by the people of the CSRG at the University
 of California, Berkeley.
@@ -72,6 +72,7 @@ Kenneth Porter                shiva@well.com
 Graham Reed            greed@users.sourceforge.net
 Bernhard Sadlowski     sadlowsk@Mathematik.Uni-Bielefeld.DE
 Jan Sanislo            oystr@cs.washington.edu
 Graham Reed            greed@users.sourceforge.net
 Bernhard Sadlowski     sadlowsk@Mathematik.Uni-Bielefeld.DE
 Jan Sanislo            oystr@cs.washington.edu
+Jörg Schilling         schilling@fokus.gmd.de
 Patrik Schindler       poc@pocnet.net
 Gunther Schlegel       schlegel@riege.de
 Chris Siebenmann       cks@utcc.utoronto.ca
 Patrik Schindler       poc@pocnet.net
 Gunther Schlegel       schlegel@riege.de
 Chris Siebenmann       cks@utcc.utoronto.ca
index d94d48fe866d647b93bf207c599b5abf57a28be9..2af48e3e0cd7f8560c2946a1faeb449c5da66169 100644 (file)
--- a/rmt/rmt.c
+++ b/rmt/rmt.c
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: rmt.c,v 1.16 2002/01/16 09:32:14 stelian Exp $";
+       "$Id: rmt.c,v 1.17 2002/04/12 13:02:16 stelian Exp $";
 #endif /* not linux */
 
 /*
 #endif /* not linux */
 
 /*
@@ -80,6 +80,8 @@ FILE  *debug;
 
 /*
  * Support for Sun's extended RMT protocol
 
 /*
  * Support for Sun's extended RMT protocol
+ *     code originally written by Jörg Schilling <schilling@fokus.gmd.de>
+ *     and relicensed by his permission from GPL to BSD for use in dump.
  */
 #define RMTI_VERSION    -1
 #define RMT_VERSION 1
  */
 #define RMTI_VERSION    -1
 #define RMT_VERSION 1