diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-04-24 02:39:14 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-04-24 03:27:54 +0200 |
commit | fb05e82c99f0779bd44371a2bdafdd7147448dd5 (patch) | |
tree | aeba3639455ece29a4afddf0d1a0a1ff0ef65ec3 /lib/talloc | |
parent | febc4a730ad55b781b94fdc3a9f5ed6c5bc488ab (diff) | |
download | samba-fb05e82c99f0779bd44371a2bdafdd7147448dd5.tar.gz samba-fb05e82c99f0779bd44371a2bdafdd7147448dd5.tar.bz2 samba-fb05e82c99f0779bd44371a2bdafdd7147448dd5.zip |
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
Diffstat (limited to 'lib/talloc')
-rw-r--r-- | lib/talloc/talloc.3.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/talloc/talloc.3.xml b/lib/talloc/talloc.3.xml index a327922dbe..99e8bcdb2f 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 |