hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/sound/soc/codecs/spdif_receiver.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * ALSA SoC SPDIF DIR (Digital Interface Reciever) driver
34 *
....@@ -9,10 +10,6 @@
910 *
1011 * Author: Vipin Kumar, <vipin.kumar@st.com>
1112 * Copyright: (C) 2012 ST Microelectronics
12
- *
13
- * This program is free software; you can redistribute it and/or modify
14
- * it under the terms of the GNU General Public License version 2 as
15
- * published by the Free Software Foundation.
1613 */
1714
1815 #include <linux/module.h>