1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +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 0001-01-01 00:00:00 +00:00
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"