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

after discussion with the copyright holders tdb is now under the LGPL

(This used to be commit 51409e2a417fb0673f59e5c823d7fe54b21e6f76)
This commit is contained in:
Andrew Tridgell 2004-03-28 01:43:06 +00:00
parent ad15f42b6d
commit 3744324dbd
3 changed files with 56 additions and 38 deletions

View File

@ -1,21 +1,27 @@
/* /*
Unix SMB/CIFS implementation. Unix SMB/CIFS implementation.
Samba database functions
trivial database library
Copyright (C) Anton Blanchard 2001 Copyright (C) Anton Blanchard 2001
This program is free software; you can redistribute it and/or modify ** NOTE! The following LGPL license applies to the tdb
it under the terms of the GNU General Public License as published by ** library. This does NOT imply that all of Samba is released
the Free Software Foundation; either version 2 of the License, or ** under the LGPL
(at your option) any later version.
This program is distributed in the hope that it will be useful, This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
GNU General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU Lesser General Public
along with this program; if not, write to the Free Software License along with this library; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#if HAVE_CONFIG_H #if HAVE_CONFIG_H
#include <config.h> #include <config.h>

View File

@ -1,23 +1,29 @@
/* /*
Unix SMB/CIFS implementation. Unix SMB/CIFS implementation.
Samba database functions
Copyright (C) Andrew Tridgell 1999-2000 trivial database library
Copyright (C) Andrew Tridgell 1999-2004
Copyright (C) Paul `Rusty' Russell 2000 Copyright (C) Paul `Rusty' Russell 2000
Copyright (C) Jeremy Allison 2000-2003 Copyright (C) Jeremy Allison 2000-2003
This program is free software; you can redistribute it and/or modify ** NOTE! The following LGPL license applies to the tdb
it under the terms of the GNU General Public License as published by ** library. This does NOT imply that all of Samba is released
the Free Software Foundation; either version 2 of the License, or ** under the LGPL
(at your option) any later version.
This program is distributed in the hope that it will be useful, This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
GNU General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU Lesser General Public
along with this program; if not, write to the Free Software License along with this library; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */

View File

@ -3,22 +3,28 @@
/* /*
Unix SMB/CIFS implementation. Unix SMB/CIFS implementation.
Samba database functions
Copyright (C) Andrew Tridgell 1999
This program is free software; you can redistribute it and/or modify trivial database library
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, Copyright (C) Andrew Tridgell 1999-2004
** NOTE! The following LGPL license applies to the tdb
** library. This does NOT imply that all of Samba is released
** under the LGPL
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
GNU General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU Lesser General Public
along with this program; if not, write to the Free Software License along with this library; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#ifdef __cplusplus #ifdef __cplusplus