LGPL을 사용할때 유의 사항이 어떻게 됩니까?

SoftOn의 이미지

LGPL 라이센스를 가진 library를 사용하고자 합니다.

배포시 license도 같이 배포해야되는 것으로 아는데 자세한 내용이 어디서 찾아보면 될까요?

SoftOn의 이미지

자문 자답이군요.. -_-;;

http://www.gnu.org/copyleft/lesser.html에 보시면

Quote:

Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does.

비공식적인 번역 내용으로 보면
http://korea.gnu.org/people/chsong/copyleft/lgpl.ko.html

Quote:

본 허가서는 복제와 개작 및 배포 행위에 대해서만 적용됩니다. 따라서 라이브러리를 사용하는 프로그램을 실행시키는 행위에 대한 제한은 없습니다. 이러한 프로그램의 결과물에는, 결과물을 생성하기 위한 도구로 라이브러리가 사용되었는지 아닌지의 여부에 관계없이 결과물이 라이브러리에 기반한 2차적 저작물을 구성했을 때에 한해서 본 허가서의 규정들이 적용됩니다. 2차적 저작물의 구성 여부는 2차적 저작물 안에서의 라이브러리의 역할과 라이브러리를 사용한 프로그램의 역할을 토대로 판단합니다

link는 2차적 저작물이 아니여서 아무것도 안 해도 되는 것 같네요..

혹시 제가 잘못 알고 있으면 질타를 부탁드립니다~