hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/media/pci/cx23885/cx23885-f300.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Driver for Silicon Labs C8051F300 microcontroller.
34 *
....@@ -11,17 +12,6 @@
1112 * GPIO3 - busy - P0.0 F300
1213 *
1314 * Copyright (C) 2009 Igor M. Liplianin <liplianin@me.by>
14
- *
15
- * This program is free software; you can redistribute it and/or modify
16
- * it under the terms of the GNU General Public License as published by
17
- * the Free Software Foundation; either version 2 of the License, or
18
- * (at your option) any later version.
19
- *
20
- * This program is distributed in the hope that it will be useful,
21
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
22
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
- *
24
- * GNU General Public License for more details.
2515 */
2616
2717 #include "cx23885.h"