Skip to content

Commit

Permalink
pwm: clps711x: Switch to SPDX identifier
Browse files Browse the repository at this point in the history
Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
  • Loading branch information
Alexander Shiyan authored and Thierry Reding committed Dec 24, 2018
1 parent b0f1757 commit f236d18
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions drivers/pwm/pwm-clps711x.c
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* Cirrus Logic CLPS711X PWM driver
*
* Copyright (C) 2014 Alexander Shiyan <shc_work@mail.ru>
*
* 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.
* Author: Alexander Shiyan <shc_work@mail.ru>
*/

#include <linux/clk.h>
Expand Down

0 comments on commit f236d18

Please sign in to comment.