From f14e5b08f4001a0581465035b02ec47e4b3fa457 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Thu, 5 Feb 2009 04:46:38 +0000 Subject: Update license on metafile.py to GPL3 --- deluge/metafile.py | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/deluge/metafile.py b/deluge/metafile.py index 461a3e492..1ebc7b7a9 100644 --- a/deluge/metafile.py +++ b/deluge/metafile.py @@ -1,14 +1,20 @@ -# The contents of this file are subject to the BitTorrent Open Source License -# Version 1.1 (the License). You may not copy or use this file, in either -# source code or executable form, except in compliance with the License. You -# may obtain a copy of the License at http://www.bittorrent.com/license/. +# Taken from http://download.bittorrent.com/dl/BitTorrent-5.3-GPL.tar.gz # -# Software distributed under the License is distributed on an AS IS basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. +# 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 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 ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU 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 . # Written by Bram Cohen +# Modifications for use in Deluge by Andrew Resch 2008 import os import os.path -- cgit