Skip to content

Commit acbe9af

Browse files
committed
LICENSE: updated LICENSE for v0.30.0
Used the script with https://go-review.googlesource.com/c/vscode-go/+/370656 Updates #1930 Change-Id: I8392416b09afb380f20402006617512cb5881462 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/370714 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Trust: Nooras Saba‎ <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
1 parent 58e99c9 commit acbe9af

File tree

1 file changed

+203
-3
lines changed

1 file changed

+203
-3
lines changed

LICENSE

Lines changed: 203 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ SOFTWARE.
658658

659659
-----
660660

661-
The following software may be included in this product: es-to-primitive, is-boolean-object, is-callable, is-date-object, is-number-object, is-string, is-symbol, is-typed-array, which-typed-array. A copy of the source code may be downloaded from git://github.com/ljharb/es-to-primitive.git (es-to-primitive), git://github.com/inspect-js/is-boolean-object.git (is-boolean-object), git://github.com/ljharb/is-callable.git (is-callable), git://github.com/inspect-js/is-date-object.git (is-date-object), git://github.com/inspect-js/is-number-object.git (is-number-object), git://github.com/ljharb/is-string.git (is-string), git://github.com/inspect-js/is-symbol.git (is-symbol), git://github.com/inspect-js/is-typed-array.git (is-typed-array), git://github.com/inspect-js/which-typed-array.git (which-typed-array). This software contains the following license and notice below:
661+
The following software may be included in this product: es-to-primitive, is-boolean-object, is-callable, is-date-object, is-number-object, is-string, is-symbol, is-typed-array, which-typed-array. A copy of the source code may be downloaded from git://github.com/ljharb/es-to-primitive.git (es-to-primitive), git://github.com/ljharb/is-boolean-object.git (is-boolean-object), git://github.com/ljharb/is-callable.git (is-callable), git://github.com/ljharb/is-date-object.git (is-date-object), git://github.com/inspect-js/is-number-object.git (is-number-object), git://github.com/ljharb/is-string.git (is-string), git://github.com/inspect-js/is-symbol.git (is-symbol), git://github.com/inspect-js/is-typed-array.git (is-typed-array), git://github.com/inspect-js/which-typed-array.git (which-typed-array). This software contains the following license and notice below:
662662

663663
The MIT License (MIT)
664664

@@ -816,7 +816,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
816816

817817
The following software may be included in this product: faye-websocket. A copy of the source code may be downloaded from git://github.com/faye/faye-websocket-node.git. This software contains the following license and notice below:
818818

819-
Copyright 2010-2021 James Coglan
819+
Copyright 2010-2019 James Coglan
820820

821821
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
822822
this file except in compliance with the License. You may obtain a copy of the
@@ -1242,7 +1242,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12421242

12431243
-----
12441244

1245-
The following software may be included in this product: is-bigint. A copy of the source code may be downloaded from git+https://github.com/inspect-js/is-bigint.git. This software contains the following license and notice below:
1245+
The following software may be included in this product: is-bigint. A copy of the source code may be downloaded from git+https://github.com/ljharb/is-bigint.git. This software contains the following license and notice below:
12461246

12471247
MIT License
12481248

@@ -1382,6 +1382,206 @@ SOFTWARE.
13821382

13831383
-----
13841384

1385+
The following software may be included in this product: json-schema. A copy of the source code may be downloaded from http://github.com/kriszyp/json-schema. This software contains the following license and notice below:
1386+
1387+
Dojo is available under *either* the terms of the BSD 3-Clause "New" License *or* the
1388+
Academic Free License version 2.1. As a recipient of Dojo, you may choose which
1389+
license to receive this code under (except as noted in per-module LICENSE
1390+
files). Some modules may not be the copyright of the Dojo Foundation. These
1391+
modules contain explicit declarations of copyright in both the LICENSE files in
1392+
the directories in which they reside and in the code itself. No external
1393+
contributions are allowed under licenses which are fundamentally incompatible
1394+
with the AFL-2.1 OR and BSD-3-Clause licenses that Dojo is distributed under.
1395+
1396+
The text of the AFL-2.1 and BSD-3-Clause licenses is reproduced below.
1397+
1398+
-------------------------------------------------------------------------------
1399+
BSD 3-Clause "New" License:
1400+
**********************
1401+
1402+
Copyright (c) 2005-2015, The Dojo Foundation
1403+
All rights reserved.
1404+
1405+
Redistribution and use in source and binary forms, with or without
1406+
modification, are permitted provided that the following conditions are met:
1407+
1408+
* Redistributions of source code must retain the above copyright notice, this
1409+
list of conditions and the following disclaimer.
1410+
* Redistributions in binary form must reproduce the above copyright notice,
1411+
this list of conditions and the following disclaimer in the documentation
1412+
and/or other materials provided with the distribution.
1413+
* Neither the name of the Dojo Foundation nor the names of its contributors
1414+
may be used to endorse or promote products derived from this software
1415+
without specific prior written permission.
1416+
1417+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1418+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1419+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1420+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
1421+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1422+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1423+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1424+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1425+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1426+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1427+
1428+
-------------------------------------------------------------------------------
1429+
The Academic Free License, v. 2.1:
1430+
**********************************
1431+
1432+
This Academic Free License (the "License") applies to any original work of
1433+
authorship (the "Original Work") whose owner (the "Licensor") has placed the
1434+
following notice immediately following the copyright notice for the Original
1435+
Work:
1436+
1437+
Licensed under the Academic Free License version 2.1
1438+
1439+
1) Grant of Copyright License. Licensor hereby grants You a world-wide,
1440+
royalty-free, non-exclusive, perpetual, sublicenseable license to do the
1441+
following:
1442+
1443+
a) to reproduce the Original Work in copies;
1444+
1445+
b) to prepare derivative works ("Derivative Works") based upon the Original
1446+
Work;
1447+
1448+
c) to distribute copies of the Original Work and Derivative Works to the
1449+
public;
1450+
1451+
d) to perform the Original Work publicly; and
1452+
1453+
e) to display the Original Work publicly.
1454+
1455+
2) Grant of Patent License. Licensor hereby grants You a world-wide,
1456+
royalty-free, non-exclusive, perpetual, sublicenseable license, under patent
1457+
claims owned or controlled by the Licensor that are embodied in the Original
1458+
Work as furnished by the Licensor, to make, use, sell and offer for sale the
1459+
Original Work and Derivative Works.
1460+
1461+
3) Grant of Source Code License. The term "Source Code" means the preferred
1462+
form of the Original Work for making modifications to it and all available
1463+
documentation describing how to modify the Original Work. Licensor hereby
1464+
agrees to provide a machine-readable copy of the Source Code of the Original
1465+
Work along with each copy of the Original Work that Licensor distributes.
1466+
Licensor reserves the right to satisfy this obligation by placing a
1467+
machine-readable copy of the Source Code in an information repository
1468+
reasonably calculated to permit inexpensive and convenient access by You for as
1469+
long as Licensor continues to distribute the Original Work, and by publishing
1470+
the address of that information repository in a notice immediately following
1471+
the copyright notice that applies to the Original Work.
1472+
1473+
4) Exclusions From License Grant. Neither the names of Licensor, nor the names
1474+
of any contributors to the Original Work, nor any of their trademarks or
1475+
service marks, may be used to endorse or promote products derived from this
1476+
Original Work without express prior written permission of the Licensor. Nothing
1477+
in this License shall be deemed to grant any rights to trademarks, copyrights,
1478+
patents, trade secrets or any other intellectual property of Licensor except as
1479+
expressly stated herein. No patent license is granted to make, use, sell or
1480+
offer to sell embodiments of any patent claims other than the licensed claims
1481+
defined in Section 2. No right is granted to the trademarks of Licensor even if
1482+
such marks are included in the Original Work. Nothing in this License shall be
1483+
interpreted to prohibit Licensor from licensing under different terms from this
1484+
License any Original Work that Licensor otherwise would have a right to
1485+
license.
1486+
1487+
5) This section intentionally omitted.
1488+
1489+
6) Attribution Rights. You must retain, in the Source Code of any Derivative
1490+
Works that You create, all copyright, patent or trademark notices from the
1491+
Source Code of the Original Work, as well as any notices of licensing and any
1492+
descriptive text identified therein as an "Attribution Notice." You must cause
1493+
the Source Code for any Derivative Works that You create to carry a prominent
1494+
Attribution Notice reasonably calculated to inform recipients that You have
1495+
modified the Original Work.
1496+
1497+
7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that
1498+
the copyright in and to the Original Work and the patent rights granted herein
1499+
by Licensor are owned by the Licensor or are sublicensed to You under the terms
1500+
of this License with the permission of the contributor(s) of those copyrights
1501+
and patent rights. Except as expressly stated in the immediately proceeding
1502+
sentence, the Original Work is provided under this License on an "AS IS" BASIS
1503+
and WITHOUT WARRANTY, either express or implied, including, without limitation,
1504+
the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR
1505+
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU.
1506+
This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No
1507+
license to Original Work is granted hereunder except under this disclaimer.
1508+
1509+
8) Limitation of Liability. Under no circumstances and under no legal theory,
1510+
whether in tort (including negligence), contract, or otherwise, shall the
1511+
Licensor be liable to any person for any direct, indirect, special, incidental,
1512+
or consequential damages of any character arising as a result of this License
1513+
or the use of the Original Work including, without limitation, damages for loss
1514+
of goodwill, work stoppage, computer failure or malfunction, or any and all
1515+
other commercial damages or losses. This limitation of liability shall not
1516+
apply to liability for death or personal injury resulting from Licensor's
1517+
negligence to the extent applicable law prohibits such limitation. Some
1518+
jurisdictions do not allow the exclusion or limitation of incidental or
1519+
consequential damages, so this exclusion and limitation may not apply to You.
1520+
1521+
9) Acceptance and Termination. If You distribute copies of the Original Work or
1522+
a Derivative Work, You must make a reasonable effort under the circumstances to
1523+
obtain the express assent of recipients to the terms of this License. Nothing
1524+
else but this License (or another written agreement between Licensor and You)
1525+
grants You permission to create Derivative Works based upon the Original Work
1526+
or to exercise any of the rights granted in Section 1 herein, and any attempt
1527+
to do so except under the terms of this License (or another written agreement
1528+
between Licensor and You) is expressly prohibited by U.S. copyright law, the
1529+
equivalent laws of other countries, and by international treaty. Therefore, by
1530+
exercising any of the rights granted to You in Section 1 herein, You indicate
1531+
Your acceptance of this License and all of its terms and conditions.
1532+
1533+
10) Termination for Patent Action. This License shall terminate automatically
1534+
and You may no longer exercise any of the rights granted to You by this License
1535+
as of the date You commence an action, including a cross-claim or counterclaim,
1536+
against Licensor or any licensee alleging that the Original Work infringes a
1537+
patent. This termination provision shall not apply for an action alleging
1538+
patent infringement by combinations of the Original Work with other software or
1539+
hardware.
1540+
1541+
11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this
1542+
License may be brought only in the courts of a jurisdiction wherein the
1543+
Licensor resides or in which Licensor conducts its primary business, and under
1544+
the laws of that jurisdiction excluding its conflict-of-law provisions. The
1545+
application of the United Nations Convention on Contracts for the International
1546+
Sale of Goods is expressly excluded. Any use of the Original Work outside the
1547+
scope of this License or after its termination shall be subject to the
1548+
requirements and penalties of the U.S. Copyright Act, 17 U.S.C. § 101 et
1549+
seq., the equivalent laws of other countries, and international treaty. This
1550+
section shall survive the termination of this License.
1551+
1552+
12) Attorneys Fees. In any action to enforce the terms of this License or
1553+
seeking damages relating thereto, the prevailing party shall be entitled to
1554+
recover its costs and expenses, including, without limitation, reasonable
1555+
attorneys' fees and costs incurred in connection with such action, including
1556+
any appeal of such action. This section shall survive the termination of this
1557+
License.
1558+
1559+
13) Miscellaneous. This License represents the complete agreement concerning
1560+
the subject matter hereof. If any provision of this License is held to be
1561+
unenforceable, such provision shall be reformed only to the extent necessary to
1562+
make it enforceable.
1563+
1564+
14) Definition of "You" in This License. "You" throughout this License, whether
1565+
in upper or lower case, means an individual or a legal entity exercising rights
1566+
under, and complying with all of the terms of, this License. For legal
1567+
entities, "You" includes any entity that controls, is controlled by, or is
1568+
under common control with you. For purposes of this definition, "control" means
1569+
(i) the power, direct or indirect, to cause the direction or management of such
1570+
entity, whether by contract or otherwise, or (ii) ownership of fifty percent
1571+
(50%) or more of the outstanding shares, or (iii) beneficial ownership of such
1572+
entity.
1573+
1574+
15) Right to Use. You may use the Original Work in all ways not otherwise
1575+
restricted or conditioned by this License or by law, and Licensor promises not
1576+
to interfere with or be responsible for such uses by You.
1577+
1578+
This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights reserved.
1579+
Permission is hereby granted to copy and distribute this license without
1580+
modification. This license may not be modified without the express written
1581+
permission of its copyright owner.
1582+
1583+
-----
1584+
13851585
The following software may be included in this product: json-stringify-safe, lru-cache, minimatch, once, semver, wrappy, yallist. A copy of the source code may be downloaded from git://github.com/isaacs/json-stringify-safe (json-stringify-safe), git://github.com/isaacs/node-lru-cache.git (lru-cache), git://github.com/isaacs/minimatch.git (minimatch), git://github.com/isaacs/once (once), https://github.com/npm/node-semver (semver), https://github.com/npm/wrappy (wrappy), git+https://github.com/isaacs/yallist.git (yallist). This software contains the following license and notice below:
13861586

13871587
The ISC License

0 commit comments

Comments
 (0)