diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2011-06-18 16:00:42 +0200 |
---|---|---|
committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2011-06-18 16:28:57 +0200 |
commit | 2cd46456c08b85d88ee00404ec6349703b3053b7 (patch) | |
tree | 2a2a7822ba2dd798e6a5a3640d11736a9157d72e /Makefile | |
parent | 8ee630875a3d4220a663706826b5345123bd7743 (diff) |
Add myself to Makefile license
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ # Hiredis Makefile -# Copyright (C) 2010 Salvatore Sanfilippo <antirez at gmail dot com> +# Copyright (C) 2010-2011 Salvatore Sanfilippo <antirez at gmail dot com> +# Copyright (C) 2010-2011 Pieter Noordhuis <pcnoordhuis at gmail dot com> # This file is released under the BSD license, see the COPYING file OBJ=net.o hiredis.o sds.o async.o |