1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-12 12:23:50 +03:00

Added a reminder about programs using the tdb bindings having to be

licensed under the GPL.
This commit is contained in:
Tim Potter
-
parent bd64a291a8
commit aa3ec7618f

View File

@@ -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"