Skip to content

Commit 27d7c05

Browse files
committed
Update Redis license
1 parent 6c8726e commit 27d7c05

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ credits = [
197197
'http://docs.python.org/3/license.html'
198198
], [
199199
'Redis',
200-
'2006-2014 Salvatore Sanfilippo and others',
201-
'BSD',
202-
'https://raw.github.com/antirez/redis/unstable/COPYING'
200+
'2009-2014 Salvatore Sanfilippo',
201+
'CC BY-SA',
202+
'http://creativecommons.org/licenses/by-sa/4.0/'
203203
], [
204204
'Ruby',
205205
'1993-2014 Yukihiro Matsumoto',

lib/docs/scrapers/redis.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ class Redis < UrlScraper
1212
options[:follow_links] = ->(filter) { filter.root_page? }
1313

1414
options[:attribution] = <<-HTML
15-
&copy; 2006&ndash;2014 Salvatore Sanfilippo and others<br>
16-
Licensed under the three clause BSD license.
15+
&copy; 2009&ndash;2014 Salvatore Sanfilippo<br>
16+
Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
1717
HTML
1818
end
1919
end

0 commit comments

Comments
 (0)