X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/325d1eb4a86b59eaa8c867b2bb0a7a827d98aaf0..056c19c6f21e3729212924f76956e4bbb2d3a04c:/pqsort.c diff --git a/pqsort.c b/pqsort.c index da60fd1f..25775637 100644 --- a/pqsort.c +++ b/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 Salvatore Sanfilippo. All rights reserved. + * Copyright(C) 2009-2010 Salvatore Sanfilippo. All rights reserved. * * The original copyright notice follows. */