File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ credits = [
203
203
' https://raw.githubusercontent.com/apache/cordova-docs/master/LICENSE'
204
204
], [
205
205
' CSS<br>DOM<br>HTTP<br>HTML<br>JavaScript<br>SVG<br>XPath' ,
206
- ' 2005-2020 Mozilla and individual contributors' ,
206
+ ' 2005-2021 MDN contributors' ,
207
207
' CC BY-SA' ,
208
208
' https://creativecommons.org/licenses/by-sa/2.5/'
209
209
], [
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Mdn < UrlScraper
17
17
}
18
18
19
19
options [ :attribution ] = <<-HTML
20
- © 2005–2020 Mozilla and individual contributors.< br >
20
+ © 2005–2021 MDN contributors.< br >
21
21
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
22
22
HTML
23
23
You can’t perform that action at this time.
0 commit comments