summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2006-01-12 16:27:56 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2006-01-12 16:27:56 +0000
commitbc7dd1f3c1fc48fb16758de2bb91040eab848bed (patch)
treee927d77b174416d4485f5a284e04aef03d36f98e /include
parent96b69fdf5257ebde4de396e020bde5bfd35b873d (diff)
downloadhttpd-bc7dd1f3c1fc48fb16758de2bb91040eab848bed.tar.gz
Correct version and copyright generation, this involves 'long line'
flavor of the first ASF copyright line; we could use the new macro AP_SERVER_COPYRIGHT and defined tokens from this file for versions, however this is 2.0 so not expecting that we will do so. Backports; 368395 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@368397 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/ap_release.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/ap_release.h b/include/ap_release.h
index 442da52257..b034af653b 100644
--- a/include/ap_release.h
+++ b/include/ap_release.h
@@ -1,5 +1,4 @@
-/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
- * applicable.
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -19,6 +18,10 @@
#include "apr_general.h" /* stringify */
+#define AP_SERVER_COPYRIGHT \
+ "Copyright 2001-2005 The Apache Software Foundation" \
+ " or its licensors, as applicable."
+
/*
* The below defines the base string of the Server: header. Additional
* tokens can be added via the ap_add_version_component() API call.