diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-03-22 08:22:56 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-04-04 10:07:10 +0200 |
commit | 64bef02c92fa16c9f1d1d1770154f4d74b8f04a0 (patch) | |
tree | a8d4d513fbd6114abcba988ddafac22c5d7610b7 /drivers/rtc/rtc-sun4v.c | |
parent | rtc: sun4v: set range (diff) | |
download | linux-64bef02c92fa16c9f1d1d1770154f4d74b8f04a0.tar.xz linux-64bef02c92fa16c9f1d1d1770154f4d74b8f04a0.zip |
rtc: sun4v: switch to SPDX identifier
Use SPDX-License-Identifier to be clearer on the license. Choose the v2
only as this is the default Linux license.
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/rtc-sun4v.c')
-rw-r--r-- | drivers/rtc/rtc-sun4v.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-sun4v.c b/drivers/rtc/rtc-sun4v.c index 82fb51f79c6e..036463dfa103 100644 --- a/drivers/rtc/rtc-sun4v.c +++ b/drivers/rtc/rtc-sun4v.c @@ -1,7 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 /* rtc-sun4v.c: Hypervisor based RTC for SUN4V systems. * * Author: David S. Miller - * License: GPL * * Copyright (C) 2008 David S. Miller <davem@davemloft.net> */ |