Skip to content

Commit

Permalink
Clean-up third-party licenses and positron extensions
Browse files Browse the repository at this point in the history
Remove unnecessary LICENSE files that had been added to some positron extensions. These are
built-in and covered by Positron's license and copyright.

Added some missing third-party notice information to the top-level ThirdPartyNotices.txt

Addresses a question from #1809
  • Loading branch information
petetronic committed Jun 5, 2024
1 parent 3afe3c3 commit 5a0a78f
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 7 deletions.
89 changes: 89 additions & 0 deletions ThirdPartyNotices.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1458,6 +1458,33 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
---------------------------------------------------------

---------------------------------------------------------
monaco-editor-core
See: build/monaco/ThirdPartyNotices.txt

The MIT License (MIT)

Copyright (c) 2016 - present Microsoft Corporation

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.
---------------------------------------------------------

---------------------------------------------------------

NVIDIA/cuda-cpp-grammar 0.0.0 - MIT
Expand Down Expand Up @@ -2518,6 +2545,38 @@ SOFTWARE.

---------------------------------------------------------

vscode-python v2024.6.0 - MIT
pythonExtensionApi - MIT

https://github.com/microsoft/vscode-python

See: extensions/positron-python/ThirdPartyNotices-Repository.txt

Copyright (c) Microsoft Corporation. All rights reserved.

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.
---------------------------------------------------------

---------------------------------------------------------

vscode-swift 0.0.1 - MIT
https://github.com/owensd/vscode-swift

Expand Down Expand Up @@ -2573,6 +2632,36 @@ SOFTWARE

---------------------------------------------------------

vscodereporter
See: extensions/positron-r/resources/testing/vscodereporter

# MIT License

Copyright (c) 2021 vscodereporter authors

Copyright (c) 2013-2019 Hadley Wickham; RStudio

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.
---------------------------------------------------------

---------------------------------------------------------

walles/git-commit-message-plus 1.0.0 - MIT
https://github.com/walles/git-commit-message-plus

Expand Down
2 changes: 0 additions & 2 deletions extensions/positron-r/LICENSE

This file was deleted.

2 changes: 0 additions & 2 deletions extensions/positron-rstudio-keymap/LICENSE

This file was deleted.

3 changes: 0 additions & 3 deletions extensions/positron-viewer/LICENSE

This file was deleted.

0 comments on commit 5a0a78f

Please sign in to comment.