This package was debianized by Sylvain Vedrenne <sylvain.vedrenne@free.fr> on
Wed, 11 Feb 2009 23:09:30 +0100.

It was downloaded from: http://sudokuki.sourceforge.net/

Upstream Author(s):

    Sylvain Vedrenne <sylvain.vedrenne@free.fr>

Copyright:

    <Copyright (C) 2007-2009 Sylvain Vedrenne>

License:

    This package 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 2 of the License, or
    (at your option) any later version.

    This package 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 package; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA

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

The Debian packaging is (C) 2009, Sylvain Vedrenne <sylvain.vedrenne@free.fr> and
is licensed under the GPL, see above.


# Please also look if there are files or directories which have a
# different copyright/license attached and list them here.

Suexg v12: public domain sudoku generator, see licence notice below.
  /****************************************************************************/
  /*    suexg version 12, small randomized sudoku-generator in C.             */
  /*                                                                          */
  /*    Generates about 24 sudokus per second with 1GHz CPU.                  */
  /*    Based on an exact cover solver, compiled with gcc3.2. Report bugs,    */
  /*    improvement suggestions,feedback to sterten@aol.com. For some         */
  /*    explanation of the solver see: http://magictour.free.fr/suexco.txt    */
  /*    This generator starts from an empty grid and adds clues completely    */
  /*    at random. There are faster pseudo-random methods which generate      */
  /*    up to 1000 sudokus per second.    [..]                                */
  /*                                                                          */
  /*    Send sudokus with rating more than 100000 to sterten@aol.com so they  */
  /*    can be included in the list of hardest sudokus at                     */
  /*    http://magictour.free.fr/top94    [..]                                */
  /*                                                                          */
  /*    This software is public domain.                                       */
  /****************************************************************************/
