Update Apache HTTP Server documentation (2.4.26)

pull/647/head
Thibaut Courouble 8 years ago
parent fefca97207
commit f26ea08687

@ -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'
], [

@ -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

Loading…
Cancel
Save