From: Stelian Pop Date: Fri, 12 Apr 2002 13:02:16 +0000 (+0000) Subject: Due credit to Jörg Schilling for RMT extended protocol. X-Git-Tag: release_0_4b28 X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=commitdiff_plain;h=97d9098250fd2a49d9ef70d6bf93f49badff0f6c Due credit to Jörg Schilling for RMT extended protocol. --- diff --git a/THANKS b/THANKS index 417306c..b808915 100644 --- 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. @@ -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 +Jörg Schilling schilling@fokus.gmd.de Patrik Schindler poc@pocnet.net Gunther Schlegel schlegel@riege.de Chris Siebenmann cks@utcc.utoronto.ca diff --git a/rmt/rmt.c b/rmt/rmt.c index d94d48f..2af48e3 100644 --- a/rmt/rmt.c +++ b/rmt/rmt.c @@ -41,7 +41,7 @@ #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 */ /* @@ -80,6 +80,8 @@ FILE *debug; /* * Support for Sun's extended RMT protocol + * code originally written by Jörg Schilling + * and relicensed by his permission from GPL to BSD for use in dump. */ #define RMTI_VERSION -1 #define RMT_VERSION 1