diff options
author | André Malo <nd@apache.org> | 2004-02-06 22:54:06 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2004-02-06 22:54:06 +0100 |
commit | d91e007938658c405817fbfd75955b7c34d4938e (patch) | |
tree | 9892d5cc4399bee3db083fff86c4038037a7b1c9 /build/win32 | |
parent | begin relicensing httpd-2.1 to Apache License, Version 2.0 (diff) | |
download | apache2-d91e007938658c405817fbfd75955b7c34d4938e.tar.xz apache2-d91e007938658c405817fbfd75955b7c34d4938e.zip |
apply Apache License, Version 2.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102521 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/win32')
-rw-r--r-- | build/win32/win32ver.awk | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/build/win32/win32ver.awk b/build/win32/win32ver.awk index f83ad5b089..85a81bbfa8 100644 --- a/build/win32/win32ver.awk +++ b/build/win32/win32ver.awk @@ -1,3 +1,17 @@ +# Copyright 2001-2004 Apache Software Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + BEGIN { # ff bits: 1(debug), 2(prerelease), 4(patched), 8(vendor) and 32(special) @@ -86,13 +100,14 @@ BEGIN { print " BLOCK \"040904b0\""; print " BEGIN"; 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\""; + "is available at <http://www.apache.org/licenses/LICENSE-2.0.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\""; print " VALUE \"InternalName\", \"" file "\\0\""; - print " VALUE \"LegalCopyright\", \"Copyright © 2000-2002 "\ + print " VALUE \"LegalCopyright\", \"Copyright © 2000-2004 "\ "The Apache Software Foundation.\\0\""; print " VALUE \"OriginalFilename\", \"" file ".exe\\0\""; if (vendor) { |