1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00

Add cross-linking between files (#105884)

This commit is contained in:
Rich Lander 2024-08-02 13:10:19 -07:00 committed by GitHub
parent f59a05e007
commit ed044bd35c
Signed by: github
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -200,7 +200,7 @@ Ports have a weaker contribution bar, at least initially. A functionally correct
#### Copying Files from Other Projects #### 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: The following rules must be followed for PRs that include files from another project:

View file

@ -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. - 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. - 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: References:
- https://opensource.org/faq#cc-zero - https://opensource.org/faq#cc-zero