summaryrefslogtreecommitdiffstats
path: root/source/python
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-05-23 02:36:53 +0000
committerTim Potter <tpot@samba.org>2002-05-23 02:36:53 +0000
commit1d75b548de8b667673cf136306388546eb3bd98d (patch)
treede2f7776843bedebf14b7ec76c734e31c9874037 /source/python
parent22b0d5da63716028c8f4b61f002493aa67ba189a (diff)
downloadsamba-1d75b548de8b667673cf136306388546eb3bd98d.tar.gz
samba-1d75b548de8b667673cf136306388546eb3bd98d.tar.xz
samba-1d75b548de8b667673cf136306388546eb3bd98d.zip
Another change to the GPL "abandon hope all who enter here" warning.
Diffstat (limited to 'source/python')
-rw-r--r--source/python/py_tdb.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/python/py_tdb.c b/source/python/py_tdb.c
index ae47924e25f..4969c1047ef 100644
--- a/source/python/py_tdb.c
+++ b/source/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"