Tagged Questions

35
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 …
29
votes
21answers
3k views

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

The company I work for 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 and …
17
votes
5answers
719 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 …
13
votes
12answers
632 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 …
13
votes
10answers
345 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). …
11
votes
9answers
599 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?
10
votes
8answers
495 views

Best License for Selling Open Source Software

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?
9
votes
5answers
202 views

Go code contribution: license and patent implications?

I've been reviewing the contributions documentation for Google new language, and was curious about the idea of contributing a new package. It states that this should be included at the top of …
9
votes
4answers
466 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 …
9
votes
5answers
185 views

How to use an Open Source License

I'm a little unsure how the open source licensing stuff works. If I were to choose a particular open source license, what do you actually have to do to make it applicable to your software? I would …
8
votes
3answers
96 views

What is covered by the “not for redistribution” clause in licenses?

Sorry if this isnt suited to this site, I wasnt really sure about it. Basically I have a 3rd-party application which is free to use but which says its not redistributable which I was hoping our group …
8
votes
10answers
806 views

Boost is just great and free … Is there a catch?

The reason for this, I find myself being asked to make replacement classes for boost's classes in a commercial project. And I am asked to test them against the boost class's behaviour. This makes …
8
votes
4answers
398 views

How to choose an open source license for an app?

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 …
8
votes
4answers
365 views

License / registration frameworks for C / C++

What sort of registration frameworks are available for C / C++ applications? I'm looking for a library that will handle the cryptographic verification of license and registration keys to enable the …
7
votes
5answers
586 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 …

1 2 3 4 5 14 next
15 30 50 per page