mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-23 16:53:58 -05:00
cifs: remove pathname for file from SPDX header
checkpatch complains about source files with filenames (e.g. in these cases just below the SPDX header in comments at the top of various files in fs/cifs). It also is helpful to change this now so will be less confusing when the parent directory is renamed e.g. from fs/cifs to fs/smb_client (or fs/smbfs) Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
6880fa6c56
commit
099dd788e3
48 changed files with 8 additions and 49 deletions
|
@ -1,6 +1,6 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/cache.c - CIFS filesystem cache index structure definitions
|
* CIFS filesystem cache index structure definitions
|
||||||
*
|
*
|
||||||
* Copyright (c) 2010 Novell, Inc.
|
* Copyright (c) 2010 Novell, Inc.
|
||||||
* Authors(s): Suresh Jayaraman (sjayaraman@suse.de>
|
* Authors(s): Suresh Jayaraman (sjayaraman@suse.de>
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
/*
|
/*
|
||||||
* fs/cifs_debug.c
|
|
||||||
*
|
*
|
||||||
* Copyright (C) International Business Machines Corp., 2000,2005
|
* Copyright (C) International Business Machines Corp., 2000,2005
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/* SPDX-License-Identifier: LGPL-2.1 */
|
/* SPDX-License-Identifier: LGPL-2.1 */
|
||||||
/*
|
/*
|
||||||
* fs/cifs/cifs_fs_sb.h
|
|
||||||
*
|
*
|
||||||
* Copyright (c) International Business Machines Corp., 2002,2004
|
* Copyright (c) International Business Machines Corp., 2002,2004
|
||||||
* Author(s): Steve French (sfrench@us.ibm.com)
|
* Author(s): Steve French (sfrench@us.ibm.com)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/* SPDX-License-Identifier: LGPL-2.1 */
|
/* SPDX-License-Identifier: LGPL-2.1 */
|
||||||
/*
|
/*
|
||||||
* fs/cifs/cifs_ioctl.h
|
|
||||||
*
|
*
|
||||||
* Structure definitions for io control for cifs/smb3
|
* Structure definitions for io control for cifs/smb3
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/cifs_spnego.c -- SPNEGO upcall management for CIFS
|
* SPNEGO upcall management for CIFS
|
||||||
*
|
*
|
||||||
* Copyright (c) 2007 Red Hat, Inc.
|
* Copyright (c) 2007 Red Hat, Inc.
|
||||||
* Author(s): Jeff Layton (jlayton@redhat.com)
|
* Author(s): Jeff Layton (jlayton@redhat.com)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* SPDX-License-Identifier: LGPL-2.1 */
|
/* SPDX-License-Identifier: LGPL-2.1 */
|
||||||
/*
|
/*
|
||||||
* fs/cifs/cifs_spnego.h -- SPNEGO upcall management for CIFS
|
* SPNEGO upcall management for CIFS
|
||||||
*
|
*
|
||||||
* Copyright (c) 2007 Red Hat, Inc.
|
* Copyright (c) 2007 Red Hat, Inc.
|
||||||
* Author(s): Jeff Layton (jlayton@redhat.com)
|
* Author(s): Jeff Layton (jlayton@redhat.com)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
/*
|
/*
|
||||||
* fs/cifs/cifs_unicode.c
|
|
||||||
*
|
*
|
||||||
* Copyright (c) International Business Machines Corp., 2000,2009
|
* Copyright (c) International Business Machines Corp., 2000,2009
|
||||||
* Modified by Steve French (sfrench@us.ibm.com)
|
* Modified by Steve French (sfrench@us.ibm.com)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/cifsacl.c
|
|
||||||
*
|
*
|
||||||
* Copyright (C) International Business Machines Corp., 2007,2008
|
* Copyright (C) International Business Machines Corp., 2007,2008
|
||||||
* Author(s): Steve French (sfrench@us.ibm.com)
|
* Author(s): Steve French (sfrench@us.ibm.com)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/* SPDX-License-Identifier: LGPL-2.1 */
|
/* SPDX-License-Identifier: LGPL-2.1 */
|
||||||
/*
|
/*
|
||||||
* fs/cifs/cifsacl.h
|
|
||||||
*
|
*
|
||||||
* Copyright (c) International Business Machines Corp., 2007
|
* Copyright (c) International Business Machines Corp., 2007
|
||||||
* Author(s): Steve French (sfrench@us.ibm.com)
|
* Author(s): Steve French (sfrench@us.ibm.com)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/cifsencrypt.c
|
|
||||||
*
|
*
|
||||||
* Encryption and hashing operations relating to NTLM, NTLMv2. See MS-NLMP
|
* Encryption and hashing operations relating to NTLM, NTLMv2. See MS-NLMP
|
||||||
* for more detailed information
|
* for more detailed information
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/cifsfs.c
|
|
||||||
*
|
*
|
||||||
* Copyright (C) International Business Machines Corp., 2002,2008
|
* Copyright (C) International Business Machines Corp., 2002,2008
|
||||||
* Author(s): Steve French (sfrench@us.ibm.com)
|
* Author(s): Steve French (sfrench@us.ibm.com)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/* SPDX-License-Identifier: LGPL-2.1 */
|
/* SPDX-License-Identifier: LGPL-2.1 */
|
||||||
/*
|
/*
|
||||||
* fs/cifs/cifsfs.h
|
|
||||||
*
|
*
|
||||||
* Copyright (c) International Business Machines Corp., 2002, 2007
|
* Copyright (c) International Business Machines Corp., 2002, 2007
|
||||||
* Author(s): Steve French (sfrench@us.ibm.com)
|
* Author(s): Steve French (sfrench@us.ibm.com)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/* SPDX-License-Identifier: LGPL-2.1 */
|
/* SPDX-License-Identifier: LGPL-2.1 */
|
||||||
/*
|
/*
|
||||||
* fs/cifs/cifsglob.h
|
|
||||||
*
|
*
|
||||||
* Copyright (C) International Business Machines Corp., 2002,2008
|
* Copyright (C) International Business Machines Corp., 2002,2008
|
||||||
* Author(s): Steve French (sfrench@us.ibm.com)
|
* Author(s): Steve French (sfrench@us.ibm.com)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/* SPDX-License-Identifier: LGPL-2.1 */
|
/* SPDX-License-Identifier: LGPL-2.1 */
|
||||||
/*
|
/*
|
||||||
* fs/cifs/cifspdu.h
|
|
||||||
*
|
*
|
||||||
* Copyright (c) International Business Machines Corp., 2002,2009
|
* Copyright (c) International Business Machines Corp., 2002,2009
|
||||||
* Author(s): Steve French (sfrench@us.ibm.com)
|
* Author(s): Steve French (sfrench@us.ibm.com)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/* SPDX-License-Identifier: LGPL-2.1 */
|
/* SPDX-License-Identifier: LGPL-2.1 */
|
||||||
/*
|
/*
|
||||||
* fs/cifs/cifsproto.h
|
|
||||||
*
|
*
|
||||||
* Copyright (c) International Business Machines Corp., 2002,2008
|
* Copyright (c) International Business Machines Corp., 2002,2008
|
||||||
* Author(s): Steve French (sfrench@us.ibm.com)
|
* Author(s): Steve French (sfrench@us.ibm.com)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/cifssmb.c
|
|
||||||
*
|
*
|
||||||
* Copyright (C) International Business Machines Corp., 2002,2010
|
* Copyright (C) International Business Machines Corp., 2002,2010
|
||||||
* Author(s): Steve French (sfrench@us.ibm.com)
|
* Author(s): Steve French (sfrench@us.ibm.com)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/connect.c
|
|
||||||
*
|
*
|
||||||
* Copyright (C) International Business Machines Corp., 2002,2011
|
* Copyright (C) International Business Machines Corp., 2002,2011
|
||||||
* Author(s): Steve French (sfrench@us.ibm.com)
|
* Author(s): Steve French (sfrench@us.ibm.com)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/dir.c
|
|
||||||
*
|
*
|
||||||
* vfs operations that deal with dentries
|
* vfs operations that deal with dentries
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/dns_resolve.c
|
|
||||||
*
|
*
|
||||||
* Copyright (c) 2007 Igor Mammedov
|
* Copyright (c) 2007 Igor Mammedov
|
||||||
* Author(s): Igor Mammedov (niallain@gmail.com)
|
* Author(s): Igor Mammedov (niallain@gmail.com)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* SPDX-License-Identifier: LGPL-2.1 */
|
/* SPDX-License-Identifier: LGPL-2.1 */
|
||||||
/*
|
/*
|
||||||
* fs/cifs/dns_resolve.h -- DNS Resolver upcall management for CIFS DFS
|
* DNS Resolver upcall management for CIFS DFS
|
||||||
* Handles host name to IP address resolution
|
* Handles host name to IP address resolution
|
||||||
*
|
*
|
||||||
* Copyright (c) International Business Machines Corp., 2008
|
* Copyright (c) International Business Machines Corp., 2008
|
||||||
* Author(s): Steve French (sfrench@us.ibm.com)
|
* Author(s): Steve French (sfrench@us.ibm.com)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/export.c
|
|
||||||
*
|
*
|
||||||
* Copyright (C) International Business Machines Corp., 2007
|
* Copyright (C) International Business Machines Corp., 2007
|
||||||
* Author(s): Steve French (sfrench@us.ibm.com)
|
* Author(s): Steve French (sfrench@us.ibm.com)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/file.c
|
|
||||||
*
|
*
|
||||||
* vfs operations that deal with files
|
* vfs operations that deal with files
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/fscache.c - CIFS filesystem cache interface
|
* CIFS filesystem cache interface
|
||||||
*
|
*
|
||||||
* Copyright (c) 2010 Novell, Inc.
|
* Copyright (c) 2010 Novell, Inc.
|
||||||
* Author(s): Suresh Jayaraman <sjayaraman@suse.de>
|
* Author(s): Suresh Jayaraman <sjayaraman@suse.de>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* SPDX-License-Identifier: LGPL-2.1 */
|
/* SPDX-License-Identifier: LGPL-2.1 */
|
||||||
/*
|
/*
|
||||||
* fs/cifs/fscache.h - CIFS filesystem cache interface definitions
|
* CIFS filesystem cache interface definitions
|
||||||
*
|
*
|
||||||
* Copyright (c) 2010 Novell, Inc.
|
* Copyright (c) 2010 Novell, Inc.
|
||||||
* Authors(s): Suresh Jayaraman (sjayaraman@suse.de>
|
* Authors(s): Suresh Jayaraman (sjayaraman@suse.de>
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/inode.c
|
|
||||||
*
|
*
|
||||||
* Copyright (C) International Business Machines Corp., 2002,2010
|
* Copyright (C) International Business Machines Corp., 2002,2010
|
||||||
* Author(s): Steve French (sfrench@us.ibm.com)
|
* Author(s): Steve French (sfrench@us.ibm.com)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/ioctl.c
|
|
||||||
*
|
*
|
||||||
* vfs operations that deal with io control
|
* vfs operations that deal with io control
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/link.c
|
|
||||||
*
|
*
|
||||||
* Copyright (C) International Business Machines Corp., 2002,2008
|
* Copyright (C) International Business Machines Corp., 2002,2008
|
||||||
* Author(s): Steve French (sfrench@us.ibm.com)
|
* Author(s): Steve French (sfrench@us.ibm.com)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/misc.c
|
|
||||||
*
|
*
|
||||||
* Copyright (C) International Business Machines Corp., 2002,2008
|
* Copyright (C) International Business Machines Corp., 2002,2008
|
||||||
* Author(s): Steve French (sfrench@us.ibm.com)
|
* Author(s): Steve French (sfrench@us.ibm.com)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
/*
|
/*
|
||||||
* fs/cifs/netmisc.c
|
|
||||||
*
|
*
|
||||||
* Copyright (c) International Business Machines Corp., 2002,2008
|
* Copyright (c) International Business Machines Corp., 2002,2008
|
||||||
* Author(s): Steve French (sfrench@us.ibm.com)
|
* Author(s): Steve French (sfrench@us.ibm.com)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/* SPDX-License-Identifier: LGPL-2.1 */
|
/* SPDX-License-Identifier: LGPL-2.1 */
|
||||||
/*
|
/*
|
||||||
* fs/cifs/ntlmssp.h
|
|
||||||
*
|
*
|
||||||
* Copyright (c) International Business Machines Corp., 2002,2007
|
* Copyright (c) International Business Machines Corp., 2002,2007
|
||||||
* Author(s): Steve French (sfrench@us.ibm.com)
|
* Author(s): Steve French (sfrench@us.ibm.com)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/readdir.c
|
|
||||||
*
|
*
|
||||||
* Directory search handling
|
* Directory search handling
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/* SPDX-License-Identifier: LGPL-2.1 */
|
/* SPDX-License-Identifier: LGPL-2.1 */
|
||||||
/*
|
/*
|
||||||
* fs/cifs/rfc1002pdu.h
|
|
||||||
*
|
*
|
||||||
* Protocol Data Unit definitions for RFC 1001/1002 support
|
* Protocol Data Unit definitions for RFC 1001/1002 support
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/sess.c
|
|
||||||
*
|
*
|
||||||
* SMB/CIFS session setup handling routines
|
* SMB/CIFS session setup handling routines
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/smb2file.c
|
|
||||||
*
|
*
|
||||||
* Copyright (C) International Business Machines Corp., 2002, 2011
|
* Copyright (C) International Business Machines Corp., 2002, 2011
|
||||||
* Author(s): Steve French (sfrench@us.ibm.com),
|
* Author(s): Steve French (sfrench@us.ibm.com),
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/* SPDX-License-Identifier: LGPL-2.1 */
|
/* SPDX-License-Identifier: LGPL-2.1 */
|
||||||
/*
|
/*
|
||||||
* fs/cifs/smb2glob.h
|
|
||||||
*
|
*
|
||||||
* Definitions for various global variables and structures
|
* Definitions for various global variables and structures
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/smb2inode.c
|
|
||||||
*
|
*
|
||||||
* Copyright (C) International Business Machines Corp., 2002, 2011
|
* Copyright (C) International Business Machines Corp., 2002, 2011
|
||||||
* Etersoft, 2012
|
* Etersoft, 2012
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/smb2misc.c
|
|
||||||
*
|
*
|
||||||
* Copyright (C) International Business Machines Corp., 2002,2011
|
* Copyright (C) International Business Machines Corp., 2002,2011
|
||||||
* Etersoft, 2012
|
* Etersoft, 2012
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/smb2pdu.c
|
|
||||||
*
|
*
|
||||||
* Copyright (C) International Business Machines Corp., 2009, 2013
|
* Copyright (C) International Business Machines Corp., 2009, 2013
|
||||||
* Etersoft, 2012
|
* Etersoft, 2012
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/* SPDX-License-Identifier: LGPL-2.1 */
|
/* SPDX-License-Identifier: LGPL-2.1 */
|
||||||
/*
|
/*
|
||||||
* fs/cifs/smb2pdu.h
|
|
||||||
*
|
*
|
||||||
* Copyright (c) International Business Machines Corp., 2009, 2013
|
* Copyright (c) International Business Machines Corp., 2009, 2013
|
||||||
* Etersoft, 2012
|
* Etersoft, 2012
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/* SPDX-License-Identifier: LGPL-2.1 */
|
/* SPDX-License-Identifier: LGPL-2.1 */
|
||||||
/*
|
/*
|
||||||
* fs/cifs/smb2proto.h
|
|
||||||
*
|
*
|
||||||
* Copyright (c) International Business Machines Corp., 2002, 2011
|
* Copyright (c) International Business Machines Corp., 2002, 2011
|
||||||
* Etersoft, 2012
|
* Etersoft, 2012
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/* SPDX-License-Identifier: LGPL-2.1 */
|
/* SPDX-License-Identifier: LGPL-2.1 */
|
||||||
/*
|
/*
|
||||||
* fs/cifs/smb2status.h
|
|
||||||
*
|
*
|
||||||
* SMB2 Status code (network error) definitions
|
* SMB2 Status code (network error) definitions
|
||||||
* Definitions are from MS-ERREF
|
* Definitions are from MS-ERREF
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/smb2transport.c
|
|
||||||
*
|
*
|
||||||
* Copyright (C) International Business Machines Corp., 2002, 2011
|
* Copyright (C) International Business Machines Corp., 2002, 2011
|
||||||
* Etersoft, 2012
|
* Etersoft, 2012
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/* SPDX-License-Identifier: LGPL-2.1 */
|
/* SPDX-License-Identifier: LGPL-2.1 */
|
||||||
/*
|
/*
|
||||||
* fs/cifs/smberr.h
|
|
||||||
*
|
*
|
||||||
* Copyright (c) International Business Machines Corp., 2002,2004
|
* Copyright (c) International Business Machines Corp., 2002,2004
|
||||||
* Author(s): Steve French (sfrench@us.ibm.com)
|
* Author(s): Steve French (sfrench@us.ibm.com)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/transport.c
|
|
||||||
*
|
*
|
||||||
* Copyright (C) International Business Machines Corp., 2002,2008
|
* Copyright (C) International Business Machines Corp., 2002,2008
|
||||||
* Author(s): Steve French (sfrench@us.ibm.com)
|
* Author(s): Steve French (sfrench@us.ibm.com)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
/*
|
/*
|
||||||
* fs/cifs/winucase.c
|
|
||||||
*
|
*
|
||||||
* Copyright (c) Jeffrey Layton <jlayton@redhat.com>, 2013
|
* Copyright (c) Jeffrey Layton <jlayton@redhat.com>, 2013
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
/*
|
/*
|
||||||
* fs/cifs/xattr.c
|
|
||||||
*
|
*
|
||||||
* Copyright (c) International Business Machines Corp., 2003, 2007
|
* Copyright (c) International Business Machines Corp., 2003, 2007
|
||||||
* Author(s): Steve French (sfrench@us.ibm.com)
|
* Author(s): Steve French (sfrench@us.ibm.com)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* SPDX-License-Identifier: LGPL-2.1+ */
|
/* SPDX-License-Identifier: LGPL-2.1+ */
|
||||||
/*
|
/*
|
||||||
* fs/cifs/smbfsctl.h: SMB, CIFS, SMB2 FSCTL definitions
|
* SMB, CIFS, SMB2 FSCTL definitions
|
||||||
*
|
*
|
||||||
* Copyright (c) International Business Machines Corp., 2002,2013
|
* Copyright (c) International Business Machines Corp., 2002,2013
|
||||||
* Author(s): Steve French (sfrench@us.ibm.com)
|
* Author(s): Steve French (sfrench@us.ibm.com)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
|
/* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
|
||||||
/*
|
/*
|
||||||
* include/uapi/linux/cifs/cifs_mount.h
|
|
||||||
*
|
*
|
||||||
* Author(s): Scott Lovenberg (scott.lovenberg@gmail.com)
|
* Author(s): Scott Lovenberg (scott.lovenberg@gmail.com)
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue