| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a9f1254 commit d0d1eba
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -53,20 +53,19 @@ The externally maintained libraries used by Node.js are: | |||
| 53 | 53 | ||
| 54 | 54 | - c-ares, located at deps/cares, is licensed as follows: | |
| 55 | 55 | """ | |
| 56 | + Copyright (c) 2007 - 2016, Daniel Stenberg with many contributors, see AUTHORS | ||
| 57 | + file. | ||
| 58 | + | ||
| 56 | 59 | Copyright 1998 by the Massachusetts Institute of Technology. | |
| 57 | - Copyright (C) 2007-2013 by Daniel Stenberg | ||
| 58 | - | ||
| 59 | - Permission to use, copy, modify, and distribute this | ||
| 60 | - software and its documentation for any purpose and without | ||
| 61 | - fee is hereby granted, provided that the above copyright | ||
| 62 | - notice appear in all copies and that both that copyright | ||
| 63 | - notice and this permission notice appear in supporting | ||
| 64 | - documentation, and that the name of M.I.T. not be used in | ||
| 65 | - advertising or publicity pertaining to distribution of the | ||
| 66 | - software without specific, written prior permission. | ||
| 67 | - M.I.T. makes no representations about the suitability of | ||
| 68 | - this software for any purpose. It is provided "as is" | ||
| 69 | - without express or implied warranty. | ||
| 60 | + | ||
| 61 | + Permission to use, copy, modify, and distribute this software and its | ||
| 62 | + documentation for any purpose and without fee is hereby granted, provided that | ||
| 63 | + the above copyright notice appear in all copies and that both that copyright | ||
| 64 | + notice and this permission notice appear in supporting documentation, and that | ||
| 65 | + the name of M.I.T. not be used in advertising or publicity pertaining to | ||
| 66 | + distribution of the software without specific, written prior permission. | ||
| 67 | + M.I.T. makes no representations about the suitability of this software for any | ||
| 68 | + purpose. It is provided "as is" without express or implied warranty. | ||
| 70 | 69 | """ | |
| 71 | 70 | ||
| 72 | 71 | - HTTP Parser, located at deps/http_parser, is licensed as follows: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,8 +29,7 @@ fi | |||
| 29 | 29 | ||
| 30 | 30 | ||
| 31 | 31 | # Dependencies bundled in distributions | |
| 32 | - addlicense "c-ares" "deps/cares" \ | ||
| 33 | - "$(sed -e '/^ \*\/$/,$d' -e '/^$/d' -e 's/^[/ ]\* *//' ${rootdir}/deps/cares/src/ares_init.c)" | ||
| 32 | + addlicense "c-ares" "deps/cares" "$(tail -n +3 ${rootdir}/deps/cares/LICENSE.md)" | ||
| 34 | 33 | addlicense "HTTP Parser" "deps/http_parser" "$(cat deps/http_parser/LICENSE-MIT)" | |
| 35 | 34 | if [ -f "${rootdir}/deps/icu/LICENSE" ]; then | |
| 36 | 35 | # ICU 57 and following. Drop the BOM | |
| Back | FazBrowse Home | New Git URL |
0 commit comments