mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Update license on metafile.py to GPL3
This commit is contained in:
parent
d7caea5c31
commit
1003374bb4
1 changed files with 14 additions and 8 deletions
|
@ -1,14 +1,20 @@
|
||||||
# The contents of this file are subject to the BitTorrent Open Source License
|
# Taken from http://download.bittorrent.com/dl/BitTorrent-5.3-GPL.tar.gz
|
||||||
# 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/.
|
|
||||||
#
|
#
|
||||||
# Software distributed under the License is distributed on an AS IS basis,
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
# it under the terms of the GNU General Public License as published by
|
||||||
# for the specific language governing rights and limitations under the
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
# License.
|
# (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 <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# Written by Bram Cohen
|
# Written by Bram Cohen
|
||||||
|
# Modifications for use in Deluge by Andrew Resch 2008
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import os.path
|
import os.path
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue