diff options
Diffstat (limited to 'source3/python')
-rw-r--r-- | source3/python/py_tdb.c | 2 | ||||
-rw-r--r-- | source3/python/py_tdb.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/python/py_tdb.c b/source3/python/py_tdb.c index 322d367eda..9446ac9124 100644 --- a/source3/python/py_tdb.c +++ b/source3/python/py_tdb.c @@ -10,7 +10,7 @@ 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. + version 3 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 diff --git a/source3/python/py_tdb.h b/source3/python/py_tdb.h index 5134d2ff96..2eea555437 100644 --- a/source3/python/py_tdb.h +++ b/source3/python/py_tdb.h @@ -10,7 +10,7 @@ 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. + version 3 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 |