[tor-commits] [stem/master] Updating copyright notice for 2015

atagar at torproject.org atagar at torproject.org
Sat Feb 14 18:50:14 UTC 2015


commit 4c13cfc19e21bac8a6cc2f78913db12e781a9fe1
Author: Damian Johnson <atagar at torproject.org>
Date:   Sat Feb 14 10:51:22 2015 -0800

    Updating copyright notice for 2015
---
 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/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        |    3 +++
 stem/interpreter/commands.py            |    3 +++
 stem/interpreter/help.py                |    3 +++
 stem/prereq.py                          |    2 +-
 stem/process.py                         |    2 +-
 stem/response/__init__.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/mocking.py                         |    2 +-
 test/network.py                         |    2 +-
 test/output.py                          |    2 +-
 test/runner.py                          |    2 +-
 test/util.py                            |    2 +-
 49 files changed, 55 insertions(+), 46 deletions(-)

diff --git a/run_tests.py b/run_tests.py
index 0d45175..d1c8828 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright 2011-2014, Damian Johnson and The Tor Project
+# Copyright 2011-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/setup.py b/setup.py
index f6abc90..774ee10 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright 2012-2014, Damian Johnson and The Tor Project
+# Copyright 2012-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 # We cannot import anything from the stem module since this would risk
diff --git a/stem/__init__.py b/stem/__init__.py
index 725bca5..5339342 100644
--- a/stem/__init__.py
+++ b/stem/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2011-2014, Damian Johnson and The Tor Project
+# Copyright 2011-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/connection.py b/stem/connection.py
index 609f683..54b89bd 100644
--- a/stem/connection.py
+++ b/stem/connection.py
@@ -1,4 +1,4 @@
-# Copyright 2011-2014, Damian Johnson and The Tor Project
+# Copyright 2011-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/control.py b/stem/control.py
index 55cb05e..86c84e1 100644
--- a/stem/control.py
+++ b/stem/control.py
@@ -1,4 +1,4 @@
-# Copyright 2011-2014, Damian Johnson and The Tor Project
+# Copyright 2011-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/descriptor/__init__.py b/stem/descriptor/__init__.py
index c368a38..abcdab2 100644
--- a/stem/descriptor/__init__.py
+++ b/stem/descriptor/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2014, Damian Johnson and The Tor Project
+# Copyright 2012-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/descriptor/export.py b/stem/descriptor/export.py
index 07ef467..f90a607 100644
--- a/stem/descriptor/export.py
+++ b/stem/descriptor/export.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2014, Damian Johnson and The Tor Project
+# Copyright 2012-2015, 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 9b76f19..1a7bff2 100644
--- a/stem/descriptor/extrainfo_descriptor.py
+++ b/stem/descriptor/extrainfo_descriptor.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2014, Damian Johnson and The Tor Project
+# Copyright 2012-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/descriptor/microdescriptor.py b/stem/descriptor/microdescriptor.py
index 1c767c7..f4ffe94 100644
--- a/stem/descriptor/microdescriptor.py
+++ b/stem/descriptor/microdescriptor.py
@@ -1,4 +1,4 @@
-# Copyright 2013-2014, Damian Johnson and The Tor Project
+# Copyright 2013-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/descriptor/networkstatus.py b/stem/descriptor/networkstatus.py
index df55ab8..b356787 100644
--- a/stem/descriptor/networkstatus.py
+++ b/stem/descriptor/networkstatus.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2014, Damian Johnson and The Tor Project
+# Copyright 2012-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/descriptor/reader.py b/stem/descriptor/reader.py
index c482670..a96406d 100644
--- a/stem/descriptor/reader.py
+++ b/stem/descriptor/reader.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2014, Damian Johnson and The Tor Project
+# Copyright 2012-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/descriptor/remote.py b/stem/descriptor/remote.py
index 2f9c1e0..ce07a09 100644
--- a/stem/descriptor/remote.py
+++ b/stem/descriptor/remote.py
@@ -1,4 +1,4 @@
-# Copyright 2013-2014, Damian Johnson and The Tor Project
+# Copyright 2013-2015, 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 599e71f..c77f438 100644
--- a/stem/descriptor/router_status_entry.py
+++ b/stem/descriptor/router_status_entry.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2014, Damian Johnson and The Tor Project
+# Copyright 2012-2015, 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 0967b65..55b4183 100644
--- a/stem/descriptor/server_descriptor.py
+++ b/stem/descriptor/server_descriptor.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2014, Damian Johnson and The Tor Project
+# Copyright 2012-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/descriptor/tordnsel.py b/stem/descriptor/tordnsel.py
index b50f31a..75a252b 100644
--- a/stem/descriptor/tordnsel.py
+++ b/stem/descriptor/tordnsel.py
@@ -1,4 +1,4 @@
-# Copyright 2013-2014, Damian Johnson and The Tor Project
+# Copyright 2013-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/exit_policy.py b/stem/exit_policy.py
index 16f8721..5413792 100644
--- a/stem/exit_policy.py
+++ b/stem/exit_policy.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2014, Damian Johnson and The Tor Project
+# Copyright 2012-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/interpreter/__init__.py b/stem/interpreter/__init__.py
index d9828f7..cf69d63 100644
--- a/stem/interpreter/__init__.py
+++ b/stem/interpreter/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2014, Damian Johnson and The Tor Project
+# Copyright 2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/interpreter/arguments.py b/stem/interpreter/arguments.py
index acf6d42..557d29f 100644
--- a/stem/interpreter/arguments.py
+++ b/stem/interpreter/arguments.py
@@ -1,4 +1,4 @@
-# Copyright 2014, Damian Johnson and The Tor Project
+# Copyright 2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/interpreter/autocomplete.py b/stem/interpreter/autocomplete.py
index 3a9b40b..a6d940d 100644
--- a/stem/interpreter/autocomplete.py
+++ b/stem/interpreter/autocomplete.py
@@ -1,3 +1,6 @@
+# Copyright 2014-2015, Damian Johnson and The Tor Project
+# See LICENSE for licensing information
+
 """
 Tab completion for our interpreter prompt.
 """
diff --git a/stem/interpreter/commands.py b/stem/interpreter/commands.py
index 49759fa..c87efea 100644
--- a/stem/interpreter/commands.py
+++ b/stem/interpreter/commands.py
@@ -1,3 +1,6 @@
+# Copyright 2014-2015, Damian Johnson and The Tor Project
+# See LICENSE for licensing information
+
 """
 Handles making requests and formatting the responses.
 """
diff --git a/stem/interpreter/help.py b/stem/interpreter/help.py
index 983da3e..83db0b1 100644
--- a/stem/interpreter/help.py
+++ b/stem/interpreter/help.py
@@ -1,3 +1,6 @@
+# Copyright 2014-2015, Damian Johnson and The Tor Project
+# See LICENSE for licensing information
+
 """
 Provides our /help responses.
 """
diff --git a/stem/prereq.py b/stem/prereq.py
index 46763fb..5ed87ef 100644
--- a/stem/prereq.py
+++ b/stem/prereq.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2014, Damian Johnson and The Tor Project
+# Copyright 2012-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/process.py b/stem/process.py
index de63952..be69810 100644
--- a/stem/process.py
+++ b/stem/process.py
@@ -1,4 +1,4 @@
-# Copyright 2011-2014, Damian Johnson and The Tor Project
+# Copyright 2011-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/response/__init__.py b/stem/response/__init__.py
index 6a91698..09b7de7 100644
--- a/stem/response/__init__.py
+++ b/stem/response/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2014, Damian Johnson and The Tor Project
+# Copyright 2012-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/response/authchallenge.py b/stem/response/authchallenge.py
index 2113ffd..60f3997 100644
--- a/stem/response/authchallenge.py
+++ b/stem/response/authchallenge.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2014, Damian Johnson and The Tor Project
+# Copyright 2012-2015, 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 930f9bd..af205bd 100644
--- a/stem/response/events.py
+++ b/stem/response/events.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2014, Damian Johnson and The Tor Project
+# Copyright 2012-2015, 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 c203ae9..ce14553 100644
--- a/stem/response/getconf.py
+++ b/stem/response/getconf.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2014, Damian Johnson and The Tor Project
+# Copyright 2012-2015, 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 6adfb62..0798593 100644
--- a/stem/response/getinfo.py
+++ b/stem/response/getinfo.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2014, Damian Johnson and The Tor Project
+# Copyright 2012-2015, 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 e5a26a7..5d2b418 100644
--- a/stem/response/mapaddress.py
+++ b/stem/response/mapaddress.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2014, Damian Johnson and The Tor Project
+# Copyright 2012-2015, 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 bbc2a1f..97201de 100644
--- a/stem/response/protocolinfo.py
+++ b/stem/response/protocolinfo.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2014, Damian Johnson and The Tor Project
+# Copyright 2012-2015, 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 7991899..344e1a0 100644
--- a/stem/socket.py
+++ b/stem/socket.py
@@ -1,4 +1,4 @@
-# Copyright 2011-2014, Damian Johnson and The Tor Project
+# Copyright 2011-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/util/__init__.py b/stem/util/__init__.py
index 226df2c..1c18df3 100644
--- a/stem/util/__init__.py
+++ b/stem/util/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2011-2014, Damian Johnson and The Tor Project
+# Copyright 2011-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/util/conf.py b/stem/util/conf.py
index 0b1e937..6b0efd7 100644
--- a/stem/util/conf.py
+++ b/stem/util/conf.py
@@ -1,4 +1,4 @@
-# Copyright 2011-2014, Damian Johnson and The Tor Project
+# Copyright 2011-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/util/connection.py b/stem/util/connection.py
index 200699a..b7deb7b 100644
--- a/stem/util/connection.py
+++ b/stem/util/connection.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2014, Damian Johnson and The Tor Project
+# Copyright 2012-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/util/enum.py b/stem/util/enum.py
index 069041d..5cf81b8 100644
--- a/stem/util/enum.py
+++ b/stem/util/enum.py
@@ -1,4 +1,4 @@
-# Copyright 2011-2014, Damian Johnson and The Tor Project
+# Copyright 2011-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/util/log.py b/stem/util/log.py
index 11a0392..885e68e 100644
--- a/stem/util/log.py
+++ b/stem/util/log.py
@@ -1,4 +1,4 @@
-# Copyright 2011-2014, Damian Johnson and The Tor Project
+# Copyright 2011-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/util/proc.py b/stem/util/proc.py
index 85585b4..05dfd65 100644
--- a/stem/util/proc.py
+++ b/stem/util/proc.py
@@ -1,4 +1,4 @@
-# Copyright 2011-2014, Damian Johnson and The Tor Project
+# Copyright 2011-2015, 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 d62bccd..3cbbe9f 100644
--- a/stem/util/str_tools.py
+++ b/stem/util/str_tools.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2014, Damian Johnson and The Tor Project
+# Copyright 2012-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/util/system.py b/stem/util/system.py
index 8485595..45595e9 100644
--- a/stem/util/system.py
+++ b/stem/util/system.py
@@ -1,4 +1,4 @@
-# Copyright 2011-2014, Damian Johnson and The Tor Project
+# Copyright 2011-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/util/term.py b/stem/util/term.py
index 869449a..bb110ea 100644
--- a/stem/util/term.py
+++ b/stem/util/term.py
@@ -1,4 +1,4 @@
-# Copyright 2011-2014, Damian Johnson and The Tor Project
+# Copyright 2011-2015, 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 8209c58..d7d6372 100644
--- a/stem/util/test_tools.py
+++ b/stem/util/test_tools.py
@@ -1,4 +1,4 @@
-# Copyright 2014, Damian Johnson and The Tor Project
+# Copyright 2015, 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 7b02e6c..333fddc 100644
--- a/stem/util/tor_tools.py
+++ b/stem/util/tor_tools.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2014, Damian Johnson and The Tor Project
+# Copyright 2012-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/stem/version.py b/stem/version.py
index 531c363..649f3ba 100644
--- a/stem/version.py
+++ b/stem/version.py
@@ -1,4 +1,4 @@
-# Copyright 2011-2014, Damian Johnson and The Tor Project
+# Copyright 2011-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/test/__init__.py b/test/__init__.py
index 943abe8..3731feb 100644
--- a/test/__init__.py
+++ b/test/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2011-2014, Damian Johnson and The Tor Project
+# Copyright 2011-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/test/mocking.py b/test/mocking.py
index 28a2e65..fdfc71d 100644
--- a/test/mocking.py
+++ b/test/mocking.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2014, Damian Johnson and The Tor Project
+# Copyright 2012-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/test/network.py b/test/network.py
index e7ae0cb..6d7c73a 100644
--- a/test/network.py
+++ b/test/network.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2014, Damian Johnson and The Tor Project
+# Copyright 2012-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/test/output.py b/test/output.py
index e88d3de..fd7065f 100644
--- a/test/output.py
+++ b/test/output.py
@@ -1,4 +1,4 @@
-# Copyright 2011-2014, Damian Johnson and The Tor Project
+# Copyright 2011-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/test/runner.py b/test/runner.py
index 0dfe434..d297241 100644
--- a/test/runner.py
+++ b/test/runner.py
@@ -1,4 +1,4 @@
-# Copyright 2011-2014, Damian Johnson and The Tor Project
+# Copyright 2011-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """
diff --git a/test/util.py b/test/util.py
index 9ccb364..b6bca29 100644
--- a/test/util.py
+++ b/test/util.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2014, Damian Johnson and The Tor Project
+# Copyright 2012-2015, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 
 """



More information about the tor-commits mailing list