amitaymolko / react-native-rsa-native

A native implementation of RSA key generation and encryption/decryption.
MIT License
233 stars 113 forks source link

MIT License issue #133

Open jeanp opened 2 years ago

jeanp commented 2 years ago

Hi, first of all thanks for the great library! 👍

We noticed that the library is listed as MIT licensed (in github, npm, etc) but it actually contains a file that is GPL3 licensed (which is not compatible with the MIT license): https://github.com/amitaymolko/react-native-rsa-native/blob/master/ios/CSRSwift.swift

Is it a fix on the license or replacing the file possible?