Skip to content

Example comment erroneously triggering license scanner #442

Closed
@fitzthum

Description

@fitzthum

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions