stem/tor-prompt
Damian Johnson 8ef8798d30 Update copyright dates for 2017
Bumping the dates for 2017...

  % find stem -type f -iname '*.py' -exec sed -i 's/2016/2017/g' "{}" +;
2017-02-01 08:37:13 -08:00

9 lines
199 B
Python
Executable File

#!/usr/bin/env python
# Copyright 2014-2017, Damian Johnson and The Tor Project
# See LICENSE for licensing information
import stem.interpreter
if __name__ == '__main__':
stem.interpreter.main()