X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=setup.py;h=507050fb86e8e4c265c16eddec1cacd541aaca39;hp=494aa6a880913ad13b90a3ef19a8a947f2acb69c;hb=0dfcd8a5c40c7bbed2e7e59a60bcbe046ee2b7af;hpb=ed08fb69e46350ead2bc7f078b0378c2227cdf11 diff --git a/setup.py b/setup.py index 494aa6a..507050f 100644 --- a/setup.py +++ b/setup.py @@ -20,18 +20,18 @@ CLASSIFIERS = [ LICENSE = """\ Copyright (C) 2008-2010 J. Alexander Treuman -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 +python-mpd is free software: you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -This program is distributed in the hope that it will be useful, +python-mpd 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. +GNU Lesser General Public License for more details. -You should have received a copy of the GNU General Public License -along with this program. If not, see .\ +You should have received a copy of the GNU Lesser General Public License +along with python-mpd. If not, see .\ """