1 man.c:
   2 
   3 Copyright (c) 1980 Regents of the University of California.  
   4 All rights reserved.
   5 
   6 Redistribution and use in source and binary forms, with or without
   7 modification, are permitted provided that the following conditions are
   8 met:
   9 
  10     1. Redistributions of source code must retain the above copyright
  11        notice, this list of conditions and the following disclaimer.
  12     2. Redistributions in binary form must reproduce the above
  13        copyright notice, this list of conditions and the following
  14        disclaimer in the documentation and/or other materials provided
  15        with the distribution.
  16     3. All advertising materials mentioning features or use of this
  17        software must display the following acknowledgement:
  18            This product includes software developed by the University
  19            of California, Berkeley and its contributors.
  20     4. Neither the name of the University nor the names of its
  21        contributors may be used to endorse or promote products derived
  22        from this software without specific prior written permission.
  23 
  24 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND
  25 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  26 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  27 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  28 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  29 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  30 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  31 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  32 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  33 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  34 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  35 
  36 
  37 makewhatis.c:
  38 
  39 Copyright (c) 2002 John Rochester
  40 All rights reserved.
  41 
  42 Redistribution and use in source and binary forms, with or without
  43 modification, are permitted provided that the following conditions
  44 are met:
  45 1. Redistributions of source code must retain the above copyright
  46    notice, this list of conditions and the following disclaimer,
  47    in this position and unchanged.
  48 2. Redistributions in binary form must reproduce the above copyright
  49    notice, this list of conditions and the following disclaimer in the
  50    documentation and/or other materials provided with the distribution.
  51 3. The name of the author may not be used to endorse or promote products
  52    derived from this software without specific prior written permission
  53 
  54 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  55 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  56 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  57 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  58 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  59 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  60 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  61 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  62 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  63 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  64 
  65 
  66 stringlist.c, stringlist.h:
  67 
  68 Copyright (c) 1994 Christos Zoulas
  69 All rights reserved.
  70 
  71 Redistribution and use in source and binary forms, with or without
  72 modification, are permitted provided that the following conditions
  73 are met:
  74 1. Redistributions of source code must retain the above copyright
  75    notice, this list of conditions and the following disclaimer.
  76 2. Redistributions in binary form must reproduce the above copyright
  77    notice, this list of conditions and the following disclaimer in the
  78    documentation and/or other materials provided with the distribution.
  79 4. The name of the author may not be used to endorse or promote products
  80    derived from this software without specific prior written permission.
  81 
  82 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
  83 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  84 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  85 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
  86 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  87 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  88 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  89 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  90 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  91 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  92 SUCH DAMAGE.