Skip to content

Commit f9dca0f

Browse files
nmenonrafaeljw
authored andcommitted
PM / AVS: SmartReflex: Switch to SPDX Licence ID
Fix up licensing to be inline with Linux conventions. Signed-off-by: Nishanth Menon <nm@ti.com> Acked-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 14d338a commit f9dca0f

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

drivers/power/avs/smartreflex.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* OMAP SmartReflex Voltage Control
34
*
@@ -11,10 +12,6 @@
1112
*
1213
* Copyright (C) 2007 Texas Instruments, Inc.
1314
* Lesly A M <x0080970@ti.com>
14-
*
15-
* This program is free software; you can redistribute it and/or modify
16-
* it under the terms of the GNU General Public License version 2 as
17-
* published by the Free Software Foundation.
1815
*/
1916

2017
#include <linux/module.h>

include/linux/power/smartreflex.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 */
12
/*
23
* OMAP Smartreflex Defines and Routines
34
*
@@ -11,10 +12,6 @@
1112
*
1213
* Copyright (C) 2007 Texas Instruments, Inc.
1314
* Lesly A M <x0080970@ti.com>
14-
*
15-
* This program is free software; you can redistribute it and/or modify
16-
* it under the terms of the GNU General Public License version 2 as
17-
* published by the Free Software Foundation.
1815
*/
1916

2017
#ifndef __POWER_SMARTREFLEX_H

0 commit comments

Comments
 (0)