[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [nyx/master] Correct copyright years
commit 190d48f5ed7b37fcff884d1f0f1e272305339951
Author: Damian Johnson <atagar@xxxxxxxxxxxxxx>
Date: Tue Apr 5 10:39:44 2016 -0700
Correct copyright years
Turns out 'git log --follow <path>' gives us an easy method for getting when
files were created, following renames. In a few cases took a little extra
digging.
---
nyx/__init__.py | 2 +-
nyx/arguments.py | 2 +-
nyx/controller.py | 2 +-
nyx/curses.py | 2 +-
nyx/demo_glyphs.py | 2 +-
nyx/log.py | 2 +-
nyx/menu.py | 2 +-
nyx/panel/__init__.py | 2 +-
nyx/panel/config.py | 2 +-
nyx/panel/connection.py | 2 +-
nyx/panel/graph.py | 2 +-
nyx/panel/header.py | 2 +-
nyx/panel/log.py | 2 +-
nyx/panel/torrc.py | 2 +-
nyx/popups.py | 2 +-
nyx/starter.py | 2 +-
nyx/tracker.py | 2 +-
nyx/uninstall | 2 +-
run_nyx | 2 +-
run_tests.py | 2 +-
setup.py | 2 +-
21 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/nyx/__init__.py b/nyx/__init__.py
index fbd765b..f2c62f4 100644
--- a/nyx/__init__.py
+++ b/nyx/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2016, Damian Johnson and The Tor Project
+# Copyright 2010-2016, Damian Johnson and The Tor Project
# See LICENSE for licensing information
"""
diff --git a/nyx/arguments.py b/nyx/arguments.py
index a01ebb9..e70278b 100644
--- a/nyx/arguments.py
+++ b/nyx/arguments.py
@@ -1,4 +1,4 @@
-# Copyright 2016, Damian Johnson and The Tor Project
+# Copyright 2013-2016, Damian Johnson and The Tor Project
# See LICENSE for licensing information
"""
diff --git a/nyx/controller.py b/nyx/controller.py
index c4ccc15..3336837 100644
--- a/nyx/controller.py
+++ b/nyx/controller.py
@@ -1,4 +1,4 @@
-# Copyright 2016, Damian Johnson and The Tor Project
+# Copyright 2009-2016, Damian Johnson and The Tor Project
# See LICENSE for licensing information
"""
diff --git a/nyx/curses.py b/nyx/curses.py
index 95d9dda..ebe5eef 100644
--- a/nyx/curses.py
+++ b/nyx/curses.py
@@ -1,4 +1,4 @@
-# Copyright 2016, Damian Johnson and The Tor Project
+# Copyright 2010-2016, Damian Johnson and The Tor Project
# See LICENSE for licensing information
"""
diff --git a/nyx/demo_glyphs.py b/nyx/demo_glyphs.py
index 7ca68ee..2978873 100755
--- a/nyx/demo_glyphs.py
+++ b/nyx/demo_glyphs.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright 2016, Damian Johnson and The Tor Project
+# Copyright 2014-2016, Damian Johnson and The Tor Project
# See LICENSE for licensing information
"""
diff --git a/nyx/log.py b/nyx/log.py
index f461937..ec09c3f 100644
--- a/nyx/log.py
+++ b/nyx/log.py
@@ -1,4 +1,4 @@
-# Copyright 2016, Damian Johnson and The Tor Project
+# Copyright 2014-2016, Damian Johnson and The Tor Project
# See LICENSE for licensing information
"""
diff --git a/nyx/menu.py b/nyx/menu.py
index 1b6b6bf..697dfac 100644
--- a/nyx/menu.py
+++ b/nyx/menu.py
@@ -1,4 +1,4 @@
-# Copyright 2016, Damian Johnson and The Tor Project
+# Copyright 2011-2016, Damian Johnson and The Tor Project
# See LICENSE for licensing information
"""
diff --git a/nyx/panel/__init__.py b/nyx/panel/__init__.py
index 0ae3fdb..9b616e5 100644
--- a/nyx/panel/__init__.py
+++ b/nyx/panel/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2016, Damian Johnson and The Tor Project
+# Copyright 2010-2016, Damian Johnson and The Tor Project
# See LICENSE for licensing information
"""
diff --git a/nyx/panel/config.py b/nyx/panel/config.py
index 1b991b6..bb432b2 100644
--- a/nyx/panel/config.py
+++ b/nyx/panel/config.py
@@ -1,4 +1,4 @@
-# Copyright 2016, Damian Johnson and The Tor Project
+# Copyright 2010-2016, Damian Johnson and The Tor Project
# See LICENSE for licensing information
"""
diff --git a/nyx/panel/connection.py b/nyx/panel/connection.py
index 709cf52..e7e80f5 100644
--- a/nyx/panel/connection.py
+++ b/nyx/panel/connection.py
@@ -1,4 +1,4 @@
-# Copyright 2016, Damian Johnson and The Tor Project
+# Copyright 2011-2016, Damian Johnson and The Tor Project
# See LICENSE for licensing information
"""
diff --git a/nyx/panel/graph.py b/nyx/panel/graph.py
index 7c53675..401c079 100644
--- a/nyx/panel/graph.py
+++ b/nyx/panel/graph.py
@@ -1,4 +1,4 @@
-# Copyright 2016, Damian Johnson and The Tor Project
+# Copyright 2010-2016, Damian Johnson and The Tor Project
# See LICENSE for licensing information
"""
diff --git a/nyx/panel/header.py b/nyx/panel/header.py
index 7e83501..c6627c2 100644
--- a/nyx/panel/header.py
+++ b/nyx/panel/header.py
@@ -1,4 +1,4 @@
-# Copyright 2016, Damian Johnson and The Tor Project
+# Copyright 2009-2016, Damian Johnson and The Tor Project
# See LICENSE for licensing information
"""
diff --git a/nyx/panel/log.py b/nyx/panel/log.py
index dc26dc3..a18b2ce 100644
--- a/nyx/panel/log.py
+++ b/nyx/panel/log.py
@@ -1,4 +1,4 @@
-# Copyright 2016, Damian Johnson and The Tor Project
+# Copyright 2009-2016, Damian Johnson and The Tor Project
# See LICENSE for licensing information
"""
diff --git a/nyx/panel/torrc.py b/nyx/panel/torrc.py
index 23c86d3..2943807 100644
--- a/nyx/panel/torrc.py
+++ b/nyx/panel/torrc.py
@@ -1,4 +1,4 @@
-# Copyright 2016, Damian Johnson and The Tor Project
+# Copyright 2010-2016, Damian Johnson and The Tor Project
# See LICENSE for licensing information
"""
diff --git a/nyx/popups.py b/nyx/popups.py
index 70d996a..01a5215 100644
--- a/nyx/popups.py
+++ b/nyx/popups.py
@@ -1,4 +1,4 @@
-# Copyright 2016, Damian Johnson and The Tor Project
+# Copyright 2011-2016, Damian Johnson and The Tor Project
# See LICENSE for licensing information
"""
diff --git a/nyx/starter.py b/nyx/starter.py
index b13190f..2ddfff0 100644
--- a/nyx/starter.py
+++ b/nyx/starter.py
@@ -1,4 +1,4 @@
-# Copyright 2016, Damian Johnson and The Tor Project
+# Copyright 2009-2016, Damian Johnson and The Tor Project
# See LICENSE for licensing information
"""
diff --git a/nyx/tracker.py b/nyx/tracker.py
index a5a4f00..6376584 100644
--- a/nyx/tracker.py
+++ b/nyx/tracker.py
@@ -1,4 +1,4 @@
-# Copyright 2016, Damian Johnson and The Tor Project
+# Copyright 2013-2016, Damian Johnson and The Tor Project
# See LICENSE for licensing information
"""
diff --git a/nyx/uninstall b/nyx/uninstall
index 5f72d4d..c65344c 100755
--- a/nyx/uninstall
+++ b/nyx/uninstall
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright 2016, Damian Johnson and The Tor Project
+# Copyright 2010-2016, Damian Johnson and The Tor Project
# See LICENSE for licensing information
files="/usr/bin/nyx /usr/share/man/man1/nyx.1.gz /usr/share/nyx"
diff --git a/run_nyx b/run_nyx
index b6c7b94..29c6be5 100755
--- a/run_nyx
+++ b/run_nyx
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright 2016, Damian Johnson and The Tor Project
+# Copyright 2009-2016, Damian Johnson and The Tor Project
# See LICENSE for licensing information
import nyx
diff --git a/run_tests.py b/run_tests.py
index 1c52132..101b77e 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright 2016, Damian Johnson and The Tor Project
+# Copyright 2013-2016, Damian Johnson and The Tor Project
# See LICENSE for licensing information
"""
diff --git a/setup.py b/setup.py
index d83c8aa..bfcdefa 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright 2015, Damian Johnson and The Tor Project
+# Copyright 2010-2016, Damian Johnson and The Tor Project
# See LICENSE for licensing information
import gzip
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits