|
1 | 1 | --- |
2 | 2 | name: github.com/fsnotify/fsnotify |
3 | | -version: v1.5.1 |
| 3 | +version: v1.7.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# $ (head -n10 AUTHORS && git shortlog |
45 | | - -se | sed -E 's/^\\s+[0-9]+\\t//') | tee AUTHORS\n\n# Please keep the list sorted.\n\nAaron |
46 | | - L <[email protected]>\nAdrien Bustany <[email protected]>\nAlexey Kazakov |
47 | | - |
48 | | - Erik Pedersen <[email protected]>\nBrian Goff <[email protected]>\nBruno |
49 | | - Bigras <[email protected]>\nCaleb Spare <[email protected]>\nCase Nelson |
50 | | - <[email protected]>\nChris Howey <[email protected]>\nChristoffer Buchholz <[email protected]>\nDaniel |
51 | | - |
52 | | - Phoenix <[email protected]>\nFrancisco Souza <[email protected]>\nGautam Dey <[email protected]>\nHari |
53 | | - haran <[email protected]>\nIchinose Shogo <[email protected]>\nJohannes |
54 | | - Ebke <[email protected]>\nJohn C Barstow <[email protected]>\nKelvin Fo <[email protected]>\nKen-ichirou |
55 | | - MATSUZAWA <[email protected]>\nMatt Layher <[email protected]>\nMatthias Stone |
56 | | - <[email protected]>\nNathan Youngman <[email protected]>\nNickolai Zeldovich |
57 | | - |
58 | | - |
59 | | - Droogendijk <[email protected]>\nPratik Shinde <[email protected]>\nPursuit92 |
60 | | - <[email protected]>\nRiku Voipio <[email protected]>\nRob Figueiredo |
61 | | - |
62 | | - Zhang <[email protected]>\nTiffany Jernigan <[email protected]>\nTilak |
63 | | - Sharma <[email protected]>\nTobias Klauser <[email protected]>\nTom Payne |
64 | | - |
65 | | - |
66 | | - |
| 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