-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a central place to disclose use and comply with the MIT license's requirement for attribution #1809
Comments
1 task
What is the right way to handle third party license info for Positron itself vs. built-in extensions? Note these examples as of today: |
Third party licenses, and relevant notices, should be tracked in the top level ThirdPartyNotices.txt file. The following items need to be addressed:
|
petetronic
added a commit
that referenced
this issue
Jun 5, 2024
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
petetronic
added a commit
that referenced
this issue
Jun 6, 2024
* Clean-up third-party licenses and positron extensions 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 * Add vscode-r-test-adapter license to ThirdPartyLicenses.txt
nstrayer
pushed a commit
that referenced
this issue
Jun 6, 2024
* Clean-up third-party licenses and positron extensions 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 * Add vscode-r-test-adapter license to ThirdPartyLicenses.txt
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In #1763, the positron-r extension gained testing functionality that was originally adapted from the MIT licensed extension https://github.com/meakbiyik/vscode-r-test-adapter/.
@jmcphers suggested during code review that we open this issue to track this and any other/future 3rd party components under the MIT license:
The text was updated successfully, but these errors were encountered: