diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee
index d39ad867..33e9241d 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -197,9 +197,9 @@ credits = [
'http://docs.python.org/3/license.html'
], [
'Redis',
- '2006-2014 Salvatore Sanfilippo and others',
- 'BSD',
- 'https://raw.github.com/antirez/redis/unstable/COPYING'
+ '2009-2014 Salvatore Sanfilippo',
+ 'CC BY-SA',
+ 'http://creativecommons.org/licenses/by-sa/4.0/'
], [
'Ruby',
'1993-2014 Yukihiro Matsumoto',
diff --git a/lib/docs/scrapers/redis.rb b/lib/docs/scrapers/redis.rb
index 45d25b55..16c74394 100644
--- a/lib/docs/scrapers/redis.rb
+++ b/lib/docs/scrapers/redis.rb
@@ -12,8 +12,8 @@ module Docs
options[:follow_links] = ->(filter) { filter.root_page? }
options[:attribution] = <<-HTML
- © 2006–2014 Salvatore Sanfilippo and others
- Licensed under the three clause BSD license.
+ © 2009–2014 Salvatore Sanfilippo
+ Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
HTML
end
end