|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
digitalmars.D - licenses, licenses - DUI [OT]
I asked on the Gtk mailing list about inlining the Gtk API documentation when I release it with the zlib license. The situation is not clear. Should I make 2 distribution packages for the 2 licenses? LGPL - including the API documentation on the code zlib - strip all /** */ comments from the code what to do? also the LGPL license says: "... 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. ..." does that excludes distributing the lib with other licenses? It might be that I can distribute it with other licenses but others need to conform to LPGL to modify it or redistribute it. using LGPL with other licenses seems to be common practice. ? Ant Dec 01 2004
"Ant" <duitoolkit yahoo.ca> wrote in message news:pan.2004.12.02.05.06.12.722047 yahoo.ca...I asked on the Gtk mailing list about inlining the Gtk API documentation when I release it with the zlib license. The situation is not clear. Should I make 2 distribution packages for the 2 licenses? LGPL - including the API documentation on the code zlib - strip all /** */ comments from the code what to do? also the LGPL license says: "... 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. ..." does that excludes distributing the lib with other licenses? It might be that I can distribute it with other licenses but others need to conform to LPGL to modify it or redistribute it. using LGPL with other licenses seems to be common practice. ? Ant Dec 02 2004
Ant wrote:I asked on the Gtk mailing list about inlining the Gtk API documentation when I release it with the zlib license. The situation is not clear. Should I make 2 distribution packages for the 2 licenses? LGPL - including the API documentation on the code zlib - strip all /** */ comments from the code Dec 02 2004
In article <cop1v8$2ao$1 digitaldaemon.com>, J C Calvarese says...Ant wrote:I asked on the Gtk mailing list about inlining the Gtk API documentation when I release it with the zlib license. The situation is not clear. Should I make 2 distribution packages for the 2 licenses? LGPL - including the API documentation on the code zlib - strip all /** */ comments from the code Dec 03 2004
In article <coq2p0$1hpq$1 digitaldaemon.com>, Ant says...I started with LGPL just because Gtk+ is LGPL. Gtk+ will be installed on systems that need to run DUI programs. however DUI is small enough to be linked into the executable. so I have two problems with LGPL: first because of point 5 paragraph 2 " However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. " "creates an executable that is a derivative of the Library" really? I'm not sure. just uses the lib in a different way - as long as it's not modified. then you have to follow point 6. second because the license is too verbose, who is going to read all of that? Ant Dec 03 2004
Ant wrote:I asked on the Gtk mailing list about inlining the Gtk API documentation when I release it with the zlib license. The situation is not clear. Should I make 2 distribution packages for the 2 licenses? LGPL - including the API documentation on the code zlib - strip all /** */ comments from the code what to do? also the LGPL license says: "... 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. ..." does that excludes distributing the lib with other licenses? It might be that I can distribute it with other licenses but others need to conform to LPGL to modify it or redistribute it. Dec 04 2004
|