mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 16:41:19 +00:00
Happy new year.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1429349 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
2
NOTICE
2
NOTICE
@ -1,5 +1,5 @@
|
|||||||
Apache HTTP Server
|
Apache HTTP Server
|
||||||
Copyright 2012 The Apache Software Foundation.
|
Copyright 2013 The Apache Software Foundation.
|
||||||
|
|
||||||
This product includes software developed at
|
This product includes software developed at
|
||||||
The Apache Software Foundation (http://www.apache.org/).
|
The Apache Software Foundation (http://www.apache.org/).
|
||||||
|
@ -318,7 +318,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/]]></xsl:text>&httpd.com
|
|||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
<div id="footer">&lf;
|
<div id="footer">&lf;
|
||||||
<p class="apache">
|
<p class="apache">
|
||||||
<xsl:text>Copyright 2012 The Apache Software Foundation.</xsl:text><br />
|
<xsl:text>Copyright 2013 The Apache Software Foundation.</xsl:text><br />
|
||||||
<xsl:if test="normalize-space($message[@id='before-license'])">
|
<xsl:if test="normalize-space($message[@id='before-license'])">
|
||||||
<xsl:value-of select="$message[@id='before-license']"/>
|
<xsl:value-of select="$message[@id='before-license']"/>
|
||||||
<xsl:text> </xsl:text>
|
<xsl:text> </xsl:text>
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include "apr_general.h" /* stringify */
|
#include "apr_general.h" /* stringify */
|
||||||
|
|
||||||
#define AP_SERVER_COPYRIGHT \
|
#define AP_SERVER_COPYRIGHT \
|
||||||
"Copyright 2012 The Apache Software Foundation."
|
"Copyright 2013 The Apache Software Foundation."
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The below defines the base string of the Server: header. Additional
|
* The below defines the base string of the Server: header. Additional
|
||||||
|
Reference in New Issue
Block a user