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:
Rainer Jung
2013-01-05 18:15:07 +00:00
parent f363122bce
commit dfcb39b3ec
3 changed files with 3 additions and 3 deletions

2
NOTICE
View File

@ -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/).

View File

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

View File

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