From 117c9d6e853b722d3d1e8ae1ccdf9163d37b7adc Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Thu, 9 Jul 2020 11:32:01 -0400 Subject: 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 --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) (limited to 'CONTRIBUTING.md') 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. -- cgit v1.2.3