openbcm

Git mirror of https://github.com/Broadcom-Network-Switching-Software/OpenBCM
git clone git://git.finwo.net/mirror/broadcom/openbcm
Log | Files | Refs | README

EXTLICENSE (7764B)


      1 SDK Externally Licensed Software Components
      2 ===========================================
      3 The SDK contains the following externally licensed software components. 
      4 
      5 EDITLINE /afs/athena.mit.edu/contrib/sipb/src/editline
      6 LIBXML2 http://xmlsoft.org/downloads.html
      7 CINT http://www.gnu.org/software/bison/
      8 BIGDIGITS David Ireland, copyright (c) 2001-11 by D.I. Management Services Pty Limited <www.di-mgt.com.au>
      9 APIMODE http://www.gnu.org/software/bison/
     10 SFlow http://www.inmon.com/technology/ sflowlicense.txt
     11 
     12 EDITLINE License terms and conditions
     13 =====================================
     14 ------------------------------------------------------------------------------
     15 
     16 This package was obtained in 1999 and modified to fit the Broadcom
     17 SDK. In 2015 is was modified further to perform terminal I/O through
     18 call-backs, and several unused FSF compatibility functions were
     19 removed. For SDK purposes, the library can still be replaced by the
     20 FSF readline library.
     21 
     22 The original library is maintained at GitHub:
     23 https://github.com/troglobit/editline
     24 
     25 ------------------------------------------------------------------------------
     26 
     27 ORIGINAL DESCRIPTION
     28 
     29 This is a line-editing library.  It can be linked into almost any
     30 program to provide command-line editing and recall.
     31 
     32 It is call-compatible with the FSF readline library, but it is a
     33 fraction of the size (and offers fewer features).  It does not use
     34 standard I/O.  It is distributed under a "C News-like" copyright.
     35 
     36 ------------------------------------------------------------------------------
     37 
     38 ORIGINAL COPYRIGHT
     39 
     40  Copyright 1992,1993 Simmule Turner and Rich Salz.  All rights reserved.
     41 
     42  This software is not subject to any license of the American Telephone
     43  and Telegraph Company or of the Regents of the University of California.
     44 
     45  Permission is granted to anyone to use this software for any purpose on
     46  any computer system, and to alter it and redistribute it freely, subject
     47  to the following restrictions:
     48  1. The authors are not responsible for the consequences of use of this
     49     software, no matter how awful, even if they arise from flaws in it.
     50  2. The origin of this software must not be misrepresented, either by
     51     explicit claim or by omission.  Since few users ever read sources,
     52     credits must appear in the documentation.
     53  3. Altered versions must be plainly marked as such, and must not be
     54     misrepresented as being the original software.  Since few users
     55     ever read sources, credits must appear in the documentation.
     56  4. This notice may not be removed or altered.
     57 
     58 ------------------------------------------------------------------------------
     59 
     60 LIBXML2 - XML C parser terms and conditions
     61 ===========================================
     62 
     63 This package was obtained from http://xmlsoft.org/downloads.html
     64 (ftp://xmlsoft.org/libxml2/libxml2-2.7.2.tar.gz)
     65 and was modified for purposes of inclusion into the SOC diagnostics shell.
     66 
     67 Copyright
     68 
     69 Except where otherwise noted in the source code (e.g. the files hash.c,
     70 list.c and the trio files, which are covered by a similar licence but
     71 with different Copyright notices) all the files are:
     72 
     73  Copyright (C) 1998-2003 Daniel Veillard.  All Rights Reserved.
     74 
     75 Permission is hereby granted, free of charge, to any person obtaining a copy
     76 of this software and associated documentation files (the "Software"), to deal
     77 in the Software without restriction, including without limitation the rights
     78 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
     79 copies of the Software, and to permit persons to whom the Software is fur-
     80 nished to do so, subject to the following conditions:
     81 
     82 The above copyright notice and this permission notice shall be included in
     83 all copies or substantial portions of the Software.
     84 
     85 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     86 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
     87 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
     88 DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
     89 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
     90 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
     91 
     92 Except as contained in this notice, the name of Daniel Veillard shall not
     93 be used in advertising or otherwise to promote the sale, use or other deal-
     94 ings in this Software without prior written authorization from him.
     95 
     96 CINT parser license terms and conditions
     97 ========================================
     98 
     99 The C code for the CINT parser was generated by using GNU Bison parser
    100 generator.  
    101 ------------------------------------------------------------------------------
    102 /* A Bison parser, made by GNU Bison 2.4.1.  */
    103 
    104 /* Skeleton implementation for Bison's Yacc-like parsers in C
    105 
    106       Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
    107    Free Software Foundation, Inc.
    108 
    109    This program is free software: you can redistribute it and/or modify
    110    it under the terms of the GNU General Public License as published by
    111    the Free Software Foundation, either version 3 of the License, or
    112    (at your option) any later version.
    113 
    114    This program is distributed in the hope that it will be useful,
    115    but WITHOUT ANY WARRANTY; without even the implied warranty of
    116    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    117    GNU General Public License for more details.
    118 
    119    You should have received a copy of the GNU General Public License
    120    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
    121 
    122 /* As a special exception, you may create a larger work that contains
    123    part or all of the Bison parser skeleton and distribute that work
    124    under terms of your choice, so long as that work isn't itself a
    125    parser generator using the skeleton or a modified version thereof
    126    as a parser skeleton.  Alternatively, if you modify or redistribute
    127    the parser skeleton itself, you may (at your option) remove this
    128    special exception, which will cause the skeleton and the resulting
    129    Bison output files to be licensed under the GNU General Public
    130    License without this special exception.
    131 
    132    This special exception was added by the Free Software Foundation in
    133    version 2.2 of Bison.  */
    134 
    135 /* C LALR(1) parser skeleton written by Richard Stallman, by
    136    simplifying the original so-called "semantic" parser.  */
    137 
    138 
    139 BIGDIGITS license terms and conditions
    140 =====================================
    141 Contains BIGDIGITS multiple-precision arithmetic code originally
    142 written by David Ireland, copyright (c) 2001-11 by D.I. Management
    143 Services Pty Limited <www.di-mgt.com.au>, and is used with
    144 permission.
    145 
    146 David Ireland and DI Management Services Pty Limited make no
    147 representations concerning either the merchantability of this software
    148 or the suitability of this software for any particular purpose. It is
    149 provided "as is" without express or implied warranty of any kind. Our
    150 liability will be limited exclusively to the refund of the money you
    151 paid us for the software, namely nothing. By using the software you
    152 expressly agree to such a waiver. If you do not agree to the terms, do
    153 not use the software.
    154 
    155 
    156 APIMODE parser license terms and conditions
    157 ===========================================
    158 The C code for the APIMODE parser was generated by using GNU Bison parser
    159 generator from the file api_grammar.  See “CINT parser license terms and conditions” for the Bison licence.
    160 SFlow license terms and conditions
    161 Broadcom provides several API modules that refer to SFlow by name, specifically Field, Mirror, Port, and Switch. 
    162 All are implemented as per IETF RFC-3176. 
    163 Please review the separate sflowlicense.txt (http://www.inmon.com/technology/sflowlicense.txt) file for terms of the agreement 
    164 used by Broadcom in our implementation.
    165