Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7080e20 authored by Alexandre Belloni's avatar Alexandre Belloni
Browse files

rtc: test: Switch to SPDX identifier



Replace the license boilerplate by an SPDX identifier

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent fd13c930
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
 * An RTC test device/driver
 * Copyright (C) 2005 Tower Technologies
 * Author: Alessandro Zummo <a.zummo@towertech.it>
 *
 * 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.
 */

#include <linux/module.h>