提交 4e9b3c32 编写于 作者: B Benjamin Pasero

update OSS readme for electron update

上级 eaa5bcfe
// Listing in here platform dependencies that come in at build time // Listing in here platform dependencies that come in at build time
[{ [{
"name": "atom-brightray", "name": "atom-brightray",
"repositoryURL": "https://github.com/atom/brightray", "repositoryURL": "https://github.com/atom/brightray",
"license": "MIT", "license": "MIT",
"isProd": true "isProd": true
}, },
{ {
"name": "chromium", "name": "chromium",
"version": "45.0.2454.85", "version": "45.0.2454.85",
"repositoryURL": "http://www.chromium.org/Home", "repositoryURL": "http://www.chromium.org/Home",
"licenseDetail": [ "licenseDetail": [
"BSD License", "BSD License",
"", "",
"Copyright 2014 The Chromium Authors. All rights reserved.", "Copyright 2014 The Chromium Authors. All rights reserved.",
"", "",
"Redistribution and use in source and binary forms, with or without modification,", "Redistribution and use in source and binary forms, with or without modification,",
"are permitted provided that the following conditions are met:", "are permitted provided that the following conditions are met:",
"", "",
" * Redistributions of source code must retain the above copyright notice, this", " * Redistributions of source code must retain the above copyright notice, this",
" list of conditions and the following disclaimer.", " list of conditions and the following disclaimer.",
"", "",
" * Redistributions in binary form must reproduce the above copyright notice,", " * Redistributions in binary form must reproduce the above copyright notice,",
" this list of conditions and the following disclaimer in the documentation", " this list of conditions and the following disclaimer in the documentation",
" and/or other materials provided with the distribution.", " and/or other materials provided with the distribution.",
"", "",
" * Neither the name Google Inc. nor the names of its contributors may be used to", " * Neither the name Google Inc. nor the names of its contributors may be used to",
" endorse or promote products derived from this software without specific", " endorse or promote products derived from this software without specific",
" prior written permission.", " prior written permission.",
"", "",
"THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND", "THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND",
"ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED", "ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED",
"WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE", "WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE",
"DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR", "DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR",
"ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES", "ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES",
"(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;", "(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;",
"LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON", "LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON",
"ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT", "ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT",
"(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS", "(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS",
"SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." "SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
], ],
"isProd": true "isProd": true
}, },
{ {
"name": "libchromiumcontent", "name": "libchromiumcontent",
"version": "45.0.2454.85 ", "version": "45.0.2454.85 ",
"license": "MIT", "license": "MIT",
"repositoryURL": "https://github.com/atom/libchromiumcontent", "repositoryURL": "https://github.com/atom/libchromiumcontent",
"isProd": true "isProd": true
}, },
{ {
"name": "nodejs", "name": "nodejs",
"version": "4.1.1", "version": "4.1.1",
"repositoryURL": "https://github.com/nodejs/node", "repositoryURL": "https://github.com/nodejs/node",
"isProd": true "isProd": true
}, },
{ {
"name": "electron", "name": "electron",
"version": "0.34.1", "version": "0.34.5",
"license": "MIT", "license": "MIT",
"repositoryURL": "https://github.com/atom/electron", "repositoryURL": "https://github.com/atom/electron",
"isProd": true "isProd": true
}, },
{ {
"name": "inno setup", "name": "inno setup",
"version": "5.5.6", "version": "5.5.6",
"repositoryURL": "https://github.com/jrsoftware/issrc", "repositoryURL": "https://github.com/jrsoftware/issrc",
"isProd": true "isProd": true
}, },
// ---------------------------------------------------------- // ----------------------------------------------------------
// The following definitions are here for the sole purpose of // The following definitions are here for the sole purpose of
// defining licenses for dependencies where licensing cannot // defining licenses for dependencies where licensing cannot
// be inferred by tooling: // be inferred by tooling:
{ {
// Reason: LICENSE file missing in repo // Reason: LICENSE file missing in repo
// SOURCE: https://github.com/isaacs/core-util-is/blob/master/lib/util.js // SOURCE: https://github.com/isaacs/core-util-is/blob/master/lib/util.js
"name":"core-util-is", "name":"core-util-is",
"isLicense": true, "isLicense": true,
"licenseDetail": [ "licenseDetail": [
"Copyright Joyent, Inc. and other Node contributors.", "Copyright Joyent, Inc. and other Node contributors.",
"", "",
"Permission is hereby granted, free of charge, to any person obtaining a", "Permission is hereby granted, free of charge, to any person obtaining a",
"copy of this software and associated documentation files (the", "copy of this software and associated documentation files (the",
"\"Software\"), to deal in the Software without restriction, including", "\"Software\"), to deal in the Software without restriction, including",
"without limitation the rights to use, copy, modify, merge, publish,", "without limitation the rights to use, copy, modify, merge, publish,",
"distribute, sublicense, and/or sell copies of the Software, and to permit", "distribute, sublicense, and/or sell copies of the Software, and to permit",
"persons to whom the Software is furnished to do so, subject to the", "persons to whom the Software is furnished to do so, subject to the",
"following conditions:", "following conditions:",
"", "",
"The above copyright notice and this permission notice shall be included", "The above copyright notice and this permission notice shall be included",
"in all copies or substantial portions of the Software.", "in all copies or substantial portions of the Software.",
"", "",
"THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS", "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS",
"OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF", "OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF",
"MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN", "MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN",
"NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,", "NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,",
"DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR", "DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR",
"OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE", "OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE",
"USE OR OTHER DEALINGS IN THE SOFTWARE." "USE OR OTHER DEALINGS IN THE SOFTWARE."
] ]
}, },
{ {
// Reason: vscode-textmate is not public yet // Reason: vscode-textmate is not public yet
// TODO: Remove once vscode-textmate visibility is made public // TODO: Remove once vscode-textmate visibility is made public
"name": "vscode-textmate", "name": "vscode-textmate",
"isLicense": true, "isLicense": true,
"licenseDetail": [ "licenseDetail": [
"The MIT License (MIT)", "The MIT License (MIT)",
"", "",
"Copyright (c) Microsoft Corporation", "Copyright (c) Microsoft Corporation",
"", "",
"Permission is hereby granted, free of charge, to any person obtaining a copy", "Permission is hereby granted, free of charge, to any person obtaining a copy",
"of this software and associated documentation files (the \"Software\"), to deal", "of this software and associated documentation files (the \"Software\"), to deal",
"in the Software without restriction, including without limitation the rights", "in the Software without restriction, including without limitation the rights",
"to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell",
"copies of the Software, and to permit persons to whom the Software is", "copies of the Software, and to permit persons to whom the Software is",
"furnished to do so, subject to the following conditions:", "furnished to do so, subject to the following conditions:",
"", "",
"The above copyright notice and this permission notice shall be included in all", "The above copyright notice and this permission notice shall be included in all",
"copies or substantial portions of the Software.", "copies or substantial portions of the Software.",
"", "",
"THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
"IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,",
"FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE",
"AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER",
"LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,",
"OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE", "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE",
"SOFTWARE." "SOFTWARE."
] ]
}, },
{ {
// Reason: LICENSE file missing in repo // Reason: LICENSE file missing in repo
"name": "winreg", "name": "winreg",
"isLicense": true, "isLicense": true,
"licenseDetail": [ "licenseDetail": [
"Copyright (c) Paul Bottin", "Copyright (c) Paul Bottin",
"", "",
"The BSD License", "The BSD License",
"", "",
"Redistribution and use in source and binary forms, with or without", "Redistribution and use in source and binary forms, with or without",
"modification, are permitted provided that the following conditions", "modification, are permitted provided that the following conditions",
"are met:", "are met:",
"", "",
"1. Redistributions of source code must retain the above copyright", "1. Redistributions of source code must retain the above copyright",
" notice, this list of conditions and the following disclaimer.", " notice, this list of conditions and the following disclaimer.",
"", "",
"2. Redistributions in binary form must reproduce the above copyright", "2. Redistributions in binary form must reproduce the above copyright",
" notice, this list of conditions and the following disclaimer in the", " notice, this list of conditions and the following disclaimer in the",
" documentation and/or other materials provided with the distribution.", " documentation and/or other materials provided with the distribution.",
"", "",
"THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND", "THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND",
"ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE", "ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE",
"IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR", "IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR",
"PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS", "PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS",
"BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR", "BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR",
"CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF", "CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF",
"SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR", "SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR",
"BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,", "BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,",
"WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE", "WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE",
"OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN", "OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN",
"IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." "IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
] ]
}, },
{ {
// Reason: LICENSE file doesn't have Copyright statement // Reason: LICENSE file doesn't have Copyright statement
"name": "readdirp", "name": "readdirp",
"isLicense": true, "isLicense": true,
"licenseDetail": [ "licenseDetail": [
"This software is released under the MIT license:", "This software is released under the MIT license:",
"", "",
"Copyright (c) Thorsten Lorenz", "Copyright (c) Thorsten Lorenz",
"", "",
"Permission is hereby granted, free of charge, to any person obtaining a copy of", "Permission is hereby granted, free of charge, to any person obtaining a copy of",
"this software and associated documentation files (the \"Software\"), to deal in", "this software and associated documentation files (the \"Software\"), to deal in",
"the Software without restriction, including without limitation the rights to", "the Software without restriction, including without limitation the rights to",
"use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of", "use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of",
"the Software, and to permit persons to whom the Software is furnished to do so,", "the Software, and to permit persons to whom the Software is furnished to do so,",
"subject to the following conditions:", "subject to the following conditions:",
"", "",
"The above copyright notice and this permission notice shall be included in all", "The above copyright notice and this permission notice shall be included in all",
"copies or substantial portions of the Software.", "copies or substantial portions of the Software.",
"", "",
"THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
"IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS", "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS",
"FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR", "FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR",
"COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER", "COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER",
"IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN", "IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN",
"CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." "CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
] ]
} }
] ]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册