File tree 2 files changed +5
-5
lines changed
assets/javascripts/templates/pages 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -197,9 +197,9 @@ credits = [
197
197
' http://docs.python.org/3/license.html'
198
198
], [
199
199
' 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/ '
203
203
], [
204
204
' Ruby' ,
205
205
' 1993-2014 Yukihiro Matsumoto' ,
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ class Redis < UrlScraper
12
12
options [ :follow_links ] = -> ( filter ) { filter . root_page? }
13
13
14
14
options [ :attribution ] = <<-HTML
15
- © 2006 –2014 Salvatore Sanfilippo and others < br >
16
- Licensed under the three clause BSD license .
15
+ © 2009 –2014 Salvatore Sanfilippo< br >
16
+ Licensed under the Creative Commons Attribution-ShareAlike License 4.0 .
17
17
HTML
18
18
end
19
19
end
You can’t perform that action at this time.
0 commit comments