Home | History | Annotate | Line # | Download | only in hack
      1  1.1  jsm $NetBSD: COPYRIGHT-JF,v 1.1 2003/04/02 18:36:33 jsm Exp $
      2  1.1  jsm 
      3  1.1  jsm /*
      4  1.1  jsm  * Copyright (c) 1982 Jay Fenlason <hack (a] gnu.org>
      5  1.1  jsm  * All rights reserved.
      6  1.1  jsm  *
      7  1.1  jsm  * Redistribution and use in source and binary forms, with or without
      8  1.1  jsm  * modification, are permitted provided that the following conditions
      9  1.1  jsm  * are met:
     10  1.1  jsm  * 1. Redistributions of source code must retain the above copyright
     11  1.1  jsm  *    notice, this list of conditions and the following disclaimer.
     12  1.1  jsm  * 2. Redistributions in binary form must reproduce the above copyright
     13  1.1  jsm  *    notice, this list of conditions and the following disclaimer in the
     14  1.1  jsm  *    documentation and/or other materials provided with the distribution.
     15  1.1  jsm  * 3. The name of the author may not be used to endorse or promote products
     16  1.1  jsm  *    derived from this software without specific prior written permission.
     17  1.1  jsm  *
     18  1.1  jsm  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
     19  1.1  jsm  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
     20  1.1  jsm  * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
     21  1.1  jsm  * THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
     22  1.1  jsm  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
     23  1.1  jsm  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
     24  1.1  jsm  * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
     25  1.1  jsm  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
     26  1.1  jsm  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
     27  1.1  jsm  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     28  1.1  jsm  */
     29