aboutsummaryrefslogtreecommitdiffstats
path: root/sds.c
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-02-02 17:41:37 +0100
committerantirez <antirez@gmail.com>2014-02-02 17:41:37 +0100
commit4da19139825e6966499ad841028963b73a704ec6 (patch)
tree24de94bf8ebecbeb887db817b22da4aa21f3cbad /sds.c
parentf83aa4cbeec904ef1862c91758477a1c5c5c4973 (diff)
downloadsds-4da19139825e6966499ad841028963b73a704ec6.tar.xz
Copyright year updated to 2014.
Diffstat (limited to 'sds.c')
-rw-r--r--sds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sds.c b/sds.c
index 64c9a96..1bc8021 100644
--- a/sds.c
+++ b/sds.c
@@ -1,6 +1,6 @@
-/* SDSLib, A C dynamic strings library
+/* SDS (Simple Dynamic Strings), A C dynamic strings library.
*
- * Copyright (c) 2006-2012, Salvatore Sanfilippo <antirez at gmail dot com>
+ * Copyright (c) 2006-2014, Salvatore Sanfilippo <antirez at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without