1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 11:37:04 +09:00

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
This commit is contained in:
Stephen Toub 2020-07-09 11:32:01 -04:00 committed by GitHub
parent dd41055fbe
commit 117c9d6e85
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
85 changed files with 12 additions and 94 deletions

View file

@ -35,7 +35,6 @@ Test cases are categorized by priority level. The most important subset should b
```
// 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.
```
* The managed portion of all tests should be able to build on any platform.
In fact in CI the managed portion of all tests will be built on OSX.