|
From: <kin...@us...> - 2003-11-12 09:33:53
|
Update of /cvsroot/teem/teemdoc/html In directory sc8-pr-cvs1:/tmp/cvs-serv30369 Modified Files: lgpl.html Log Message: some clarifications Index: lgpl.html =================================================================== RCS file: /cvsroot/teem/teemdoc/html/lgpl.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** lgpl.html 22 Jul 2003 21:39:12 -0000 1.6 --- lgpl.html 12 Nov 2003 09:33:30 -0000 1.7 *************** *** 118,131 **** <ol> ! <li> If the derived work involves a modification of the source of ! teem, then Section 2(c) of the LGPL applies as soon as you distribute ! the derived work, requiring that the derived work be licensed under ! the LGPL. ! <li> If the derived work is a binary created by linking against teem, ! then Section 6 of the LGPL applies, saying that the derived work can ! be distributed "under the terms of your choice, provided that ...", ! and goes on to describe the responsibilities of someone distributing ! the derived work. </ol> --- 118,132 ---- <ol> ! <li> If the derived work entails a modification of teem itself or some ! portion of it, then you have a "work based on the library". Section ! 2(c) of the LGPL applies to that derived work as soon as you ! distribute it, requiring that the work be licensed under the LGPL. ! <li> If the derived work is a binary created by linking against teem ! (or your modification of it), then you have a "work which uses the ! library". Section 6 of the LGPL applies to this work as soon as you ! distribute it, saying that the derived work can be distributed "under ! the terms of your choice, provided that ...", and goes on to describe ! the responsibilities of someone distributing the derived work. </ol> |