diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 07956a50..8e16ef95 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -203,7 +203,7 @@ credits = [ 'https://raw.githubusercontent.com/apache/cordova-docs/master/LICENSE' ], [ 'CSS
DOM
HTTP
HTML
JavaScript
SVG
XPath', - '2005-2020 Mozilla and individual contributors', + '2005-2021 MDN contributors', 'CC BY-SA', 'https://creativecommons.org/licenses/by-sa/2.5/' ], [ diff --git a/lib/docs/scrapers/mdn/mdn.rb b/lib/docs/scrapers/mdn/mdn.rb index 128f850b..f579d544 100644 --- a/lib/docs/scrapers/mdn/mdn.rb +++ b/lib/docs/scrapers/mdn/mdn.rb @@ -17,7 +17,7 @@ module Docs } options[:attribution] = <<-HTML - © 2005–2020 Mozilla and individual contributors.
+ © 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later. HTML