diff options
Diffstat (limited to 'source3/locking')
-rw-r--r-- | source3/locking/brlock.c | 2 | ||||
-rw-r--r-- | source3/locking/locking.c | 2 | ||||
-rw-r--r-- | source3/locking/posix.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source3/locking/brlock.c b/source3/locking/brlock.c index 9b90d87ff0b..2a6299a563e 100644 --- a/source3/locking/brlock.c +++ b/source3/locking/brlock.c @@ -8,7 +8,7 @@ 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 + 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/locking/locking.c b/source3/locking/locking.c index 6f7d2d53c6b..31679c158d0 100644 --- a/source3/locking/locking.c +++ b/source3/locking/locking.c @@ -7,7 +7,7 @@ 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 + 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/locking/posix.c b/source3/locking/posix.c index 0b38d289d84..22091bc0ea8 100644 --- a/source3/locking/posix.c +++ b/source3/locking/posix.c @@ -5,7 +5,7 @@ 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 + 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, |