|
10 | 10 | // Reason: The license at https://github.com/aadsm/jschardet/blob/master/LICENSE |
11 | 11 | // does not include a clear Copyright statement and does not credit authors. |
12 | 12 | "name": "jschardet", |
13 | | - "licenseDetail": [ |
| 13 | + "fullLicenseText": [ |
14 | 14 | "Chardet was originally ported from C++ by Mark Pilgrim. It is now maintained", |
15 | 15 | " by Dan Blanchard and Ian Cordasco, and was formerly maintained by Erik Rose.", |
16 | 16 | " JSChardet was ported from python to JavaScript by António Afonso ", |
|
530 | 530 | // The module `parse5` is shipped via the `extension-editing` built-in extension. |
531 | 531 | // The module `parse5` does not want to remove it https://github.com/inikulin/parse5/issues/225 |
532 | 532 | "name": "@types/node", |
533 | | - "licenseDetail": [ |
| 533 | + "fullLicenseText": [ |
534 | 534 | "This project is licensed under the MIT license.", |
535 | 535 | "Copyrights are respective of each contributor listed at the beginning of each definition file.", |
536 | 536 | "", |
|
546 | 546 | // https://github.com/Microsoft/TypeScript/blob/master/LICENSE.txt |
547 | 547 | // because it does not contain a Copyright statement |
548 | 548 | "name": "typescript", |
549 | | - "licenseDetail": [ |
| 549 | + "fullLicenseText": [ |
550 | 550 | "Copyright (c) Microsoft Corporation. All rights reserved.", |
551 | 551 | "", |
552 | 552 | "Apache License", |
|
609 | 609 | { |
610 | 610 | // This module comes in from https://github.com/Microsoft/vscode-node-debug2/blob/master/package-lock.json |
611 | 611 | "name": "@types/source-map", |
612 | | - "licenseDetail": [ |
| 612 | + "fullLicenseText": [ |
613 | 613 | "This project is licensed under the MIT license.", |
614 | 614 | "Copyrights are respective of each contributor listed at the beginning of each definition file.", |
615 | 615 | "", |
|
622 | 622 | }, |
623 | 623 | { |
624 | 624 | "name": "tunnel-agent", |
625 | | - "licenseDetail": [ |
| 625 | + "fullLicenseText": [ |
626 | 626 | "Copyright (c) tunnel-agent authors", |
627 | 627 | "", |
628 | 628 | "Apache License", |
|
685 | 685 | { |
686 | 686 | // Waiting for https://github.com/segmentio/noop-logger/issues/2 |
687 | 687 | "name": "noop-logger", |
688 | | - "licenseDetail": [ |
| 688 | + "fullLicenseText": [ |
689 | 689 | "This project is licensed under the MIT license.", |
690 | 690 | "Copyrights are respective of each contributor listed at the beginning of each definition file.", |
691 | 691 | "", |
|
698 | 698 | }, |
699 | 699 | { |
700 | 700 | "name": "xterm-addon-search", |
701 | | - "licenseDetail": [ |
| 701 | + "fullLicenseText": [ |
702 | 702 | "Copyright (c) 2017, The xterm.js authors (https://github.com/xtermjs/xterm.js)", |
703 | 703 | "", |
704 | 704 | "Permission is hereby granted, free of charge, to any person obtaining a copy", |
|
722 | 722 | }, |
723 | 723 | { |
724 | 724 | "name": "xterm-addon-web-links", |
725 | | - "licenseDetail": [ |
| 725 | + "fullLicenseText": [ |
726 | 726 | "Copyright (c) 2017, The xterm.js authors (https://github.com/xtermjs/xterm.js)", |
727 | 727 | "", |
728 | 728 | "Permission is hereby granted, free of charge, to any person obtaining a copy", |
|
746 | 746 | }, |
747 | 747 | { |
748 | 748 | "name": "atob", |
749 | | - "licenseDetail": [ |
| 749 | + "fullLicenseText": [ |
750 | 750 | "The MIT License (MIT)", |
751 | 751 | "", |
752 | 752 | "Copyright (c) 2015 AJ ONeal", |
|
0 commit comments