diff options
author | Tim Potter <tpot@samba.org> | 2002-05-23 02:36:53 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-05-23 02:36:53 +0000 |
commit | c6d53c2798d07bc66d1bcc7112d3e73b8bf6d33b (patch) | |
tree | 0922106b8b32f468c59f83393cc423eea37dd353 /source3/python | |
parent | 6cb803dd06d32596d2128ad90110e5be4bcfd8a1 (diff) | |
download | samba-c6d53c2798d07bc66d1bcc7112d3e73b8bf6d33b.tar.gz samba-c6d53c2798d07bc66d1bcc7112d3e73b8bf6d33b.tar.bz2 samba-c6d53c2798d07bc66d1bcc7112d3e73b8bf6d33b.zip |
Another change to the GPL "abandon hope all who enter here" warning.
(This used to be commit 1d75b548de8b667673cf136306388546eb3bd98d)
Diffstat (limited to 'source3/python')
-rw-r--r-- | source3/python/py_tdb.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/python/py_tdb.c b/source3/python/py_tdb.c index ae47924e25..4969c1047e 100644 --- a/source3/python/py_tdb.c +++ b/source3/python/py_tdb.c @@ -19,11 +19,11 @@ */ /* - 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: + NOTE: Since tdb is licenced under the GPL any program that uses these bindings + must be distributed under the GPL license terms since this is what + the GPL requires. - http://www.gnu.org/licenses/gpl-faq.html#IfInterpreterIsGPL + http://www.gnu.org/licenses/gpl-faq.html#IfInterpreterIsGPL */ #include "includes.h" |