What are the permitted uses for these icons?
July 18, 2008 12:55 PM
Subscribe
Can anyone explain the use limitations for
these icons? I am completely lost in the legalese.
What are the permitted uses for these icons? What are the limitations? Basically, I want to know what I have to do to use these icons without getting into trouble.
Also, can anyone point me to icons that are as big and stunning and cover such a breadth of subjects? I am open to licensing if necessary.
posted by cuban link flooded jesus to law & government (6 comments total)
3 users marked this as a favorite
In any event, I am not a lawyer, but the common understanding of the LGPL amongst software developers is thus:
1. You can freely redistribute the software, provided that you include a copy of the LGPL, given attribution to the original author, and allow access to the source code for at most a nominal fee.
2. You can freely distribute modified versions of the software, provided that your modifications are also licensed under the LGPL, plus everything in paragraph 1.
3. Programs which merely use the LGPL'd software as a library need not be licensed under the LGPL. This is the primary distinction between the LGPL and the GPL.
Note that none of this prevents you from charging for copies of the program so long as you fulfill the other requirements.
As an example, I want to write a calculator program, but I just want to write the graphical interface, not the actual calculating parts. I might use an LGPL'd math library in connection with my interface. As long as I do not modify the math library, I do not have to provide access to my calculator program's source code. If I did modify the math library (say, to add a new function), then I would have to provide access to the source code of my modified library, but my interface code could still stay proprietary.
So, I think the icon creator's intent was to allow people to use the icons in applications without having to license the applications under the LGPL. But, if you distribute modified versions of the icons, then the modified versions of the icons only must be licensed under the LGPL.
If you are still in doubt, just contact the author about what you have in mind.
posted by jedicus at 1:25 PM on July 18, 2008 [2 favorites has favorites]