35
votes
22answers
3k views
How do you protect your software from illegal distribution?
I am curious about how do you protect your software against cracking, hacking etc.
Do you employ some kind of serial number check? Hardware keys?
Do you use any third-party solutions?
How do you …
34
votes
14answers
943 views
How do you find a lawyer who is able to answer software development questions?
Many answers to questions on stackoverflow about issues related to contracts, copyright, patents, licensing, advise the questioner to consult a lawyer.
This sounds like good advice, but I believe the …
25
votes
0answers
3k views
Impressed or angry at http://www.cnprog.com? [closed]
In case you have seen http://www.cnprog.com is a straight up rip-off in terms of style on and functionality of Stack Overflow but in Chinese. This may or may not be right/legal cause I am not sure …
21
votes
14answers
621 views
What should every developer know about legal matters?
Today I had a bad surprise learning about some implications of the GPL license, mainly that I couldn't use it as freely as I thought.
Now I know.
What else should I know, and more widely, what …
19
votes
9answers
546 views
How do I tell if I can re-use a ‘free’ software library in a commercial app?
Whats the easiest way, of telling if I can redistribute it in a piece of commercial software?
In license agreements I often read the terms GPL, OpenSource, Freeware, Artistic License but have never …
17
votes
8answers
499 views
Would an open source project have “Copyright. All rights reserved.” written on its licensing disclaimer?
I was trying to make some code I wrote be published under LGPL. I included the appropriate header in each file, but StyleCop told me to include a copyright notice also. But I think that "Copyright. …
16
votes
17answers
5k views
How do I protect python code?
I am developing a piece of software in python that will be distributed to my employer's customers. My employer wants to limit the usage of the software with a time restricted license file.
If we …
16
votes
2answers
2k views
Apache licence vs BSD vs MIT
A couple of years ago, ZDNet ran an article interviewing Greg Stein on the Google Code project, discussing several software licences and why Google Code only accepts a few of them. That article's …
15
votes
8answers
421 views
Please help me understand the specifics of the GPL
Hi everybody
I would like to find out more about the GNU GPL, and in particular how it pertains to a particular commercial project I wish to undertake. I have just read the license, and have …
14
votes
8answers
374 views
Non-startup Microsoft ISV development, on the cheap?
While there are a handful of great programs for ISV Startups (BizSpark, Emplower ISV, etc), the only option avaiable for non-startups seems to be Visual Studio w/ MSDN. It's not that expensive (I was …
13
votes
12answers
652 views
What Open Source License to choose?
I was checking codeplex.com and when it's time to start a project, it requires to choose a License. They give us this link to choose the license.
What do you suggest? I have read few description and …
10
votes
7answers
352 views
What off-the-shelf licensing system will meet my needs?
I'm looking for an off-the-shelf license system for desktop software.
After some research on the net -- and of course here on StackOverflow -- I haven't found one the suits our needs. I have a …
10
votes
9answers
431 views
Why does software have EULA?
This is the only product that I know that a consumer must agree to something that only lawyer can (something) understand. I'm sure car accidents kill more people each year than software accidents. But …
10
votes
11answers
448 views
3rd party libraries, dangerous or the right way to go?
I'm always having a hard time deciding whether or not to use 3rd party libraries in commercial applications. For some reason it scares me a bit. If I use an opensource library is there a risk of being …
9
votes
6answers
206 views
What happens when open source software has two or more licenses?
I'm considering using a jQuery plugin in a commercial project. The plugin (datepicker) is "dual licensed":
Dual licensed under the MIT
(http://www.opensource.org/licenses/mit-license.php)
and …
