From: William A. Rowe Jr Date: Thu, 16 Aug 2001 20:56:03 +0000 (+0000) Subject: Spell it right, per Mr. Coar X-Git-Tag: 2.0.24~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e7232bd114f3be6a5c2e5e739bf59f0a7c17e15;p=apache Spell it right, per Mr. Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90243 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Apache.dsp b/Apache.dsp index 66d67eab80..0965d40483 100644 --- a/Apache.dsp +++ b/Apache.dsp @@ -107,7 +107,7 @@ SOURCE=.\build\win32\win32ver.awk InputPath=.\build\win32\win32ver.awk ".\build\win32\Apache.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - awk -f ./build/win32/win32ver.awk Apache "Apache http Server"\ + awk -f ./build/win32/win32ver.awk Apache "Apache HTTP Server"\ ./include/ap_release.h icon=apache.ico > .\build\win32\Apache.rc # End Custom Build @@ -119,7 +119,7 @@ InputPath=.\build\win32\win32ver.awk InputPath=.\build\win32\win32ver.awk ".\build\win32\Apache.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - awk -f ./build/win32/win32ver.awk Apache "Apache http Server"\ + awk -f ./build/win32/win32ver.awk Apache "Apache HTTP Server"\ ./include/ap_release.h icon=apache.ico > .\build\win32\Apache.rc # End Custom Build 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 . "\ - "The new-httpd page is at .\\0\""; + print " VALUE \"Comments\", \"All rights reserved. The license "\ + "is available at . The Apache "\ + "HTTP Server project pages are at .\\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 +} diff --git a/libhttpd.dsp b/libhttpd.dsp index 1c7b155d7c..d8bc0f05f5 100644 --- a/libhttpd.dsp +++ b/libhttpd.dsp @@ -464,7 +464,7 @@ SOURCE=.\build\win32\win32ver.awk InputPath=.\build\win32\win32ver.awk ".\build\win32\libhttpd.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - awk -f ./build/win32/win32ver.awk libhttpd "Apache http Server Core"\ + awk -f ./build/win32/win32ver.awk libhttpd "Apache HTTP Server Core"\ ./include/ap_release.h > .\build\win32\libhttpd.rc # End Custom Build @@ -476,7 +476,7 @@ InputPath=.\build\win32\win32ver.awk InputPath=.\build\win32\win32ver.awk ".\build\win32\libhttpd.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - awk -f ./build/win32/win32ver.awk libhttpd "Apache http Server Core"\ + awk -f ./build/win32/win32ver.awk libhttpd "Apache HTTP Server Core"\ ./include/ap_release.h > .\build\win32\libhttpd.rc # End Custom Build