summaryrefslogtreecommitdiff
path: root/build/mkdir.sh
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2004-02-06 21:54:06 +0000
committerAndré Malo <nd@apache.org>2004-02-06 21:54:06 +0000
commitd91e007938658c405817fbfd75955b7c34d4938e (patch)
tree9892d5cc4399bee3db083fff86c4038037a7b1c9 /build/mkdir.sh
parentbff628e9569470d29e62f94e1a041b64be01cf9d (diff)
downloadhttpd-d91e007938658c405817fbfd75955b7c34d4938e.tar.gz
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/mkdir.sh')
-rwxr-xr-xbuild/mkdir.sh32
1 files changed, 21 insertions, 11 deletions
diff --git a/build/mkdir.sh b/build/mkdir.sh
index b947c92606..8e13c784fd 100755
--- a/build/mkdir.sh
+++ b/build/mkdir.sh
@@ -1,16 +1,26 @@
#!/bin/sh
-##
-## mkdir.sh -- make directory hierarchy
-##
-## Based on `mkinstalldirs' from Noah Friedman <friedman@prep.ai.mit.edu>
-## as of 1994-03-25, which was placed in the Public Domain.
-## Cleaned up for Apache's Autoconf-style Interface (APACI)
-## by Ralf S. Engelschall <rse@apache.org>
-##
#
-# This script falls under the Apache License.
-# See http://www.apache.org/docs/LICENSE
-
+# Copyright 2000-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.
+#
+#
+# mkdir.sh -- make directory hierarchy
+#
+# Based on `mkinstalldirs' from Noah Friedman <friedman@prep.ai.mit.edu>
+# as of 1994-03-25, which was placed in the Public Domain.
+# Cleaned up for Apache's Autoconf-style Interface (APACI)
+# by Ralf S. Engelschall <rse apache.org>
umask 022
errstatus=0