The tag has no wiki summary.

learn more… | top users | synonyms

23
votes
7answers
794 views

Choosing a licence for open source projects

I've done some open source projects, and I plan to do more in the future. So far, I've released all my code under GPL, but I've read a few articles which claim GPL is too restrictive for any code to ...
5
votes
3answers
547 views

Is it OK to learn an algorithm from an open source project, and then implement it in a closed source project?

Reference The post that started it all In order to clear up the original question I asked in a provocative manner, I have posed this question. If you learn an algorithm from an open source project, ...
2
votes
3answers
256 views

Sharing code in LGPL and proprietary software

I'm working on a piece of software that'll be released as a dll under LGPL. The software interfaces with hardware from a small company that has provided me with the needed libraries and some code to ...