[Debtorrent-commits] r40 - in /debtorrent/trunk: ./ DebTorrent/ DebTorrent/BT1/

camrdale-guest at users.alioth.debian.org camrdale-guest at users.alioth.debian.org
Sun May 6 21:20:34 UTC 2007


Author: camrdale-guest
Date: Sun May  6 21:20:30 2007
New Revision: 40

URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=40
Log:
Add Id keyword to most files, and update License

Modified:
    debtorrent/trunk/DebTorrent/BT1/Choker.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/BT1/Connecter.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/BT1/Downloader.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/BT1/DownloaderFeedback.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/BT1/Encrypter.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/BT1/FileSelector.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/BT1/Filter.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/BT1/HTTPDownloader.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/BT1/NatCheck.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/BT1/PiecePicker.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/BT1/Rerequester.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/BT1/Statistics.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/BT1/Storage.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/BT1/StorageWrapper.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/BT1/StreamCheck.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/BT1/T2T.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/BT1/Uploader.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/BT1/__init__.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/BT1/btformats.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/BT1/fakeopen.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/BT1/makemetafile.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/BT1/track.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/BTcrypto.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/ConfigDir.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/ConnChoice.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/CurrentRateMeasure.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/HTTPHandler.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/PSYCO.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/RateLimiter.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/RateMeasure.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/RawServer.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/ServerPortHandler.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/SocketHandler.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/__init__.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/bencode.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/bitfield.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/clock.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/download_bt1.py
    debtorrent/trunk/DebTorrent/inifile.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/iprangeparse.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/launchmanycore.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/natpunch.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/parseargs.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/parsedir.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/piecebuffer.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/selectpoll.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/subnetparse.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/torrentlistparse.py   (contents, props changed)
    debtorrent/trunk/DebTorrent/zurllib.py   (contents, props changed)
    debtorrent/trunk/LICENSE.txt
    debtorrent/trunk/btcompletedir.py   (contents, props changed)
    debtorrent/trunk/btcopyannounce.py   (contents, props changed)
    debtorrent/trunk/btdownloadheadless.py   (contents, props changed)
    debtorrent/trunk/btlaunchmany.py   (contents, props changed)
    debtorrent/trunk/btmakemetafile.py   (contents, props changed)
    debtorrent/trunk/btreannounce.py   (contents, props changed)
    debtorrent/trunk/btrename.py   (contents, props changed)
    debtorrent/trunk/btsethttpseeds.py   (contents, props changed)
    debtorrent/trunk/btshowmetainfo.py   (contents, props changed)
    debtorrent/trunk/bttrack.py   (contents, props changed)
    debtorrent/trunk/setup.py   (contents, props changed)

Modified: debtorrent/trunk/DebTorrent/BT1/Choker.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/Choker.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/Choker.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/Choker.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from random import randrange, shuffle
 from DebTorrent.clock import clock

Propchange: debtorrent/trunk/DebTorrent/BT1/Choker.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/BT1/Connecter.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/Connecter.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/Connecter.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/Connecter.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from DebTorrent.bitfield import Bitfield
 from DebTorrent.clock import clock

Propchange: debtorrent/trunk/DebTorrent/BT1/Connecter.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/BT1/Downloader.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/Downloader.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/Downloader.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/Downloader.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from DebTorrent.CurrentRateMeasure import Measure
 from DebTorrent.bitfield import Bitfield

Propchange: debtorrent/trunk/DebTorrent/BT1/Downloader.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/BT1/DownloaderFeedback.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/DownloaderFeedback.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/DownloaderFeedback.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/DownloaderFeedback.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from cStringIO import StringIO
 from urllib import quote

Propchange: debtorrent/trunk/DebTorrent/BT1/DownloaderFeedback.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/BT1/Encrypter.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/Encrypter.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/Encrypter.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/Encrypter.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from cStringIO import StringIO
 from binascii import b2a_hex

Propchange: debtorrent/trunk/DebTorrent/BT1/Encrypter.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/BT1/FileSelector.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/FileSelector.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/FileSelector.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/FileSelector.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by John Hoffman
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from random import shuffle
 from traceback import print_exc

Propchange: debtorrent/trunk/DebTorrent/BT1/FileSelector.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/BT1/Filter.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/Filter.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/Filter.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/Filter.py Sun May  6 21:20:30 2007
@@ -1,3 +1,8 @@
+# Modified by Cameron Dale
+# see LICENSE.txt for license information
+
+# $Id$
+
 class Filter:
     def __init__(self, callback):
         self.callback = callback

Propchange: debtorrent/trunk/DebTorrent/BT1/Filter.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/BT1/HTTPDownloader.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/HTTPDownloader.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/HTTPDownloader.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/HTTPDownloader.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by John Hoffman
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from DebTorrent.CurrentRateMeasure import Measure
 from random import randint

Propchange: debtorrent/trunk/DebTorrent/BT1/HTTPDownloader.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/BT1/NatCheck.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/NatCheck.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/NatCheck.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/NatCheck.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from cStringIO import StringIO
 from socket import error as socketerror

Propchange: debtorrent/trunk/DebTorrent/BT1/NatCheck.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/BT1/PiecePicker.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/PiecePicker.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/PiecePicker.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/PiecePicker.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from random import randrange, shuffle
 from DebTorrent.clock import clock

Propchange: debtorrent/trunk/DebTorrent/BT1/PiecePicker.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/BT1/Rerequester.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/Rerequester.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/Rerequester.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/Rerequester.py Sun May  6 21:20:30 2007
@@ -1,6 +1,9 @@
 # Written by Bram Cohen
 # modified for multitracker operation by John Hoffman
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from DebTorrent.zurllib import urlopen, quote
 from urlparse import urlparse, urlunparse

Propchange: debtorrent/trunk/DebTorrent/BT1/Rerequester.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/BT1/Statistics.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/Statistics.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/Statistics.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/Statistics.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Edward Keyes
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from threading import Event
 try:

Propchange: debtorrent/trunk/DebTorrent/BT1/Statistics.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/BT1/Storage.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/Storage.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/Storage.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/Storage.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from DebTorrent.piecebuffer import BufferPool
 from threading import Lock

Propchange: debtorrent/trunk/DebTorrent/BT1/Storage.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/BT1/StorageWrapper.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/StorageWrapper.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/StorageWrapper.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/StorageWrapper.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from DebTorrent.bitfield import Bitfield
 from sha import sha

Propchange: debtorrent/trunk/DebTorrent/BT1/StorageWrapper.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/BT1/StreamCheck.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/StreamCheck.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/StreamCheck.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/StreamCheck.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from cStringIO import StringIO
 from binascii import b2a_hex

Propchange: debtorrent/trunk/DebTorrent/BT1/StreamCheck.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/BT1/T2T.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/T2T.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/T2T.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/T2T.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by John Hoffman
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from Rerequester import Rerequester
 from urllib import quote

Propchange: debtorrent/trunk/DebTorrent/BT1/T2T.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/BT1/Uploader.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/Uploader.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/Uploader.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/Uploader.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from DebTorrent.CurrentRateMeasure import Measure
 

Propchange: debtorrent/trunk/DebTorrent/BT1/Uploader.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/BT1/__init__.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/__init__.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/__init__.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/__init__.py Sun May  6 21:20:30 2007
@@ -1,1 +1,6 @@
+# Modified by Cameron Dale
+# see LICENSE.txt for license information
+
+# $Id$
+
 # placeholder

Propchange: debtorrent/trunk/DebTorrent/BT1/__init__.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/BT1/btformats.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/btformats.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/btformats.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/btformats.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from types import StringType, LongType, IntType, ListType, DictType
 from re import compile

Propchange: debtorrent/trunk/DebTorrent/BT1/btformats.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/BT1/fakeopen.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/fakeopen.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/fakeopen.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/fakeopen.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from string import join
 

Propchange: debtorrent/trunk/DebTorrent/BT1/fakeopen.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/BT1/makemetafile.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/makemetafile.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/makemetafile.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/makemetafile.py Sun May  6 21:20:30 2007
@@ -1,6 +1,9 @@
 # Written by Bram Cohen
 # multitracker extensions by John Hoffman
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from os.path import getsize, split, join, abspath, isdir
 from os import listdir

Propchange: debtorrent/trunk/DebTorrent/BT1/makemetafile.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/BT1/track.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/track.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/track.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/track.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from DebTorrent.parseargs import parseargs, formatDefinitions
 from DebTorrent.RawServer import RawServer, autodetect_ipv6, autodetect_socket_style

Propchange: debtorrent/trunk/DebTorrent/BT1/track.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/BTcrypto.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BTcrypto.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BTcrypto.py (original)
+++ debtorrent/trunk/DebTorrent/BTcrypto.py Sun May  6 21:20:30 2007
@@ -1,6 +1,9 @@
 # Written by John Hoffman
 # based on code by Uoti Urpala
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from __future__ import generators   # for python 2.2
 from random import randrange,randint,seed

Propchange: debtorrent/trunk/DebTorrent/BTcrypto.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/ConfigDir.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/ConfigDir.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/ConfigDir.py (original)
+++ debtorrent/trunk/DebTorrent/ConfigDir.py Sun May  6 21:20:30 2007
@@ -1,4 +1,8 @@
 #written by John Hoffman
+# Modified by Cameron Dale
+# see LICENSE.txt for license information
+
+# $Id$
 
 from inifile import ini_write, ini_read
 from bencode import bencode, bdecode

Propchange: debtorrent/trunk/DebTorrent/ConfigDir.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/ConnChoice.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/ConnChoice.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/ConnChoice.py (original)
+++ debtorrent/trunk/DebTorrent/ConnChoice.py Sun May  6 21:20:30 2007
@@ -1,3 +1,8 @@
+# Modified by Cameron Dale
+# see LICENSE.txt for license information
+
+# $Id$
+
 connChoices=(
     {'name':'automatic',
      'rate':{'min':0, 'max':5000, 'def': 0},

Propchange: debtorrent/trunk/DebTorrent/ConnChoice.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/CurrentRateMeasure.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/CurrentRateMeasure.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/CurrentRateMeasure.py (original)
+++ debtorrent/trunk/DebTorrent/CurrentRateMeasure.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from clock import clock
 

Propchange: debtorrent/trunk/DebTorrent/CurrentRateMeasure.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/HTTPHandler.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/HTTPHandler.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/HTTPHandler.py (original)
+++ debtorrent/trunk/DebTorrent/HTTPHandler.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from cStringIO import StringIO
 from sys import stdout

Propchange: debtorrent/trunk/DebTorrent/HTTPHandler.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/PSYCO.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/PSYCO.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/PSYCO.py (original)
+++ debtorrent/trunk/DebTorrent/PSYCO.py Sun May  6 21:20:30 2007
@@ -1,3 +1,8 @@
+# Modified by Cameron Dale
+# see LICENSE.txt for license information
+
+# $Id$
+
 # edit this file to enable/disable Psyco
 # psyco = 1 -- enabled
 # psyco = 0 -- disabled

Propchange: debtorrent/trunk/DebTorrent/PSYCO.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/RateLimiter.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/RateLimiter.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/RateLimiter.py (original)
+++ debtorrent/trunk/DebTorrent/RateLimiter.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from traceback import print_exc
 from binascii import b2a_hex

Propchange: debtorrent/trunk/DebTorrent/RateLimiter.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/RateMeasure.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/RateMeasure.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/RateMeasure.py (original)
+++ debtorrent/trunk/DebTorrent/RateMeasure.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from clock import clock
 try:

Propchange: debtorrent/trunk/DebTorrent/RateMeasure.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/RawServer.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/RawServer.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/RawServer.py (original)
+++ debtorrent/trunk/DebTorrent/RawServer.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from bisect import insort
 from SocketHandler import SocketHandler, UPnP_ERROR

Propchange: debtorrent/trunk/DebTorrent/RawServer.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/ServerPortHandler.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/ServerPortHandler.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/ServerPortHandler.py (original)
+++ debtorrent/trunk/DebTorrent/ServerPortHandler.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by John Hoffman
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from cStringIO import StringIO
 #from RawServer import RawServer

Propchange: debtorrent/trunk/DebTorrent/ServerPortHandler.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/SocketHandler.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/SocketHandler.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/SocketHandler.py (original)
+++ debtorrent/trunk/DebTorrent/SocketHandler.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 import socket
 from errno import EWOULDBLOCK, ECONNREFUSED, EHOSTUNREACH

Propchange: debtorrent/trunk/DebTorrent/SocketHandler.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/__init__.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/__init__.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/__init__.py (original)
+++ debtorrent/trunk/DebTorrent/__init__.py Sun May  6 21:20:30 2007
@@ -1,3 +1,8 @@
+# Modified by Cameron Dale
+# see LICENSE.txt for license information
+
+# $Id$
+
 product_name = 'DebTorrent'
 version_short = 'T-0.1.0'
 

Propchange: debtorrent/trunk/DebTorrent/__init__.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/bencode.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/bencode.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/bencode.py (original)
+++ debtorrent/trunk/DebTorrent/bencode.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Petru Paler, Uoti Urpala, Ross Cohen and John Hoffman
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from types import IntType, LongType, StringType, ListType, TupleType, DictType
 try:

Propchange: debtorrent/trunk/DebTorrent/bencode.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/bitfield.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/bitfield.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/bitfield.py (original)
+++ debtorrent/trunk/DebTorrent/bitfield.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Bram Cohen, Uoti Urpala, and John Hoffman
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 try:
     True

Propchange: debtorrent/trunk/DebTorrent/bitfield.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/clock.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/clock.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/clock.py (original)
+++ debtorrent/trunk/DebTorrent/clock.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by John Hoffman
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from time import *
 import sys

Propchange: debtorrent/trunk/DebTorrent/clock.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/download_bt1.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/download_bt1.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/download_bt1.py (original)
+++ debtorrent/trunk/DebTorrent/download_bt1.py Sun May  6 21:20:30 2007
@@ -1,4 +1,5 @@
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
 
 # $Id$

Modified: debtorrent/trunk/DebTorrent/inifile.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/inifile.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/inifile.py (original)
+++ debtorrent/trunk/DebTorrent/inifile.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by John Hoffman
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 '''
 reads/writes a Windows-style INI file

Propchange: debtorrent/trunk/DebTorrent/inifile.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/iprangeparse.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/iprangeparse.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/iprangeparse.py (original)
+++ debtorrent/trunk/DebTorrent/iprangeparse.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by John Hoffman
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from bisect import bisect, insort
 

Propchange: debtorrent/trunk/DebTorrent/iprangeparse.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/launchmanycore.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/launchmanycore.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/launchmanycore.py (original)
+++ debtorrent/trunk/DebTorrent/launchmanycore.py Sun May  6 21:20:30 2007
@@ -1,7 +1,10 @@
 #!/usr/bin/env python
 
 # Written by John Hoffman
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from DebTorrent import PSYCO
 if PSYCO.psyco:

Propchange: debtorrent/trunk/DebTorrent/launchmanycore.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/natpunch.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/natpunch.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/natpunch.py (original)
+++ debtorrent/trunk/DebTorrent/natpunch.py Sun May  6 21:20:30 2007
@@ -1,7 +1,10 @@
 # Written by John Hoffman
 # derived from NATPortMapping.py by Yejun Yang
 # and from example code by Myers Carpenter
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 import socket
 from traceback import print_exc

Propchange: debtorrent/trunk/DebTorrent/natpunch.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/parseargs.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/parseargs.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/parseargs.py (original)
+++ debtorrent/trunk/DebTorrent/parseargs.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Bill Bumgarner and Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from types import *
 from cStringIO import StringIO

Propchange: debtorrent/trunk/DebTorrent/parseargs.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/parsedir.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/parsedir.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/parsedir.py (original)
+++ debtorrent/trunk/DebTorrent/parsedir.py Sun May  6 21:20:30 2007
@@ -1,5 +1,9 @@
 # Written by John Hoffman and Uoti Urpala
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
+
 from bencode import bencode, bdecode
 from BT1.btformats import check_info
 from os.path import exists, isfile

Propchange: debtorrent/trunk/DebTorrent/parsedir.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/piecebuffer.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/piecebuffer.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/piecebuffer.py (original)
+++ debtorrent/trunk/DebTorrent/piecebuffer.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by John Hoffman
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from array import array
 from threading import Lock

Propchange: debtorrent/trunk/DebTorrent/piecebuffer.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/selectpoll.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/selectpoll.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/selectpoll.py (original)
+++ debtorrent/trunk/DebTorrent/selectpoll.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from select import select, error
 from time import sleep

Propchange: debtorrent/trunk/DebTorrent/selectpoll.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/subnetparse.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/subnetparse.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/subnetparse.py (original)
+++ debtorrent/trunk/DebTorrent/subnetparse.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by John Hoffman
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from bisect import bisect, insort
 

Propchange: debtorrent/trunk/DebTorrent/subnetparse.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/torrentlistparse.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/torrentlistparse.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/torrentlistparse.py (original)
+++ debtorrent/trunk/DebTorrent/torrentlistparse.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by John Hoffman
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from binascii import unhexlify
 

Propchange: debtorrent/trunk/DebTorrent/torrentlistparse.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/DebTorrent/zurllib.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/zurllib.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/zurllib.py (original)
+++ debtorrent/trunk/DebTorrent/zurllib.py Sun May  6 21:20:30 2007
@@ -1,5 +1,8 @@
 # Written by John Hoffman
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from httplib import HTTPConnection, HTTPSConnection, HTTPException
 from urlparse import urlparse

Propchange: debtorrent/trunk/DebTorrent/zurllib.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/LICENSE.txt
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/LICENSE.txt?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/LICENSE.txt (original)
+++ debtorrent/trunk/LICENSE.txt Sun May  6 21:20:30 2007
@@ -1,7 +1,7 @@
 Unless otherwise noted, all files are released under the MIT
 license, exceptions contain licensing information in them.
 
-Copyright (C) 2001-2002 Bram Cohen
+Original Code is Copyright (C) 2001-2002 Bram Cohen
 
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation files
@@ -22,3 +22,25 @@
 action of contract, tort or otherwise, arising from, out of or in
 connection with the Software or the use or other dealings in the
 Software.
+
+Modifications for DebTorrent are Copyright (C) 2007 Cameron Dale
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+The Software is provided "AS IS", without warranty of any kind,
+express or implied, including but not limited to the warranties of
+merchantability,  fitness for a particular purpose and
+noninfringement. In no event shall the  authors or copyright holders
+be liable for any claim, damages or other liability, whether in an
+action of contract, tort or otherwise, arising from, out of or in
+connection with the Software or the use or other dealings in the
+Software.

Modified: debtorrent/trunk/btcompletedir.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/btcompletedir.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/btcompletedir.py (original)
+++ debtorrent/trunk/btcompletedir.py Sun May  6 21:20:30 2007
@@ -1,7 +1,10 @@
 #!/usr/bin/env python
 
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from DebTorrent import PSYCO
 if PSYCO.psyco:

Propchange: debtorrent/trunk/btcompletedir.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/btcopyannounce.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/btcopyannounce.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/btcopyannounce.py (original)
+++ debtorrent/trunk/btcopyannounce.py Sun May  6 21:20:30 2007
@@ -2,7 +2,10 @@
 
 # btreannounce.py written by Henry 'Pi' James and Bram Cohen
 # multitracker extensions by John Hoffman
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from sys import argv,exit
 from os.path import split

Propchange: debtorrent/trunk/btcopyannounce.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/btdownloadheadless.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/btdownloadheadless.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/btdownloadheadless.py (original)
+++ debtorrent/trunk/btdownloadheadless.py Sun May  6 21:20:30 2007
@@ -1,7 +1,10 @@
 #!/usr/bin/env python
 
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from DebTorrent import PSYCO
 if PSYCO.psyco:

Propchange: debtorrent/trunk/btdownloadheadless.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/btlaunchmany.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/btlaunchmany.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/btlaunchmany.py (original)
+++ debtorrent/trunk/btlaunchmany.py Sun May  6 21:20:30 2007
@@ -1,7 +1,10 @@
 #!/usr/bin/env python
 
 # Written by John Hoffman
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from DebTorrent import PSYCO
 if PSYCO.psyco:

Propchange: debtorrent/trunk/btlaunchmany.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/btmakemetafile.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/btmakemetafile.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/btmakemetafile.py (original)
+++ debtorrent/trunk/btmakemetafile.py Sun May  6 21:20:30 2007
@@ -2,7 +2,10 @@
 
 # Written by Bram Cohen
 # multitracker extensions by John Hoffman
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from DebTorrent import PSYCO
 if PSYCO.psyco:

Propchange: debtorrent/trunk/btmakemetafile.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/btreannounce.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/btreannounce.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/btreannounce.py (original)
+++ debtorrent/trunk/btreannounce.py Sun May  6 21:20:30 2007
@@ -2,7 +2,10 @@
 
 # Written by Henry 'Pi' James and Bram Cohen
 # multitracker extensions by John Hoffman
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from sys import argv,exit
 from os.path import split

Propchange: debtorrent/trunk/btreannounce.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/btrename.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/btrename.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/btrename.py (original)
+++ debtorrent/trunk/btrename.py Sun May  6 21:20:30 2007
@@ -1,7 +1,10 @@
 #!/usr/bin/env python
 
 # Written by Henry 'Pi' James
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from sys import *
 from os.path import *

Propchange: debtorrent/trunk/btrename.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/btsethttpseeds.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/btsethttpseeds.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/btsethttpseeds.py (original)
+++ debtorrent/trunk/btsethttpseeds.py Sun May  6 21:20:30 2007
@@ -2,7 +2,10 @@
 
 # Written by Henry 'Pi' James and Bram Cohen
 # multitracker extensions by John Hoffman
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from sys import argv,exit
 from os.path import split

Propchange: debtorrent/trunk/btsethttpseeds.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/btshowmetainfo.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/btshowmetainfo.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/btshowmetainfo.py (original)
+++ debtorrent/trunk/btshowmetainfo.py Sun May  6 21:20:30 2007
@@ -2,7 +2,10 @@
 
 # Written by Henry 'Pi' James and Loring Holden
 # modified for multitracker display by John Hoffman
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from sys import *
 from os.path import *

Propchange: debtorrent/trunk/btshowmetainfo.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/bttrack.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/bttrack.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/bttrack.py (original)
+++ debtorrent/trunk/bttrack.py Sun May  6 21:20:30 2007
@@ -1,7 +1,10 @@
 #!/usr/bin/env python
 
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 from DebTorrent import PSYCO
 if PSYCO.psyco:

Propchange: debtorrent/trunk/bttrack.py
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: debtorrent/trunk/setup.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/setup.py?rev=40&op=diff
==============================================================================
--- debtorrent/trunk/setup.py (original)
+++ debtorrent/trunk/setup.py Sun May  6 21:20:30 2007
@@ -1,7 +1,10 @@
 #!/usr/bin/env python
 
 # Written by Bram Cohen
+# Modified by Cameron Dale
 # see LICENSE.txt for license information
+
+# $Id$
 
 import sys
 assert sys.version >= '2', "Install Python 2.0 or greater"

Propchange: debtorrent/trunk/setup.py
------------------------------------------------------------------------------
    svn:keywords = Id




More information about the Debtorrent-commits mailing list