.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * max9850.h -- codec driver for max9850 |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2011 taskit GmbH |
---|
5 | 6 | * Author: Christian Glindkamp <christian.glindkamp@taskit.de> |
---|
6 | | - * |
---|
7 | | - * This program is free software; you can redistribute it and/or modify it |
---|
8 | | - * under the terms of the GNU General Public License as published by the |
---|
9 | | - * Free Software Foundation; either version 2 of the License, or (at your |
---|
10 | | - * option) any later version. |
---|
11 | | - * |
---|
12 | 7 | */ |
---|
13 | 8 | |
---|
14 | 9 | #ifndef _MAX9850_H |
---|