Browse Source

Tomas Kuliavas wrote:

>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
tokul 20 years ago
parent
commit
3cfb71665d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      contrib/flat2sql.pl

+ 2 - 1
contrib/flat2sql.pl

@@ -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";