Skip to content

Commit 4bad0c7

Browse files
Move license.txt to root folder LICENSE file
1 parent d0eeef4 commit 4bad0c7

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
</ItemGroup>
150150

151151
<ItemGroup>
152-
<Content Include="..\doc\license.txt" Link="license.txt">
152+
<Content Include="..\LICENSE" Link="license.txt">
153153
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
154154
<IncludeInVSIX>true</IncludeInVSIX>
155155
</Content>

ILSpy.AddIn/ILSpy.AddIn.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
</ItemGroup>
149149

150150
<ItemGroup>
151-
<Content Include="..\doc\license.txt" Link="license.txt">
151+
<Content Include="..\LICENSE" Link="license.txt">
152152
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
153153
<IncludeInVSIX>true</IncludeInVSIX>
154154
</Content>

ILSpy/ILSpy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<EmbeddedResource Include="..\doc\ILSpyAboutPage.txt" />
5959
<EmbeddedResource Include="..\doc\ILSpyAboutPage_zh_Hans.txt" />
6060
<EmbeddedResource Include="..\doc\third-party-notices.txt" />
61-
<EmbeddedResource Include="..\doc\license.txt">
61+
<EmbeddedResource Include="..\LICENSE">
6262
<Link>license.txt</Link>
6363
</EmbeddedResource>
6464
<Resource Include="Images\NuGet.png" />
File renamed without changes.

doc/ILSpyAboutPage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ILSpy is the open-source .NET assembly browser and decompiler.
33
Website: https://ilspy.net/
44
Found a bug? https://github.com/icsharpcode/ILSpy/issues/new/choose
55

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

99
ILSpy is distributed under the MIT License.

doc/ILSpyAboutPage_zh_Hans.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ILSpy 是开源的 .NET 程序集浏览器和反编译器。
44
反馈BUG: https://github.com/icsharpcode/ILSpy/issues/new/choose
55
中文翻译反馈:https://github.com/maikebing/ILSpy/issues
66

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

1010
ILSpy 基于 MIT 许可证发行。

0 commit comments

Comments
 (0)