Changeset 576

Show
Ignore:
Timestamp:
06/12/07 16:33:32 (1 year ago)
Author:
zachtib
Message:

license fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/LICENSE

    r133 r576  
    339339library.  If this is what you want to do, use the GNU Library General 
    340340Public License instead of this License. 
     341 
     342  In addition, as a special exception, the copyright holders give 
     343  permission to link the code of portions of this program with the OpenSSL 
     344  library. 
     345  You must obey the GNU General Public License in all respects for all of 
     346  the code used other than OpenSSL. If you modify file(s) with this 
     347  exception, you may extend this exception to your version of the file(s), 
     348  but you are not obligated to do so. If you do not wish to do so, delete 
     349  this exception statement from your version. If you delete this exception 
     350  statement from all source files in the program, then also delete it here. 
     351   
  • trunk/scripts/deluge

    r564 r576  
    2424#       51 Franklin Street, Fifth Floor 
    2525#       Boston, MA  02110-1301, USA. 
     26# 
     27#  In addition, as a special exception, the copyright holders give 
     28#  permission to link the code of portions of this program with the OpenSSL 
     29#  library. 
     30#  You must obey the GNU General Public License in all respects for all of 
     31#  the code used other than OpenSSL. If you modify file(s) with this 
     32#  exception, you may extend this exception to your version of the file(s), 
     33#  but you are not obligated to do so. If you do not wish to do so, delete 
     34#  this exception statement from your version. If you delete this exception 
     35#  statement from all source files in the program, then also delete it here. 
    2636 
    2737from optparse import OptionParser 
  • trunk/setup.py

    r556 r576  
    1616#       51 Franklin Street, Fifth Floor 
    1717#       Boston, MA  02110-1301, USA. 
     18# 
     19#  In addition, as a special exception, the copyright holders give 
     20#  permission to link the code of portions of this program with the OpenSSL 
     21#  library. 
     22#  You must obey the GNU General Public License in all respects for all of 
     23#  the code used other than OpenSSL. If you modify file(s) with this 
     24#  exception, you may extend this exception to your version of the file(s), 
     25#  but you are not obligated to do so. If you do not wish to do so, delete 
     26#  this exception statement from your version. If you delete this exception 
     27#  statement from all source files in the program, then also delete it here. 
    1828 
    1929import os, platform 
  • trunk/src/common.py

    r527 r576  
    1818#       51 Franklin Street, Fifth Floor 
    1919#       Boston, MA  02110-1301, USA. 
     20# 
     21#  In addition, as a special exception, the copyright holders give 
     22#  permission to link the code of portions of this program with the OpenSSL 
     23#  library. 
     24#  You must obey the GNU General Public License in all respects for all of 
     25#  the code used other than OpenSSL. If you modify file(s) with this 
     26#  exception, you may extend this exception to your version of the file(s), 
     27#  but you are not obligated to do so. If you do not wish to do so, delete 
     28#  this exception statement from your version. If you delete this exception 
     29#  statement from all source files in the program, then also delete it here. 
    2030 
    2131import sys, os, os.path, webbrowser 
  • trunk/src/core.py

    r573 r576  
    1717#       51 Franklin Street, Fifth Floor 
    1818#       Boston, MA  02110-1301, USA. 
     19# 
     20#  In addition, as a special exception, the copyright holders give 
     21#  permission to link the code of portions of this program with the OpenSSL 
     22#  library. 
     23#  You must obey the GNU General Public License in all respects for all of 
     24#  the code used other than OpenSSL. If you modify file(s) with this 
     25#  exception, you may extend this exception to your version of the file(s), 
     26#  but you are not obligated to do so. If you do not wish to do so, delete 
     27#  this exception statement from your version. If you delete this exception 
     28#  statement from all source files in the program, then also delete it here. 
    1929 
    2030# Deluge Library, previously known as python-libtorrent: 
  • trunk/src/deluge_core.cpp

    r573 r576  
    1515 *  along with this program; if not, write to the Free Software 
    1616 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
     17 * 
     18 *   In addition, as a special exception, the copyright holders give 
     19 *  permission to link the code of portions of this program with the OpenSSL 
     20 *  library. 
     21 *  You must obey the GNU General Public License in all respects for all of 
     22 *  the code used other than OpenSSL. If you modify file(s) with this 
     23 *  exception, you may extend this exception to your version of the file(s), 
     24 *  but you are not obligated to do so. If you do not wish to do so, delete 
     25 *  this exception statement from your version. If you delete this exception 
     26 *  statement from all source files in the program, then also delete it here. 
    1727 * 
    1828 *  Thank You: Some code portions were derived from BSD-licensed work by 
  • trunk/src/deluge_stats.py

    r144 r576  
    1717#       51 Franklin Street, Fifth Floor 
    1818#       Boston, MA  02110-1301, USA. 
     19# 
     20#  In addition, as a special exception, the copyright holders give 
     21#  permission to link the code of portions of this program with the OpenSSL 
     22#  library. 
     23#  You must obey the GNU General Public License in all respects for all of 
     24#  the code used other than OpenSSL. If you modify file(s) with this 
     25#  exception, you may extend this exception to your version of the file(s), 
     26#  but you are not obligated to do so. If you do not wish to do so, delete 
     27#  this exception statement from your version. If you delete this exception 
     28#  statement from all source files in the program, then also delete it here. 
    1929 
    2030import time 
  • trunk/src/dgtk.py

    r351 r576  
    1818#       51 Franklin Street, Fifth Floor 
    1919#       Boston, MA  02110-1301, USA. 
     20# 
     21#  In addition, as a special exception, the copyright holders give 
     22#  permission to link the code of portions of this program with the OpenSSL 
     23#  library. 
     24#  You must obey the GNU General Public License in all respects for all of 
     25#  the code used other than OpenSSL. If you modify file(s) with this 
     26#  exception, you may extend this exception to your version of the file(s), 
     27#  but you are not obligated to do so. If you do not wish to do so, delete 
     28#  this exception statement from your version. If you delete this exception 
     29#  statement from all source files in the program, then also delete it here. 
    2030 
    2131# Similar to common, this contains any common functions 
  • trunk/src/dialogs.py

    r573 r576  
    1818#       51 Franklin Street, Fifth Floor 
    1919#       Boston, MA  02110-1301, USA. 
     20# 
     21#  In addition, as a special exception, the copyright holders give 
     22#  permission to link the code of portions of this program with the OpenSSL 
     23#  library. 
     24#  You must obey the GNU General Public License in all respects for all of 
     25#  the code used other than OpenSSL. If you modify file(s) with this 
     26#  exception, you may extend this exception to your version of the file(s), 
     27#  but you are not obligated to do so. If you do not wish to do so, delete 
     28#  this exception statement from your version. If you delete this exception 
     29#  statement from all source files in the program, then also delete it here. 
    2030 
    2131import common, dgtk 
  • trunk/src/interface.py

    r572 r576  
    2020#       51 Franklin Street, Fifth Floor 
    2121#       Boston, MA  02110-1301, USA. 
     22# 
     23#  In addition, as a special exception, the copyright holders give 
     24#  permission to link the code of portions of this program with the OpenSSL 
     25#  library. 
     26#  You must obey the GNU General Public License in all respects for all of 
     27#  the code used other than OpenSSL. If you modify file(s) with this 
     28#  exception, you may extend this exception to your version of the file(s), 
     29#  but you are not obligated to do so. If you do not wish to do so, delete 
     30#  this exception statement from your version. If you delete this exception 
     31#  statement from all source files in the program, then also delete it here. 
    2232 
    2333import sys, os, os.path, urllib 
  • trunk/src/ipc_manager.py

    r523 r576  
    1818#       51 Franklin Street, Fifth Floor 
    1919#       Boston, MA  02110-1301, USA. 
     20# 
     21#  In addition, as a special exception, the copyright holders give 
     22#  permission to link the code of portions of this program with the OpenSSL 
     23#  library. 
     24#  You must obey the GNU General Public License in all respects for all of 
     25#  the code used other than OpenSSL. If you modify file(s) with this 
     26#  exception, you may extend this exception to your version of the file(s), 
     27#  but you are not obligated to do so. If you do not wish to do so, delete 
     28#  this exception statement from your version. If you delete this exception 
     29#  statement from all source files in the program, then also delete it here. 
    2030 
    2131 
  • trunk/src/plugins.py

    r573 r576  
    2020#       51 Franklin Street, Fifth Floor 
    2121#       Boston, MA  02110-1301, USA. 
     22# 
     23#  In addition, as a special exception, the copyright holders give 
     24#  permission to link the code of portions of this program with the OpenSSL 
     25#  library. 
     26#  You must obey the GNU General Public License in all respects for all of 
     27#  the code used other than OpenSSL. If you modify file(s) with this 
     28#  exception, you may extend this exception to your version of the file(s), 
     29#  but you are not obligated to do so. If you do not wish to do so, delete 
     30#  this exception statement from your version. If you delete this exception 
     31#  statement from all source files in the program, then also delete it here. 
    2232 
    2333import os, sys, imp 
  • trunk/src/pref.py

    r571 r576  
    1818#       51 Franklin Street, Fifth Floor 
    1919#       Boston, MA  02110-1301, USA. 
     20# 
     21#  In addition, as a special exception, the copyright holders give 
     22#  permission to link the code of portions of this program with the OpenSSL 
     23#  library. 
     24#  You must obey the GNU General Public License in all respects for all of 
     25#  the code used other than OpenSSL. If you modify file(s) with this 
     26#  exception, you may extend this exception to your version of the file(s), 
     27#  but you are not obligated to do so. If you do not wish to do so, delete 
     28#  this exception statement from your version. If you delete this exception 
     29#  statement from all source files in the program, then also delete it here. 
    2030 
    2131