jerenkrantz 2004/02/23 20:21:13
Modified: build PrintPath Log: Sync PrintPath with the one in httpd-2.0 that has the AL v2.0 at top Revision Changes Path 1.3 +16 -3 apr/build/PrintPath Index: PrintPath =================================================================== RCS file: /home/cvs/apr/build/PrintPath,v retrieving revision 1.2 retrieving revision 1.3 diff -u -u -r1.2 -r1.3 --- PrintPath 22 Sep 2003 23:56:33 -0000 1.2 +++ PrintPath 24 Feb 2004 04:21:13 -0000 1.3 @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright 1999-2004 The 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. +# +# # Look for program[s] somewhere in $PATH. # # Options: @@ -12,9 +28,6 @@ # # Initially written by Jim Jagielski for the Apache configuration mechanism # (with kudos to Kernighan/Pike) -# -# This script falls under the Apache License. -# See http://www.apache.org/docs/LICENSE ## # Some "constants"
