Posted on June 9th, 2007 at 0:29 by fr3@K
使用 FOSS 的 programmer 多已熟悉當 link 到 LGPL 的 library 時, 需要注意:
- 若發佈更動過 (modified) 的 LGPL library, 則必須將更動以相同授權免費公開發佈
- 一個基於 LGPL library 之上的 library, 必須採用 (L)GPL 授權
最近才注意到還有一個要遵守的規範:
- 當一個 non-(L)GPL 的 executable 以 static link 的方式連結 LGPL library. 發佈時要連同該 executable 的 object file 或 source code 一起發佈
它的目的是要讓使用該 (possibly proprietary) 軟體的使用者可以自由連結不同版本的 LGPL library.
[站內相關文章]
Free Software vs Open Source
![]() |
|
| Previous Post « StatCounter - Now 5 Times Better « |
Next Post » Diamond Burns » |








What can you do with object file beside allow other party to link with it?
Comment by Nash — June 19, 2007 @ 15:39