Skip to content

Commit

Permalink
Merge pull request #3358 from icsharpcode/fix/licloc
Browse files Browse the repository at this point in the history
Move license.txt to root folder LICENSE file
  • Loading branch information
siegfriedpammer authored Jan 3, 2025
2 parents d0eeef4 + a0e22b1 commit 9da70df
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
</ItemGroup>

<ItemGroup>
<Content Include="..\doc\license.txt" Link="license.txt">
<Content Include="..\LICENSE" Link="license.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
Expand Down
2 changes: 1 addition & 1 deletion ILSpy.AddIn.VS2022/source.extension.vsixmanifest.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<DisplayName>ILSpy 2022</DisplayName>
<Description xml:space="preserve">Integrates the ILSpy decompiler into Visual Studio.</Description>
<MoreInfo>https://ilspy.net</MoreInfo>
<License>license.txt</License>
<License>LICENSE</License>
<Icon>ILSpy-Large.ico</Icon>
<Tags>ILSpy;IL;decompile;decompiler;decompilation;C#;CSharp;.NET;Productivity;Open Source;Free</Tags>
</Metadata>
Expand Down
2 changes: 1 addition & 1 deletion ILSpy.AddIn/ILSpy.AddIn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
</ItemGroup>

<ItemGroup>
<Content Include="..\doc\license.txt" Link="license.txt">
<Content Include="..\LICENSE" Link="license.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
Expand Down
2 changes: 1 addition & 1 deletion ILSpy.AddIn/source.extension.vsixmanifest.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<DisplayName>ILSpy</DisplayName>
<Description xml:space="preserve">Integrates the ILSpy decompiler into Visual Studio.</Description>
<MoreInfo>https://ilspy.net</MoreInfo>
<License>license.txt</License>
<License>LICENSE</License>
<Icon>ILSpy-Large.ico</Icon>
</Metadata>
<Installation>
Expand Down
2 changes: 1 addition & 1 deletion ILSpy/ILSpy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<EmbeddedResource Include="..\doc\ILSpyAboutPage.txt" />
<EmbeddedResource Include="..\doc\ILSpyAboutPage_zh_Hans.txt" />
<EmbeddedResource Include="..\doc\third-party-notices.txt" />
<EmbeddedResource Include="..\doc\license.txt">
<EmbeddedResource Include="..\LICENSE">
<Link>license.txt</Link>
</EmbeddedResource>
<Resource Include="Images\NuGet.png" />
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion doc/ILSpyAboutPage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ILSpy is the open-source .NET assembly browser and decompiler.
Website: https://ilspy.net/
Found a bug? https://github.com/icsharpcode/ILSpy/issues/new/choose

Copyright 2011-2023 AlphaSierraPapa for the ILSpy team
Copyright 2011-2025 AlphaSierraPapa for the ILSpy team
Current and past contributors: https://github.com/icsharpcode/ILSpy/graphs/contributors

ILSpy is distributed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion doc/ILSpyAboutPage_zh_Hans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ILSpy 是开源的 .NET 程序集浏览器和反编译器。
反馈BUG: https://github.com/icsharpcode/ILSpy/issues/new/choose
中文翻译反馈:https://github.com/maikebing/ILSpy/issues

Copyright 2011-2023 AlphaSierraPapa for the ILSpy team
Copyright 2011-2025 AlphaSierraPapa for the ILSpy team
当前和过去的贡献者: https://github.com/icsharpcode/ILSpy/graphs/contributors

ILSpy 基于 MIT 许可证发行。
Expand Down

0 comments on commit 9da70df

Please sign in to comment.