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 2019/01/01 12:22:42 UTC

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

Author: rjung
Date: Tue Jan  1 12:22:41 2019
New Revision: 1850101

URL: http://svn.apache.org/viewvc?rev=1850101&view=rev
Log:
Happy New Year 2019

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=1850101&r1=1850100&r2=1850101&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/NOTICE-FCGID (original)
+++ httpd/mod_fcgid/trunk/NOTICE-FCGID Tue Jan  1 12:22:41 2019
@@ -1,5 +1,5 @@
 Apache HTTP Server mod_fcgid
-Copyright 2009-2018 The Apache Software Foundation
+Copyright 2009-2019 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=1850101&r1=1850100&r2=1850101&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 Tue Jan  1 12:22:41 2019
@@ -1338,7 +1338,7 @@ var comments_identifier = 'http://httpd.
     }
 })(window, document);
 //--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2018 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 2019 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();

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=1850101&r1=1850100&r2=1850101&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.h (original)
+++ httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.h Tue Jan  1 12:22:41 2019
@@ -19,7 +19,7 @@
 #define FCGID_CONF_H
 
 #define MODFCGID_COPYRIGHT \
-  "Copyright 2009-2018 The Apache Software Foundation."
+  "Copyright 2009-2019 The Apache Software Foundation."
 
 #define MODFCGID_VERSION_MAJOR  2
 #define MODFCGID_VERSION_MINOR  3