License, readme, 3pn.txt updates

This commit is contained in:
chrisdias 2017-09-05 18:15:33 -07:00
Родитель b1e541ae71
Коммит 6f9afdfdff
3 изменённых файлов: 56 добавлений и 5 удалений

Просмотреть файл

@ -1,9 +1,11 @@
Visual Studio Code Extension for Azure Login
Visual Studio Code Extension for Azure Account Login
Copyright (c) Microsoft Corporation.
All rights reserved.
MIT License
Copyright (c) Microsoft Corporation. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights

Просмотреть файл

@ -1,6 +1,6 @@
# Azure Login
Base extension supplying login and subscription filtering functionality for Azure extension.
Base extension supplying login and subscription filtering functionality for Azure extensions.
## Contributing
@ -17,4 +17,4 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
## License
[MIT](LICENSE)
[MIT](LICENSE.md)

49
thirdpartynotices.txt Normal file
Просмотреть файл

@ -0,0 +1,49 @@
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
For Microsoft vscode-docker
This project incorporates material from the projects listed below. The original copyright notice
and the license under which Microsoft received such material are set out below. Microsoft reserves
all other rights not expressly granted, whether by implication, estoppel or otherwise.
1. copy-paste version 1.3.0 (https://github.com/xavi-/node-copy-paste)
Copyright (c) 2017 Xavi Ramirez
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2. opn version 5.1.0 (https://github.com/sindresorhus/opn
The MIT License (MIT)
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.