jpnurmi / libserialport.dart

Serial Port for Dart
https://pub.dev/packages/libserialport
GNU Lesser General Public License v3.0
86 stars 34 forks source link

Proprietary use possibility #74

Open mr2160 opened 1 year ago

mr2160 commented 1 year ago

Hi, as I understand the LGPLv3 licence the main thing you have to abide by is letting the user use a modified version of the library with the proprietary app. This library makes such use possible for the original libserialport library - it is imported as a dynamic library. But this (dart) library is also under LGPL, which would mean it is necessary to make this library modifiable too. Importing and building the application isn't an option then. How would one satisfy the licence requirements in dart? Or is it only possible by exposing the source code of the whole app?