From: William A. Rowe Jr Date: Thu, 16 Aug 2001 06:09:32 +0000 (+0000) Subject: Picky versioning. Must have 1) a real language/charset in the versioning, X-Git-Tag: 2.0.24~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e307782abe048f57b2101e2e61976eea5a5bc0c2;p=apache Picky versioning. Must have 1) a real language/charset in the versioning, 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 --- diff --git a/build/win32/win32ver.awk b/build/win32/win32ver.awk index 8862aa87f3..03b1a6a101 100644 --- a/build/win32/win32ver.awk +++ b/build/win32/win32ver.awk @@ -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 \\0\""; - print " VALUE \"CompanyName\", \"Apache Software Foundation.\\0\""; + print " VALUE \"Comments\", \"All rights reserved. The "\ + "license is available at . "\ + "The new-httpd page is at .\\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 " \ - "\\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