jim         99/04/21 07:30:35

  Modified:    src/helpers GuessOS PrintPath TestCompile buildinfo.sh
                        checkheader.sh findcpp.sh fmn.sh mkshadow.sh ppl.sh
                        slo.sh
  Log:
  Change 'Written by' to 'Initially written by'
  per the group consensus
  
  Revision  Changes    Path
  1.59      +2 -0      apache-1.3/src/helpers/GuessOS
  
  Index: GuessOS
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/helpers/GuessOS,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- GuessOS   1999/03/30 06:19:17     1.58
  +++ GuessOS   1999/04/21 14:30:25     1.59
  @@ -7,6 +7,8 @@
   # addition: Any changes or additions to this script should be
   # Emailed to the Apache group ([EMAIL PROTECTED]).
   #
  +# Initially written by Jim Jagielski for the Apache configuration mechanism
  +#
   # Be as similar to the output of config.guess/config.sub
   # as possible.
   
  
  
  
  1.18      +3 -0      apache-1.3/src/helpers/PrintPath
  
  Index: PrintPath
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/helpers/PrintPath,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- PrintPath 1999/02/07 23:26:51     1.17
  +++ PrintPath 1999/04/21 14:30:26     1.18
  @@ -10,6 +10,9 @@
   # Usage:
   #  PrintPath [-s] [-pPATHNAME] program [program ...]
   #
  +# 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
   
  
  
  
  1.26      +2 -0      apache-1.3/src/helpers/TestCompile
  
  Index: TestCompile
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/helpers/TestCompile,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- TestCompile       1999/02/07 23:26:51     1.25
  +++ TestCompile       1999/04/21 14:30:26     1.26
  @@ -32,6 +32,8 @@
   # located) if you want to test it out. Configure must
   # also call it as './helpers/TestCompile'
   #
  +# Initially written by Jim Jagielski for the Apache configuration mechanism
  +#
   # This script falls under the Apache License.
   # See http://www.apache.org/docs/LICENSE
   
  
  
  
  1.8       +1 -1      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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- buildinfo.sh      1999/02/07 23:26:52     1.7
  +++ buildinfo.sh      1999/04/21 14:30:26     1.8
  @@ -1,7 +1,7 @@
   #!/bin/sh
   ##
   ##  buildinfo.sh -- Determine Build Information
  -##  Written by Ralf S. Engelschall <[EMAIL PROTECTED]>
  +##  Initially written by Ralf S. Engelschall <[EMAIL PROTECTED]>
   ##  for the Apache's Autoconf-style Interface (APACI) 
   ##
   #
  
  
  
  1.6       +2 -1      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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- checkheader.sh    1999/01/16 22:00:47     1.5
  +++ checkheader.sh    1999/04/21 14:30:27     1.6
  @@ -1,7 +1,8 @@
   #!/bin/sh
   ##
   ##  checkheader.sh -- Check whether a C header file exists
  -##  Written by Ralf S. Engelschall for the Apache configuration mechanism
  +##  Initially written by Ralf S. Engelschall for the Apache
  +##   configuration mechanism
   ##
   #
   # This script falls under the Apache License.
  
  
  
  1.7       +2 -1      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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- findcpp.sh        1999/01/16 22:00:47     1.6
  +++ findcpp.sh        1999/04/21 14:30:28     1.7
  @@ -1,7 +1,8 @@
   #!/bin/sh
   ##
   ##  findcpp.sh -- Find out how to _directly_ run the C Pre-Processor (CPP)
  -##  Written by Ralf S. Engelschall for the Apache configuration mechanism
  +##  Initially written by Ralf S. Engelschall for the Apache configuration
  +##   mechanism
   ##
   #
   # This script falls under the Apache License.
  
  
  
  1.6       +1 -2      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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- fmn.sh    1999/01/16 22:00:47     1.5
  +++ fmn.sh    1999/04/21 14:30:29     1.6
  @@ -2,8 +2,7 @@
   ##
   ##  fmn.sh -- find a modules (structure) name
   ##
  -##  Extracted from the Configure script by
  -##  Ralf S. Engelschall <[EMAIL PROTECTED]> for use with 
  +##  Extracted from the Configure script for use with
   ##  Apache's Autoconf-style Interface (APACI).
   ##
   #
  
  
  
  1.8       +1 -1      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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- mkshadow.sh       1999/01/16 22:00:48     1.7
  +++ mkshadow.sh       1999/04/21 14:30:31     1.8
  @@ -2,7 +2,7 @@
   ##
   ##  mkshadow.sh -- create a shadow tree
   ##
  -##  Written by Ralf S. Engelschall <[EMAIL PROTECTED]>
  +##  Initialy written by Ralf S. Engelschall <[EMAIL PROTECTED]>
   ##  for the shadow tree generation option (--shadow) of 
   ##  Apache's Autoconf-style Interface (APACI) 
   ##
  
  
  
  1.6       +1 -1      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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ppl.sh    1999/01/16 22:00:48     1.5
  +++ ppl.sh    1999/04/21 14:30:32     1.6
  @@ -4,7 +4,7 @@
   ##            `tr' and `fmt' because these tools are different
   ##            between Unix platforms
   ##
  -##  Written by Ralf S. Engelschall <[EMAIL PROTECTED]>
  +##  Initially written by Ralf S. Engelschall <[EMAIL PROTECTED]>
   ##  for pretty printing lists in the --help option of
   ##  Apache's Autoconf-style Interface (APACI)
   ##
  
  
  
  1.8       +1 -1      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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- slo.sh    1999/02/07 23:26:52     1.7
  +++ slo.sh    1999/04/21 14:30:32     1.8
  @@ -1,7 +1,7 @@
   #!/bin/sh
   ##
   ##  slo.h -- (S)eparate (L)inker (O)ptions by library class
  -##  Written by Ralf S. Engelschall <[EMAIL PROTECTED]>
  +##  Initially written by Ralf S. Engelschall <[EMAIL PROTECTED]>
   ##
   #
   # This script falls under the Apache License.
  
  
  

Reply via email to