kernel/drivers/rtc/rtc-max6902.c
.. .. @@ -1,14 +1,10 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* drivers/rtc/rtc-max6902.c 2 3 * 3 4 * Copyright (C) 2006 8D Technologies inc. 4 5 * Copyright (C) 2004 Compulab Ltd. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify7 - * it under the terms of the GNU General Public License version 2 as8 - * published by the Free Software Foundation.9 - *10 7 * Driver for MAX6902 spi RTC 11 - *12 8 */ 13 9 14 10 #include <linux/module.h>