diff options
author | Roy T. Fielding <fielding@apache.org> | 2009-01-06 00:28:53 +0100 |
---|---|---|
committer | Roy T. Fielding <fielding@apache.org> | 2009-01-06 00:28:53 +0100 |
commit | 932e70d942542d1e1c822730d61927de1bfb3dd7 (patch) | |
tree | da246ffa80cd83102bc2a251d2b6af3dfc725f58 | |
parent | more fallout from removing win9x-model services, this is no longer used (diff) | |
download | apache2-932e70d942542d1e1c822730d61927de1bfb3dd7.tar.xz apache2-932e70d942542d1e1c822730d61927de1bfb3dd7.zip |
happy new year
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@731765 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | NOTICE | 2 | ||||
-rw-r--r-- | docs/manual/style/xsl/common.xsl | 2 | ||||
-rw-r--r-- | include/ap_release.h | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ Apache HTTP Server -Copyright 2008 The Apache Software Foundation. +Copyright 2009 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 0ba2fd431e..91b9955895 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -277,7 +277,7 @@ <div id="footer">&lf; <p class="apache"> - <xsl:text>Copyright 2008 The Apache Software Foundation.</xsl:text><br /> + <xsl:text>Copyright 2009 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 10893428e0..b193bccbf9 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 2008 The Apache Software Foundation." + "Copyright 2009 The Apache Software Foundation." /* * The below defines the base string of the Server: header. Additional |