summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Lander <rlander@microsoft.com>2017-05-27 11:46:13 -0700
committerRich Lander <rlander@microsoft.com>2017-05-27 11:46:13 -0700
commit76963543e01df297ada420804f71c27977879edc (patch)
treefd16a2d1ade104f12eec15fb53eb890524ad55ca
parentce8bcb81f993fbdfc8c0a9f36ecec8bc317ce8e1 (diff)
downloadcoreclr-76963543e01df297ada420804f71c27977879edc.tar.gz
coreclr-76963543e01df297ada420804f71c27977879edc.tar.bz2
coreclr-76963543e01df297ada420804f71c27977879edc.zip
Update test coverage statements in workflow doc
-rw-r--r--Documentation/project-docs/contributing-workflow.md2
-rw-r--r--Documentation/project-docs/copyright.md2
2 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/project-docs/contributing-workflow.md b/Documentation/project-docs/contributing-workflow.md
index 8f18aae169..f09c7cc36d 100644
--- a/Documentation/project-docs/contributing-workflow.md
+++ b/Documentation/project-docs/contributing-workflow.md
@@ -37,8 +37,6 @@ The [dotnet continuous integration](http://ci.dot.net/) (CI) system will automat
If the CI build fails for any reason, the PR issue will be updated with a link that can be used to determine the cause of the failure.
-There is currently minimal test coverage for Linux and OS X builds that can be used by the dotnet CI. We are working to improve that so that more issues can be caught in CI, as is the case with Windows.
-
## PR Feedback
Microsoft team and community members will provide feedback on your change. Community feedback is highly valued. You will often see the absence of team feedback if the community has already provided good review feedback.
diff --git a/Documentation/project-docs/copyright.md b/Documentation/project-docs/copyright.md
index 0e46a92d62..a21293c8fd 100644
--- a/Documentation/project-docs/copyright.md
+++ b/Documentation/project-docs/copyright.md
@@ -26,7 +26,7 @@ The following rules are used for determining the binary license:
- If the contained binaries are built from multiple .NET Core repositories, the license should point to [dotnet/core](https://github.com/dotnet/core/blob/master/LICENSE.TXT).
- If the contents are not 100% open source, the distribution should be licensed with the [.NET Library license](https://www.microsoft.com/net/dotnet_library_license.htm).
- It is OK for licensing to be asymmetric for a single distribution type. For example, it’s possible that the .NET Core SDK distribution might be fully open source for Linux but include a closed-source component on Windows. In this case, the SDK would be licensed as MIT on Linux and use the .NET Library License on Windows. It is better to have more open licenses than less.
-- It is OK for the source and binary licenses not to match. For example, the source might be Apache 2 but ships as an MIT binary The third party notices file should capture the Apache 2 license. This only works for a permissive licenses, however, we have limited the project to that class of licenses already. The value of this approach is that binary licenses are uniform.
+- It is OK for the source and binary licenses not to match. For example, the source might be Apache 2 but ships as an MIT binary. The third party notices file should capture the Apache 2 license. This only works for a permissive licenses, however, we have limited the project to that class of licenses already. The value of this approach is that binary licenses are uniform.
Patents
-------