Questions about legal problems which may arise during software development or questions about software law, patents and copyrights in general.

learn more… | top users | synonyms

3
votes
1answer
439 views

AGPL-compatible license

I am using a java library licensed under AGPL3. However, I would like to license my own work as BSD, such that my code could then be integrated in proprietary projects if one strips the library. Will ...
5
votes
3answers
281 views

Ethics, Clients, and legal repercussions

I'm asking this after reading a SO question where the OP asked for help decoding obfuscated code, which looks like it belongs to a closed-source company. The OP's client is saying "I don't know the ...
9
votes
1answer
245 views

License requirements for including open source software

In an open source project, a number of other open source libraries have been included to implement needed functionality, some as libraries (LGPL), and some as source code (non-LGPL). The new BSD ...
28
votes
6answers
1k views

What are the Pros and Cons of the GPL?

I'm looking at licensing some open source software and am looking at the GPL. What are the pros and cons of using this license?
16
votes
7answers
633 views

Does making source code available affect your ability to generate revenue?

We’re working on a .Net framework which ultimately amounts to a single DLL. We intend to charge for commercial use of the framework, but make it free for open source/non-commercial use. The rough ...

1 2 3 4 5