You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2017/01/02 18:02:09 UTC

svn commit: r1776971 - in /httpd/mod_fcgid/trunk: NOTICE-FCGID docs/manual/mod/mod_fcgid.html.en modules/fcgid/fcgid_conf.h

Author: rjung
Date: Mon Jan  2 18:02:09 2017
New Revision: 1776971

URL: http://svn.apache.org/viewvc?rev=1776971&view=rev
Log:
Happy Ney Year 2017

Modified:
    httpd/mod_fcgid/trunk/NOTICE-FCGID
    httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.html.en
    httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.h

Modified: httpd/mod_fcgid/trunk/NOTICE-FCGID
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/NOTICE-FCGID?rev=1776971&r1=1776970&r2=1776971&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/NOTICE-FCGID (original)
+++ httpd/mod_fcgid/trunk/NOTICE-FCGID Mon Jan  2 18:02:09 2017
@@ -1,5 +1,5 @@
 Apache HTTP Server mod_fcgid
-Copyright 2009-2016 The Apache Software Foundation
+Copyright 2009-2017 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.html.en
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.html.en?rev=1776971&r1=1776970&r2=1776971&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.html.en (original)
+++ httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.html.en Mon Jan  2 18:02:09 2017
@@ -1338,10 +1338,10 @@ var comments_identifier = 'http://httpd.
     }
 })(window, document);
 //--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2016 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2017 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
 if (typeof(prettyPrint) !== 'undefined') {
     prettyPrint();
 }
 //--><!]]></script>
-</body></html>
\ No newline at end of file
+</body></html>

Modified: httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.h
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.h?rev=1776971&r1=1776970&r2=1776971&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.h (original)
+++ httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.h Mon Jan  2 18:02:09 2017
@@ -19,7 +19,7 @@
 #define FCGID_CONF_H
 
 #define MODFCGID_COPYRIGHT \
-  "Copyright 2009-2016 The Apache Software Foundation."
+  "Copyright 2009-2017 The Apache Software Foundation."
 
 #define MODFCGID_VERSION_MAJOR  2
 #define MODFCGID_VERSION_MINOR  3