We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a35f48 commit 3fc89f3Copy full SHA for 3fc89f3
2 files changed
assets/javascripts/templates/pages/about_tmpl.coffee
@@ -203,7 +203,7 @@ credits = [
203
'https://raw.githubusercontent.com/apache/cordova-docs/master/LICENSE'
204
], [
205
'CSS<br>DOM<br>HTTP<br>HTML<br>JavaScript<br>SVG<br>XPath',
206
- '2005-2020 Mozilla and individual contributors',
+ '2005-2021 MDN contributors',
207
'CC BY-SA',
208
'https://creativecommons.org/licenses/by-sa/2.5/'
209
lib/docs/scrapers/mdn/mdn.rb
@@ -17,7 +17,7 @@ class Mdn < UrlScraper
17
}
18
19
options[:attribution] = <<-HTML
20
- © 2005–2020 Mozilla and individual contributors.<br>
+ © 2005–2021 MDN contributors.<br>
21
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
22
HTML
23
0 commit comments