hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/media/pci/ddbridge/ddbridge-regs.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0 */
12 /*
23 * ddbridge-regs.h: Digital Devices PCIe bridge driver
34 *
....@@ -7,14 +8,10 @@
78 * modify it under the terms of the GNU General Public License
89 * version 2 only, as published by the Free Software Foundation.
910 *
10
- *
1111 * This program is distributed in the hope that it will be useful,
1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1414 * GNU General Public License for more details.
15
- *
16
- * To obtain the license, point your browser to
17
- * http://www.gnu.org/copyleft/gpl.html
1815 */
1916
2017 #ifndef __DDBRIDGE_REGS_H__