Skip to content

Commit

Permalink
Add cross-linking between files (dotnet#105884)
Browse files Browse the repository at this point in the history
  • Loading branch information
richlander authored Aug 2, 2024
1 parent f59a05e commit ed044bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Ports have a weaker contribution bar, at least initially. A functionally correct

#### Copying Files from Other Projects

The .NET runtime uses some files from other projects, typically where a binary distribution does not exist or would be inconvenient.
The .NET runtime uses some files from other projects, per [copyright](./docs/project/copyright.md) rules.

The following rules must be followed for PRs that include files from another project:

Expand Down
2 changes: 2 additions & 0 deletions docs/project/copyright.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ We use the following approach for code contributions:
- We will typically reject the use of product code licensed with [Creative Commons](https://creativecommons.org/) or [public domain licenses](https://en.wikipedia.org/wiki/Public-domain-equivalent_license) given their lack of universal acceptance.
- The [.NET Foundation Contribution License Agreement (CLA)](https://cla.dotnetfoundation.org) is used to license contributions from contributors.

More mechanical guidance is provided in [CONTRIBUTING.md](../../CONTRIBUTING.md#copying-files-from-other-projects).

References:

- https://opensource.org/faq#cc-zero
Expand Down

0 comments on commit ed044bd

Please sign in to comment.