Skip to content

Commit

Permalink
Fix the issue that zip/7z packages contain still GPL v2
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Feb 10, 2021
1 parent 4b30d1b commit 949a777
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 119 deletions.
115 changes: 0 additions & 115 deletions PowerEditor/bin/license.txt

This file was deleted.

8 changes: 4 additions & 4 deletions PowerEditor/installer/packageAll.bat
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ rmdir /S /Q .\minimalist
mkdir .\minimalist
mkdir .\minimalist\userDefineLangs

copy /Y ..\bin\license.txt .\minimalist\
copy /Y ..\..\LICENSE .\minimalist\license.txt
If ErrorLevel 1 goto End
copy /Y ..\bin\readme.txt .\minimalist\
If ErrorLevel 1 goto End
Expand All @@ -96,7 +96,7 @@ rmdir /S /Q .\minimalist64
mkdir .\minimalist64
mkdir .\minimalist64\userDefineLangs

copy /Y ..\bin\license.txt .\minimalist64\
copy /Y ..\..\LICENSE .\minimalist64\license.txt
If ErrorLevel 1 goto End
copy /Y ..\bin\readme.txt .\minimalist64\
If ErrorLevel 1 goto End
Expand Down Expand Up @@ -156,7 +156,7 @@ mkdir .\zipped.package.release64\plugins\Config
mkdir .\zipped.package.release64\plugins\doc

rem Basic: Copy needed files into Notepad++ 32-bit package folders
copy /Y ..\bin\license.txt .\zipped.package.release\
copy /Y ..\..\LICENSE .\zipped.package.release\license.txt
If ErrorLevel 1 goto End
copy /Y ..\bin\readme.txt .\zipped.package.release\
If ErrorLevel 1 goto End
Expand All @@ -179,7 +179,7 @@ If ErrorLevel 1 goto End


rem Basic Copy needed files into Notepad++ 64-bit package folders
copy /Y ..\bin\license.txt .\zipped.package.release64\
copy /Y ..\..\LICENSE .\zipped.package.release64\license.txt
If ErrorLevel 1 goto End
copy /Y ..\bin\readme.txt .\zipped.package.release64\
If ErrorLevel 1 goto End
Expand Down

0 comments on commit 949a777

Please sign in to comment.