summaryrefslogtreecommitdiff
path: root/src/pqsort.c
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/pqsort.c
parent1237d71c4e4a9c617d0c8ce8049e16326e647cfe (diff)
downloadredis-4365e5b2d32798c168a8376fad891c0e5cccb4ec.tar.gz
BSD license added to every C source and header file.
Diffstat (limited to 'src/pqsort.c')
-rw-r--r--src/pqsort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pqsort.c b/src/pqsort.c
index 257756376..9c57aacd0 100644
--- a/src/pqsort.c
+++ b/src/pqsort.c
@@ -1,7 +1,7 @@
/* The following is the NetBSD libc qsort implementation modified in order to
* support partial sorting of ranges for Redis.
*
- * Copyright(C) 2009-2010 Salvatore Sanfilippo. All rights reserved.
+ * Copyright(C) 2009-2012 Salvatore Sanfilippo. All rights reserved.
*
* The original copyright notice follows. */