@@ -246,6 +246,38 @@ The externally maintained libraries used by io.js are:
246246 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
247247 """
248248
249+ - python-gflags is located at tools/gflags. Its license follows:
250+ """
251+ # Copyright (c) 2006, Google Inc.
252+ # All rights reserved.
253+ #
254+ # Redistribution and use in source and binary forms, with or without
255+ # modification, are permitted provided that the following conditions are
256+ # met:
257+ #
258+ # * Redistributions of source code must retain the above copyright
259+ # notice, this list of conditions and the following disclaimer.
260+ # * Redistributions in binary form must reproduce the above
261+ # copyright notice, this list of conditions and the following disclaimer
262+ # in the documentation and/or other materials provided with the
263+ # distribution.
264+ # * Neither the name of Google Inc. nor the names of its
265+ # contributors may be used to endorse or promote products derived from
266+ # this software without specific prior written permission.
267+ #
268+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
269+ # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
270+ # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
271+ # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
272+ # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
273+ # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
274+ # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
275+ # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
276+ # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
277+ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
278+ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
279+ """
280+
249281- tools/cpplint.py is a C++ linter. Its license follows:
250282 """
251283 # Copyright (c) 2009 Google Inc. All rights reserved.
0 commit comments