diff options
author | Christoph Hellwig <hch@lst.de> | 2019-04-28 08:34:02 -0700 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-04-28 08:34:02 -0700 |
commit | 73ce6abae5f95db071fa6626c88af64bd0d27c0f (patch) | |
tree | 7004f13029835f8b5e023a3bbeaf71cbf0f1cfd1 /fs/iomap.c | |
parent | dc4060a5dc2557e6b5aa813bf5b73677299d62d2 (diff) | |
download | linux-73ce6abae5f95db071fa6626c88af64bd0d27c0f.tar.bz2 |
iomap: convert to SPDX identifier
Use SPDX-License-Identifier instead of GPLv2 boilerplate.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/iomap.c')
-rw-r--r-- | fs/iomap.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/fs/iomap.c b/fs/iomap.c index abdd18e404f8..bfb1c74b16d3 100644 --- a/fs/iomap.c +++ b/fs/iomap.c @@ -1,15 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2010 Red Hat, Inc. * Copyright (c) 2016-2018 Christoph Hellwig. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope 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. */ #include <linux/module.h> #include <linux/compiler.h> |