diff options
author | Paul Boddie <paul@boddie.org.uk> | 2013-12-05 17:03:42 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-06-26 11:18:55 +0200 |
commit | 50b0c2a384bd2da1b210c156c8e6e138d8948b9c (patch) | |
tree | 60633201d97260dcb062a54642d09fcc18be2d35 /cyruslib.py | |
parent | 2c00aeadb07e396f78bad47329a167589727249c (diff) | |
download | pykolab-50b0c2a384bd2da1b210c156c8e6e138d8948b9c.tar.gz |
Updated the licensing information according to FSF recommendations.
Note that cyruslib.py is still "GPLv2 or a later version" unlike the other files.
Diffstat (limited to 'cyruslib.py')
-rw-r--r-- | cyruslib.py | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/cyruslib.py b/cyruslib.py index 85d7e63..4697001 100644 --- a/cyruslib.py +++ b/cyruslib.py @@ -5,19 +5,18 @@ # Copyright (C) 2003-2006 Gianluigi Tiesi <sherpya@netfarm.it> # Copyright (C) 2003-2006 NetFarm S.r.l. [http://www.netfarm.it] # -# This program is free software; you can redistribute it and/or modify +# This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# + # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# + # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. # # Requires python >= 2.3 # |