summaryrefslogtreecommitdiff
path: root/src/testhelp.h
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-11-08 18:25:23 +0100
committerantirez <antirez@gmail.com>2012-11-08 18:31:32 +0100
commit4365e5b2d32798c168a8376fad891c0e5cccb4ec (patch)
treec6aedb0097052cebd7a19c374e9d6effc75debcc /src/testhelp.h
parent1237d71c4e4a9c617d0c8ce8049e16326e647cfe (diff)
downloadredis-4365e5b2d32798c168a8376fad891c0e5cccb4ec.tar.gz
BSD license added to every C source and header file.
Diffstat (limited to 'src/testhelp.h')
-rw-r--r--src/testhelp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testhelp.h b/src/testhelp.h
index 807a86e94..450334046 100644
--- a/src/testhelp.h
+++ b/src/testhelp.h
@@ -6,7 +6,9 @@
* test_cond("Check if 5 > 10", 5 > 10)
* test_report()
*
- * Copyright (c) 2010, Salvatore Sanfilippo <antirez at gmail dot com>
+ * ----------------------------------------------------------------------------
+ *
+ * Copyright (c) 2010-2012, Salvatore Sanfilippo <antirez at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without