1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00

Fix outdated references to WTFPL in imapsync script and README

This commit is contained in:
Nick Bebout 2013-01-17 12:33:27 -06:00
parent fea424594f
commit 543e344ac7
2 changed files with 7 additions and 7 deletions

6
README
View File

@ -195,9 +195,9 @@ EXIT STATUS
LICENSE LICENSE
imapsync is free, open source but not always gratis software cover by imapsync is free, open source but not always gratis software cover by
the Do What The Fuck You Want To Public License (WTFPL). See COPYING the No Limit Public License (NLPL). See COPYING
file included in the distribution or the web site file included in the distribution or the web site
http://sam.zoy.org/wtfpl/COPYING http://imapsync.lamiral.info/COPYING
MAILING-LIST MAILING-LIST
The public mailing-list may be the best way to get support. The public mailing-list may be the best way to get support.
@ -418,7 +418,7 @@ HUGE MIGRATION
Welcome in shell programming ! Welcome in shell programming !
Hacking Hacking
Feel free to hack imapsync as the WTFPL Licence permits it. Feel free to hack imapsync as the NLPL Licence permits it.
Links Links
Entries for imapsync: http://www.imap.org/products/showall.php Entries for imapsync: http://www.imap.org/products/showall.php

View File

@ -237,9 +237,9 @@ in a Bourne shell:
=head1 LICENSE =head1 LICENSE
imapsync is free, open source but not always gratis software cover by imapsync is free, open source but not always gratis software cover by
the Do What The Fuck You Want To Public License (WTFPL). the No Limit Public License (NLPL).
See COPYING file included in the distribution or the web site See COPYING file included in the distribution or the web site
http://sam.zoy.org/wtfpl/COPYING http://imapsync.lamiral.info/COPYING
=head1 MAILING-LIST =head1 MAILING-LIST
@ -488,7 +488,7 @@ Welcome in shell programming !
=head1 Hacking =head1 Hacking
Feel free to hack imapsync as the WTFPL Licence permits it. Feel free to hack imapsync as the NLPL Licence permits it.
=head1 Links =head1 Links
@ -3660,7 +3660,7 @@ sub thank_author {
return("Homepage: http://imapsync.lamiral.info/\n"); return("Homepage: http://imapsync.lamiral.info/\n");
# used to be # used to be
return(join("", "Happy with this free, open and gratis DWTFPL software?\n", return(join("", "Happy with this free, open and gratis NLPL software?\n",
"Encourage the author (Gilles LAMIRAL) by giving him a book\n", "Encourage the author (Gilles LAMIRAL) by giving him a book\n",
"or just money via paypal:\n", "or just money via paypal:\n",
"http://imapsync.lamiral.info/\n")); "http://imapsync.lamiral.info/\n"));