Home | History | Annotate | Line # | Download | only in legal
      1  1.3    kamil #	$NetBSD: COPYRIGHT,v 1.3 2020/10/19 15:25:57 kamil Exp $
      2  1.1  hubertf #	@(#)COPYRIGHT	8.2 (Berkeley) 3/21/94
      3  1.1  hubertf 
      4  1.1  hubertf All of the documentation and software included in the 4.4BSD and 4.4BSD-Lite
      5  1.1  hubertf Releases is copyrighted by The Regents of the University of California.
      6  1.1  hubertf 
      7  1.1  hubertf Copyright 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
      8  1.1  hubertf 	The Regents of the University of California.  All rights reserved.
      9  1.1  hubertf 
     10  1.1  hubertf Redistribution and use in source and binary forms, with or without
     11  1.1  hubertf modification, are permitted provided that the following conditions
     12  1.1  hubertf are met:
     13  1.1  hubertf 1. Redistributions of source code must retain the above copyright
     14  1.1  hubertf    notice, this list of conditions and the following disclaimer.
     15  1.1  hubertf 2. Redistributions in binary form must reproduce the above copyright
     16  1.1  hubertf    notice, this list of conditions and the following disclaimer in the
     17  1.1  hubertf    documentation and/or other materials provided with the distribution.
     18  1.3    kamil 3. Neither the name of the University nor the names of its contributors
     19  1.1  hubertf    may be used to endorse or promote products derived from this software
     20  1.1  hubertf    without specific prior written permission.
     21  1.1  hubertf 
     22  1.1  hubertf THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     23  1.1  hubertf ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     24  1.1  hubertf IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     25  1.1  hubertf ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
     26  1.1  hubertf FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     27  1.1  hubertf DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     28  1.1  hubertf OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     29  1.1  hubertf HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     30  1.1  hubertf LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     31  1.1  hubertf OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     32  1.1  hubertf SUCH DAMAGE.
     33  1.1  hubertf 
     34  1.1  hubertf ---------------------------------------------------------------------------
     35  1.1  hubertf 
     36  1.1  hubertf The Institute of Electrical and Electronics Engineers and the
     37  1.1  hubertf American National Standards Committee X3, on Information Processing
     38  1.1  hubertf Systems have given us permission to reprint portions of their
     39  1.1  hubertf documentation.
     40  1.1  hubertf 
     41  1.1  hubertf In the following statement, the phrase ``this text'' refers to
     42  1.1  hubertf portions of the system documentation.
     43  1.1  hubertf 
     44  1.1  hubertf Portions of this text are reprinted and reproduced in electronic
     45  1.1  hubertf form in the second BSD Networking Software Release, from IEEE Std
     46  1.1  hubertf 1003.1-1988, IEEE Standard Portable Operating System Interface for
     47  1.1  hubertf Computer Environments (POSIX), copyright C 1988 by the Institute
     48  1.1  hubertf of Electrical and Electronics Engineers, Inc.  In the event of any
     49  1.1  hubertf discrepancy between these versions and the original IEEE Standard,
     50  1.1  hubertf the original IEEE Standard is the referee document.
     51  1.1  hubertf 
     52  1.1  hubertf In the following statement, the phrase ``This material'' refers to
     53  1.1  hubertf portions of the system documentation.
     54  1.1  hubertf 
     55  1.1  hubertf This material is reproduced with permission from American National
     56  1.1  hubertf Standards Committee X3, on Information Processing Systems.  Computer
     57  1.1  hubertf and Business Equipment Manufacturers Association (CBEMA), 311 First
     58  1.1  hubertf St., NW, Suite 500, Washington, DC 20001-2178.  The developmental
     59  1.1  hubertf work of Programming Language C was completed by the X3J11 Technical
     60  1.1  hubertf Committee.
     61  1.1  hubertf 
     62  1.1  hubertf The views and conclusions contained in the software and documentation
     63  1.1  hubertf are those of the authors and should not be interpreted as representing
     64  1.1  hubertf official policies, either expressed or implied, of the Regents of
     65  1.1  hubertf the University of California.
     66  1.1  hubertf 
     67  1.1  hubertf -----------------------------------------------------------------------------
     68  1.1  hubertf 
     69  1.1  hubertf The Institute of Electrical and Electronics Engineers and The Open
     70  1.1  hubertf Group, have given us permission to reprint portions of their
     71  1.1  hubertf documentation.
     72  1.1  hubertf 
     73  1.1  hubertf In the following statement, the phrase ``this text'' refers to
     74  1.1  hubertf portions of the system documentation.
     75  1.1  hubertf 
     76  1.1  hubertf Portions of this text are reprinted and reproduced in electronic
     77  1.1  hubertf form in the NetBSD Operating System, from IEEE Std 1003.1, 2004
     78  1.1  hubertf Edition, Standard for Information Technology -- Portable Operating
     79  1.1  hubertf System Interface (POSIX), The Open Group Base Specifications Issue
     80  1.1  hubertf 6, Copyright (C) 2001-2004 by the Institute of Electrical and
     81  1.1  hubertf Electronics Engineers, Inc and The Open Group. In the event of any
     82  1.1  hubertf discrepancy between these versions and the original IEEE and The
     83  1.1  hubertf Open Group Standard, the original IEEE and The Open Group Standard
     84  1.1  hubertf is the referee document. The original Standard can be obtained
     85  1.1  hubertf online at http://www.opengroup.org/unix/online.html. This notice
     86  1.1  hubertf shall appear on any product containing this material.
     87  1.2  mlelstv 
     88  1.2  mlelstv ---------------------------------------------------------------------------
     89  1.2  mlelstv 
     90  1.2  mlelstv COPYRIGHT AND PERMISSION NOTICE
     91  1.2  mlelstv 
     92  1.2  mlelstv Copyright  1991-2015 Unicode, Inc. All rights reserved.
     93  1.2  mlelstv Distributed under the Terms of Use in 
     94  1.2  mlelstv http://www.unicode.org/copyright.html.
     95  1.2  mlelstv 
     96  1.2  mlelstv Permission is hereby granted, free of charge, to any person obtaining
     97  1.2  mlelstv a copy of the Unicode data files and any associated documentation
     98  1.2  mlelstv (the "Data Files") or Unicode software and any associated documentation
     99  1.2  mlelstv (the "Software") to deal in the Data Files or Software
    100  1.2  mlelstv without restriction, including without limitation the rights to use,
    101  1.2  mlelstv copy, modify, merge, publish, distribute, and/or sell copies of
    102  1.2  mlelstv the Data Files or Software, and to permit persons to whom the Data Files
    103  1.2  mlelstv or Software are furnished to do so, provided that
    104  1.2  mlelstv (a) this copyright and permission notice appear with all copies 
    105  1.2  mlelstv of the Data Files or Software,
    106  1.2  mlelstv (b) this copyright and permission notice appear in associated 
    107  1.2  mlelstv documentation, and
    108  1.2  mlelstv (c) there is clear notice in each modified Data File or in the Software
    109  1.2  mlelstv as well as in the documentation associated with the Data File(s) or
    110  1.2  mlelstv Software that the data or software has been modified.
    111  1.2  mlelstv 
    112  1.2  mlelstv THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
    113  1.2  mlelstv ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
    114  1.2  mlelstv WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
    115  1.2  mlelstv NONINFRINGEMENT OF THIRD PARTY RIGHTS.
    116  1.2  mlelstv IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
    117  1.2  mlelstv NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
    118  1.2  mlelstv DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
    119  1.2  mlelstv DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
    120  1.2  mlelstv TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
    121  1.2  mlelstv PERFORMANCE OF THE DATA FILES OR SOFTWARE.
    122  1.2  mlelstv 
    123  1.2  mlelstv Except as contained in this notice, the name of a copyright holder
    124  1.2  mlelstv shall not be used in advertising or otherwise to promote the sale,
    125  1.2  mlelstv use or other dealings in these Data Files or Software without prior
    126  1.2  mlelstv written authorization of the copyright holder.
    127