summaryrefslogtreecommitdiff
path: root/2007/gpl-compliance-tw2007/gpl-compliance/mgp00007.txt
blob: 7c531cdefa7915cf0c784084c7b0bc810686e5b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
How to (not) use GPL Software
Complete Source Code

"... complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable."

For standard C-language programs, this means:
Source Code
Makefiles
compile-time Configuration (such as kernel .config)

General Rule:
Intent of License is to enable user to run modified versions of the program.  They need to be enabled to do so.


personal git repositories of Harald Welte. Your mileage may vary