summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NOTICE2
-rw-r--r--docs/manual/style/xsl/common.xsl2
-rw-r--r--include/ap_release.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/NOTICE b/NOTICE
index 98279cd2f0..b3677c043b 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
Apache HTTP Server
-Copyright 2012 The Apache Software Foundation.
+Copyright 2013 The Apache Software Foundation.
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl
index 0479560a6c..398a93a8af 100644
--- a/docs/manual/style/xsl/common.xsl
+++ b/docs/manual/style/xsl/common.xsl
@@ -318,7 +318,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/]]></xsl:text>&httpd.com
</xsl:choose>
<div id="footer">&lf;
<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:value-of select="$message[@id='before-license']"/>
<xsl:text> </xsl:text>
diff --git a/include/ap_release.h b/include/ap_release.h
index ee167d90fb..d5f01db89d 100644
--- a/include/ap_release.h
+++ b/include/ap_release.h
@@ -25,7 +25,7 @@
#include "apr_general.h" /* stringify */
#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