소스 검색

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 년 전
부모
커밋
3cfb71665d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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";