First line of VbMyTemplateText.vb https://github.com/dotnet/roslyn/blob/master/src/Compilers/VisualBasic/Portable/Symbols/EmbeddedSymbols/VbMyTemplateText.vb reads "Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information." while the License.txt at project root is MIT https://github.com/dotnet/roslyn/blob/master/License.txt which was introduced by the commit 0d04884 to fix the issue #37797
Expected Behavior:
Apache 2.0 should be replaced with MIT in VbMyTemplateText.vb and other files
Actual Behavior:
There is Apache 2.0 still
First line of VbMyTemplateText.vb https://github.com/dotnet/roslyn/blob/master/src/Compilers/VisualBasic/Portable/Symbols/EmbeddedSymbols/VbMyTemplateText.vb reads "Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information." while the License.txt at project root is MIT https://github.com/dotnet/roslyn/blob/master/License.txt which was introduced by the commit 0d04884 to fix the issue #37797
Expected Behavior:
Apache 2.0 should be replaced with MIT in VbMyTemplateText.vb and other files
Actual Behavior:
There is Apache 2.0 still