commit 7306de3900650b137a368a2deec8db73a99251e3 Author: Damian Johnson atagar@torproject.org Date: Sat Jan 2 14:40:29 2016 -0800
Update copyright dates for 2016
Bumping the dates for 2016...
% find stem -type f -iname '*.py' -exec sed -i 's/2015/2016/g' "{}" +; --- cache_manual.py | 2 +- run_tests.py | 2 +- setup.py | 2 +- stem/__init__.py | 2 +- stem/connection.py | 2 +- stem/control.py | 2 +- stem/descriptor/__init__.py | 2 +- stem/descriptor/export.py | 2 +- stem/descriptor/extrainfo_descriptor.py | 2 +- stem/descriptor/hidden_service_descriptor.py | 2 +- stem/descriptor/microdescriptor.py | 2 +- stem/descriptor/networkstatus.py | 2 +- stem/descriptor/reader.py | 2 +- stem/descriptor/remote.py | 2 +- stem/descriptor/router_status_entry.py | 2 +- stem/descriptor/server_descriptor.py | 2 +- stem/descriptor/tordnsel.py | 2 +- stem/exit_policy.py | 2 +- stem/interpreter/__init__.py | 2 +- stem/interpreter/arguments.py | 2 +- stem/interpreter/autocomplete.py | 2 +- stem/interpreter/commands.py | 2 +- stem/interpreter/help.py | 2 +- stem/manual.py | 2 +- stem/prereq.py | 2 +- stem/process.py | 2 +- stem/response/__init__.py | 2 +- stem/response/add_onion.py | 2 +- stem/response/authchallenge.py | 2 +- stem/response/events.py | 2 +- stem/response/getconf.py | 2 +- stem/response/getinfo.py | 2 +- stem/response/mapaddress.py | 2 +- stem/response/protocolinfo.py | 2 +- stem/socket.py | 2 +- stem/util/__init__.py | 2 +- stem/util/conf.py | 2 +- stem/util/connection.py | 2 +- stem/util/enum.py | 2 +- stem/util/log.py | 2 +- stem/util/proc.py | 2 +- stem/util/str_tools.py | 2 +- stem/util/system.py | 2 +- stem/util/term.py | 2 +- stem/util/test_tools.py | 2 +- stem/util/tor_tools.py | 2 +- stem/version.py | 2 +- test/__init__.py | 2 +- test/arguments.py | 2 +- test/mocking.py | 2 +- test/network.py | 2 +- test/output.py | 2 +- test/runner.py | 2 +- test/util.py | 2 +- tor-prompt | 2 +- 55 files changed, 55 insertions(+), 55 deletions(-)
diff --git a/cache_manual.py b/cache_manual.py index e14f4d4..aa55dc5 100755 --- a/cache_manual.py +++ b/cache_manual.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2015, Damian Johnson and The Tor Project +# Copyright 2015-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/run_tests.py b/run_tests.py index f446014..3d0f845 100755 --- a/run_tests.py +++ b/run_tests.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2011-2015, Damian Johnson and The Tor Project +# Copyright 2011-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/setup.py b/setup.py index 83fb8ef..2a78b9b 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2012-2015, Damian Johnson and The Tor Project +# Copyright 2012-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
import distutils.core diff --git a/stem/__init__.py b/stem/__init__.py index e951ec2..20ad843 100644 --- a/stem/__init__.py +++ b/stem/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015, Damian Johnson and The Tor Project +# Copyright 2011-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/connection.py b/stem/connection.py index 53bfc5d..1f023a4 100644 --- a/stem/connection.py +++ b/stem/connection.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015, Damian Johnson and The Tor Project +# Copyright 2011-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/control.py b/stem/control.py index e4509a9..3ba3ed6 100644 --- a/stem/control.py +++ b/stem/control.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015, Damian Johnson and The Tor Project +# Copyright 2011-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/descriptor/__init__.py b/stem/descriptor/__init__.py index e46f30d..a2877c8 100644 --- a/stem/descriptor/__init__.py +++ b/stem/descriptor/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015, Damian Johnson and The Tor Project +# Copyright 2012-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/descriptor/export.py b/stem/descriptor/export.py index 1e311a2..d8222a0 100644 --- a/stem/descriptor/export.py +++ b/stem/descriptor/export.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015, Damian Johnson and The Tor Project +# Copyright 2012-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/descriptor/extrainfo_descriptor.py b/stem/descriptor/extrainfo_descriptor.py index 951892e..3d424ee 100644 --- a/stem/descriptor/extrainfo_descriptor.py +++ b/stem/descriptor/extrainfo_descriptor.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015, Damian Johnson and The Tor Project +# Copyright 2012-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/descriptor/hidden_service_descriptor.py b/stem/descriptor/hidden_service_descriptor.py index 1d9ecae..de7f0e0 100644 --- a/stem/descriptor/hidden_service_descriptor.py +++ b/stem/descriptor/hidden_service_descriptor.py @@ -1,4 +1,4 @@ -# Copyright 2015, Damian Johnson and The Tor Project +# Copyright 2015-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/descriptor/microdescriptor.py b/stem/descriptor/microdescriptor.py index 3f74f70..d8f8cd0 100644 --- a/stem/descriptor/microdescriptor.py +++ b/stem/descriptor/microdescriptor.py @@ -1,4 +1,4 @@ -# Copyright 2013-2015, Damian Johnson and The Tor Project +# Copyright 2013-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/descriptor/networkstatus.py b/stem/descriptor/networkstatus.py index b471c1f..fe7fb28 100644 --- a/stem/descriptor/networkstatus.py +++ b/stem/descriptor/networkstatus.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015, Damian Johnson and The Tor Project +# Copyright 2012-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/descriptor/reader.py b/stem/descriptor/reader.py index 2877975..d047fb0 100644 --- a/stem/descriptor/reader.py +++ b/stem/descriptor/reader.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015, Damian Johnson and The Tor Project +# Copyright 2012-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/descriptor/remote.py b/stem/descriptor/remote.py index 4115550..494eb31 100644 --- a/stem/descriptor/remote.py +++ b/stem/descriptor/remote.py @@ -1,4 +1,4 @@ -# Copyright 2013-2015, Damian Johnson and The Tor Project +# Copyright 2013-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/descriptor/router_status_entry.py b/stem/descriptor/router_status_entry.py index 991ebaa..1bcebe8 100644 --- a/stem/descriptor/router_status_entry.py +++ b/stem/descriptor/router_status_entry.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015, Damian Johnson and The Tor Project +# Copyright 2012-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/descriptor/server_descriptor.py b/stem/descriptor/server_descriptor.py index c2a358f..84bd025 100644 --- a/stem/descriptor/server_descriptor.py +++ b/stem/descriptor/server_descriptor.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015, Damian Johnson and The Tor Project +# Copyright 2012-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/descriptor/tordnsel.py b/stem/descriptor/tordnsel.py index 75a252b..cd85e8e 100644 --- a/stem/descriptor/tordnsel.py +++ b/stem/descriptor/tordnsel.py @@ -1,4 +1,4 @@ -# Copyright 2013-2015, Damian Johnson and The Tor Project +# Copyright 2013-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/exit_policy.py b/stem/exit_policy.py index 7f238b1..293095b 100644 --- a/stem/exit_policy.py +++ b/stem/exit_policy.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015, Damian Johnson and The Tor Project +# Copyright 2012-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/interpreter/__init__.py b/stem/interpreter/__init__.py index 195e32a..0b24894 100644 --- a/stem/interpreter/__init__.py +++ b/stem/interpreter/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2015, Damian Johnson and The Tor Project +# Copyright 2015-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/interpreter/arguments.py b/stem/interpreter/arguments.py index 01920a2..2bb1783 100644 --- a/stem/interpreter/arguments.py +++ b/stem/interpreter/arguments.py @@ -1,4 +1,4 @@ -# Copyright 2015, Damian Johnson and The Tor Project +# Copyright 2015-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/interpreter/autocomplete.py b/stem/interpreter/autocomplete.py index a6d940d..ac67609 100644 --- a/stem/interpreter/autocomplete.py +++ b/stem/interpreter/autocomplete.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015, Damian Johnson and The Tor Project +# Copyright 2014-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/interpreter/commands.py b/stem/interpreter/commands.py index 368a81e..5c84723 100644 --- a/stem/interpreter/commands.py +++ b/stem/interpreter/commands.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015, Damian Johnson and The Tor Project +# Copyright 2014-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/interpreter/help.py b/stem/interpreter/help.py index 83db0b1..5c7fa06 100644 --- a/stem/interpreter/help.py +++ b/stem/interpreter/help.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015, Damian Johnson and The Tor Project +# Copyright 2014-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/manual.py b/stem/manual.py index af7f5de..fe69dc1 100644 --- a/stem/manual.py +++ b/stem/manual.py @@ -1,4 +1,4 @@ -# Copyright 2015, Damian Johnson and The Tor Project +# Copyright 2015-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/prereq.py b/stem/prereq.py index 9051b41..8dafd85 100644 --- a/stem/prereq.py +++ b/stem/prereq.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015, Damian Johnson and The Tor Project +# Copyright 2012-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/process.py b/stem/process.py index 08af42c..a9c8e76 100644 --- a/stem/process.py +++ b/stem/process.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015, Damian Johnson and The Tor Project +# Copyright 2011-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/response/__init__.py b/stem/response/__init__.py index 1c391c0..b6715fc 100644 --- a/stem/response/__init__.py +++ b/stem/response/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015, Damian Johnson and The Tor Project +# Copyright 2012-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/response/add_onion.py b/stem/response/add_onion.py index 1472668..2b87755 100644 --- a/stem/response/add_onion.py +++ b/stem/response/add_onion.py @@ -1,4 +1,4 @@ -# Copyright 2015, Damian Johnson and The Tor Project +# Copyright 2015-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
import stem.response diff --git a/stem/response/authchallenge.py b/stem/response/authchallenge.py index 60f3997..3295d14 100644 --- a/stem/response/authchallenge.py +++ b/stem/response/authchallenge.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015, Damian Johnson and The Tor Project +# Copyright 2012-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
import binascii diff --git a/stem/response/events.py b/stem/response/events.py index de75ceb..35cc98f 100644 --- a/stem/response/events.py +++ b/stem/response/events.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015, Damian Johnson and The Tor Project +# Copyright 2012-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
import io diff --git a/stem/response/getconf.py b/stem/response/getconf.py index ce14553..03d4e19 100644 --- a/stem/response/getconf.py +++ b/stem/response/getconf.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015, Damian Johnson and The Tor Project +# Copyright 2012-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
import stem.response diff --git a/stem/response/getinfo.py b/stem/response/getinfo.py index 0798593..4dad540 100644 --- a/stem/response/getinfo.py +++ b/stem/response/getinfo.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015, Damian Johnson and The Tor Project +# Copyright 2012-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
import stem.response diff --git a/stem/response/mapaddress.py b/stem/response/mapaddress.py index 5d2b418..76334f8 100644 --- a/stem/response/mapaddress.py +++ b/stem/response/mapaddress.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015, Damian Johnson and The Tor Project +# Copyright 2012-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
import stem.response diff --git a/stem/response/protocolinfo.py b/stem/response/protocolinfo.py index 97201de..6abdf47 100644 --- a/stem/response/protocolinfo.py +++ b/stem/response/protocolinfo.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015, Damian Johnson and The Tor Project +# Copyright 2012-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
import stem.response diff --git a/stem/socket.py b/stem/socket.py index 1592786..473debe 100644 --- a/stem/socket.py +++ b/stem/socket.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015, Damian Johnson and The Tor Project +# Copyright 2011-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/util/__init__.py b/stem/util/__init__.py index 5f91801..beb0ee6 100644 --- a/stem/util/__init__.py +++ b/stem/util/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015, Damian Johnson and The Tor Project +# Copyright 2011-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/util/conf.py b/stem/util/conf.py index fcf6858..8e6597f 100644 --- a/stem/util/conf.py +++ b/stem/util/conf.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015, Damian Johnson and The Tor Project +# Copyright 2011-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/util/connection.py b/stem/util/connection.py index ddc4f4e..7d1adb0 100644 --- a/stem/util/connection.py +++ b/stem/util/connection.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015, Damian Johnson and The Tor Project +# Copyright 2012-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/util/enum.py b/stem/util/enum.py index 5cf81b8..0927b4b 100644 --- a/stem/util/enum.py +++ b/stem/util/enum.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015, Damian Johnson and The Tor Project +# Copyright 2011-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/util/log.py b/stem/util/log.py index 4154706..fcf80ea 100644 --- a/stem/util/log.py +++ b/stem/util/log.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015, Damian Johnson and The Tor Project +# Copyright 2011-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/util/proc.py b/stem/util/proc.py index b67b011..8093075 100644 --- a/stem/util/proc.py +++ b/stem/util/proc.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015, Damian Johnson and The Tor Project +# Copyright 2011-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/util/str_tools.py b/stem/util/str_tools.py index 497564e..a64f6c2 100644 --- a/stem/util/str_tools.py +++ b/stem/util/str_tools.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015, Damian Johnson and The Tor Project +# Copyright 2012-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/util/system.py b/stem/util/system.py index 7976e48..318b7e4 100644 --- a/stem/util/system.py +++ b/stem/util/system.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015, Damian Johnson and The Tor Project +# Copyright 2011-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/util/term.py b/stem/util/term.py index bb110ea..94057bb 100644 --- a/stem/util/term.py +++ b/stem/util/term.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015, Damian Johnson and The Tor Project +# Copyright 2011-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/util/test_tools.py b/stem/util/test_tools.py index 533f8d3..9a9f7f6 100644 --- a/stem/util/test_tools.py +++ b/stem/util/test_tools.py @@ -1,4 +1,4 @@ -# Copyright 2015, Damian Johnson and The Tor Project +# Copyright 2015-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/util/tor_tools.py b/stem/util/tor_tools.py index 01c29ee..7062c77 100644 --- a/stem/util/tor_tools.py +++ b/stem/util/tor_tools.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015, Damian Johnson and The Tor Project +# Copyright 2012-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/stem/version.py b/stem/version.py index 349d9bb..df89d28 100644 --- a/stem/version.py +++ b/stem/version.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015, Damian Johnson and The Tor Project +# Copyright 2011-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/test/__init__.py b/test/__init__.py index 3731feb..205dfa0 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015, Damian Johnson and The Tor Project +# Copyright 2011-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/test/arguments.py b/test/arguments.py index 48cd383..fb01f4d 100644 --- a/test/arguments.py +++ b/test/arguments.py @@ -1,4 +1,4 @@ -# Copyright 2015, Damian Johnson and The Tor Project +# Copyright 2015-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/test/mocking.py b/test/mocking.py index 27b0921..165a5d4 100644 --- a/test/mocking.py +++ b/test/mocking.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015, Damian Johnson and The Tor Project +# Copyright 2012-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/test/network.py b/test/network.py index 6d7c73a..1156c5c 100644 --- a/test/network.py +++ b/test/network.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015, Damian Johnson and The Tor Project +# Copyright 2012-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/test/output.py b/test/output.py index fd7065f..bff719a 100644 --- a/test/output.py +++ b/test/output.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015, Damian Johnson and The Tor Project +# Copyright 2011-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/test/runner.py b/test/runner.py index 8793616..fa65a72 100644 --- a/test/runner.py +++ b/test/runner.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015, Damian Johnson and The Tor Project +# Copyright 2011-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/test/util.py b/test/util.py index 533dcc8..ef0e377 100644 --- a/test/util.py +++ b/test/util.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015, Damian Johnson and The Tor Project +# Copyright 2012-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/tor-prompt b/tor-prompt index 0f3755b..bf2c00a 100755 --- a/tor-prompt +++ b/tor-prompt @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2014, Damian Johnson and The Tor Project +# Copyright 2014-2016, Damian Johnson and The Tor Project # See LICENSE for licensing information
import stem.interpreter