That is wonderful thank you. However I suspect the fact that there are
no copyright headers at the top of the source files or a licence text
in the root directory will probably cause problems with getting it
into Debian.
You could put something like:
/* FannJ
* Copyright (C) 2009 Kyle Renfro
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA. The text of license can be also found
* at
http://www.gnu.org/copyleft/lgpl.html
*/
at the top of each of the source files and include:
http://www.gnu.org/licenses/lgpl.txt and
http://www.gnu.org/licenses/gpl.txt
as COPYING.LESSER and COPYING in the root directory of the project and
then hopefully the licensing situation will be sufficiently clear that
Debian will let me upload the package.
If you have any questions about that please ask.
Thank you,
Daniel