commit 31892cf2a3ea5a8c1b6707d863bbdd95f5a5d1d8 Author: Damian Johnson atagar@torproject.org Date: Mon Dec 18 10:51:58 2017 -0800
Bump copyright dates
Silly I suppose to do right before new years, but just noticed they still said 2016. --- consensus_health_checker.py | 2 +- descriptor_checker.py | 2 +- fallback_directories.py | 2 +- fingerprint_change_checker.py | 2 +- sybil_checker.py | 2 +- track_relays.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/consensus_health_checker.py b/consensus_health_checker.py index ba9c2b1..4eb04cd 100755 --- a/consensus_health_checker.py +++ b/consensus_health_checker.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2013-2016, Damian Johnson and The Tor Project +# Copyright 2013-2017, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/descriptor_checker.py b/descriptor_checker.py index d234008..055777b 100755 --- a/descriptor_checker.py +++ b/descriptor_checker.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2013-2016, Damian Johnson and The Tor Project +# Copyright 2013-2017, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/fallback_directories.py b/fallback_directories.py index 42d65cb..86593a4 100755 --- a/fallback_directories.py +++ b/fallback_directories.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2016, Damian Johnson and The Tor Project +# Copyright 2016-2017, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/fingerprint_change_checker.py b/fingerprint_change_checker.py index e13f3d0..b1791d6 100755 --- a/fingerprint_change_checker.py +++ b/fingerprint_change_checker.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2015-2016, Damian Johnson and The Tor Project +# Copyright 2015-2017, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/sybil_checker.py b/sybil_checker.py index daaf0bd..352160a 100755 --- a/sybil_checker.py +++ b/sybil_checker.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2013-2016, Damian Johnson and The Tor Project +# Copyright 2013-2017, Damian Johnson and The Tor Project # See LICENSE for licensing information
""" diff --git a/track_relays.py b/track_relays.py index 91b5c2e..fd58f8e 100755 --- a/track_relays.py +++ b/track_relays.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2016, Damian Johnson and The Tor Project +# Copyright 2016-2017, Damian Johnson and The Tor Project # See LICENSE for licensing information
"""