forked from CosmosOS/Cosmos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
GPL is a viral licnese. | ||
|
||
However we only call these as EXEs and do not wrap them in a reusable exportable manner. We simply call these EXEs to perform the tasks they are built for as a small stage of our build. This is legal under GPL. | ||
|
||
If it wasn't, no user could run any GPL based EXE on any on GPL based OS. | ||
|
||
Use of such an EXE does not require Cosmos to be GPL. | ||
|
||
For futher info: | ||
https://softwareengineering.stackexchange.com/questions/205689/using-exe-of-program-with-gnu-general-public-license-version-2-0-for-commercial |