JuliaDSP / MFCC.jl

Mel Frequency Cepstral Coefficients calculation for Julia
BSD 2-Clause "Simplified" License
33 stars 18 forks source link

License inconsistency #6

Closed tkelman closed 8 years ago

tkelman commented 8 years ago

Your top-level license file says BSD-2, but https://github.com/davidavdav/MFCC.jl/blob/master/src/feacalc.jl says GPL. GPL is more restrictive than BSD-2 so should be mentioned in the top-level license file.