diff options
Diffstat (limited to 'contrib/TorControl.py')
-rwxr-xr-x | contrib/TorControl.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/TorControl.py b/contrib/TorControl.py index b7ccbfc5e7..9bfe93514a 100755 --- a/contrib/TorControl.py +++ b/contrib/TorControl.py @@ -1,4 +1,6 @@ #!/usr/bin/python +# TorControl.py -- Python module to interface with Tor Control interface. +# Copyright 2005 Nick Mathewson -- See LICENSE for licensing information. #$Id$ import socket |