diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-08-05 23:17:01 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-09-12 09:29:03 -0400 |
commit | 1de2e6b34bbf691900cd3c50ae244fa32db430d0 (patch) | |
tree | 8883a01c9b8be1355dea82c4dafdc83e805ccd06 /include/media | |
parent | 5f628053e28bcca6d06c321a5b71ed55d6332a6f (diff) | |
download | linux-1de2e6b34bbf691900cd3c50ae244fa32db430d0.tar.bz2 |
media: rcar-fcp: convert to SPDX identifiers
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/rcar-fcp.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/media/rcar-fcp.h b/include/media/rcar-fcp.h index b60a7b176c37..179240fb163b 100644 --- a/include/media/rcar-fcp.h +++ b/include/media/rcar-fcp.h @@ -1,14 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * rcar-fcp.h -- R-Car Frame Compression Processor Driver * * Copyright (C) 2016 Renesas Electronics Corporation * * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. */ #ifndef __MEDIA_RCAR_FCP_H__ #define __MEDIA_RCAR_FCP_H__ |