vendor/github.com/fsnotify/fsnotify/LICENSE
changeset 265 05c40b36d3b2
parent 256 6d9efbef00a9
equal deleted inserted replaced
264:8f478162d991 265:05c40b36d3b2
     1 Copyright (c) 2012 The Go Authors. All rights reserved.
     1 Copyright © 2012 The Go Authors. All rights reserved.
     2 Copyright (c) 2012-2019 fsnotify Authors. All rights reserved.
     2 Copyright © fsnotify Authors. All rights reserved.
     3 
     3 
     4 Redistribution and use in source and binary forms, with or without
     4 Redistribution and use in source and binary forms, with or without modification,
     5 modification, are permitted provided that the following conditions are
     5 are permitted provided that the following conditions are met:
     6 met:
       
     7 
     6 
     8    * Redistributions of source code must retain the above copyright
     7 * Redistributions of source code must retain the above copyright notice, this
     9 notice, this list of conditions and the following disclaimer.
     8   list of conditions and the following disclaimer.
    10    * Redistributions in binary form must reproduce the above
     9 * Redistributions in binary form must reproduce the above copyright notice, this
    11 copyright notice, this list of conditions and the following disclaimer
    10   list of conditions and the following disclaimer in the documentation and/or
    12 in the documentation and/or other materials provided with the
    11   other materials provided with the distribution.
    13 distribution.
    12 * Neither the name of Google Inc. nor the names of its contributors may be used
    14    * Neither the name of Google Inc. nor the names of its
    13   to endorse or promote products derived from this software without specific
    15 contributors may be used to endorse or promote products derived from
    14   prior written permission.
    16 this software without specific prior written permission.
       
    17 
    15 
    18 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    16 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    19 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    17 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    20 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    18 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    21 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
    19 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
    22 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    20 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    23 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
    21 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    24 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    22 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
    25 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    23 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    26 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    24 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    27 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    25 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    28 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.