From: Volker Lendecke Date: Tue, 18 Sep 2012 23:19:07 +0000 (-0700) Subject: s3: Fix some nonempty line endings X-Git-Tag: talloc-2.0.8~192 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a272635b792a806f589cd5a6a3a345cdc855b4be;p=thirdparty%2Fsamba.git s3: Fix some nonempty line endings --- diff --git a/source3/libsmb/clioplock.c b/source3/libsmb/clioplock.c index 0b3ca2c0add..fdf573e6e06 100644 --- a/source3/libsmb/clioplock.c +++ b/source3/libsmb/clioplock.c @@ -1,18 +1,18 @@ -/* +/* Unix SMB/CIFS implementation. SMB client oplock functions Copyright (C) Andrew Tridgell 2001 - + 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. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program. If not, see . */