1
0
Fork 0

platform/x86: topstar-laptop: replace licence text with SPDX tag

Replace verbatim GPLv2 license copy with SPDX identifier.

Signed-off-by: Guillaume Douézan-Grard <gdouezangrard@gmail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
hifive-unleashed-5.1
Guillaume Douézan-Grard 2018-02-21 18:01:04 +01:00 committed by Andy Shevchenko
parent 7a580200d6
commit 1019b93712
1 changed files with 1 additions and 4 deletions

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Topstar Laptop ACPI Extras driver
*
@ -6,10 +7,6 @@
*
* Implementation inspired by existing x86 platform drivers, in special
* asus/eepc/fujitsu-laptop, thanks to their authors.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt