summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShahid Khan <shahid.mrd@hotmail.com>2016-07-25 18:07:15 +0500
committerRich Lander <rlander@microsoft.com>2016-07-25 06:07:15 -0700
commitab744a4d2fe958935f0cba35709c3463bd93e4d3 (patch)
tree35c30d2f41ddf0779fa1216879ff5075b59c007e
parent70503892983b710f266122dd255d2b4e177eb79c (diff)
downloadcoreclr-ab744a4d2fe958935f0cba35709c3463bd93e4d3.tar.gz
coreclr-ab744a4d2fe958935f0cba35709c3463bd93e4d3.tar.bz2
coreclr-ab744a4d2fe958935f0cba35709c3463bd93e4d3.zip
[Documentation] Projects Use licences (#6442)
address feedback
-rw-r--r--Documentation/project-docs/contributing.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/Documentation/project-docs/contributing.md b/Documentation/project-docs/contributing.md
index 84233d9c02..f099bf93bf 100644
--- a/Documentation/project-docs/contributing.md
+++ b/Documentation/project-docs/contributing.md
@@ -104,11 +104,13 @@ The .NET Core copyright is held by ".NET Foundation and Contributors". See [.NET
Source License
--------------
-The .NET Core project uses multiple licenses for the various project repositories. Most projects use the [MIT License](https://opensource.org/licenses/MIT) for code and the [Creative Commons Attribution 4.0 International Public License (CC-BY)](https://creativecommons.org/licenses/by/4.0/) license for documentation. The [Apache 2 License](https://opensource.org/licenses/Apache-2.0) is also used. See the license file at the root of project repos for the specific license.
+The .NET Core project uses multiple licenses for the various project repositories. Most projects use the [MIT License](https://opensource.org/licenses/MIT) for code and the [Creative Commons Attribution 4.0 International Public License (CC-BY)](https://creativecommons.org/licenses/by/4.0/) license for documentation. The [Apache 2 License](https://opensource.org/licenses/Apache-2.0) is also used.
-- Example [MIT](https://opensource.org/licenses/MIT) use: [CoreCLR](https://github.com/dotnet/coreclr/blob/master/LICENSE.TXT).
-- Example [Apache 2](https://opensource.org/licenses/Apache-2.0) use: [Roslyn](https://github.com/dotnet/roslyn/blob/master/License.txt).
-- Example [CC-BY](https://creativecommons.org/licenses/by/4.0/) use: [core-docs](https://github.com/dotnet/core-docs/blob/master/license.txt).
+See the license file at the root of project repositories for the specific license, such as with the following examples:
+
+- [CoreCLR](https://github.com/dotnet/coreclr/blob/master/LICENSE.TXT) [(MIT)](https://opensource.org/licenses/MIT).
+- [Roslyn](https://github.com/dotnet/roslyn/blob/master/License.txt) [(Apache 2)](https://opensource.org/licenses/Apache-2.0).
+- [core-docs](https://github.com/dotnet/core-docs/blob/master/license.txt) [(CC-BY)](https://creativecommons.org/licenses/by/4.0/).
Binary License
--------------