Tagged Questions

Software Licensing is a legal matter. Taking legal advice from programmers is like taking medical advice. The quality may vary. A software license allows the copyright holder on the source to grant specific rights to others, either in an open source situation or in return for payment.

learn more… | top users | synonyms (8)

110
votes
3answers
19k 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 ...
96
votes
21answers
27k 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 ...
81
votes
8answers
3k views

Android Game Keeps Getting Hacked

So we've been through this several times now, we release a game (for cheap) and someone hacks it and puts it up on a mirror. We setup Google Alerts for all our apps, so we get told daily who's doing ...
80
votes
15answers
21k views

What should every developer know about legal matters? [closed]

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 ...
80
votes
28answers
9k 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 ...
67
votes
22answers
12k views

Can I legally incorporate GPL & LGPL, open-sourced software in a proprietary, closed-source project? [closed]

At the company I work for, we develop and sell a proprietary, closed-source software application. Our application uses third party open-source projects licensed under open source licenses such as GPL ...
46
votes
11answers
1k views

What to do about open source ripoff?

I posted an open source project to Google Code a while back under the MIT License. Recently someone told me they saw a project on GitHub that looked "remarkably similar" to mine. So I go on there to ...
42
votes
6answers
6k views

How to choose an open source license for an app? [closed]

For creative-commons licensing (not good for code) there is this page http://creativecommons.org/license/ which can be used to assist in choosing a license is there something like this for ...
41
votes
14answers
1k 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 ...
34
votes
10answers
6k views

Open Source: Why not release into Public Domain?

I have recently been wondering why so little code is ever released as 'Public Domain'. MIT and BSD licenses are becoming extremely popular and practically only have the restriction of license ...
32
votes
12answers
2k 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 ...
27
votes
3answers
15k views

Visual Studio Express 2010 license

Can I use Visual C++ 2010 Express compiler for commercial use? As far as I know, it was always permitted prior to 2010 version, but now when I start IDE, it writes "For Evaluation Purposes Only". I ...
26
votes
12answers
2k views

What legal issues can I run into if I use example code (say from stackoverflow) in my projects?

A couple of questions I've read today discuss the legal implications of using someones code in your project: Can I legally incorporate GPL & LGPL, open-sourced software in a proprietary, ...
24
votes
8answers
4k views

Implementing a 30 day time trial

Question for indie Mac developers out there: How do I implement a 30-day time trial in a non-evil fashion? Putting a counter in the prefs is not an option, since wiping prefs once a month is not a ...
22
votes
8answers
4k views

Tool for adding license headers to source files?

I'm looking for a tool that will, in bulk, add a license header to some source files, some of which already have the header. Is there a tool out there that will insert a header, if it is not already ...
22
votes
9answers
877 views

How do I tell if I can re-use a 'free' software library in a commercial app? [closed]

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 ...
21
votes
10answers
2k views

Corporate-Friendly Open Source Licenses

What open source licenses are more corporate-friendly, i.e., they can be used in commercial products without the need to open source the commercial product?
20
votes
1answer
889 views

What's the default license of code published at github?

When no license is explicitly attached to a piece of code hosted at github (neither as a separate file, nor in the headers, nor in the readme), what is the default license inherited by the code ?
20
votes
8answers
843 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. ...
19
votes
12answers
1k views

Good commercial third party tool for software licensing [closed]

EDIT : Please answer only those options that you have used or heard good words about it. EDIT : I have also found this SO thread helpful. Any experiences about options listed here ...
19
votes
6answers
4k views

Can I dynamically call a LGPL/GPL software in my closed-source application?

I want to use a tool (ffmpeg) that is under GNU Lesser General Public License, version 2.1 GNU General Public License (GPL) version 2 for some components. To do so, I only call it in my software as ...
19
votes
8answers
764 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 ...
19
votes
4answers
1k views

How to use my own GPL code in a non-GPL application?

Can I decide to change the license of my published GPL application to something closed-source [1]? Can I integrate it into my own commercial application? All code in the published GPL application ...
19
votes
3answers
1k views

What license should I choose from codeplex for my open source project?

What license should I pick on codeplex if I want an open source project? What are the pros and cons on all licenses?
19
votes
3answers
4k views

Is the Microsoft Public License viral?

In section 3(d), the Microsoft Public License (Ms-PL) states: "If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this ...
19
votes
4answers
9k views

How does the Licenses.licx based .Net component licensing model work?

I've encountered multiple third part .Net component-vendors use a licensing scheme. On an evaluation copy, the components show up with a nag-screen or watermark or some such indicator. On a licensed ...
18
votes
6answers
1k views

What off-the-shelf licensing system will meet my needs? [closed]

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 ...
17
votes
6answers
817 views

Where do programs save their secret license?

where do programs save their secret license or install related information? I notice that often times when you uninstall a program, clear out appdata references, check registries to make sure there is ...
17
votes
8answers
753 views

Please help me understand the specifics of the GPL

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 obviously heard about ...
17
votes
10answers
5k views

Copy protection and licensing tools [closed]

I'm new to stackoverflow.com after hearing about it from Jon Skeet on DotNetRocks.This seems like the perfect place to ask this question. I am in the middle of trying to find a 3rd party Copy ...
17
votes
9answers
7k views

Best activation key software for .NET application? [closed]

We're looking to replace our current, in-house developed trial-version activation system for our .NET application with something off the shelf. To clarify the question I'm asking, let me point out ...
17
votes
10answers
903 views

How do you choose an open-source license?

I'm a software engineer, not a lawyer, and my university doesn't offer any courses geared toward licensing software. In fact, their law-related courses are lacking (but slowly growing in number). ...
16
votes
2answers
428 views

Does Embarcadero RAD Studio XE license allow use on multiple machines?

In the past the Borland "no nonsense" license allowed one developer to do multiple installs. I'm tempted to upgrade to Embarcadero RAD Studio XE, professional edition, but am worried about licensing ...
16
votes
8answers
698 views

Is this scenario in compliance with GPLv3?

For arguments sake, say that we create a web application , that depends on a GPLv3 licensed component, lets say Ext JS. Based on Section 0 of the license, the common notion is that the entire web ...
16
votes
5answers
2k views

jQuery, jQuery UI, and Dual Licensed Plugins (Dual Licensing)

OK I have read many posts regarding Dual Licensing using MIT and GPL licenses. But Im curious still, as the wording seems to be inclusive. Many of the Dual Licenses state that the software is ...
16
votes
4answers
10k views

MIT license

Suppose I use this actioscript API released under MIT license to build a software : http://www.cove.org/ape/docs/api/ (i) Can I sell that software? (ii) Do I need to give the source code of my ...
16
votes
11answers
2k views

Best License for Selling Open Source Software [closed]

What's the best license to use for your software when you want to be paid for commercial use but are happy for non-profits/geeks to use for free?
15
votes
9answers
1k views

When is your code a “Derivative work”?

I'm trying to figure out in which of these cases the legal ramifications of "Derivative work" come into play. When exactly is my code a derivative work? A PHP framework released under the GPL. ...
15
votes
7answers
3k views

Restrictions of GPL on javascript libraries

If I use GPL-licensed JavaScript components on my website, would it be considered as a release to the public (as client-side code of the components is loaded to users' browsers via http) and I have to ...
15
votes
6answers
556 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 ...
15
votes
9answers
2k views

Putting license in each code file?

I find it unnecessarily duplicated to have it in each code file, but I see it on most open source projects. Should I do that same, or just include a single license outside the code?
15
votes
5answers
4k views

Can Someone Explain MySQL's License and What it Means to Closed Source Development?

Is it necessary to have a commercial license for MySQL in order to use it legally in a project which is not open source? Does it matter if the application is hosted and the binaries are never ...
15
votes
3answers
7k views

Migrating from MySQL to PostgreSQL [closed]

We are currently using MySQL for a product we are building, and are keen to move to PostgreSQL as soon as possible, primarily for licensing reasons. Has anyone else done such a move? Our database is ...
14
votes
4answers
1k views

Using GPL 3rd party code for internal closed source project

If I use GPL software in my internal/closed source app do I have to make the source publicly available? say on the Internet?
14
votes
3answers
6k views

LGPL, MIT, or Apache - differences?

If I've got some code that I'd like to share and make open source. I'm not a lawyer. What are the big differences between these choices? LGPL - GNU Lesser General Public License MIT License ...
14
votes
10answers
1k 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 ...
14
votes
9answers
4k views

An effective method for encrypting a license file?

For a web application, I would like to create a simple but effective licensing system. In C#, this is a little difficult, since my decryption method could be viewed by anyone with Reflector installed. ...
14
votes
5answers
2k views

Best way to license Microsoft software as an independent developer

I've recently switched from being an employee of a small consulting company to being an independent consultant and as time goes on I will need to upgrade Windows and Visual Studio. So what is the most ...
13
votes
8answers
898 views

Can freelancer use “ free for personal use ” software or services?

Some softwares say "free for personal use" but not for commercial use. From a freelancer's prespective only he uses this software personally not by others or any company or organization. He uses ...
13
votes
1answer
2k views

Is MS-PL (Microsoft Public License) code allowed in commercial product?

If someone wants to use parts of a code licensed under MS-PL and use it in a commercial product, is that allowed by MS-PL? What are the restrictions.

1 2 3 4 5 44