summaryrefslogtreecommitdiffstats
path: root/source/lib/talloc.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-12-01 00:43:34 +0000
committerJeremy Allison <jra@samba.org>2005-12-01 00:43:34 +0000
commit8b0be74864dae41b373567b0a15abbdee3586ccf (patch)
tree9a5acdccc72955c3aa79bc1ee653d7d69d0e285b /source/lib/talloc.c
parentc9e5a09d558180ab3d0858ceabc08e2ea23c503f (diff)
downloadsamba-8b0be74864dae41b373567b0a15abbdee3586ccf.tar.gz
samba-8b0be74864dae41b373567b0a15abbdee3586ccf.tar.xz
samba-8b0be74864dae41b373567b0a15abbdee3586ccf.zip
r11985: Move to LGPL as per tridge's Samba4 change.
Jeremy.
Diffstat (limited to 'source/lib/talloc.c')
-rw-r--r--source/lib/talloc.c32
1 files changed, 18 insertions, 14 deletions
diff --git a/source/lib/talloc.c b/source/lib/talloc.c
index b95e35152fe..00f889d682c 100644
--- a/source/lib/talloc.c
+++ b/source/lib/talloc.c
@@ -1,4 +1,4 @@
-/*
+/*
Samba Unix SMB/CIFS implementation.
Samba trivial allocation library - new interface
@@ -6,20 +6,24 @@
NOTE: Please read talloc_guide.txt for full documentation
Copyright (C) Andrew Tridgell 2004
-
- 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 program is distributed in the hope that it will be useful,
+
+ ** NOTE! The following LGPL license applies to the talloc
+ ** 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
- 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 General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ 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 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
*/
/*