]> granicus.if.org Git - apache/commitdiff
Spell it right, per Mr. Coar
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 16 Aug 2001 20:56:03 +0000 (20:56 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 16 Aug 2001 20:56:03 +0000 (20:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90243 13f79535-47bb-0310-9956-ffa450edef68

Apache.dsp
build/win32/win32ver.awk
libhttpd.dsp

index 66d67eab80fd6d6bd63cffd204e9259018f463b4..0965d40483fc8a7a3872a4a3b2b30a74224c6e31 100644 (file)
@@ -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
index 03b1a6a101fb6ca00c36ce638f952d41a55eba96..77cfa3ae0314d5f23037ab4f63d142612e56c377 100644 (file)
@@ -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
+}
index 1c7b155d7cdbf919ef728f22191f23bff2e755be..d8bc0f05f5500aa749eb94469b8735730ae6a939 100644 (file)
@@ -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