Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2020-07-09 18:32:01 +0300
committerGitHub <noreply@github.com>2020-07-09 18:32:01 +0300
commit117c9d6e853b722d3d1e8ae1ccdf9163d37b7adc (patch)
tree1a00c7ac130479c15615c817ab60ca69a9e45fb5 /CONTRIBUTING.md
parentdd41055fbe719a6e76c07077903cdd5cc5a70525 (diff)
Fix a few more license headers (#38973)
* Fix a few more license headers I missed a few directories outside of src. * Update Directory.Build.props
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 065a190dc74..9bf82879aa5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -109,7 +109,6 @@ The following file header is the used for .NET Core. Please use it for new files
```
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
```
- See [class.cpp](./src/coreclr/src/vm/class.cpp) for an example of the header in a C++ file.