X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=drivers%2Frtc%2Frtc-ds1511.c;h=b6a4775192801c97d4ebbe4152c6b0c048c009e9;hb=d2912cb15bdda8ba4a5dd73396ad62641af2f520;hp=b8b6e51c0461a9a58f731f733e37b9e6212d87d5;hpb=20c8ccb1975b8d5639789d1025ad6ada38bd6f48;p=sfrench%2Fcifs-2.6.git diff --git a/drivers/rtc/rtc-ds1511.c b/drivers/rtc/rtc-ds1511.c index b8b6e51c0461..b6a477519280 100644 --- a/drivers/rtc/rtc-ds1511.c +++ b/drivers/rtc/rtc-ds1511.c @@ -1,13 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * An rtc driver for the Dallas DS1511 * * Copyright (C) 2006 Atsushi Nemoto * Copyright (C) 2007 Andrew Sharp * - * 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. - * * Real time clock driver for the Dallas 1511 chip, which also * contains a watchdog timer. There is a tiny amount of code that * platform code could use to mess with the watchdog device a little