Skip to content

License mismatch in VbMyTemplateText.vb and project root #50604

@sergeyQx

Description

@sergeyQx

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

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions