Open paddatrapper opened 7 years ago
read-serialno.h
is LGPLv2.1+ -- https://github.com/timvideos/HDMI2USB-fx2-firmware/blob/master/hdmi2usb/read-serialno.cI think the rest seem correct.
The license header for read-serialno.h
specifically says version 3+: https://github.com/timvideos/HDMI2USB-fx2-firmware/blob/master/hdmi2usb/read-serialno.h#L6
Fixed read-serialno.h
We should aim to replace the following files;
makestuff.h - LGPLv3+
debug.h - LGPLv3+
lstParse.py - LGPLv3+
defs.h - LGPLv3+
// Defines to allow use of camelCase.
#define mainInit(x) main_init(x)
#define mainLoop(x) main_loop(x)
#define handleVendorCommand handle_vendorcommand
app.c - LGPLv3+
debug.h is currently used in softserial.h, as it has the functions for writing to serial
Background: See PR #23, this comment. The following files are licensed under a license that prevents us using the Linux headers with them:
LGPLv3+
LGPLv3+
LGPLv3+
LGPLv3+
LGPLv3+
LGPLv3+
LGPLv3+
LGPLv3+