Skip to content

Commit 762023e

Browse files
committed
Use new license file header
1 parent b976413 commit 762023e

File tree

420 files changed

+877
-1278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

420 files changed

+877
-1278
lines changed

CODE_OF_CONDUCT.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ Resources:
77
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
88
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
99
- Contact [[email protected]](mailto:[email protected]) with questions or concerns
10+
- Employees can reach out at [aka.ms/opensource/moderation-support](https://aka.ms/opensource/moderation-support)

CONTRIBUTING.MD

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Contributing
2+
3+
This project welcomes contributions and suggestions. Most contributions require you to
4+
agree to a Contributor License Agreement (CLA) declaring that you have the right to,
5+
and actually do, grant us the rights to use your contribution. For details, visit
6+
https://cla.microsoft.com.
7+
8+
When you submit a pull request, a CLA-bot will automatically determine whether you need
9+
to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the
10+
instructions provided by the bot. You will only need to do this once across all repositories using our CLA.
11+
12+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
13+
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
14+
or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

LICENSE LICENSE.TXT

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
MIT License
2-
3-
Copyright (c) Microsoft Corporation.
4-
5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
11-
12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE
1+
MIT License
2+
3+
Copyright (c) Microsoft Corporation.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE

SECURITY.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.3 BLOCK -->
1+
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.9 BLOCK -->
22

33
## Security
44

5-
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
5+
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet) and [Xamarin](https://github.com/xamarin).
66

7-
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets Microsoft's [Microsoft's definition of a security vulnerability](https://docs.microsoft.com/en-us/previous-versions/tn-archive/cc751383(v=technet.10)) of a security vulnerability, please report it to us as described below.
7+
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/security.md/definition), please report it to us as described below.
88

99
## Reporting Security Issues
1010

1111
**Please do not report security vulnerabilities through public GitHub issues.**
1212

13-
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://msrc.microsoft.com/create-report).
13+
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/security.md/msrc/create-report).
1414

15-
If you prefer to submit without logging in, send email to [[email protected]](mailto:[email protected]). If possible, encrypt your message with our PGP key; please download it from the the [Microsoft Security Response Center PGP Key page](https://www.microsoft.com/en-us/msrc/pgp-key-msrc).
15+
If you prefer to submit without logging in, send email to [[email protected]](mailto:[email protected]). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/security.md/msrc/pgp).
1616

17-
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc).
17+
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc).
1818

1919
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
2020

@@ -28,14 +28,14 @@ Please include the requested information listed below (as much as you can provid
2828

2929
This information will help us triage your report more quickly.
3030

31-
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://microsoft.com/msrc/bounty) page for more details about our active programs.
31+
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/security.md/msrc/bounty) page for more details about our active programs.
3232

3333
## Preferred Languages
3434

3535
We prefer all communications to be in English.
3636

3737
## Policy
3838

39-
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/en-us/msrc/cvd).
39+
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/security.md/cvd).
4040

41-
<!-- END MICROSOFT SECURITY.MD BLOCK -->
41+
<!-- END MICROSOFT SECURITY.MD BLOCK -->

src/ProfileExplorerCore/Analysis/CFGBlockOrdering.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System;
54
using System.Collections.Generic;
65
using ProfileExplorer.Core.IR;

src/ProfileExplorerCore/Analysis/CFGReachability.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System;
54
using System.Collections;
65
using System.Collections.Generic;

src/ProfileExplorerCore/Analysis/CFGReachabilityReferenceFilter.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using ProfileExplorer.Core.IR;
54

65
namespace ProfileExplorer.Core.Analysis;

src/ProfileExplorerCore/Analysis/CallGraph.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System;
54
using System.Collections.Generic;
65
using ProfileExplorer.Core.IR;

src/ProfileExplorerCore/Analysis/ControlDependence.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
namespace ProfileExplorer.Core.Analysis;
54

65
class ControlDependence {

src/ProfileExplorerCore/Analysis/DominanceFrontier.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System.Collections.Generic;
54
using System.Linq;
65
using ProfileExplorer.Core.IR;

src/ProfileExplorerCore/Analysis/DominatorAlgorithm.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System;
54
using System.Collections.Generic;
65
using ProfileExplorer.Core.IR;

src/ProfileExplorerCore/Analysis/FunctionAnalysisCache.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System.Collections.Generic;
54
using System.Threading;
65
using System.Threading.Tasks;

src/ProfileExplorerCore/Analysis/LoopGraph.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System.Collections.Generic;
54
using ProfileExplorer.Core.IR;
65

src/ProfileExplorerCore/Analysis/ReferenceFinder.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System;
54
using System.Collections.Generic;
65
using ProfileExplorer.Core.IR;

src/ProfileExplorerCore/Analysis/SimilarValueFinder.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System.Collections.Generic;
54
using ProfileExplorer.Core.IR;
65

src/ProfileExplorerCore/Analysis/ValueNumbering.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
namespace ProfileExplorer.Core.Analysis;
54

65
public class ValueNumbering {

src/ProfileExplorerCore/Collections/CompressedSegmentedList.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43

54
// Uncomment to disable compression.
65
// #define DISABLE_COMPRESSION

src/ProfileExplorerCore/Collections/SparseBitVector.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System;
54
using System.Linq;
65
using System.Numerics;

src/ProfileExplorerCore/Collections/StringTrie.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System;
54
using System.Collections.Generic;
65
using System.Runtime.CompilerServices;

src/ProfileExplorerCore/Collections/TinyList.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System;
54
using System.Collections;
65
using System.Collections.Generic;

src/ProfileExplorerCore/Compilers/ASM/ARMOpcodes.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System;
54
using System.Collections.Generic;
65
using ProfileExplorer.Core.Collections;

src/ProfileExplorerCore/Compilers/ASM/ASMCompilerIRInfo.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System;
54
using ProfileExplorer.Core.Analysis;
65
using ProfileExplorer.Core.IR;

src/ProfileExplorerCore/Compilers/ASM/ASMIRSectionParser.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System;
54
using ProfileExplorer.Core.IR;
65

src/ProfileExplorerCore/Compilers/ASM/ASMIRSectionReader.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
namespace ProfileExplorer.Core.ASM;
54

65
public sealed class ASMIRSectionReader : SectionReaderBase {

src/ProfileExplorerCore/Compilers/ASM/ASMParser.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System;
54
using System.Collections.Generic;
65
using System.Diagnostics;

src/ProfileExplorerCore/Compilers/ASM/X86Opcodes.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System;
54
using System.Collections.Generic;
65
using ProfileExplorer.Core.Collections;

src/ProfileExplorerCore/Compilers/Architecture/ARM64RegisterTable.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
namespace ProfileExplorer.Core.IR;
54

65
public enum ARM64Register {

src/ProfileExplorerCore/Compilers/Architecture/IRMode.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
namespace ProfileExplorer.Core;
54

65
public enum IRMode {

src/ProfileExplorerCore/Compilers/Architecture/RegisterTables.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System;
54

65
namespace ProfileExplorer.Core.IR;

src/ProfileExplorerCore/Compilers/Architecture/X86RegisterTable.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
namespace ProfileExplorer.Core.IR;
54

65
public enum X86Register {

src/ProfileExplorerCore/Compilers/LLVM/LLVMCompilerIRInfo.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System;
54
using ProfileExplorer.Core.Analysis;
65
using ProfileExplorer.Core.IR;

src/ProfileExplorerCore/Compilers/LLVM/LLVMSectionReader.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System;
54

65
namespace ProfileExplorer.Core.LLVM;

src/ProfileExplorerCore/DocumentSectionLoader.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System;
54
using System.Collections.Generic;
65
using System.Security.Cryptography;

src/ProfileExplorerCore/FileFormat/FileArchive.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System;
54
using System.Collections.Generic;
65
using System.Threading.Tasks;

src/ProfileExplorerCore/Graph/CallGraphPrinter.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System;
54
using System.Collections.Generic;
65
using System.Text;

src/ProfileExplorerCore/Graph/DominatorTreePrinter.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (c) Microsoft Corporation
2-
// The Microsoft Corporation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
43
using System.Collections.Generic;
54
using System.Diagnostics;
65
using System.Text;

0 commit comments

Comments
 (0)