.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * include/media/si476x-core.h -- Common definitions for si476x core |
---|
3 | 4 | * device |
---|
.. | .. |
---|
6 | 7 | * Copyright (C) 2013 Andrey Smirnov |
---|
7 | 8 | * |
---|
8 | 9 | * Author: Andrey Smirnov <andrew.smirnov@gmail.com> |
---|
9 | | - * |
---|
10 | | - * This program is free software; you can redistribute it and/or modify |
---|
11 | | - * it under the terms of the GNU General Public License as published by |
---|
12 | | - * the Free Software Foundation; version 2 of the License. |
---|
13 | | - * |
---|
14 | | - * This program is distributed in the hope that it will be useful, but |
---|
15 | | - * WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
16 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
17 | | - * General Public License for more details. |
---|
18 | | - * |
---|
19 | 10 | */ |
---|
20 | 11 | |
---|
21 | 12 | #ifndef SI476X_CORE_H |
---|