浏览代码

mdn: 2021

Simon Legner 4 年之前
父节点
当前提交
3fc89f307a
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      assets/javascripts/templates/pages/about_tmpl.coffee
  2. 1 1
      lib/docs/scrapers/mdn/mdn.rb

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

@@ -203,7 +203,7 @@ credits = [
     'https://raw.githubusercontent.com/apache/cordova-docs/master/LICENSE'
     'https://raw.githubusercontent.com/apache/cordova-docs/master/LICENSE'
   ], [
   ], [
     'CSS<br>DOM<br>HTTP<br>HTML<br>JavaScript<br>SVG<br>XPath',
     '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',
     'CC BY-SA',
     'https://creativecommons.org/licenses/by-sa/2.5/'
     '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
     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.
       Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
     HTML
     HTML