Records of which significant portions were written by whom (and when):


Andrew Reading wrote DFArc up to version 1.5. It's a
archiver/extractor for the .dmod file format, which is in fact a D-Mod
directory compressed using the tar+bz2 method. The GUI is written
using the FLTK toolkit.

Version v1.5	December 11th, 2004
(Andrew's copyright notice mistakenly mentions 2005)



Dan Walma wrote DFArc2, a new Dink Smallwood front-end , which avoids
using the command line. It includes parts of DFArc for D-Mod
installation and packaging support. He switched from FLTK to
wxWidgets. The rest of the code has little to do with the original
DFArc.

DFArc2 is included in the Dink Smallwood v1.08 packages, which include
early beta in 2005 and the final version in 2006.



Sylvain Beucler reworked on the code to make it portable (in
particular, run under GNU/Linux), cleaned-up the code for Unicode and
GCC compliance, and converted manually coded GUI code to wxGlade (a
graphical GUI designer).

There was some work on DFArc1.5 in 2007 (comments and documentation),
and real work on DFArc2 (now DFArc v3) started in January 2008.


src/BZip.cpp contains a modified version of bzip2-1.0.4/bzlib.c for
better progress status integration with low-level bzip2 code. Original
code is Copyright (C) 1996-2006 Julian Seward <jseward@bzip.org>.


---
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
