summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRené Stadler <mail@renestadler.de>2007-09-17 23:08:35 +0200
committerRené Stadler <mail@renestadler.de>2007-09-17 23:08:35 +0200
commita48389e7c82eceabf41e2999af2add4f1ce6ce24 (patch)
treec4dee015f754c77a6e753a05b232f014862fb500 /setup.py
parent90154e8a51e98ec3822e3fd23dfa4d396a16f2e3 (diff)
Change license to GPLv3
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 6e3b05f..be6464b 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@
#
# 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 (at your option)
+# 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, but WITHOUT
@@ -16,8 +16,7 @@
# 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., 51
-# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+# this program. If not, see <http://www.gnu.org/licenses/>.
"""GStreamer Inspector distutils setup script."""