Simon Legner 4 gadi atpakaļ
vecāks
revīzija
3fc89f307a

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -203,7 +203,7 @@ credits = [
     'https://raw.githubusercontent.com/apache/cordova-docs/master/LICENSE'
   ], [
     'CSS<br>DOM<br>HTTP<br>HTML<br>JavaScript<br>SVG<br>XPath',
-    '2005-2020 Mozilla and individual contributors',
+    '2005-2021 MDN contributors',
     'CC BY-SA',
     'https://creativecommons.org/licenses/by-sa/2.5/'
   ], [

+ 1 - 1
lib/docs/scrapers/mdn/mdn.rb

@@ -17,7 +17,7 @@ module Docs
     }
 
     options[:attribution] = <<-HTML
-      &copy; 2005&ndash;2020 Mozilla and individual contributors.<br>
+      &copy; 2005&ndash;2021 MDN contributors.<br>
       Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
     HTML