Skip to content
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

Doc: Expand code copying in contributing readme to include license compatibility #1

Open
jac4e opened this issue Oct 4, 2023 · 0 comments · May be fixed by #2
Open

Doc: Expand code copying in contributing readme to include license compatibility #1

jac4e opened this issue Oct 4, 2023 · 0 comments · May be fixed by #2
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@jac4e
Copy link

jac4e commented Oct 4, 2023

License compatibility is a major issue when it comes to code copying.

Ex. Apache 2.0 licensed code can be used in GPLv3 projects, the reverse is incompatibly (not allowed)

Some general rules:

  • no proprietary
  • no GPL
  • yes MIT
  • yes BSD
  • yes Public domain

References:

Acceptance Criteria:

  • Paragraph touching on license compatibility, licensee compatible with Apache 2.0 and with links to resources
@dheadrick1618 dheadrick1618 added good first issue Good for newcomers and removed good first issue Good for newcomers labels Oct 4, 2023
@dheadrick1618 dheadrick1618 added the documentation Improvements or additions to documentation label Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Development

Successfully merging a pull request may close this issue.

2 participants