@@ -213,37 +213,28 @@ The externally maintained libraries used by Node.js are:
213213 IN THE SOFTWARE.
214214 """
215215
216- - Closure Linter is located at tools/closure_linter. Closure's license
217- follows:
216+ - ESLint is located at tools/eslint. ESLint's license follows:
218217 """
219- # Copyright (c) 2007, Google Inc.
220- # All rights reserved.
221- #
222- # Redistribution and use in source and binary forms, with or without
223- # modification, are permitted provided that the following conditions are
224- # met:
225- #
226- # * Redistributions of source code must retain the above copyright
227- # notice, this list of conditions and the following disclaimer.
228- # * Redistributions in binary form must reproduce the above
229- # copyright notice, this list of conditions and the following disclaimer
230- # in the documentation and/or other materials provided with the
231- # distribution.
232- # * Neither the name of Google Inc. nor the names of its
233- # contributors may be used to endorse or promote products derived from
234- # this software without specific prior written permission.
235- #
236- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
237- # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
238- # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
239- # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
240- # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
241- # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
242- # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
243- # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
244- # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
245- # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
246- # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
218+ ESLint
219+ Copyright (c) 2013 Nicholas C. Zakas. All rights reserved.
220+
221+ Permission is hereby granted, free of charge, to any person obtaining a copy
222+ of this software and associated documentation files (the "Software"), to deal
223+ in the Software without restriction, including without limitation the rights
224+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
225+ copies of the Software, and to permit persons to whom the Software is
226+ furnished to do so, subject to the following conditions:
227+
228+ The above copyright notice and this permission notice shall be included in
229+ all copies or substantial portions of the Software.
230+
231+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
232+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
233+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
234+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
235+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
236+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
237+ THE SOFTWARE.
247238 """
248239
249240- python-gflags is located at tools/gflags. Its license follows:
0 commit comments