summaryrefslogtreecommitdiff
path: root/build/win32
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-08-16 20:56:03 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-08-16 20:56:03 +0000
commit8e7232bd114f3be6a5c2e5e739bf59f0a7c17e15 (patch)
tree238eb2cd9e0476ad58de962bdd2b5f9d54b0dd43 /build/win32
parent19855b095eaa07fc0b7cbbfcc5eb7a6ad5230d1b (diff)
downloadhttpd-8e7232bd114f3be6a5c2e5e739bf59f0a7c17e15.tar.gz
Spell it right, per Mr. Coar
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90243 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/win32')
-rw-r--r--build/win32/win32ver.awk10
1 files changed, 5 insertions, 5 deletions
diff --git a/build/win32/win32ver.awk b/build/win32/win32ver.awk
index 03b1a6a101..77cfa3ae03 100644
--- a/build/win32/win32ver.awk
+++ b/build/win32/win32ver.awk
@@ -78,9 +78,9 @@ BEGIN {
print " BEGIN";
print " BLOCK \"040904b0\"";
print " BEGIN";
- print " VALUE \"Comments\", \"All rights reserved. The "\
- "license is available at <http://www.apache.org/LICENSE.txt>. "\
- "The new-httpd page is at <http://httpd.apache.org/>.\\0\"";
+ print " VALUE \"Comments\", \"All rights reserved. The license "\
+ "is available at <http://www.apache.org/LICENSE.txt>. The Apache "\
+ "HTTP Server project pages are at <http://httpd.apache.org/>.\\0\"";
print " VALUE \"CompanyName\", \"Apache Software Foundation\\0\"";
print " VALUE \"FileDescription\", \"" desc "\\0\"";
print " VALUE \"FileVersion\", \"" ver "\\0\"";
@@ -94,7 +94,7 @@ BEGIN {
if (special) {
print " VALUE \"SpecialBuild\", \"" vendor "\\0\"";
}
- print " VALUE \"ProductName\", \"Apache http Server\\0\"";
+ print " VALUE \"ProductName\", \"Apache HTTP Server\\0\"";
print " VALUE \"ProductVersion\", \"" ver "\\0\"";
print " END";
print " END";
@@ -103,4 +103,4 @@ BEGIN {
print " VALUE \"Translation\", 0x409, 1200";
print " END";
print "END";
-} \ No newline at end of file
+}