diff options
author | Jeremy Allison <jra@samba.org> | 2007-07-09 19:46:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:28:21 -0500 |
commit | 2a9b4da0fa00d4ada504f49fafcadab7b0094331 (patch) | |
tree | 52d7ec5d739a2d0087444c222fa0cfe232a9957a /source3/lib/talloc | |
parent | d824b98f80ba186030cbb70b3a1e5daf80469ecd (diff) | |
download | samba-2a9b4da0fa00d4ada504f49fafcadab7b0094331.tar.gz samba-2a9b4da0fa00d4ada504f49fafcadab7b0094331.tar.bz2 samba-2a9b4da0fa00d4ada504f49fafcadab7b0094331.zip |
r23780: Find and fix more GPL2 -> GPL3.
Jeremy.
(This used to be commit c2f7ab1c175ecff0cf44d0bbc4763ba9f7d7803f)
Diffstat (limited to 'source3/lib/talloc')
-rwxr-xr-x | source3/lib/talloc/config.guess | 2 | ||||
-rwxr-xr-x | source3/lib/talloc/config.sub | 2 | ||||
-rw-r--r-- | source3/lib/talloc/talloc.3.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source3/lib/talloc/config.guess b/source3/lib/talloc/config.guess index ad5281e66e..30af5be004 100755 --- a/source3/lib/talloc/config.guess +++ b/source3/lib/talloc/config.guess @@ -7,7 +7,7 @@ timestamp='2005-08-03' # This file 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 +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but diff --git a/source3/lib/talloc/config.sub b/source3/lib/talloc/config.sub index 1c366dfde9..f0fcaf6361 100755 --- a/source3/lib/talloc/config.sub +++ b/source3/lib/talloc/config.sub @@ -11,7 +11,7 @@ timestamp='2005-07-08' # # This file 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 +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, diff --git a/source3/lib/talloc/talloc.3.xml b/source3/lib/talloc/talloc.3.xml index 83ca67a495..ed7466c9ee 100644 --- a/source3/lib/talloc/talloc.3.xml +++ b/source3/lib/talloc/talloc.3.xml @@ -721,7 +721,7 @@ if (ptr) memcpy(ptr, p, strlen(p)+1);</programlisting> <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 2 of the License, or (at + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. </para> <para> |