diff options
author | Tim Potter <tpot@samba.org> | 2002-05-22 00:43:04 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-05-22 00:43:04 +0000 |
commit | dc86e2b710048653fa75a3c39ca8a153a5a10e23 (patch) | |
tree | d4234c30abd0b979b561ec8ace26ce0313bae57e | |
parent | 98548e188ac72c16a809bb54cd3e81a22d150513 (diff) | |
download | samba-dc86e2b710048653fa75a3c39ca8a153a5a10e23.tar.gz samba-dc86e2b710048653fa75a3c39ca8a153a5a10e23.tar.bz2 samba-dc86e2b710048653fa75a3c39ca8a153a5a10e23.zip |
Added a reminder about programs using the tdb bindings having to be
licensed under the GPL.
(This used to be commit aa3ec7618fe39ddc75755098433572b271197af4)
-rw-r--r-- | source3/python/py_tdb.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/python/py_tdb.c b/source3/python/py_tdb.c index 134eb93f54..7d82d1177e 100644 --- a/source3/python/py_tdb.c +++ b/source3/python/py_tdb.c @@ -18,6 +18,14 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +/* + NOTE: Since tdb is licensed under the gdb, any program that uses these + bindings must also be licensed under the GPL. See the following URL for + details: + + http://www.gnu.org/licenses/gpl-faq.html#IfInterpreterIsGPL +*/ + #include "includes.h" #include "Python.h" |