From 81ab58769806741a34d83ec5bad98fa0627ba4ab Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Wed, 15 Nov 2017 17:14:11 -0800 Subject: Updating per @brianmay correspondence in https://github.com/sshuttle/sshuttle/issues/186 --- setup.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/setup.py b/setup.py index 1561b77..6ef6f30 100755 --- a/setup.py +++ b/setup.py @@ -2,20 +2,20 @@ # Copyright 2012-2014 Brian May # -# This file is part of python-tldap. +# This file is part of sshuttle. # -# python-tldap 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 3 of the License, or -# (at your option) any later version. +# sshuttle 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 2.1 of +# the License, or (at your option) any later version. # -# python-tldap is distributed in the hope that it will be useful, +# sshuttle 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 python-tldap If not, see . +# You should have received a copy of the GNU Lesser General Public License +# along with sshuttle; If not, see . from setuptools import setup, find_packages @@ -39,14 +39,14 @@ setup( author_email='brian@linuxpenguins.xyz', description='Full-featured" VPN over an SSH tunnel', packages=find_packages(), - license="GPL2+", + license="LGPL2.1+", long_description=open('README.rst').read(), classifiers=[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: " - "GNU General Public License v2 or later (GPLv2+)", + "GNU Lesser General Public License v2 or later (LGPLv2+)", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", -- cgit v1.2.3