Browse Source

Merge pull request #3358 from icsharpcode/fix/licloc

Move license.txt to root folder LICENSE file
pull/3359/head
Siegfried Pammer 4 months ago committed by GitHub
parent
commit
9da70dfb32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj
  2. 2
      ILSpy.AddIn.VS2022/source.extension.vsixmanifest.template
  3. 2
      ILSpy.AddIn/ILSpy.AddIn.csproj
  4. 2
      ILSpy.AddIn/source.extension.vsixmanifest.template
  5. 2
      ILSpy/ILSpy.csproj
  6. 0
      LICENSE
  7. 2
      doc/ILSpyAboutPage.txt
  8. 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.VS2022/source.extension.vsixmanifest.template

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

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.AddIn/source.extension.vsixmanifest.template

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

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