I have an iOS app which use the ffmpeg library, and iOS should compile in static link. According to the LGPLv2, do I release my source code related my UI or other bussiness logic ?
相关问题
- Using LGPL library in a commercial Java applicatio
- Is it possible to use CKEditor in commercial web s
- About MySQL++, GPL and LGPL [closed]
- GPL/LGPL and Static Linking [closed]
- Circumventing GPL Packaging of Non-Virally-License
相关文章
- Using LGPL library in a commercial Java applicatio
- Is it possible to use CKEditor in commercial web s
- About MySQL++, GPL and LGPL [closed]
- GPL/LGPL and Static Linking [closed]
- 这是一个有效的LGPL情景? [关闭](Is this a valid LGPL scenari
- Circumventing GPL Packaging of Non-Virally-License
- 链接GLIBC静态和专有软件许可[关闭](Linking GLIBC statically and
- iOS app and LGPL issue [closed]
The interaction between the LGPL and Apple's app store is a disputed issue. The only way to get advice you can rely on is to ask a lawyer. I believe that you have two choices -- you can either open source your entire application or you can make available all the object code (
.o
and.a
files) needed to re-link your application.