diff options
author | David Goulet <dgoulet@ev0ke.net> | 2015-01-21 13:58:18 -0500 |
---|---|---|
committer | David Goulet <dgoulet@ev0ke.net> | 2015-01-21 14:31:02 -0500 |
commit | f52ac5be74b3cb6f657a6d7a1fa7db2c9595728d (patch) | |
tree | 50923affd58375489745d99e84a4de163c5347f9 | |
parent | d684dbb0c76c4de0b21fabee99fc08833249bd87 (diff) | |
download | tor-f52ac5be74b3cb6f657a6d7a1fa7db2c9595728d.tar.gz tor-f52ac5be74b3cb6f657a6d7a1fa7db2c9595728d.zip |
Fix: change copyright year in workqueue and thread tests
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-rw-r--r-- | src/test/test_threads.c | 2 | ||||
-rw-r--r-- | src/test/test_workqueue.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test_threads.c b/src/test/test_threads.c index c0293048fe..2ac08d4d28 100644 --- a/src/test/test_threads.c +++ b/src/test/test_threads.c @@ -1,6 +1,6 @@ /* Copyright (c) 2001-2004, Roger Dingledine. * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. - * Copyright (c) 2007-2013, The Tor Project, Inc. */ + * Copyright (c) 2007-2015, The Tor Project, Inc. */ /* See LICENSE for licensing information */ #include "orconfig.h" diff --git a/src/test/test_workqueue.c b/src/test/test_workqueue.c index 8ce4405062..aaff5069be 100644 --- a/src/test/test_workqueue.c +++ b/src/test/test_workqueue.c @@ -1,6 +1,6 @@ /* Copyright (c) 2001-2004, Roger Dingledine. * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. - * Copyright (c) 2007-2013, The Tor Project, Inc. */ + * Copyright (c) 2007-2015, The Tor Project, Inc. */ /* See LICENSE for licensing information */ #include "or.h" |