summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-05-20 17:50:42 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-05-20 17:50:42 +0000
commit41ff5006fbbb802f37449eb8fd0e5d6a80c88a19 (patch)
treed922751f5b1e9153dd9a8aa22380cdd09a07a90a /HACKING
parent3d3e4e78ac8ecd337e76745b72c7101ffe65eb84 (diff)
downloadgpsd-41ff5006fbbb802f37449eb8fd0e5d6a80c88a19.tar.gz
Merged in thread-callback and C++-wrapper support fom Alfredo Pironti.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING9
1 files changed, 9 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index a05c420c..d72af422 100644
--- a/HACKING
+++ b/HACKING
@@ -3,6 +3,15 @@ doing Ctl-C Ctl-t and browsing through the outline headers.
If you're looking for things to hack on, first see the TODO file.
+** The license on contributions
+
+The GPSD libraries are under the BSD license. Please do not send
+contributions with GPL attached!
+
+The reason for this policy is to avoid making people nervous about
+linking the GPSD libraries to applications that may be under other
+kicenses (such as MIT, BSD, AFL, etc.).
+
** Debugging
For debugging purposes, it may be helpful to configure with --disable-shared.