github.com/jurelou/go-magic@v0.0.0-20230518182705-f2995a311800/NOTICE (about)

     1  Go Magic
     2  Copyright 2013-2021 Krzysztof WilczyƄski
     3  
     4  This product relies on and/or includes a number of Open Source software
     5  projects, including those that have been modified.
     6  
     7  * go
     8  
     9  The Go Programming Language.
    10  
    11  LICENSE:
    12    The Go License
    13  
    14  HOMEPAGE:
    15    https://golang.org
    16  
    17  Copyright (c) 2009 The Go Authors. All rights reserved.
    18  
    19  Redistribution and use in source and binary forms, with or without
    20  modification, are permitted provided that the following conditions are
    21  met:
    22  
    23     * Redistributions of source code must retain the above copyright
    24  notice, this list of conditions and the following disclaimer.
    25     * Redistributions in binary form must reproduce the above
    26  copyright notice, this list of conditions and the following disclaimer
    27  in the documentation and/or other materials provided with the
    28  distribution.
    29     * Neither the name of Google Inc. nor the names of its
    30  contributors may be used to endorse or promote products derived from
    31  this software without specific prior written permission.
    32  
    33  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    34  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    35  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    36  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
    37  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    38  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
    39  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    40  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    41  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    42  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    43  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    44  
    45  * file
    46  
    47  file(1) Command and the libmagic(3) library.
    48  
    49  LICENSE:
    50    BSD, CDDL
    51  
    52  HOMEPAGE:
    53    http://darwinsys.com/file
    54  
    55  Copyright (c) Ian F. Darwin 1986, 1987, 1989, 1990, 1991, 1992, 1994, 1995.
    56  Software written by Ian F. Darwin and others;
    57  maintained 1994- Christos Zoulas.
    58  
    59  This software is not subject to any export provision of the United States
    60  Department of Commerce, and may be exported to any country or planet.
    61  
    62  Redistribution and use in source and binary forms, with or without
    63  modification, are permitted provided that the following conditions
    64  are met:
    65  1. Redistributions of source code must retain the above copyright
    66     notice immediately at the beginning of the file, without modification,
    67     this list of conditions, and the following disclaimer.
    68  2. Redistributions in binary form must reproduce the above copyright
    69     notice, this list of conditions and the following disclaimer in the
    70     documentation and/or other materials provided with the distribution.
    71  
    72  THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
    73  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    74  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    75  ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
    76  ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    77  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    78  OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    79  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    80  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    81  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    82  SUCH DAMAGE.