Closed
Description
It looks like this project can be licensed with either Apache-2.0 or MIT. A license scanner for a project that depends on this one is flagging the project as GPL-2. The reason is that cortex-m-semihosting/src/lib.rs
contains the following section which has the string GNU GPL v2
in it.
//! ``` text
//! $ openocd -f $INTERFACE -f $TARGET -l /tmp/openocd.log
//! Open On-Chip Debugger 0.9.0 (2016-04-27-23:18)
//! Licensed under GNU GPL v2
//! For bug reports, read
//! http://openocd.org/doc/doxygen/bugs.html
//! # the command will block at this point
//! ```
Given that this appears to be just an example command, would it be possible to change the example to something that does not contain GNU GPL v2
? I would make PR myself but I am not familiar with this project and I am not sure what a sensible replacement would be.
Metadata
Metadata
Assignees
Labels
No labels