Browse Source

Move license.txt to root folder LICENSE file

pull/3358/head
Christoph Wille 4 months ago
parent
commit
4bad0c7a4b
  1. 2
      ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj
  2. 2
      ILSpy.AddIn/ILSpy.AddIn.csproj
  3. 2
      ILSpy/ILSpy.csproj
  4. 0
      LICENSE
  5. 2
      doc/ILSpyAboutPage.txt
  6. 2
      doc/ILSpyAboutPage_zh_Hans.txt

2
ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj

@ -149,7 +149,7 @@ @@ -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>

2
ILSpy.AddIn/ILSpy.AddIn.csproj

@ -148,7 +148,7 @@ @@ -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>

2
ILSpy/ILSpy.csproj

@ -58,7 +58,7 @@ @@ -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" />

0
doc/license.txt → LICENSE

2
doc/ILSpyAboutPage.txt

@ -3,7 +3,7 @@ ILSpy is the open-source .NET assembly browser and decompiler. @@ -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.

2
doc/ILSpyAboutPage_zh_Hans.txt

@ -4,7 +4,7 @@ ILSpy 是开源的 .NET 程序集浏览器和反编译器。 @@ -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 许可证发行。

Loading…
Cancel
Save