This is DFArc 3.

The original source can always be found at:
        ftp://ftp.gnu.org/gnu/freedink/

DFarc was initially released under this license (COPYING.DFArc):
  This software is provided "as is" without express or implied
  warranties. You may freely use, modify and distribute this
  source provided that the copyright text below is included in
  the resulting source code, for example:
  "Portions Copyright (C) Seth A. Robinson, 1997-2003
  
  You may use this source in personal and commercial products, you
  are not required to release the source code.
  
  Please note that sharing this source does not in any way relinquish interest or forfeit any rights enjoyed by
  Robinson Technologies and Seth A. Robinson concerning the name Dink Smallwood and related media includeding graphics,
  sounds, music, scripts and map data. (hereafter referred to as "Dink Smallwood Media").
  
  Repackaging or distributing the Dink Smallwood Media in a modified format requires permission from
  Seth A. Robinson.  Please consult the license included with the Dink Smallwood full version distribution for
  more information.


DFarc 1.5 was released under this license (COPYING.DFArc-2.0):
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  
      * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
      * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
      * Redistributions in any form must be accompanied by information on how to obtain complete source code for the DB software and any accompanying software that uses the DB software. The source code must either be included in the distribution or be available for no more than the cost of distribution plus a nominal fee, and must be freely redistributable under reasonable conditions. For an executable file, complete source code means the source code for all modules it contains. It does not include source code for modules or files that typically accompany the major components of the operating system on which the executable file runs.
      * The files produced by DFArc are not subject to this license but instead any licensing terms provided inside said files.
  
  THIS SOFTWARE IS PROVIDED BY SLEEPYCAT SOFTWARE ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL SLEEPYCAT SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copyright (C) Seth A. Robinson, 1997-2003
Copyright (C) 2004  Andrew Reading
Copyright (C) 2005, 2006  Dan Walma
Copyright (C) 2008, 2009, 2010  Sylvain Beucler
Copyright (C) 1996-2006 Julian Seward
Copyright (C) 1998 Julian Smart

Translations:
da - Copyright (C) 2009, 2010  Joe Hansen
de - Copyright (C) 2009, 2010  Roland Illig
es - Copyright (C) 2009  Fernando Carmona Varo
fi - Copyright (C) 2008, 2009 Free Software Foundation
fr - Copyright (C) 2008, 2009, 2010  Free Software Foundation
it - Copyright (C) 2008  Davide Prina
mk - Copyright (C) 2008  Free Software Foundation
pl - Copyright (C) 2008  GOKUSSJ6
     Copyright (C) 2009  Michał Trzebiatowski
vi - Copyright (C) 2009, 2010  Free Software Foundation

DFarc 2.0 is licensed under GNU GPL v3:
License:

  GNU FreeDink is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 3 of the License, or
  (at your option) any later version.

  GNU FreeDink is distributed in the hope that it will be useful, but
  WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program.  If not, see
  <http://www.gnu.org/licenses/>.


On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.


src/BZip.cpp this file come from bzip2 1.0.4 and is covered by the
GNU GPL v3 and the bzip2 licenses: 
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. The origin of this software must not be misrepresented; you must 
   not claim that you wrote the original software.  If you use this 
   software in a product, an acknowledgment in the product 
   documentation would be appreciated but is not required.

3. Altered source versions must be plainly marked as such, and must
   not be misrepresented as being the original software.

4. The name of the author may not be used to endorse or promote 
   products derived from this software without specific prior written 
   permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


The Debian packaging is Copyright (C) 2008, 2009, 2010, Sylvain Beucler <beuc@beuc.net>
and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
