forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/isdn/mISDN/dsp_hwec.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * dsp_hwec.c:
34 * builtin mISDN dsp pipeline element for enabling the hw echocanceller
....@@ -5,24 +6,6 @@
56 * Copyright (C) 2007, Nadi Sarrar
67 *
78 * Nadi Sarrar <nadi@beronet.com>
8
- *
9
- * This program is free software; you can redistribute it and/or modify it
10
- * under the terms of the GNU General Public License as published by the Free
11
- * Software Foundation; either version 2 of the License, or (at your option)
12
- * any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful, but WITHOUT
15
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
17
- * more details.
18
- *
19
- * You should have received a copy of the GNU General Public License along with
20
- * this program; if not, write to the Free Software Foundation, Inc., 59
21
- * Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22
- *
23
- * The full GNU General Public License is included in this distribution in the
24
- * file called LICENSE.
25
- *
269 */
2710
2811 #include <linux/kernel.h>