summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-04-24 02:39:14 +0200
committerKarolin Seeger <kseeger@samba.org>2011-09-16 20:41:43 +0200
commitbaff9d509f4f3a50ef7b1c22989e3b2d6788ca7b (patch)
tree43a1326e4102f462b630c6ffe3f3874d78078936 /lib
parentdfd0961f4b97f5cdf9ff3a3b8f1c4ce624df09da (diff)
downloadsamba-baff9d509f4f3a50ef7b1c22989e3b2d6788ca7b.tar.gz
Fix license info for talloc in manpage.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Apr 24 03:27:54 CEST 2011 on sn-devel-104 (cherry picked from commit fb05e82c99f0779bd44371a2bdafdd7147448dd5) (cherry picked from commit 39b7c96517995d2b14e19a006cb18ef642cb98ff)
Diffstat (limited to 'lib')
-rw-r--r--lib/talloc/talloc.3.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/talloc/talloc.3.xml b/lib/talloc/talloc.3.xml
index a327922dbea..bfb20419b02 100644
--- a/lib/talloc/talloc.3.xml
+++ b/lib/talloc/talloc.3.xml
@@ -783,9 +783,9 @@ if (ptr) memcpy(ptr, p, strlen(p)+1);</programlisting>
</para>
<para>
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 3 of the License, or (at
- your option) any later version.
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 3 of the
+ License, or (at your option) any later version.
</para>
<para>
This program is distributed in the hope that it will be useful, but