]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
apply Apache License, Version 2.0
authorAndré Malo <nd@apache.org>
Sat, 7 Feb 2004 18:46:46 +0000 (18:46 +0000)
committerAndré Malo <nd@apache.org>
Sat, 7 Feb 2004 18:46:46 +0000 (18:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102545 13f79535-47bb-0310-9956-ffa450edef68

build/rpm/httpd.init
build/rpm/httpd.spec.in
build/win32/win32ver.awk

index d6c3f2564ee491d1e627761f6b34925ae0b570be..8ff4a6be08857e9d69bb3c07c5b2217451c9d1d4 100755 (executable)
@@ -1,5 +1,20 @@
 #!/bin/bash
 #
+# Copyright 2003-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.
+#
+#
 # Startup script for the Apache Web Server
 #
 # chkconfig: - 85 15
index 7651443e2c8b277dbfaefbcea2d1a9d2b76a0244..ae1ebfcec0e4ad8239a4734d40b8a1786fcf0cc2 100644 (file)
@@ -14,7 +14,7 @@ Release: APACHE_RELEASE
 URL: http://httpd.apache.org/
 Vendor: Apache Software Foundation
 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
-License: Apache Software License
+License: Apache License, Version 2.0
 Group: System Environment/Daemons
 BuildRoot: %{_tmppath}/%{name}-root
 BuildPrereq: openldap-devel, db3-devel, expat-devel, findutils, perl, pkgconfig
index f83ad5b089459ea5d5b34e7f05487828cd9fb48a..85a81bbfa8f6bbad38d480b4ec1bee4e0cf8e970 100644 (file)
@@ -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) {