]> granicus.if.org Git - apache/commitdiff
Picky versioning. Must have 1) a real language/charset in the versioning,
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 16 Aug 2001 06:09:32 +0000 (06:09 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 16 Aug 2001 06:09:32 +0000 (06:09 +0000)
  and 2) fixes the Copyright (which effectively runs on too far) by placing
  the 'see other' stuff in the Comments.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90198 13f79535-47bb-0310-9956-ffa450edef68

build/win32/win32ver.awk

index 8862aa87f341ba2bf36cd390a57a3909bf7307db..03b1a6a101fb6ca00c36ce638f952d41a55eba96 100644 (file)
@@ -76,19 +76,17 @@ BEGIN {
   print "BEGIN";
   print "  BLOCK \"StringFileInfo\"";
   print "  BEGIN";
-  print "    BLOCK \"00000000\"";
+  print "    BLOCK \"040904b0\"";
   print "    BEGIN";
-  print "      VALUE \"Comments\", \"This software consists of " \
-        "voluntary contributions made by many individuals on behalf of " \
-        "the Apache Software Foundation.  For more information on the " \
-        "Apache Software Foundation, please see <http://www.apache.org/>\\0\"";
-  print "      VALUE \"CompanyName\", \"Apache Software Foundation.\\0\"";
+  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 \"CompanyName\", \"Apache Software Foundation\\0\"";
   print "      VALUE \"FileDescription\", \"" desc "\\0\"";
   print "      VALUE \"FileVersion\", \"" ver "\\0\"";
   print "      VALUE \"InternalName\", \"" file "\\0\"";
-  print "      VALUE \"LegalCopyright\", \"Copyright (c) 2001, " \
-        "The Apache Software Foundation.  Current License is available from " \
-        "<http://www.apache.org/LICENSE.txt>\\0\"";
+  print "      VALUE \"LegalCopyright\", \"Copyright © 2001 "\
+        "The Apache Software Foundation.\\0\"";
   print "      VALUE \"OriginalFilename\", \"" file ".exe\\0\"";
   if (vendor) {
     print "      VALUE \"PrivateBuild\", \"" vendor "\\0\"";
@@ -96,13 +94,13 @@ BEGIN {
   if (special) {
     print "      VALUE \"SpecialBuild\", \"" vendor "\\0\"";
   }
-  print "      VALUE \"ProductName\", \"Apache httpd Server\\0\"";
+  print "      VALUE \"ProductName\", \"Apache http Server\\0\"";
   print "      VALUE \"ProductVersion\", \"" ver "\\0\"";
   print "    END";
   print "  END";
   print "  BLOCK \"VarFileInfo\"";
   print "  BEGIN";
-  print "    VALUE \"Translation\", 0, 1200";
+  print "    VALUE \"Translation\", 0x409, 1200";
   print "  END";
   print "END";
 }
\ No newline at end of file