Skip to content

Commit

Permalink
rtc: pcap: convert to SPDX identifier
Browse files Browse the repository at this point in the history
Use SPDX-License-Identifier instead of a verbose license text.

Signed-off-by: Alexandre Belloni <[email protected]>
  • Loading branch information
alexandrebelloni committed May 8, 2019
1 parent c8b599e commit f5fae39
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions drivers/rtc/rtc-pcap.c
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
// SPDX-License-Identifier: GPL-2.0
/*
* pcap rtc code for Motorola EZX phones
*
* Copyright (c) 2008 guiming zhuo <[email protected]>
* Copyright (c) 2009 Daniel Ribeiro <[email protected]>
*
* Based on Motorola's rtc.c Copyright (c) 2003-2005 Motorola
*
* 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/kernel.h>
Expand Down

0 comments on commit f5fae39

Please sign in to comment.