diff mbox series

iomap: convert to SPDX identifier

Message ID 20190428120146.14559-1-hch@lst.de (mailing list archive)
State Accepted, archived
Headers show
Series iomap: convert to SPDX identifier | expand

Commit Message

Christoph Hellwig April 28, 2019, 12:01 p.m. UTC
Use SPDX-License-Identifier instead of GPLv2 boilerplate.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 fs/iomap.c | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

Comments

Darrick J. Wong April 28, 2019, 3:19 p.m. UTC | #1
On Sun, Apr 28, 2019 at 02:01:46PM +0200, Christoph Hellwig wrote:
> Use SPDX-License-Identifier instead of GPLv2 boilerplate.
> 
> Signed-off-by: Christoph Hellwig <hch@lst.de>

Looks ok,
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>

--D

> ---
>  fs/iomap.c | 10 +---------
>  1 file changed, 1 insertion(+), 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>
> -- 
> 2.20.1
>
diff mbox series

Patch

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>