summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2011-08-19 21:07:57 +0200
committerjvoisin2011-08-19 21:07:57 +0200
commit647008d349512f2e69f0e1a40b77db6b6ef8e8c5 (patch)
tree20fce19c5fd8fce0c752cef18d9b6588a5ad0277
parent433fbb48fa4a6faf3df856bdaf592a1208a322fa (diff)
Copyright
-rw-r--r--mat/bencode/bencode.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mat/bencode/bencode.py b/mat/bencode/bencode.py
index 4acf788..9066a06 100644
--- a/mat/bencode/bencode.py
+++ b/mat/bencode/bencode.py
@@ -8,8 +8,8 @@
8# for the specific language governing rights and limitations under the 8# for the specific language governing rights and limitations under the
9# License. 9# License.
10 10
11# Written by Petru Paler 11# Copyright 2007 Petru Paler
12# Modified by Julien (jvoisin) Voisin 12# Copyright 2011 Julien (jvoisin) Voisin
13 13
14''' 14'''
15 A quick (and also nice) lib to bencode/bdecode torrent files 15 A quick (and also nice) lib to bencode/bdecode torrent files