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 | 8955286b321db3b3283e99706cf294f191cdcc78 (patch) | |
tree | cd50de1dc60337df7ecfd300097fbc6c56ebbd43 /source3/python | |
parent | 60d29a9fefe6ef6c79052adb74e6458dd87d5877 (diff) | |
download | samba-8955286b321db3b3283e99706cf294f191cdcc78.tar.gz samba-8955286b321db3b3283e99706cf294f191cdcc78.tar.bz2 samba-8955286b321db3b3283e99706cf294f191cdcc78.zip |
Got gdb and gpl confused. (-:
(This used to be commit 08356ec38a5be239b6ab53ee75f3735c29b677a7)
Diffstat (limited to 'source3/python')
-rw-r--r-- | source3/python/py_tdb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/python/py_tdb.c b/source3/python/py_tdb.c index 7d82d1177e..ae47924e25 100644 --- a/source3/python/py_tdb.c +++ b/source3/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 */ |