| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1767,6 +1767,35 @@ The externally maintained libraries used by Node.js are: | |||
| 1767 | 1767 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
| 1768 | 1768 | """ | |
| 1769 | 1769 | ||
| 1770 | + - gypi_to_gn.py, located at tools/gypi_to_gn.py, is licensed as follows: | ||
| 1771 | + """ | ||
| 1772 | + Redistribution and use in source and binary forms, with or without | ||
| 1773 | + modification, are permitted provided that the following conditions are | ||
| 1774 | + met: | ||
| 1775 | + | ||
| 1776 | + * Redistributions of source code must retain the above copyright | ||
| 1777 | + notice, this list of conditions and the following disclaimer. | ||
| 1778 | + * Redistributions in binary form must reproduce the above | ||
| 1779 | + copyright notice, this list of conditions and the following disclaimer | ||
| 1780 | + in the documentation and/or other materials provided with the | ||
| 1781 | + distribution. | ||
| 1782 | + * Neither the name of Google LLC nor the names of its | ||
| 1783 | + contributors may be used to endorse or promote products derived from | ||
| 1784 | + this software without specific prior written permission. | ||
| 1785 | + | ||
| 1786 | + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | ||
| 1787 | + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | ||
| 1788 | + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | ||
| 1789 | + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | ||
| 1790 | + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
| 1791 | + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
| 1792 | + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
| 1793 | + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||
| 1794 | + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
| 1795 | + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
| 1796 | + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
| 1797 | + """ | ||
| 1798 | + | ||
| 1770 | 1799 | - ESLint, located at tools/node_modules/eslint, is licensed as follows: | |
| 1771 | 1800 | """ | |
| 1772 | 1801 | Copyright OpenJS Foundation and other contributors, <www.openjsf.org> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,3 @@ | |||
| 1 | - # Copyright 2023 Microsoft Inc. | ||
| 2 | - # Use of this source code is governed by a BSD-style license that can be | ||
| 3 | - # found in the LICENSE file. | ||
| 4 | - | ||
| 5 | 1 | # This file is used by GN for building, which is NOT the build system used for | |
| 6 | 2 | # building official binaries. | |
| 7 | 3 | # Please edit the gyp files if you are making changes to build system. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,9 +1,3 @@ | |||
| 1 | - # Copyright (c) 2013-2022 GitHub Inc. | ||
| 2 | - # Copyright 2022 the V8 project authors. All rights reserved. | ||
| 3 | - # Copyright 2023 Microsoft Inc. | ||
| 4 | - # Use of this source code is governed by a BSD-style license that can be | ||
| 5 | - # found in the LICENSE file. | ||
| 6 | - | ||
| 7 | 1 | # This file is used by GN for building, which is NOT the build system used for | |
| 8 | 2 | # building official binaries. | |
| 9 | 3 | # Please edit the gyp files if you are making changes to build system. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,9 +1,3 @@ | |||
| 1 | - # Copyright 2014 The Chromium Authors. All rights reserved. | ||
| 2 | - # Copyright 2019 the V8 project authors. All rights reserved. | ||
| 3 | - # Copyright 2023 Microsoft Inc. | ||
| 4 | - # Use of this source code is governed by a BSD-style license that can be | ||
| 5 | - # found in the LICENSE file. | ||
| 6 | - | ||
| 7 | 1 | # This file is used by GN for building, which is NOT the build system used for | |
| 8 | 2 | # building official binaries. | |
| 9 | 3 | # Please edit the gyp files if you are making changes to build system. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,9 +1,3 @@ | |||
| 1 | - # Copyright (c) 2013-2019 GitHub Inc. | ||
| 2 | - # Copyright 2019 the V8 project authors. All rights reserved. | ||
| 3 | - # Copyright 2023 Microsoft Inc. | ||
| 4 | - # Use of this source code is governed by a BSD-style license that can be | ||
| 5 | - # found in the LICENSE file. | ||
| 6 | - | ||
| 7 | 1 | # This file is used by GN for building, which is NOT the build system used for | |
| 8 | 2 | # building official binaries. | |
| 9 | 3 | # Please edit the gyp files if you are making changes to build system. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,3 @@ | |||
| 1 | - # Copyright 2021 the V8 project authors. All rights reserved. | ||
| 2 | - # Use of this source code is governed by a BSD-style license that can be | ||
| 3 | - # found in the LICENSE file. | ||
| 4 | - | ||
| 5 | 1 | # This file is used by GN for building, which is NOT the build system used for | |
| 6 | 2 | # building official binaries. | |
| 7 | 3 | # Please edit the gyp files if you are making changes to build system. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,9 +1,3 @@ | |||
| 1 | - # Copyright (c) 2013-2019 GitHub Inc. | ||
| 2 | - # Copyright 2019 the V8 project authors. All rights reserved. | ||
| 3 | - # Copyright 2023 Microsoft Inc. | ||
| 4 | - # Use of this source code is governed by a BSD-style license that can be | ||
| 5 | - # found in the LICENSE file. | ||
| 6 | - | ||
| 7 | 1 | # This file is used by GN for building, which is NOT the build system used for | |
| 8 | 2 | # building official binaries. | |
| 9 | 3 | # Please edit the gyp files if you are making changes to build system. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,8 +1,3 @@ | |||
| 1 | - # Copyright (c) 2013-2019 GitHub Inc. | ||
| 2 | - # Copyright 2019 the V8 project authors. All rights reserved. | ||
| 3 | - # Use of this source code is governed by a BSD-style license that can be | ||
| 4 | - # found in the LICENSE file. | ||
| 5 | - | ||
| 6 | 1 | # This file is used by GN for building, which is NOT the build system used for | |
| 7 | 2 | # building official binaries. | |
| 8 | 3 | # Please edit the gyp files if you are making changes to build system. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,8 +1,3 @@ | |||
| 1 | - # Copyright (c) 2013-2019 GitHub Inc. | ||
| 2 | - # Copyright 2019 the V8 project authors. All rights reserved. | ||
| 3 | - # Use of this source code is governed by a BSD-style license that can be | ||
| 4 | - # found in the LICENSE file. | ||
| 5 | - | ||
| 6 | 1 | # This file is used by GN for building, which is NOT the build system used for | |
| 7 | 2 | # building official binaries. | |
| 8 | 3 | # Please edit the gyp files if you are making changes to build system. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,8 +1,3 @@ | |||
| 1 | - # Copyright (c) 2013-2021 GitHub Inc. | ||
| 2 | - # Copyright 2021 the V8 project authors. All rights reserved. | ||
| 3 | - # Use of this source code is governed by a BSD-style license that can be | ||
| 4 | - # found in the LICENSE file. | ||
| 5 | - | ||
| 6 | 1 | # This file is used by GN for building, which is NOT the build system used for | |
| 7 | 2 | # building official binaries. | |
| 8 | 3 | # Please edit the gyp files if you are making changes to build system. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments