altmany / export_fig

A MATLAB toolbox for exporting publication quality figures
BSD 3-Clause "New" or "Revised" License
1.27k stars 365 forks source link

LICENSE says BSD-3 but some files are not #362

Closed jonasstein closed 2 years ago

jonasstein commented 2 years ago

For example https://github.com/altmany/export_fig/blob/master/ImageSelection.java seems to be not under BSD.

Perhaps it makes sense to introduce license information according to the SPDX standard. The reuse tool could help here. We have recently done that with https://github.com/scsitape/stenc/ if you want to see an example how this could look like.

altmany commented 2 years ago

The 2 ImageSelection files are the only such cases AFAIK, they are not just "examples" of "some files". These files were taken from Jiro Doke's imclipboard submission on the Matlab File Exchange (http://www.mathworks.com/matlabcentral/fileexchange/28708-imclipboard) that uses a variant of BSD-2 that is nearly identical (and certainly included by) the BSD-3 license of export_fig.

I do not intend to fix this minor licensing inconsistency. Anyone who feels uncomfortable about it can simply remove these 2 files from their export_fig installation. They only affect the export-to-clipboard option of export_fig, which is a very minor feature.