|
1 | 1 | ---
|
2 | 2 | name: github.com/fsnotify/fsnotify
|
3 |
| -version: v1.4.9 |
| 3 | +version: v1.6.0 |
4 | 4 | type: go
|
5 |
| -summary: Package fsnotify provides a platform-independent interface for file system |
6 |
| - notifications. |
| 5 | +summary: Package fsnotify provides a cross-platform interface for file system notifications. |
7 | 6 | homepage: https://pkg.go.dev/github.com/fsnotify/fsnotify
|
8 | 7 | license: bsd-3-clause
|
9 | 8 | licenses:
|
10 | 9 | - sources: LICENSE
|
11 | 10 | text: |
|
12 |
| - Copyright (c) 2012 The Go Authors. All rights reserved. |
13 |
| - Copyright (c) 2012-2019 fsnotify Authors. All rights reserved. |
| 11 | + Copyright © 2012 The Go Authors. All rights reserved. |
| 12 | + Copyright © fsnotify Authors. All rights reserved. |
14 | 13 |
|
15 |
| - Redistribution and use in source and binary forms, with or without |
16 |
| - modification, are permitted provided that the following conditions are |
17 |
| - met: |
| 14 | + Redistribution and use in source and binary forms, with or without modification, |
| 15 | + are permitted provided that the following conditions are met: |
18 | 16 |
|
19 |
| - * Redistributions of source code must retain the above copyright |
20 |
| - notice, this list of conditions and the following disclaimer. |
21 |
| - * Redistributions in binary form must reproduce the above |
22 |
| - copyright notice, this list of conditions and the following disclaimer |
23 |
| - in the documentation and/or other materials provided with the |
24 |
| - distribution. |
25 |
| - * Neither the name of Google Inc. nor the names of its |
26 |
| - contributors may be used to endorse or promote products derived from |
27 |
| - this software without specific prior written permission. |
| 17 | + * Redistributions of source code must retain the above copyright notice, this |
| 18 | + list of conditions and the following disclaimer. |
| 19 | + * Redistributions in binary form must reproduce the above copyright notice, this |
| 20 | + list of conditions and the following disclaimer in the documentation and/or |
| 21 | + other materials provided with the distribution. |
| 22 | + * Neither the name of Google Inc. nor the names of its contributors may be used |
| 23 | + to endorse or promote products derived from this software without specific |
| 24 | + prior written permission. |
28 | 25 |
|
29 |
| - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
30 |
| - "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
31 |
| - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
32 |
| - A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
33 |
| - OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
34 |
| - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
35 |
| - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
36 |
| - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
37 |
| - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
38 |
| - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
39 |
| - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
40 |
| -notices: |
41 |
| -- sources: AUTHORS |
42 |
| - text: "# Names should be added to this file as\n#\tName or Organization <email address>\n# |
43 |
| - The email address is not required for organizations.\n\n# You can update this |
44 |
| - list using the following command:\n#\n# $ git shortlog -se | awk '{print $2 |
45 |
| - \" \" $3 \" \" $4}'\n\n# Please keep the list sorted.\n\nAaron L <[email protected]>\nAdrien |
46 |
| - Bustany <[email protected]>\nAmit Krishnan <[email protected]>\nAnmol |
47 |
| - Sethi <[email protected]>\nBjørn Erik Pedersen <[email protected]>\nBruno |
48 |
| - Bigras <[email protected]>\nCaleb Spare <[email protected]>\nCase Nelson |
49 |
| - |
50 |
| - Buchholz <[email protected]>\nDaniel Wagner-Hall <[email protected]>\nDave |
51 |
| - Cheney <[email protected]>\nEvan Phoenix <[email protected]>\nFrancisco Souza |
52 |
| - <[email protected]>\nHari haran <[email protected]>\nJohn C Barstow\nKelvin Fo |
53 |
| - <[email protected]>\nKen-ichirou MATSUZAWA <[email protected]>\nMatt Layher |
54 |
| - <[email protected]>\nNathan Youngman <[email protected]>\nNickolai Zeldovich <[email protected]>\nPatrick |
55 |
| - |
56 |
| - Droogendijk <[email protected]>\nPursuit92 <[email protected]>\nRiku |
57 |
| - Voipio <[email protected]>\nRob Figueiredo <[email protected]>\nRodrigo Chiossi |
58 |
| - |
59 |
| - Jernigan <[email protected]>\nTilak Sharma <[email protected]>\nTom Payne |
60 |
| - |
61 |
| - |
62 |
| - |
| 26 | + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 27 | + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 28 | + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 29 | + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 30 | + ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 31 | + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 32 | + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 33 | + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 34 | + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 35 | + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 36 | +notices: [] |
0 commit comments