ソースを参照

Update Apache HTTP Server documentation (2.4.26)

Thibaut Courouble 8 年 前
コミット
f26ea08687

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

@@ -100,7 +100,7 @@ credits = [
     'https://raw.githubusercontent.com/ansible/ansible/devel/COPYING'
   ], [
     'Apache HTTP Server<br>Apache Pig',
-    '2016 The Apache Software Foundation<br>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.',
+    '2017 The Apache Software Foundation<br>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.',
     'Apache',
     'https://www.apache.org/licenses/LICENSE-2.0'
   ], [

+ 2 - 2
lib/docs/scrapers/apache.rb

@@ -3,7 +3,7 @@ module Docs
     self.name = 'Apache HTTP Server'
     self.slug = 'apache_http_server'
     self.type = 'apache'
-    self.release = '2.4.25'
+    self.release = '2.4.26'
     self.base_url = 'https://httpd.apache.org/docs/2.4/en/'
     self.links = {
       home: 'https://httpd.apache.org/'
@@ -30,7 +30,7 @@ module Docs
       /\Adeveloper\// ]
 
     options[:attribution] = <<-HTML
-      &copy; 2016 The Apache Software Foundation<br>
+      &copy; 2017 The Apache Software Foundation<br>
       Licensed under the Apache License, Version 2.0.
     HTML
   end