Update Redis license

pull/110/head
Thibaut 11 years ago
parent 6c8726eb02
commit 27d7c05efd

@ -197,9 +197,9 @@ credits = [
'http://docs.python.org/3/license.html' 'http://docs.python.org/3/license.html'
], [ ], [
'Redis', 'Redis',
'2006-2014 Salvatore Sanfilippo and others', '2009-2014 Salvatore Sanfilippo',
'BSD', 'CC BY-SA',
'https://raw.github.com/antirez/redis/unstable/COPYING' 'http://creativecommons.org/licenses/by-sa/4.0/'
], [ ], [
'Ruby', 'Ruby',
'1993-2014 Yukihiro Matsumoto', '1993-2014 Yukihiro Matsumoto',

@ -12,8 +12,8 @@ module Docs
options[:follow_links] = ->(filter) { filter.root_page? } options[:follow_links] = ->(filter) { filter.root_page? }
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2006&ndash;2014 Salvatore Sanfilippo and others<br> &copy; 2009&ndash;2014 Salvatore Sanfilippo<br>
Licensed under the three clause BSD license. Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
HTML HTML
end end
end end

Loading…
Cancel
Save