2009/4/22 Jonathan Marsden <jmars...@fastmail.fm>:
>  licencecheck -r *
>
> complains about.  Excluding the zlib ones, it finds:
>
>  src/utilfuns/ftplib.c: UNKNOWN

It's LGPL v2+ with Incorrect FSF address.

Attaching a patch:

After this patch is applied licencecheck reports:

$ licensecheck src/utilfuns/ftplib.c
src/utilfuns/ftplib.c: LGPL (v2 or later)

Please apply this patch, because FSF address is wrong and it will make
this file detectable by licencecheck which is used to find files
without copyright and to check their license.




-- 
With best regards


Dmitrijs Ledkovs (for short Dima),
Ледков Дмитрий Юрьевич
=== modified file 'src/utilfuns/ftplib.c'
--- src/utilfuns/ftplib.c	2009-01-27 00:56:31 +0000
+++ src/utilfuns/ftplib.c	2009-04-24 00:34:07 +0000
@@ -3,10 +3,10 @@
 /* Copyright (C) 1996-2000 Thomas Pfau, p...@cnj.digex.net       */
 /*  73 Catherine Street, South Bound Brook, NJ, 08880      */
 /*                     */
-/* This library is free software; you can redistribute it and/or     */
-/* modify it under the terms of the GNU Library General Public       */
-/* License as published by the Free Software Foundation; either      */
-/* version 2 of the License, or (at your option) any later version.    */
+/* This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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    */
@@ -15,8 +15,8 @@
 /*                     */
 /* You should have received a copy of the GNU Library General Public     */
 /* License along with this progam; if not, write to the        */
-/* Free Software Foundation, Inc., 59 Temple Place - Suite 330,      */
-/* Boston, MA 02111-1307, USA.               */
+/* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,      */
+/* Boston, MA 02110-1301, USA.               */
 /*                     */
 /***************************************************************************/
 // changes made by Lorn Potter <llornk...@handhelds.org>

_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to