summaryrefslogtreecommitdiffstats
path: root/source/tdb/spinlock.c
diff options
context:
space:
mode:
authorCVS Import User <samba-bugs@samba.org>2004-04-04 11:38:24 +0000
committerCVS Import User <samba-bugs@samba.org>2004-04-04 11:38:24 +0000
commit211fcde5103a2eeaa5c4a71040f49d3400c1491e (patch)
tree48c6de8f701a65555dacc860197e1307da268a4c /source/tdb/spinlock.c
parent139b1658ca30692835c1a7203c7cd003e587ac12 (diff)
downloadsamba-211fcde5103a2eeaa5c4a71040f49d3400c1491e.tar.gz
samba-211fcde5103a2eeaa5c4a71040f49d3400c1491e.tar.xz
samba-211fcde5103a2eeaa5c4a71040f49d3400c1491e.zip
r5: merge in the SAMBA_3_0_RELEASE branch from cvs
to checkout try: svn co svn+ssh://svn.samba.org/home/svn/samba/branches/SAMBA_3_0_RELEASE samba-3_0-release metze
Diffstat (limited to 'source/tdb/spinlock.c')
-rw-r--r--source/tdb/spinlock.c28
1 files changed, 11 insertions, 17 deletions
diff --git a/source/tdb/spinlock.c b/source/tdb/spinlock.c
index 24c4371decc..3b3ebefded3 100644
--- a/source/tdb/spinlock.c
+++ b/source/tdb/spinlock.c
@@ -1,27 +1,21 @@
/*
Unix SMB/CIFS implementation.
-
- trivial database library
-
+ Samba database functions
Copyright (C) Anton Blanchard 2001
- ** 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 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.
- 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,
+ This program 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
- Lesser General Public License for more details.
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- 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
+ 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.
*/
#if HAVE_CONFIG_H
#include <config.h>