-
Notifications
You must be signed in to change notification settings - Fork 881
Clarify license model #5187
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Problem statement
Most parts of this project are under Apache-2.0 license, however, there are few exceptions:
- [SDK] Remove the dependency on M.E.Options 5.0 #4093 introduced DelegatingOptionsFactory.cs which is under MIT license.
- [SDK] Remove the dependency on M.E.C.EnvironmentVariables #4092 introduced three files under MIT license to handle environment variables.
Here is the query https://github.com/search?q=repo%3ACodeBlanch%2Fopentelemetry-dotnet%20%22under%20the%20MIT%20license%22&type=code.
The asks
- Follow up and handle MIT license properly (e.g. confirm if we need to include MIT license in README/NuGet/etc.).
- Check if there are any other license concerns/issues.
- Update the CONTRIBUTING.md doc and perhaps ISSUE_TEMPLATE to clarify what should be the process for future PRs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request