diff mbox series

clocksource: timer-meson6: update with SPDX Licence identifier

Message ID 20190520140007.29042-1-narmstrong@baylibre.com (mailing list archive)
State Mainlined
Commit 91d59bdf87cac292afd29e0f5a00988ec95ff73b
Headers show
Series clocksource: timer-meson6: update with SPDX Licence identifier | expand

Commit Message

Neil Armstrong May 20, 2019, 2 p.m. UTC
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 drivers/clocksource/timer-meson6.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Comments

Martin Blumenstingl May 20, 2019, 5:57 p.m. UTC | #1
On Mon, May 20, 2019 at 4:00 PM Neil Armstrong <narmstrong@baylibre.com> wrote:
>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Daniel Lezcano May 21, 2019, 7:45 a.m. UTC | #2
On 20/05/2019 16:00, Neil Armstrong wrote:
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---

Applied, thanks.

  -- Daniel
diff mbox series

Patch

diff --git a/drivers/clocksource/timer-meson6.c b/drivers/clocksource/timer-meson6.c
index 84bd9479c3f8..9e8b467c71da 100644
--- a/drivers/clocksource/timer-meson6.c
+++ b/drivers/clocksource/timer-meson6.c
@@ -1,13 +1,10 @@ 
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Amlogic Meson6 SoCs timer handling.
  *
  * Copyright (C) 2014 Carlo Caione <carlo@caione.org>
  *
  * Based on code from Amlogic, Inc
- *
- * This file is licensed under the terms of the GNU General Public
- * License version 2.  This program is licensed "as is" without any
- * warranty of any kind, whether express or implied.
  */
 
 #include <linux/bitfield.h>