From 0575fe8b40404f2ecc40d3159822c284fee3935c Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 12 Sep 2005 18:27:27 +0000 Subject: [PATCH] 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 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10109 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- contrib/flat2sql.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/flat2sql.pl b/contrib/flat2sql.pl index 3049eb40..c69073f7 100755 --- a/contrib/flat2sql.pl +++ b/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"; -- 2.25.1