diff options
Diffstat (limited to 'source3/python')
-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" |