diff options
author | Kim Kibum <kb0929.kim@samsung.com> | 2012-05-21 17:42:02 +0900 |
---|---|---|
committer | Kim Kibum <kb0929.kim@samsung.com> | 2012-05-21 17:42:02 +0900 |
commit | a3e1b0949f2734a7296074f6b80c0c100da2bd3e (patch) | |
tree | 396ba284386385d66cdb864bbb773ac6eaa959c5 /COPYING | |
parent | 2924cc08916c97ace431cd8936a3525d42dbcaa8 (diff) | |
download | fakeroot-a3e1b0949f2734a7296074f6b80c0c100da2bd3e.tar.gz fakeroot-a3e1b0949f2734a7296074f6b80c0c100da2bd3e.tar.bz2 fakeroot-a3e1b0949f2734a7296074f6b80c0c100da2bd3e.zip |
Upload Tizen:Base source
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ +I suppose 'libtricks' will take the quest of finding border-cases for the GPL +yet one more (small) step forward. Does every dynamically linked executable +fall under the GPL once someone said `LD_PRELOAD=libtricks.so.0.0 executable'? +That seems to be a rather strange interpretation of the GPL. +The way I (as author of libtricks) see it: + - you're free to link any program with this library and run it. + - Only when you give away or sell copies of a program that is + _set up_ to use this library (or needs it), that program will be + considered a ``work based on the library'', and thus fall under GPL. + + +I've considered using LGPL, but I decided against that because + - I still don't quite understand it's terms. + - I actually don't want a program that really needs this + library to be distributed with any other licence than (L)GPL. + +joost witteveen. + + +For the tekst of the GPL, see /usr/doc/copyright/GPL of any debian system. |