blob: 75dc73ad3fc6d0e767ed5e5b45568030a7b35df0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
How to (not) use GPL Software
The GNU GPL revisited
Revisiting the GNU General Public License
Regulates distribution of copyrighted code, not usage
Allows distribution of source code and modified source code
The license itself is mentioned
A copy of the license accompanies every copy
Allows distribution of binaries or modified binaries, if
The license itself is mentioned
A copy of the license accompanies every copy
The complete source code is either included with the copy (alternatively a written offer to send the source code on request to any 3rd party)
|