Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 541 invoked by uid 6000); 16 Sep 1998 20:49:31 -0000 Received: (qmail 533 invoked by alias); 16 Sep 1998 20:49:29 -0000 Delivered-To: apache-1.3-cvs@hyperreal.org Received: (qmail 529 invoked by uid 125); 16 Sep 1998 20:49:29 -0000 Date: 16 Sep 1998 20:49:28 -0000 Message-ID: <19980916204928.528.qmail@hyperreal.org> From: jim@hyperreal.org To: apache-1.3-cvs@hyperreal.org Subject: cvs commit: apache-1.3/src/helpers GuessOS MakeEtags PrintPath PrintPathOS2 TestCompile buildinfo.sh checkheader.sh findcpp.sh fmn.sh install.sh mkdir.sh mkshadow.sh ppl.sh slo.sh Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org jim 98/09/16 13:49:28 Modified: src/helpers GuessOS MakeEtags PrintPath PrintPathOS2 TestCompile buildinfo.sh checkheader.sh findcpp.sh fmn.sh install.sh mkdir.sh mkshadow.sh ppl.sh slo.sh Log: Add blame and LICENSE info to various helper scripts. Who knows, maybe people can use 'em :) Revision Changes Path 1.46 +6 -4 apache-1.3/src/helpers/GuessOS Index: GuessOS =================================================================== RCS file: /export/home/cvs/apache-1.3/src/helpers/GuessOS,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- GuessOS 1998/09/15 19:47:39 1.45 +++ GuessOS 1998/09/16 20:49:23 1.46 @@ -3,10 +3,12 @@ # Simple OS/Platform guesser. Similar to config.guess but # much, much smaller. Since it was developed for use with # Apache, it follows under Apache's regular licensing -# with one specific addition: Any changes or additions -# to this script should be Emailed to the Apache -# group (apache@apache.org) in general and to -# Jim Jagielski (jim@jaguNET.com) in specific. +# (see http://www.apache.org/docs/LICENSE) with one specific +# addition: Any changes or additions to this script should be +# Emailed to the Apache group (apache@apache.org) in general +# and to Jim Jagielski (jim@apache.org) in specific. +# +# Blame Jim; he wrote it (plus a cast of dozens) # # Be as similar to the output of config.guess/config.sub # as possible. 1.2 +3 -0 apache-1.3/src/helpers/MakeEtags Index: MakeEtags =================================================================== RCS file: /export/home/cvs/apache-1.3/src/helpers/MakeEtags,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- MakeEtags 1998/07/14 20:25:15 1.1 +++ MakeEtags 1998/09/16 20:49:23 1.2 @@ -5,6 +5,9 @@ # > helpers/MakeEtags # and will create a TAGS file in the src directory. +# This script falls under the Apache License. +# See http://www.apache.org/docs/LICENSE + # Once you have created src/TAGS in emacs you'll need to setup # tag-table-alist with an entry to assure it finds the single src/TAGS # file from the many source directories. Something along these lines: 1.12 +5 -0 apache-1.3/src/helpers/PrintPath Index: PrintPath =================================================================== RCS file: /export/home/cvs/apache-1.3/src/helpers/PrintPath,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- PrintPath 1998/08/03 21:51:40 1.11 +++ PrintPath 1998/09/16 20:49:23 1.12 @@ -10,6 +10,11 @@ # Usage: # PrintPath [-s] [-pPATHNAME] program [program ...] # +# Blame Jim; he wrote it. +# +# This script falls under the Apache License. +# See http://www.apache.org/docs/LICENSE + ## # Some "constants" ## 1.5 +5 -0 apache-1.3/src/helpers/PrintPathOS2 Index: PrintPathOS2 =================================================================== RCS file: /export/home/cvs/apache-1.3/src/helpers/PrintPathOS2,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- PrintPathOS2 1998/08/03 21:51:40 1.4 +++ PrintPathOS2 1998/09/16 20:49:24 1.5 @@ -10,6 +10,11 @@ # Usage: # PrintPath [-s] [-pPATHNAME] program [program ...] # +# Blame Jim; he wrote it (with major OS2 help from Brian H.) +# +# This script falls under the Apache License. +# See http://www.apache.org/docs/LICENSE +# ## # Some "constants" ## 1.15 +5 -0 apache-1.3/src/helpers/TestCompile Index: TestCompile =================================================================== RCS file: /export/home/cvs/apache-1.3/src/helpers/TestCompile,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- TestCompile 1998/08/03 21:51:40 1.14 +++ TestCompile 1998/09/16 20:49:24 1.15 @@ -32,6 +32,11 @@ # located) if you want to test it out. Configure must # also call it as './helpers/TestCompile' # +# Blame Jim; he wrote it (along with a cast of dozens). +# +# This script falls under the Apache License. +# See http://www.apache.org/docs/LICENSE + cd ./helpers 1.2 +4 -0 apache-1.3/src/helpers/buildinfo.sh Index: buildinfo.sh =================================================================== RCS file: /export/home/cvs/apache-1.3/src/helpers/buildinfo.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- buildinfo.sh 1998/08/25 09:52:40 1.1 +++ buildinfo.sh 1998/09/16 20:49:24 1.2 @@ -4,6 +4,10 @@ ## Written by Ralf S. Engelschall ## for the Apache's Autoconf-style Interface (APACI) ## +# +# This script falls under the Apache License. +# See http://www.apache.org/docs/LICENSE + # # argument line handling 1.2 +4 -0 apache-1.3/src/helpers/checkheader.sh Index: checkheader.sh =================================================================== RCS file: /export/home/cvs/apache-1.3/src/helpers/checkheader.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- checkheader.sh 1998/09/16 19:38:28 1.1 +++ checkheader.sh 1998/09/16 20:49:24 1.2 @@ -3,6 +3,10 @@ ## checkheader.sh -- Check whether a C header file exists ## Written by Ralf S. Engelschall for the Apache configuration mechanism ## +# +# This script falls under the Apache License. +# See http://www.apache.org/docs/LICENSE + header=$1 rc=1 1.2 +4 -0 apache-1.3/src/helpers/findcpp.sh Index: findcpp.sh =================================================================== RCS file: /export/home/cvs/apache-1.3/src/helpers/findcpp.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- findcpp.sh 1998/09/16 19:38:28 1.1 +++ findcpp.sh 1998/09/16 20:49:24 1.2 @@ -3,6 +3,10 @@ ## findcpp.sh -- Find out how to _directly_ run the C Pre-Processor (CPP) ## Written by Ralf S. Engelschall for the Apache configuration mechanism ## +# +# This script falls under the Apache License. +# See http://www.apache.org/docs/LICENSE + # create a test C source: # - has to use extension ".c" because some CPP only accept this one 1.2 +4 -0 apache-1.3/src/helpers/fmn.sh Index: fmn.sh =================================================================== RCS file: /export/home/cvs/apache-1.3/src/helpers/fmn.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fmn.sh 1998/03/29 12:27:34 1.1 +++ fmn.sh 1998/09/16 20:49:24 1.2 @@ -6,6 +6,10 @@ ## Ralf S. Engelschall for use with ## Apache's Autoconf-style Interface (APACI). ## +# +# This script falls under the Apache License. +# See http://www.apache.org/docs/LICENSE + # input: the modules source file modfile=$1 1.2 +4 -0 apache-1.3/src/helpers/install.sh Index: install.sh =================================================================== RCS file: /export/home/cvs/apache-1.3/src/helpers/install.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- install.sh 1998/03/29 12:27:34 1.1 +++ install.sh 1998/09/16 20:49:25 1.2 @@ -7,6 +7,10 @@ ## Cleaned up for Apache's Autoconf-style Interface (APACI) ## by Ralf S. Engelschall ## +# +# This script falls under the Apache License. +# See http://www.apache.org/docs/LICENSE + # # put in absolute paths if you don't have them in your path; 1.4 +4 -0 apache-1.3/src/helpers/mkdir.sh Index: mkdir.sh =================================================================== RCS file: /export/home/cvs/apache-1.3/src/helpers/mkdir.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mkdir.sh 1998/07/25 11:25:04 1.3 +++ mkdir.sh 1998/09/16 20:49:25 1.4 @@ -7,6 +7,10 @@ ## Cleaned up for Apache's Autoconf-style Interface (APACI) ## by Ralf S. Engelschall ## +# +# This script falls under the Apache License. +# See http://www.apache.org/docs/LICENSE + umask 022 errstatus=0 1.3 +4 -0 apache-1.3/src/helpers/mkshadow.sh Index: mkshadow.sh =================================================================== RCS file: /export/home/cvs/apache-1.3/src/helpers/mkshadow.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mkshadow.sh 1998/05/07 15:24:44 1.2 +++ mkshadow.sh 1998/09/16 20:49:25 1.3 @@ -6,6 +6,10 @@ ## for the shadow tree generation option (--shadow) of ## Apache's Autoconf-style Interface (APACI) ## +# +# This script falls under the Apache License. +# See http://www.apache.org/docs/LICENSE + # default IFS DIFS=' 1.2 +4 -0 apache-1.3/src/helpers/ppl.sh Index: ppl.sh =================================================================== RCS file: /export/home/cvs/apache-1.3/src/helpers/ppl.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ppl.sh 1998/03/29 12:27:35 1.1 +++ ppl.sh 1998/09/16 20:49:25 1.2 @@ -8,6 +8,10 @@ ## for pretty printing lists in the --help option of ## Apache's Autoconf-style Interface (APACI) ## +# +# This script falls under the Apache License. +# See http://www.apache.org/docs/LICENSE + list=` IFS=: 1.2 +4 -0 apache-1.3/src/helpers/slo.sh Index: slo.sh =================================================================== RCS file: /export/home/cvs/apache-1.3/src/helpers/slo.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- slo.sh 1998/08/03 08:44:06 1.1 +++ slo.sh 1998/09/16 20:49:25 1.2 @@ -3,6 +3,10 @@ ## slo.h -- (S)eparate (L)inker (O)ptions by library class ## Written by Ralf S. Engelschall ## +# +# This script falls under the Apache License. +# See http://www.apache.org/docs/LICENSE + DIFS=' '