summaryrefslogtreecommitdiff
path: root/source3/tdb/spinlock.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-03-28 02:19:58 +0000
committerAndrew Tridgell <tridge@samba.org>2004-03-28 02:19:58 +0000
commitfb53eff3e1a2cbd917f22de26534f84adacd8ca8 (patch)
treea6582b6c374027072b039a37e67ef01745368463 /source3/tdb/spinlock.c
parent7c2b0d536b5b76aeec60a5c1d4be8316d19099d9 (diff)
downloadsamba-fb53eff3e1a2cbd917f22de26534f84adacd8ca8.tar.gz
samba-fb53eff3e1a2cbd917f22de26534f84adacd8ca8.tar.bz2
samba-fb53eff3e1a2cbd917f22de26534f84adacd8ca8.zip
merge tdb changes from samba4 - this means tdb is now under the LGPL, as discussed and agreed previously
(This used to be commit 9d1a08d65c4235a2a3941bba5b71631c4c35c9b7)
Diffstat (limited to 'source3/tdb/spinlock.c')
-rw-r--r--source3/tdb/spinlock.c28
1 files changed, 17 insertions, 11 deletions
diff --git a/source3/tdb/spinlock.c b/source3/tdb/spinlock.c
index 3b3ebefded..24c4371dec 100644
--- a/source3/tdb/spinlock.c
+++ b/source3/tdb/spinlock.c
@@ -1,21 +1,27 @@
/*
Unix SMB/CIFS implementation.
- Samba database functions
+
+ trivial database library
+
Copyright (C) Anton Blanchard 2001
- This program is free software; you can redistribute it and/or modify
- 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.
+ ** NOTE! The following LGPL license applies to the tdb
+ ** library. This does NOT imply that all of Samba is released
+ ** under the LGPL
- 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
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#if HAVE_CONFIG_H
#include <config.h>