diff options
author | antirez <antirez@gmail.com> | 2012-11-08 18:25:23 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2012-11-08 18:31:32 +0100 |
commit | 4365e5b2d32798c168a8376fad891c0e5cccb4ec (patch) | |
tree | c6aedb0097052cebd7a19c374e9d6effc75debcc /src/adlist.h | |
parent | 1237d71c4e4a9c617d0c8ce8049e16326e647cfe (diff) | |
download | redis-4365e5b2d32798c168a8376fad891c0e5cccb4ec.tar.gz |
BSD license added to every C source and header file.
Diffstat (limited to 'src/adlist.h')
-rw-r--r-- | src/adlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adlist.h b/src/adlist.h index 259bd0f83..be322552f 100644 --- a/src/adlist.h +++ b/src/adlist.h @@ -1,6 +1,6 @@ /* adlist.h - A generic doubly linked list implementation * - * Copyright (c) 2006-2010, Salvatore Sanfilippo <antirez at gmail dot com> + * Copyright (c) 2006-2012, Salvatore Sanfilippo <antirez at gmail dot com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without |