diff options
author | Tim Potter <tpot@samba.org> | 2002-05-22 23:31:44 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-05-22 23:31:44 +0000 |
commit | 08356ec38a5be239b6ab53ee75f3735c29b677a7 (patch) | |
tree | a0d52011f288d3547a5e43ce317974a7ce54f6f4 /source/python | |
parent | 490b95a35d1e2ccd3b80db5cfcf7b9804901d36e (diff) | |
download | samba-08356ec38a5be239b6ab53ee75f3735c29b677a7.tar.gz samba-08356ec38a5be239b6ab53ee75f3735c29b677a7.tar.xz samba-08356ec38a5be239b6ab53ee75f3735c29b677a7.zip |
Got gdb and gpl confused. (-:
Diffstat (limited to 'source/python')
-rw-r--r-- | source/python/py_tdb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/python/py_tdb.c b/source/python/py_tdb.c index 7d82d1177e1..ae47924e25f 100644 --- a/source/python/py_tdb.c +++ b/source/python/py_tdb.c @@ -19,9 +19,9 @@ */ /* - 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: + NOTE: Since tdb is licensed under the GPL, any program that uses these + bindings must also be licensed under the GPL or a GPL compatible + license. See the following URL for details: http://www.gnu.org/licenses/gpl-faq.html#IfInterpreterIsGPL */ |