Results 1 to 4 of 4

Thread: Copyright licenses?

  1. #1
    Join Date
    Oct 2006
    Posts
    97

    Default Copyright licenses?

    Basically i've got a project that contains a library licensed under the LGPL and library with MIT'd code. I know these 2 libraries are compatible from the list on the GNU site but what must i do with my application in order to comply with them, I'd preferably like to not have to distribute the source code of a section of my application but this part also uses some of the controls and functions from the LGPL'd library.... I'm not sure if i can do this with the lesser GPL. Could some please tell me?

  2. #2
    Join Date
    Jul 1999
    Posts
    7,105

    Default

    Moved to the R&D forum.
    I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

  3. #3

    Default

    LGPL means, in short, that if you link to the library, your sources do not necessarily have to be distributed (under LGPL or otherwise). But if you actually use the code in your project, you will have to release the entire source code under LGPL.

    This can be seen as a slightly better situation than with GPL code; GPL is more viral, and requires release under GPL if the code is linked to a GPL binary in any way.

    I don't know about the MIT license.

  4. #4
    Join Date
    Sep 2006
    Location
    Germany
    Posts
    559

    Default

    In other words:
    - Linking dynamically to LGPL libraries is allowed without the need to apply the (L)GPL to your code.
    - Linking statically requires the (L)GPL.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Collapse this box.

Visitors found this page by searching for:

Nobody landed on this exact page from a search engine, yet!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •