.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / fs.realpath / LICENSE
1 The ISC License
2
3 Copyright (c) Isaac Z. Schlueter and Contributors
4
5 Permission to use, copy, modify, and/or distribute this software for any
6 purpose with or without fee is hereby granted, provided that the above
7 copyright notice and this permission notice appear in all copies.
8
9 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
15 IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16
17 ----
18
19 This library bundles a version of the `fs.realpath` and `fs.realpathSync`
20 methods from Node.js v0.10 under the terms of the Node.js MIT license.
21
22 Node's license follows, also included at the header of `old.js` which contains
23 the licensed code:
24
25   Copyright Joyent, Inc. and other Node contributors.
26
27   Permission is hereby granted, free of charge, to any person obtaining a
28   copy of this software and associated documentation files (the "Software"),
29   to deal in the Software without restriction, including without limitation
30   the rights to use, copy, modify, merge, publish, distribute, sublicense,
31   and/or sell copies of the Software, and to permit persons to whom the
32   Software is furnished to do so, subject to the following conditions:
33
34   The above copyright notice and this permission notice shall be included in
35   all copies or substantial portions of the Software.
36
37   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
39   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
40   AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
41   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
42   FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
43   DEALINGS IN THE SOFTWARE.