diff options
| -rw-r--r-- | fs/cifs/smb1ops.c | 14 | ||||
| -rw-r--r-- | fs/cifs/smb2ops.c | 13 |
2 files changed, 1 insertions, 26 deletions
diff --git a/fs/cifs/smb1ops.c b/fs/cifs/smb1ops.c index c4e75afa3258..9e430ae9314f 100644 --- a/fs/cifs/smb1ops.c +++ b/fs/cifs/smb1ops.c | |||
| @@ -1,20 +1,8 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* | 2 | /* |
| 2 | * SMB1 (CIFS) version specific operations | 3 | * SMB1 (CIFS) version specific operations |
| 3 | * | 4 | * |
| 4 | * Copyright (c) 2012, Jeff Layton <jlayton@redhat.com> | 5 | * Copyright (c) 2012, Jeff Layton <jlayton@redhat.com> |
| 5 | * | ||
| 6 | * This library is free software; you can redistribute it and/or modify | ||
| 7 | * it under the terms of the GNU General Public License v2 as published | ||
| 8 | * by the Free Software Foundation. | ||
| 9 | * | ||
| 10 | * This library is distributed in the hope that it will be useful, | ||
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See | ||
| 13 | * the GNU Lesser General Public License for more details. | ||
| 14 | * | ||
| 15 | * You should have received a copy of the GNU Lesser General Public License | ||
| 16 | * along with this library; if not, write to the Free Software | ||
| 17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 18 | */ | 6 | */ |
| 19 | 7 | ||
| 20 | #include <linux/pagemap.h> | 8 | #include <linux/pagemap.h> |
diff --git a/fs/cifs/smb2ops.c b/fs/cifs/smb2ops.c index e921e6511728..3fdc6a41b304 100644 --- a/fs/cifs/smb2ops.c +++ b/fs/cifs/smb2ops.c | |||
| @@ -3,19 +3,6 @@ | |||
| 3 | * SMB2 version specific operations | 3 | * SMB2 version specific operations |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2012, Jeff Layton <jlayton@redhat.com> | 5 | * Copyright (c) 2012, Jeff Layton <jlayton@redhat.com> |
| 6 | * | ||
| 7 | * This library is free software; you can redistribute it and/or modify | ||
| 8 | * it under the terms of the GNU General Public License v2 as published | ||
| 9 | * by the Free Software Foundation. | ||
| 10 | * | ||
| 11 | * This library is distributed in the hope that it will be useful, | ||
| 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See | ||
| 14 | * the GNU Lesser General Public License for more details. | ||
| 15 | * | ||
| 16 | * You should have received a copy of the GNU Lesser General Public License | ||
| 17 | * along with this library; if not, write to the Free Software | ||
| 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 19 | */ | 6 | */ |
| 20 | 7 | ||
| 21 | #include <linux/pagemap.h> | 8 | #include <linux/pagemap.h> |
