Skip to content

Commit 3fc89f3

Browse files
committed
mdn: 2021
1 parent 3a35f48 commit 3fc89f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ credits = [
203203
'https://raw.githubusercontent.com/apache/cordova-docs/master/LICENSE'
204204
], [
205205
'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',
207207
'CC BY-SA',
208208
'https://creativecommons.org/licenses/by-sa/2.5/'
209209
], [

lib/docs/scrapers/mdn/mdn.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Mdn < UrlScraper
1717
}
1818

1919
options[:attribution] = <<-HTML
20-
&copy; 2005&ndash;2020 Mozilla and individual contributors.<br>
20+
&copy; 2005&ndash;2021 MDN contributors.<br>
2121
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
2222
HTML
2323

0 commit comments

Comments
 (0)