[tor-commits] [tor/master] Fix: change copyright year in workqueue and thread tests
nickm at torproject.org
nickm at torproject.org
Wed Jan 21 19:50:31 UTC 2015
commit f52ac5be74b3cb6f657a6d7a1fa7db2c9595728d
Author: David Goulet <dgoulet at ev0ke.net>
Date: Wed Jan 21 13:58:18 2015 -0500
Fix: change copyright year in workqueue and thread tests
Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
src/test/test_threads.c | 2 +-
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 c029304..2ac08d4 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 8ce4405..aaff506 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"
More information about the tor-commits
mailing list