fix third party notices to align with others
parent
368d0e1aa6
commit
03d10c89ed
|
@ -1,9 +1,7 @@
|
|||
# Node npm
|
||||
# Terminal Suggestions
|
||||
|
||||
**Notice:** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
|
||||
**Notice:** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled. The terminal completions that it contributes can be disabled with `terminal.integrated.suggest.enableExtensionCompletions`.
|
||||
|
||||
## Features
|
||||
|
||||
### Terminal suggest
|
||||
|
||||
Provides terminal suggestions for zsh and bash
|
||||
Provides terminal suggestions for zsh, bash, and fish.
|
||||
|
|
|
@ -1,17 +1,13 @@
|
|||
# Third-Party Notices
|
||||
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
|
||||
For Microsoft terminal-suggest
|
||||
|
||||
This project includes files from the following third-party projects:
|
||||
This file is based on or incorporates material from the projects listed below ("Third Party OSS"). The original copyright
|
||||
notice and the license under which Microsoft received such Third Party OSS, are set forth below. Such licenses and notice
|
||||
are provided for informational purposes only. Microsoft licenses the Third Party OSS to you under the licensing terms for
|
||||
the Microsoft product or service. Microsoft reserves all other rights not expressly granted under this agreement, whether
|
||||
by implication, estoppel or otherwise.†
|
||||
|
||||
## withfig/autocomplete
|
||||
- **Source**: [[GitHub Repository URL](https://github.com/withfig/autocomplete)]
|
||||
- **License**: [MIT License]
|
||||
- **Copyright**: [2021] [Hercules Labs Inc. (Fig)]
|
||||
- **Description**: Completion spec files and completion types have been ported over to this project temporarily.
|
||||
|
||||
### Attribution
|
||||
Files in the `./src/completions` folder have been copied or modified from the original project under the MIT license. The original license notice is included below:
|
||||
|
||||
MIT License
|
||||
1. withfig/autocomplete - IDE-style autocomplete for your existing terminal & shell (https://github.com/withfig/autocomplete)
|
||||
|
||||
Copyright (c) 2021 Hercules Labs Inc. (Fig)
|
||||
|
|
@ -6,10 +6,10 @@
|
|||
"version": "1.0.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"icon": "media/icon.png",
|
||||
"engines": {
|
||||
"vscode": "^1.95.0"
|
||||
},
|
||||
"icon": "images/npm_icon.png",
|
||||
"categories": [
|
||||
"Other"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue