We have a couple of files that are not licensend under the Apache 2.0 license. We should relicense them or delete them. As discussed in #939 Some examples: - https://github.com/VILLASframework/node/blob/master/fpga/thirdparty/rang/rang.hpp - https://github.com/VILLASframework/node/blob/master/fpga/thirdparty/CLI11/CLI11.hpp - https://github.com/VILLASframework/node/blob/1e0b3d47ffbf2989a1f30e898a4abbad63a3f0b2/fpga/src/pcimem.c#L9 I think this is not currently used and can be deleted. - https://github.com/VILLASframework/node/blob/1e0b3d47ffbf2989a1f30e898a4abbad63a3f0b2/tools/hwdef-parse.py#L15 This needs to be relicensed or converted to C++ code. - https://github.com/VILLASframework/node/blob/1e0b3d47ffbf2989a1f30e898a4abbad63a3f0b2/include/villas/kernel/nl-private.h#L5 I think this is not currently used and can be deleted.
We have a couple of files that are not licensend under the Apache 2.0 license. We should relicense them or delete them.
As discussed in #939
Some examples:
node/fpga/src/pcimem.c
Line 9 in 1e0b3d4
I think this is not currently used and can be deleted.
node/tools/hwdef-parse.py
Line 15 in 1e0b3d4
This needs to be relicensed or converted to C++ code.
node/include/villas/kernel/nl-private.h
Line 5 in 1e0b3d4
I think this is not currently used and can be deleted.