diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 2c5affa0..078f694b 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -97,7 +97,7 @@ credits = [ 'https://raw.githubusercontent.com/ansible/ansible/devel/COPYING' ], [ 'Apache HTTP Server
Apache Pig', - '2017 The Apache Software Foundation
Apache and the Apache feather logo are trademarks of The Apache Software Foundation.', + '2018 The Apache Software Foundation
Apache and the Apache feather logo are trademarks of The Apache Software Foundation.', 'Apache', 'https://www.apache.org/licenses/LICENSE-2.0' ], [ diff --git a/lib/docs/scrapers/apache.rb b/lib/docs/scrapers/apache.rb index 23ac7a5a..596e6703 100644 --- a/lib/docs/scrapers/apache.rb +++ b/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.29' + self.release = '2.4.33' 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 - © 2017 The Apache Software Foundation
+ © 2018 The Apache Software Foundation
Licensed under the Apache License, Version 2.0. HTML end