forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/media/pci/ttpci/ttpci-eeprom.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 Retrieve encoded MAC address from 24C16 serial 2-wire EEPROM,
34 decode it and store it in the associated adapter struct for
....@@ -15,19 +16,6 @@
1516 Copyright (C) 2002-2003 Ralph Metzler <rjkm@metzlerbros.de>
1617 Metzler Brothers Systementwicklung GbR
1718
18
- This program is free software; you can redistribute it and/or modify
19
- it under the terms of the GNU General Public License as published by
20
- the Free Software Foundation; either version 2 of the License, or
21
- (at your option) any later version.
22
-
23
- This program is distributed in the hope that it will be useful,
24
- but WITHOUT ANY WARRANTY; without even the implied warranty of
25
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26
- GNU General Public License for more details.
27
-
28
- You should have received a copy of the GNU General Public License
29
- along with this program; if not, write to the Free Software
30
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
3119
3220 */
3321