浏览代码

Fix: change copyright year in workqueue and thread tests

Signed-off-by: David Goulet <dgoulet@ev0ke.net>
David Goulet 10 年之前
父节点
当前提交
f52ac5be74
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/test/test_threads.c
  2. 1 1
      src/test/test_workqueue.c

+ 1 - 1
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"

+ 1 - 1
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"