Skip to content

Commit ea392d4

Browse files
committed
[release] prep for v0.16.0 and update LICENSE
LICENSE file was generated by running tools/license.sh Change-Id: Iac1789c15a36341200cbdd8fd6a3744575335926 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/245483 Reviewed-by: Rebecca Stambler <[email protected]>
1 parent 1d49723 commit ea392d4

File tree

3 files changed

+34
-35
lines changed

3 files changed

+34
-35
lines changed

LICENSE

Lines changed: 32 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY B
2828

2929
-----
3030

31-
The following software may be included in this product: ajv. A copy of the source code may be downloaded from https://github.com/epoberezkin/ajv.git. This software contains the following license and notice below:
31+
The following software may be included in this product: ajv. A copy of the source code may be downloaded from https://github.com/ajv-validator/ajv.git. This software contains the following license and notice below:
3232

3333
The MIT License (MIT)
3434

@@ -394,7 +394,7 @@ THE SOFTWARE.
394394

395395
-----
396396

397-
The following software may be included in this product: concat-map, is-typedarray, minimist. A copy of the source code may be downloaded from git://github.com/substack/node-concat-map.git (concat-map), git://github.com/hughsk/is-typedarray.git (is-typedarray), git://github.com/substack/minimist.git (minimist). This software contains the following license and notice below:
397+
The following software may be included in this product: concat-map, is-typedarray. A copy of the source code may be downloaded from git://github.com/substack/node-concat-map.git (concat-map), git://github.com/hughsk/is-typedarray.git (is-typedarray). This software contains the following license and notice below:
398398

399399
This software is released under the MIT license:
400400

@@ -685,32 +685,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
685685

686686
-----
687687

688-
The following software may be included in this product: eventemitter3. A copy of the source code may be downloaded from git://github.com/primus/eventemitter3.git. This software contains the following license and notice below:
689-
690-
The MIT License (MIT)
691-
692-
Copyright (c) 2014 Arnout Kazemier
693-
694-
Permission is hereby granted, free of charge, to any person obtaining a copy
695-
of this software and associated documentation files (the "Software"), to deal
696-
in the Software without restriction, including without limitation the rights
697-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
698-
copies of the Software, and to permit persons to whom the Software is
699-
furnished to do so, subject to the following conditions:
700-
701-
The above copyright notice and this permission notice shall be included in all
702-
copies or substantial portions of the Software.
703-
704-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
705-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
706-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
707-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
708-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
709-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
710-
SOFTWARE.
711-
712-
-----
713-
714688
The following software may be included in this product: extend. A copy of the source code may be downloaded from https://github.com/justmoon/node-extend.git. This software contains the following license and notice below:
715689

716690
The MIT License (MIT)
@@ -1433,10 +1407,20 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14331407

14341408
The following software may be included in this product: lodash. A copy of the source code may be downloaded from https://github.com/lodash/lodash.git. This software contains the following license and notice below:
14351409

1436-
Copyright 2012-2015 The Dojo Foundation <http://dojofoundation.org/>
1437-
Based on Underscore.js, copyright 2009-2015 Jeremy Ashkenas,
1410+
Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
1411+
1412+
Based on Underscore.js, copyright Jeremy Ashkenas,
14381413
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
14391414

1415+
This software consists of voluntary contributions made by many
1416+
individuals. For exact contribution history, see the revision history
1417+
available at https://github.com/lodash/lodash
1418+
1419+
The following license applies to all parts of this software except as
1420+
documented below:
1421+
1422+
====
1423+
14401424
Permission is hereby granted, free of charge, to any person obtaining
14411425
a copy of this software and associated documentation files (the
14421426
"Software"), to deal in the Software without restriction, including
@@ -1456,6 +1440,21 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
14561440
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
14571441
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14581442

1443+
====
1444+
1445+
Copyright and related rights for sample code are waived via CC0. Sample
1446+
code is defined as all source code displayed within the prose of the
1447+
documentation.
1448+
1449+
CC0: http://creativecommons.org/publicdomain/zero/1.0/
1450+
1451+
====
1452+
1453+
Files located in the node_modules and vendor directories are externally
1454+
maintained libraries used by this software which have their own
1455+
licenses; we recommend you read them, as their terms may differ from the
1456+
terms above.
1457+
14591458
-----
14601459

14611460
The following software may be included in this product: mime-db. A copy of the source code may be downloaded from https://github.com/jshttp/mime-db.git. This software contains the following license and notice below:
@@ -1512,11 +1511,11 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15121511

15131512
-----
15141513

1515-
The following software may be included in this product: mkdirp. A copy of the source code may be downloaded from https://github.com/substack/node-mkdirp.git. This software contains the following license and notice below:
1514+
The following software may be included in this product: mkdirp. A copy of the source code may be downloaded from https://github.com/isaacs/node-mkdirp.git. This software contains the following license and notice below:
15161515

1517-
Copyright 2010 James Halliday ([email protected])
1516+
Copyright James Halliday ([email protected]) and Isaac Z. Schlueter ([email protected])
15181517

1519-
This project is free software released under the MIT/X11 license:
1518+
This project is free software released under the MIT license:
15201519

15211520
Permission is hereby granted, free of charge, to any person obtaining a copy
15221521
of this software and associated documentation files (the "Software"), to deal

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "go",
33
"displayName": "Go",
4-
"version": "0.16.0-dev",
4+
"version": "0.16.0",
55
"publisher": "golang",
66
"description": "Rich Go language support for Visual Studio Code",
77
"author": {

0 commit comments

Comments
 (0)