diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-04-01 20:15:56 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-04-01 20:15:56 +0000 |
commit | 0e81265359514e767e732f790dd7b82e7cb3e002 (patch) | |
tree | 8eff685b8a5a222cf742d73428ff2d18abcee06a /contrib/TorControl.py | |
parent | 34944f3eb10eb25ece93a257493020bf4d8f95b8 (diff) | |
download | tor-0e81265359514e767e732f790dd7b82e7cb3e002.tar.gz tor-0e81265359514e767e732f790dd7b82e7cb3e002.zip |
update copyright notices.
svn:r3982
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 |