Skip to content

Commit

Permalink
Added LICENSE.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfKoban committed Oct 3, 2023
1 parent ac7a30f commit 74e5752
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 5 deletions.
21 changes: 21 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Ralf Koban

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
7 changes: 7 additions & 0 deletions MiKo.Analyzer.Vsix2019/MiKo.Analyzer.Vsix2019.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="..\LICENSE.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
<Link>LICENSE.txt</Link>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
<Target Name="IncludeNETStandardFacadeInVSIX" AfterTargets="ImplicitlyExpandNETStandardFacades">
Expand Down
1 change: 1 addition & 0 deletions MiKo.Analyzer.Vsix2019/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<DisplayName>MiKo Analyzers</DisplayName>
<Description xml:space="preserve">A diagnostic extension for the .NET Compiler Platform ("Roslyn") that checks for different metrics such as Lines of Code or Cyclomatic Complexity; in addition to several documentation, maintainability, naming, ordering and performance rules.</Description>
<MoreInfo>https://github.com/RalfKoban/MiKo-Analyzers</MoreInfo>
<License>LICENSE.txt</License>
<Preview>true</Preview>
</Metadata>
<Installation>
Expand Down
7 changes: 7 additions & 0 deletions MiKo.Analyzer.Vsix2022/MiKo.Analyzer.Vsix2022.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="..\LICENSE.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
<Link>LICENSE.txt</Link>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
<Target Name="IncludeNETStandardFacadeInVSIX" AfterTargets="ImplicitlyExpandNETStandardFacades">
Expand Down
1 change: 1 addition & 0 deletions MiKo.Analyzer.Vsix2022/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<DisplayName>MiKo Analyzers</DisplayName>
<Description xml:space="preserve">A diagnostic extension for the .NET Compiler Platform ("Roslyn") that checks for different metrics such as Lines of Code or Cyclomatic Complexity; in addition to several documentation, maintainability, naming, ordering and performance rules.</Description>
<MoreInfo>https://github.com/RalfKoban/MiKo-Analyzers</MoreInfo>
<License>LICENSE.txt</License>
<Preview>true</Preview>
</Metadata>
<Installation>
Expand Down
13 changes: 8 additions & 5 deletions MiKo.Analyzer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Code", "Code", "{E8DA3417-4698-4F8E-9D6A-715988F81B7A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D373AFD7-B57A-4448-9D82-B9881A4F2350}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub", "GitHub", "{65D8ACB8-FDD0-48FF-8FE9-1C8669BC750A}"
ProjectSection(SolutionItems) = preProject
Expand All @@ -40,11 +43,6 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Setups", "Setups", "{6884DFBE-B811-4B89-B435-1D2125AE9E7A}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
MiKo.Analyzer.Shared\MiKo.Analyzer.Shared.projitems*{0e08768e-eb1c-4673-be1d-b396b28bba69}*SharedItemsImports = 5
MiKo.Analyzer.Shared\MiKo.Analyzer.Shared.projitems*{8a34d670-6bbf-4d20-b18b-dd95bf3a9f71}*SharedItemsImports = 13
MiKo.Analyzer.Shared\MiKo.Analyzer.Shared.projitems*{cb799a10-4c44-498d-a682-0555347c207a}*SharedItemsImports = 5
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Expand Down Expand Up @@ -110,4 +108,9 @@ Global
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7625E68D-A5A2-4509-A414-C33EB474E87C}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
MiKo.Analyzer.Shared\MiKo.Analyzer.Shared.projitems*{0e08768e-eb1c-4673-be1d-b396b28bba69}*SharedItemsImports = 5
MiKo.Analyzer.Shared\MiKo.Analyzer.Shared.projitems*{8a34d670-6bbf-4d20-b18b-dd95bf3a9f71}*SharedItemsImports = 13
MiKo.Analyzer.Shared\MiKo.Analyzer.Shared.projitems*{cb799a10-4c44-498d-a682-0555347c207a}*SharedItemsImports = 5
EndGlobalSection
EndGlobal

0 comments on commit 74e5752

Please sign in to comment.