abydos icon indicating copy to clipboard operation
abydos copied to clipboard

note which classes/functions could be licensed under more permissive licenses

Open chrislit opened this issue 7 years ago • 2 comments

Note the licenses of upstream sources

chrislit avatar Feb 15 '19 21:02 chrislit

Hello,

Thanks for this excellent package!

We are going to use a number of functions from it:

from abydos.distance import (
    IterativeSubString,
    BISIM,
    DiscountedLevenshtein,
    Prefix,
    LCSstr,
    MLIPNS,
    Strcmp95,
    MRA,
    Editex,
    SAPS,
    FlexMetric,
    JaroWinkler,
    Sift4,
 )

Can we use a MIT license? Or do we have to use GPL?

Thanks.

sergeyf avatar Sep 23 '20 05:09 sergeyf

@chrislit Any chance you could help us out here? We are trying to use abydos without a gpl license.

dakinggg avatar Dec 22 '20 18:12 dakinggg