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

Check derived source code #2844

Closed
Tracked by #96
philipphofmann opened this issue Mar 31, 2023 · 1 comment · Fixed by #3326
Closed
Tracked by #96

Check derived source code #2844

philipphofmann opened this issue Mar 31, 2023 · 1 comment · Fixed by #3326
Assignees

Comments

@philipphofmann
Copy link
Member

Description

Check that all source code copied from other open-source projects follows our policy:

  1. Isolate the code in its own file or directory. Don’t mix derivative code with non-derivative code.
  2. Add attribution and the text of their license at the top of the file or in a LICENSE file in the directory:
    1. Link to their repo for attribution.
    2. If there is no license, don’t use it.
  3. Here’s an example.
@philipphofmann
Copy link
Member Author

KSCrash files #2845.

@philipphofmann philipphofmann removed their assignment Jul 21, 2023
@philipphofmann philipphofmann self-assigned this Oct 4, 2023
philipphofmann added a commit that referenced this issue Oct 4, 2023
Add a link for derived source code to comply with our open-source
code policy.

Fixes GH-2844
philipphofmann added a commit that referenced this issue Oct 4, 2023
Add a link for derived source code to comply with our open-source
code policy.

Fixes GH-2844
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants