Skip to content

Commit c12cc29

Browse files
committed
Change to MIT Livense
1 parent 4408755 commit c12cc29

File tree

4 files changed

+31
-678
lines changed

4 files changed

+31
-678
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Clone the project and build with Visual Studio 2022
1111
.NET Framework 4.8
1212
Visual Studio 2022
1313
Inno Setup to build the installer
14-
14+
iscc (Inno Setup Command Line Compiler) must be in your PATH environment variable
1515

1616
### Installing
1717

@@ -28,5 +28,5 @@ This project is not open for contributions right now. Please log any issues or q
2828

2929
## License
3030

31-
This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 - see the license.txt file for details
31+
This project is licensed under the MIT License - see the license.txt file for details
3232

SortDesktopIcons.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
<ItemGroup>
147147
<Content Include="InnoSetup\Output\SortDesktopIcons.exe" />
148148
<Content Include="InnoSetup\SortIconsSetup.iss" />
149+
<Content Include="license.txt" />
149150
<Content Include="SortIcons.ico" />
150151
</ItemGroup>
151152
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

SortIcons.cs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
// Copyright (c) 2025 Thomas F. Hornyak, Tom Hornyak Enterprise LLC
2-
1+
/* Copyright (C) 2023 - 2025 Thomas F. Hornyak, Tom Hornyak Enterprise LLC - All Rights Reserved
2+
* You may use, distribute and modify this code under the
3+
* terms of theMIT PUBLIC LICENSE Version 3, 29 June 2007 license
4+
*
5+
* You should have received a copy of the license with
6+
* this software. If not, visit: https://www.gnu.org/licenses/gpl-3.0.en.html
7+
*/
38
using System;
49
using System.Collections.Generic;
510
using System.Linq;

0 commit comments

Comments
 (0)