diff options
author | Harald Welte <laforge@gnumonks.org> | 2015-10-25 21:00:20 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2015-10-25 21:00:20 +0100 |
commit | fca59bea770346cf1c1f9b0e00cb48a61b44a8f3 (patch) | |
tree | a2011270df48d3501892ac1a56015c8be57e8a7d /2007/gpl-compliance-tw2007/gpl-compliance/mgp00013.txt |
import of old now defunct presentation slides svn repo
Diffstat (limited to '2007/gpl-compliance-tw2007/gpl-compliance/mgp00013.txt')
-rw-r--r-- | 2007/gpl-compliance-tw2007/gpl-compliance/mgp00013.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/2007/gpl-compliance-tw2007/gpl-compliance/mgp00013.txt b/2007/gpl-compliance-tw2007/gpl-compliance/mgp00013.txt new file mode 100644 index 0000000..a21006e --- /dev/null +++ b/2007/gpl-compliance-tw2007/gpl-compliance/mgp00013.txt @@ -0,0 +1,18 @@ +How to (not) use GPL Software +GPL And Embedded Systems + +Historical background: +The GPL was written for userspace programs running on existing operating systems +Covering a whole OS (and even userspace programs) is not an ideal match, but if you read it carefully it still makes sense + +Toolchain: +"... the source code distributed need not include anything that is normally +distributed (in either source or binary form) with the major components +(compiler, kernel, and so on) of the operating system on which the executable +runs, unless that component itself accompanies the executable." +Practical case: +You've modified gcc for a specific embedded platform +Therefore, this gcc is not "normally distributed with the operating system" and you have to distribute it together with the source code +gcc itself is covered under GPL, so you need to provide binaries and source code(!) + + |