From: David Goulet Date: Wed, 21 Jan 2015 18:58:18 +0000 (-0500) Subject: Fix: change copyright year in workqueue and thread tests X-Git-Tag: tor-0.2.6.3-alpha~126^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f52ac5be74b3cb6f657a6d7a1fa7db2c9595728d;p=thirdparty%2Ftor.git Fix: change copyright year in workqueue and thread tests Signed-off-by: David Goulet --- 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"