summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-12-01 00:43:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:41 -0500
commit5f733f12a690275a58510b752dfeffe7fd9a4ff5 (patch)
tree549b51c7aaf4cbee55cefb7054a49e9417eab087 /source3/lib
parent0732d2505799920799321d81515df53d62fa4f86 (diff)
downloadsamba-5f733f12a690275a58510b752dfeffe7fd9a4ff5.tar.gz
samba-5f733f12a690275a58510b752dfeffe7fd9a4ff5.tar.bz2
samba-5f733f12a690275a58510b752dfeffe7fd9a4ff5.zip
r11985: Move to LGPL as per tridge's Samba4 change.
Jeremy. (This used to be commit 3804c4ca3914788e3d3780817ef016421418e11f)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/talloc.c32
1 files changed, 18 insertions, 14 deletions
diff --git a/source3/lib/talloc.c b/source3/lib/talloc.c
index b95e35152f..00f889d682 100644
--- a/source3/lib/talloc.c
+++ b/source3/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
*/
/*