diff options
author | Jiale Zhi <vipcalio@gmail.com> | 2016-06-06 17:38:38 -0700 |
---|---|---|
committer | Jiale Zhi <vipcalio@gmail.com> | 2016-06-06 17:38:38 -0700 |
commit | b83165199e63eec5c7e58f489eb4ac17657e7c46 (patch) | |
tree | 3283fba105970e0a6518f1f39d539ef230e50826 /lib/resty | |
parent | 8b9e467411d62be4a94b175bfc2ad8cefcc19d1d (diff) | |
download | lua-resty-cookie-b83165199e63eec5c7e58f489eb4ac17657e7c46.tar.gz lua-resty-cookie-b83165199e63eec5c7e58f489eb4ac17657e7c46.tar.bz2 lua-resty-cookie-b83165199e63eec5c7e58f489eb4ac17657e7c46.zip |
Update copyright notice
Diffstat (limited to 'lib/resty')
-rw-r--r-- | lib/resty/cookie.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/resty/cookie.lua b/lib/resty/cookie.lua index 2f2bd77..11d435f 100644 --- a/lib/resty/cookie.lua +++ b/lib/resty/cookie.lua @@ -1,4 +1,4 @@ --- Copyright (C) 2013 Jiale Zhi (calio), Cloudflare Inc. +-- Copyright (C) 2013-2016 Jiale Zhi (calio), CloudFlare Inc. -- See RFC6265 http://tools.ietf.org/search/rfc6265 -- require "luacov" |