From 86fef73c277e968bfaf9f983ff051d0f45cca3d4 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Fri, 2 Aug 2024 08:50:08 -0700 Subject: [PATCH] Add cross-linking between files --- CONTRIBUTING.md | 2 +- docs/project/copyright.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f72576b2f585..c466bf57251be 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: diff --git a/docs/project/copyright.md b/docs/project/copyright.md index c2948ec308462..8c430f5d27a8f 100644 --- a/docs/project/copyright.md +++ b/docs/project/copyright.md @@ -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