Remove OpenSSL exception from license headers

This commit is contained in:
Andrew Resch 2008-11-23 04:58:01 +00:00
commit c6ddaeaac7
82 changed files with 143 additions and 742 deletions

View file

@ -1,6 +1,7 @@
#
# setup.py
#
# Copyright (C) 2007 Andrew Resch ('andar') <andrewresch@gmail.com>
# Copyright (C) 2007 Andrew Resch <andrewresch@gmail.com>
#
# 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
@ -18,15 +19,6 @@
# 51 Franklin Street, Fifth Floor
# Boston, MA 02110-1301, USA.
#
# In addition, as a special exception, the copyright holders give
# permission to link the code of portions of this program with the OpenSSL
# library.
# You must obey the GNU General Public License in all respects for all of
# the code used other than OpenSSL. If you modify file(s) with this
# exception, you may extend this exception to your version of the file(s),
# but you are not obligated to do so. If you do not wish to do so, delete
# this exception statement from your version. If you delete this exception
# statement from all source files in the program, then also delete it here.
import ez_setup
ez_setup.use_setuptools()
@ -320,6 +312,7 @@ setup(
ext_modules = _ext_modules,
fullname = "Deluge Bittorent Client",
include_package_data = True,
language = "c++",
license = "GPLv3",
name = "deluge",
package_data = {"deluge": ["ui/gtkui/glade/*.glade",