diff options
Diffstat (limited to 'fs/9p/vfs_inode.c')
| -rw-r--r-- | fs/9p/vfs_inode.c | 17 | 
1 files changed, 1 insertions, 16 deletions
diff --git a/fs/9p/vfs_inode.c b/fs/9p/vfs_inode.c index 24050e866e64..b82423a72f68 100644 --- a/fs/9p/vfs_inode.c +++ b/fs/9p/vfs_inode.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only  /*   *  linux/fs/9p/vfs_inode.c   * @@ -5,22 +6,6 @@   *   *  Copyright (C) 2004 by Eric Van Hensbergen <[email protected]>   *  Copyright (C) 2002 by Ron Minnich <[email protected]> - * - *  This program is free software; you can redistribute it and/or modify - *  it under the terms of the GNU General Public License version 2 - *  as published by the Free Software Foundation. - * - *  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, write to: - *  Free Software Foundation - *  51 Franklin Street, Fifth Floor - *  Boston, MA  02111-1301  USA - *   */  #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt  |