.. | .. |
---|
1 | | -/* rtc.h |
---|
2 | | - * |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0+ */ |
---|
| 2 | +/* |
---|
3 | 3 | * Copyright (c) 2011-2014 Samsung Electronics Co., Ltd |
---|
4 | 4 | * http://www.samsung.com |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or modify it |
---|
7 | | - * under the terms of the GNU General Public License as published by the |
---|
8 | | - * Free Software Foundation; either version 2 of the License, or (at your |
---|
9 | | - * option) any later version. |
---|
10 | | - * |
---|
11 | | - * This program is distributed in the hope that it will be useful, |
---|
12 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
13 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
14 | | - * GNU General Public License for more details. |
---|
15 | | - * |
---|
16 | 5 | */ |
---|
17 | 6 | |
---|
18 | 7 | #ifndef __LINUX_MFD_SEC_RTC_H |
---|