From 2d4dda0688d5c88fb73ae17db970afe9d0f77f6a Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 12 Jan 2010 22:58:51 +0100 Subject: s3: Lift the version of the scannedonly VFS module --- source3/modules/vfs_scannedonly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules') diff --git a/source3/modules/vfs_scannedonly.c b/source3/modules/vfs_scannedonly.c index 8699bff162..69958988ac 100644 --- a/source3/modules/vfs_scannedonly.c +++ b/source3/modules/vfs_scannedonly.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, -- cgit