|
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 <aaron@bettercoder.net>\nAdrien |
46 |
| - Bustany <adrien@bustany.org>\nAmit Krishnan <amit.krishnan@oracle.com>\nAnmol |
47 |
| - Sethi <me@anmol.io>\nBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>\nBruno |
48 |
| - Bigras <bigras.bruno@gmail.com>\nCaleb Spare <cespare@gmail.com>\nCase Nelson |
49 |
| - <case@teammating.com>\nChris Howey <chris@howey.me> <howeyc@gmail.com>\nChristoffer |
50 |
| - Buchholz <christoffer.buchholz@gmail.com>\nDaniel Wagner-Hall <dawagner@gmail.com>\nDave |
51 |
| - Cheney <dave@cheney.net>\nEvan Phoenix <evan@fallingsnow.net>\nFrancisco Souza |
52 |
| - <f@souza.cc>\nHari haran <hariharan.uno@gmail.com>\nJohn C Barstow\nKelvin Fo |
53 |
| - <vmirage@gmail.com>\nKen-ichirou MATSUZAWA <chamas@h4.dion.ne.jp>\nMatt Layher |
54 |
| - <mdlayher@gmail.com>\nNathan Youngman <git@nathany.com>\nNickolai Zeldovich <nickolai@csail.mit.edu>\nPatrick |
55 |
| - <patrick@dropbox.com>\nPaul Hammond <paul@paulhammond.org>\nPawel Knap <pawelknap88@gmail.com>\nPieter |
56 |
| - Droogendijk <pieter@binky.org.uk>\nPursuit92 <JoshChase@techpursuit.net>\nRiku |
57 |
| - Voipio <riku.voipio@linaro.org>\nRob Figueiredo <robfig@gmail.com>\nRodrigo Chiossi |
58 |
| - <rodrigochiossi@gmail.com>\nSlawek Ligus <root@ooz.ie>\nSoge Zhang <zhssoge@gmail.com>\nTiffany |
59 |
| - Jernigan <tiffany.jernigan@intel.com>\nTilak Sharma <tilaks@google.com>\nTom Payne |
60 |
| - <twpayne@gmail.com>\nTravis Cline <travis.cline@gmail.com>\nTudor Golubenco <tudor.g@gmail.com>\nVahe |
61 |
| - Khachikyan <vahe@live.ca>\nYukang <moorekang@gmail.com>\nbronze1man <bronze1man@gmail.com>\ndebrando |
62 |
| - <denis.brandolini@gmail.com>\nhenrikedwards <henrik.edwards@gmail.com>\n铁哥 <guotie.9@gmail.com>" |
| 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