summaryrefslogtreecommitdiff
path: root/2007/gpl-compliance-tw2007/gpl-compliance/mgp00007.txt
diff options
context:
space:
mode:
Diffstat (limited to '2007/gpl-compliance-tw2007/gpl-compliance/mgp00007.txt')
-rw-r--r--2007/gpl-compliance-tw2007/gpl-compliance/mgp00007.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/2007/gpl-compliance-tw2007/gpl-compliance/mgp00007.txt b/2007/gpl-compliance-tw2007/gpl-compliance/mgp00007.txt
new file mode 100644
index 0000000..7c531cd
--- /dev/null
+++ b/2007/gpl-compliance-tw2007/gpl-compliance/mgp00007.txt
@@ -0,0 +1,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