MRPT / mrpt

:zap: The Mobile Robot Programming Toolkit (MRPT)
https://docs.mrpt.org/reference/latest/
BSD 3-Clause "New" or "Revised" License
1.89k stars 627 forks source link

Incorrect license and copyright for CSparse #1256

Closed DrTimothyAldenDavis closed 1 year ago

DrTimothyAldenDavis commented 1 year ago

The CSparse source code and include file (cs.h) have a header on each file that incorrectly imply that the package is under the BSD license, and that the package was written by the MRPT authors. I've updated the license information and copyright information with the correct information. All tests should pass since only comments are changed. I didn't modify any source code.

See https://github.com/MRPT/mrpt/pull/1255

jlblancoc commented 1 year ago

Fixed via #1255