]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
pwm: Use SPDX identifier for Renesas drivers
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Tue, 21 Aug 2018 22:02:21 +0000 (00:02 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Fri, 12 Oct 2018 11:35:45 +0000 (13:35 +0200)
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-rcar.c
drivers/pwm/pwm-renesas-tpu.c

index 748f614d53755daabdd9f1529d7ba9cd602cb611..a41812fc6f95733a2568eb0d6b5c7f44fe5a1741 100644 (file)
@@ -1,11 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * R-Car PWM Timer driver
  *
  * Copyright (C) 2015 Renesas Electronics Corporation
- *
- * This is free software; you can redistribute it and/or modify
- * it under the terms of version 2 of the GNU General Public License as
- * published by the Free Software Foundation.
  */
 
 #include <linux/clk.h>
index 29267d12fb4c9d3cf9283c38b114b00430704b09..4a855a21b782dea30c8b6e555a76132a3e306deb 100644 (file)
@@ -1,16 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * R-Mobile TPU PWM driver
  *
  * Copyright (C) 2012 Renesas Solutions Corp.
- *
- * 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
- *
- * 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.
  */
 
 #include <linux/clk.h>