| 1 |
1026 |
ivang |
#
|
| 2 |
|
|
# LICENSE.NET,v 1.2 2000/09/01 07:19:16 joel Exp
|
| 3 |
|
|
#
|
| 4 |
|
|
|
| 5 |
|
|
The RTEMS TCP/IP stack is a port of the FreeBSD TCP/IP stack. The following
|
| 6 |
|
|
copyright and licensing information applies to this code.
|
| 7 |
|
|
|
| 8 |
|
|
This code is found under the c/src/libnetworking directory but does not
|
| 9 |
|
|
constitute the entire contents of that subdirectory.
|
| 10 |
|
|
|
| 11 |
|
|
=============================================================================
|
| 12 |
|
|
|
| 13 |
|
|
Copyright (c) 1980, 1983, 1988, 1993
|
| 14 |
|
|
The Regents of the University of California. All rights reserved.
|
| 15 |
|
|
|
| 16 |
|
|
Redistribution and use in source and binary forms, with or without
|
| 17 |
|
|
modification, are permitted provided that the following conditions
|
| 18 |
|
|
are met:
|
| 19 |
|
|
1. Redistributions of source code must retain the above copyright
|
| 20 |
|
|
notice, this list of conditions and the following disclaimer.
|
| 21 |
|
|
2. Redistributions in binary form must reproduce the above copyright
|
| 22 |
|
|
notice, this list of conditions and the following disclaimer in the
|
| 23 |
|
|
documentation and/or other materials provided with the distribution.
|
| 24 |
|
|
3. All advertising materials mentioning features or use of this software
|
| 25 |
|
|
must display the following acknowledgment:
|
| 26 |
|
|
This product includes software developed by the University of
|
| 27 |
|
|
California, Berkeley and its contributors.
|
| 28 |
|
|
4. Neither the name of the University nor the names of its contributors
|
| 29 |
|
|
may be used to endorse or promote products derived from this software
|
| 30 |
|
|
without specific prior written permission.
|
| 31 |
|
|
|
| 32 |
|
|
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
| 33 |
|
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 34 |
|
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| 35 |
|
|
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
| 36 |
|
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
| 37 |
|
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
| 38 |
|
|
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
| 39 |
|
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
| 40 |
|
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
| 41 |
|
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
| 42 |
|
|
SUCH DAMAGE.
|
| 43 |
|
|
|
| 44 |
|
|
-
|
| 45 |
|
|
Portions Copyright (c) 1993 by Digital Equipment Corporation.
|
| 46 |
|
|
|
| 47 |
|
|
Permission to use, copy, modify, and distribute this software for any
|
| 48 |
|
|
purpose with or without fee is hereby granted, provided that the above
|
| 49 |
|
|
copyright notice and this permission notice appear in all copies, and that
|
| 50 |
|
|
the name of Digital Equipment Corporation not be used in advertising or
|
| 51 |
|
|
publicity pertaining to distribution of the document or software without
|
| 52 |
|
|
specific, written prior permission.
|
| 53 |
|
|
|
| 54 |
|
|
THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
|
| 55 |
|
|
WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
|
| 56 |
|
|
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT
|
| 57 |
|
|
CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
|
| 58 |
|
|
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
|
| 59 |
|
|
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
| 60 |
|
|
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
| 61 |
|
|
SOFTWARE.
|
| 62 |
|
|
|
| 63 |
|
|
=============================================================================
|