Tomas Kuliavas wrote:
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 12 Sep 2005 18:27:27 +0000 (18:27 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 12 Sep 2005 18:27:27 +0000 (18:27 +0000)
>Hi,
>
>You have posted script that converts SquirrelMail data files from files to
>sql on SquirrelMail users mailing list.
>
>http://article.gmane.org/gmane.mail.squirrelmail.user/6706
>
>Can you clarify script copyrights? I would like to include script in
>SquirrelMail package, but SquirrelMail can use only GPL licensed software.
>
>
>
I spoke with Tal ( the co-author ) and we are both quite comfortable
releasing this under the gpl.

We had originally offered to include it in the distro but no one took us
up on the offer.  We haven't used it in 2-3 years so I don't know if it
works with current versions.  I also don't believe either of us have any
interest in maintaining it but we welcome the projects use of it.

Michael

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10109 7612ce4b-ef26-0410-bec9-ea0150e637f0

contrib/flat2sql.pl

index 3049eb4023686f7475de4f5b9c2ed7ac3602cd53..c69073f74df10dd9c0deec65caa7bd44e200e4a3 100755 (executable)
@@ -3,7 +3,8 @@
 # flat2sql.pl v1.0
 # 
 # Copyright (c) 2002,  Michael Blandford and Tal Yardeni
-
+#
+# This script is licensed under GPL.
 ##### Conf Section #####
 
 $data_dir = "/home/www/mail.topolis.inet/www/squirrelmail-devel-20050911/data";