diff options
author | Volker Lendecke <vl@samba.org> | 2012-09-18 16:19:07 -0700 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-09-23 07:20:20 -0700 |
commit | a272635b792a806f589cd5a6a3a345cdc855b4be (patch) | |
tree | e113300f6db4e352747d23776a0554140773985a | |
parent | e0fdeda86cfc75cfe2bdd7dffeef7fc9e173c8aa (diff) | |
download | samba-a272635b792a806f589cd5a6a3a345cdc855b4be.tar.gz samba-a272635b792a806f589cd5a6a3a345cdc855b4be.tar.xz samba-a272635b792a806f589cd5a6a3a345cdc855b4be.zip |
s3: Fix some nonempty line endings
-rw-r--r-- | source3/libsmb/clioplock.c | 8 |
1 files changed, 4 insertions, 4 deletions
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 <http://www.gnu.org/licenses/>. */ |