active questions tagged licensing - Stack Overflowmost recent 30 from stackoverflow.com2009-12-16T12:32:09Zhttp://stackoverflow.com/feeds/tag/licensinghttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1906691/how-to-prevent-a-file-from-being-tampered-with1How to prevent a file from being tampered withStick it to THE MAN2009-12-15T11:03:01Z2009-12-15T13:01:26Z
<p>I want to store confidential data in a digitally signed file, so that I know when its contents have been tampered with. </p>
<p>My initial thought is that the data will be stored in NVPs (name value pairs), with some kind of CRC or other checksum to verify the contents. </p>
<p>I am thinking of implementing the creating (i.e. writing) and verification (reading) of such a file, using ANSI C++.</p>
<p>Assuming this is the data I want to store:</p>
<pre><code> //Unencrypted, raw data to be stored in file
struct PrivateInfo {
double age; weight;
FitnessScale fitness;
Location loc;
OtherStuff stuff;
};
//128-bit Encrypted Data (Payload to be stored in file)
struct EncryptedData {
// unknown fields/format ??
};
</code></pre>
<p><em>[After I have read a few responses to this question]</em></p>
<p>Judging by the comments I have received so far, I fear people are getting side tracked by the word "licensing" which seems to be a red flag to most people. I suspected that may be the case, but in todays atmosphere of heightened security and general nervousness, I thought I'd better detail what I needed to be "hiding" lest someone thought I was thinking of passing on the "Nuke password" to some terrorists or something. I will now remove the word "license" from my question.</p>
<p>View it more as a technical question. Imagine I am a student (which I am), and that I am trying to find out about recommended (or best practices) for encoding information that needs to be secure.</p>
<p>Mindful of the above, I will reformat my questions thus:</p>
<ol>
<li>Given a struct of different data type fields, what is the "recommended" algorithm to give it a "reasonable secure" encryption (I still prefer to use 128 bit - but thats just me)</li>
<li>What is a recommended way of providing a <strong>ROBUST</strong> check on the encrypted data, so I can use that check value to know if the contents of the file (the Payload of encrypted data) differs from the original.?</li>
</ol>
http://stackoverflow.com/questions/1905929/what-does-it-mean-that-software-license-is-not-royalty-free0What does it mean that software license is not royalty free?Rychu2009-12-15T08:21:27Z2009-12-15T08:27:41Z
<p>I use 3rd party library in my asp.net application. Then application will be deployed on client server. Owner says: a Developer License licenses only ONE developer to create ONE .NET application using their library and Developer License is not royalty free. What does it mean that it's not royalty free?</p>
http://stackoverflow.com/questions/1900770/hasp-network-key-how-to-define-several-expiration-dates-for-the-same-feature0HASP. Network key. How to define several Expiration Dates for the same Feature?AlexG2009-12-14T12:55:50Z2009-12-14T12:59:27Z
<p>I'm thinking how to implement following task using Aladdin HASP SRM APIs. I'll explain on specific example. </p>
<p>HASP Network Hardware Key enables to run 10 copies of application concurrent (HASP Key enables 10 licenses). </p>
<p>Each license enables 1 Feature. Feature has Expiration date. </p>
<p><strong>Problem</strong>: Expiration Date will be the same for all 10 licenses. I have to control the same Feature by 3 different Expiration Dates: </p>
<ul>
<li>Date1 for 3 licenses</li>
<li>Date2 for 4 licenses </li>
<li>Date3 for 3 licenses. </li>
</ul>
<p>Why: because User paid maintenance a year for 3 licenses, 1.5 year for 4 licenses, 2 years for 3 licenses.</p>
http://stackoverflow.com/questions/1900462/licenseprovider-in-net-using-rsa-encryption-to-protect-product-license0LicenseProvider in .NET using RSA encryption to protect product licenseJohn2009-12-14T11:49:53Z2009-12-14T11:49:53Z
<p>Hi there</p>
<p>I'm trying to find a solid licensing scheme using Microsoft's LicenseProvider. My thought is to use asynchronous encryption by ways of RSA (RSACryptoServiceProvider with 2048bit keys).
I found this to be pretty easy, but I am unsure how secure the mechanism really is. This isn't for fun and needs to copy-protect a number of products (we're talking ~100 installations) in the US. Expiration date is not needed.</p>
<p>Now, I use a private key to encrypt the license file (.lic). On the customer's computer, the license manager will check the computer's unique ID against the unique ID stored in the .lic file at runtime.
Since the product will have the corresponding public key it can decrypt the file.
If the IDs match, the license is valid and the program starts.</p>
<p>(BTW the computer ID is a combination of: MAC Address + CPU serial + hard drive serial. So if one of those changes, the license wil need to be renewed)</p>
<p>It's that simple? As I see it, even if you could decrypt the .lic file, you could never encrypt it again because you don't have the private key needed.</p>
<p>Now, other than buying a costly 3rd party solution, cracking and circumventing the licensing DLL, how secure do you find this idea of using RSA+computerID? </p>
<p>(Yes, we're looking into obfuscating the code to make this better)</p>
<p>Thanks for the feedback!</p>
http://stackoverflow.com/questions/1895200/please-give-opinions-on-this-hypothetical-open-source-license1Please give opinions on this hypothetical open source license.dsimcha2009-12-13T00:40:24Z2009-12-13T04:42:02Z
<p>I've concocted an open source license in my head that I feel is a good compromise between copyleft and permissive licenses. I think it extracts many of the benefits of copyleft with few of the downsides. Here's a rough draft of it. The spirit of it is that a company should be able to profit by adding value to open source software, but should be required to compete on a level playing field with the open source version and should be prevented from practicing embrace, extend, extinguish. Do you believe this would be a good license to use on an open-source project? (The part in bold is the part that's not standard BSD license material.)</p>
<p>Copyright <code><year></code> <code><copyright holder></code>. All rights reserved.</p>
<p>Redistribution and use in source and binary forms, with or without modification, are
permitted provided that the following conditions are met:</p>
<ol>
<li><p>Redistributions of source code must retain the above copyright notice, this list of
conditions and the following disclaimer.</p></li>
<li><p>Redistributions in binary form must reproduce the above copyright notice, this list
of conditions and the following disclaimer in the documentation and/or other<br>
materials provided with the distribution.</p>
<p><strong>3. If any derivative work of this software is distributed by you, the source code to all functionality necessary for interoperability with the original software, including but not limited to implementations of file formats and network protocols modified from or not present in the original software, must be distributed with the derivative work and all redistributions of the derivative work. If you own patents on any technology necessary for interoperability with the original software, by distributing a derived work of this software you hereby grant a worldwide, royalty free license to all persons receiving a copy of the derivative work to use this patented material for any purpose.</strong></p></li>
</ol>
<p>THIS SOFTWARE IS PROVIDED BY <code><COPYRIGHT HOLDER></code> ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p>
http://stackoverflow.com/questions/1422590/what-oss-licence-should-i-use2What OSS Licence Should I Use?modernzombie2009-09-14T16:23:14Z2009-12-11T22:50:45Z
<p>I am considering starting an OSS project and would like some advice.</p>
<p>I would like to use a licence that allows free use of the project for personal and non-profit use but would allow me to charge for a commercial licence (like or similar to <a href="http://www.extjs.com/company/dual.php" rel="nofollow">http://www.extjs.com/company/dual.php</a>).</p>
<p>Could someone please advise or link to some articles on how to approach this? Thanks in advance.</p>
http://stackoverflow.com/questions/1889944/does-the-gpl-scare-you-1Does the GPL scare you? [closed]Xeoncross2009-12-11T18:21:40Z2009-12-11T18:28:10Z
<p>There is no doubt that the largest and most successful Open Source projects use the GPL license: MySQL, Linux, Wordpress, Ruby, etc. However, the MIT is quickly taking over just about every new code framework and github project out there.</p>
<p><strong>So, does using a GPL CMS or framework scare you?</strong> Are developers turning into MIT only guys - or do people still have no trouble using GPL code?</p>
<p>I suppose that answering this question is highly subjective - but there is no other way to find out than to ask other developers. <em>I suppose I could contact those guys in Nigeria for a list...</em></p>
http://stackoverflow.com/questions/1888572/use-of-icons-from-a-gpld-program2Use of Icons from a GPL'd programclartaq2009-12-11T14:52:59Z2009-12-11T15:27:48Z
<p>There is a GPL'd program that has some nice icons I would like to use in a project of my own. I would like to release my project under a more liberal license like Apache or BSD.</p>
<p>After reading the GPL V3 license (a few times), I can't figure out how it applies to resources like icons. Can I use them at all? If so, must I release my new project under GPL instead of some other license?</p>
<p>Of course, I plan to contact the original author and ask them what they had in mind and honor that intent. But what are the legal requirements for use of graphical resources from GPL'd software?</p>
http://stackoverflow.com/questions/1872170/how-to-protect-intellectual-property-in-java-app2How to protect intellectual property in java appMulmoth2009-12-09T07:22:27Z2009-12-10T07:38:54Z
<p>What product / technology can I you use to protect my java code in a commercial application? Is there a obfuscator that does the job? On the other side, it would be great to have anything that combines file-based license management with byte-code encryption.</p>
<p>Any Ideas? Best practices?</p>
http://stackoverflow.com/questions/1876442/usage-of-gpl-plugins-for-proprietary-software2Usage of GPL plugins for proprietary software?BastiBense2009-12-09T20:00:53Z2009-12-10T03:30:29Z
<p>Hello. I've read existing questions about this topic on here already, but none of them seem to address my question so far.</p>
<p><strong>Here is the situation:</strong></p>
<ul>
<li>We are developing a closed-source/proprietary software for a few customers.</li>
<li>Our software is written in C++ and uses Qt 4.6, thus it makes use of the LGPL licensed version of Qt.</li>
<li>The software should allow third party developers to develop plugins for our application.</li>
<li>For this, we'd like to provide a simple plugin API, and a small SDK which is licensed under the GPL, or a BSD-like license. This SDK would contain some header files which allow for implementation of the plugin's hook methods.</li>
<li>These plugins <em>extend</em> the main program, but no parts of the main program rely critically on any GPL plugins (additional file formats, codecs, etc.).</li>
<li>Plugins might come from any developers, the SDK is available to anyone who uses our software, so we can't control who creates plugins, or which functionality they provide.</li>
</ul>
<p><strong>Here is the question:</strong></p>
<ol>
<li>Are plugins considered to be <em>dynamically linked</em> against the main program?
<ul>
<li>Since they are loaded at runtime of the main program and are usually installed by the users, we are not doing anything wrong since we don't include those plugins in the main distribution.</li>
</ul></li>
<li>Since plugins can make use of any GPL'ed 3rd party library, such as libpoppler, for instance, they [the plugins] will have to be released under the GPL, too. Would usage of those plugins violate the GPL?
<ul>
<li>If yes, who violates the GPL? We, as as the author of the main program, or the authors of the plugin?</li>
</ul></li>
</ol>
<p>I don't expect a bulletproof answer here (that's what lawyers are for). If someone with some experience in working with the GPL and licensing could point me to the right directions, that would be very helpful.</p>
<p>PS: I already mailed licensing@fsf.org, but didn't get a reply yet (that was 3 days ago).</p>
<p><hr></p>
<h2>Update:</h2>
<p>After some more searching, I found the following links in the GPL FAQ (duh!):</p>
<ul>
<li><a href="http://www.gnu.org/licenses/gpl-faq.html#GPLAndPlugins" rel="nofollow">FAQ: If a program released under the GPL uses plug-ins, what are the requirements for the licenses of a plug-in?</a></li>
<li><a href="http://www.gnu.org/licenses/gpl-faq.html#GPLPluginsInNF" rel="nofollow">FAQ: Can I apply the GPL when writing a plug-in for a non-free program?</a></li>
</ul>
http://stackoverflow.com/questions/1499592/legal-issue-per-server-licensing-in-google-app-engine1Legal issue: per server licensing in Google App Engineflybywire2009-09-30T17:35:59Z2009-12-09T18:45:05Z
<p>Hi <del>lawyers</del> programmers</p>
<p>When using a library or data set that is priced "per server", how many licenses should I buy to run it in <a href="http://en.wikipedia.org/wiki/Google%5FApp%5FEngine" rel="nofollow">Google App Engine</a>?</p>
<p>Is there a way to know on how many physical machines my web application is deployed? Is it relevant?</p>
http://stackoverflow.com/questions/1774062/what-is-the-best-way-to-write-a-c-application-kill-switch1What is the best way to write a C# application "kill switch"?Jim Beam2009-11-21T00:29:57Z2009-12-09T10:23:49Z
<p>I need to write a "kill switch" into my C# application for licensing/billing purposes. What is the best way to do that?</p>
<p>The requirements are as follows (its actually 2 kill switches):</p>
<p>1 - "passive kill switch" - If a particular user does not log into the application in X days then the application stops working.</p>
<p>2 - "active kill switch" - A user can log in and set a date in the future when the application will stop working.</p>
<p>I can think of various ways to do this with a database but users might be able to bypass that. Is there a way I can use an encrypted database or something of the sort? Or maybe a secured file that can contain this data?</p>
http://stackoverflow.com/questions/1871905/question-regarding-product-activation-scheme0Question regarding product activation schemeGuest2009-12-09T06:12:48Z2009-12-09T07:42:46Z
<p>The typical product activation scheme is as follows</p>
<ol>
<li>A unique serial no. is assigned to user</li>
<li>A unique hardware id is generated for the user's machine.</li>
</ol>
<p>On giving this info to the vendor, the vendor issues an activation code.</p>
<p>I would like to know how the activation code is generated and what are its contents.
Also what is the general scheme once the activation code is entered in the application on users pc, like how it is decoded, stored, checked next time?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/611749/what-are-the-licensing-terms-of-the-visual-studio-image-libraries0What are the licensing terms of the Visual Studio Image libraries?JDKing2009-03-04T18:02:25Z2009-12-09T05:00:02Z
<p>What are the licensing terms of the images installed with Visual Studio at</p>
<p>%Program Files%\Microsoft Visual Studio\9.0\Common7\VS2008ImageLibrary\1033\VS2008ImageLibrary</p>
http://stackoverflow.com/questions/1850114/why-is-there-so-much-legal-paranoia-surrounding-boost1Why is there so much legal paranoia surrounding Boost?dsimcha2009-12-04T22:37:54Z2009-12-08T01:26:45Z
<p>It seems from reading SO that there's a lot of legal concern about Boost in some companies. Some people are apparently prohibited from using it. Since Boost is licensed under about the most permissive license you could possibly think of, where does this concern stem from.</p>
<p>Edit: People have asked for specific posts. I don't remember where these were, but the reason I'm asking this is because in the context of these posts, nobody detailed the concerns. People just said stuff like they're "not allowed" to use Boost, the implication being that it was for legal reasons, w/o being more specific.</p>
http://stackoverflow.com/questions/1077668/can-i-change-my-open-source-license-from-licensea-to-licenseb3Can I change my Open Source License from licenseA to licenseBVivek Sharma2009-07-03T03:35:54Z2009-12-07T20:29:54Z
<p>The languages used in the licensing are very confusing, and also it is getting very time consuming to read salient features. </p>
<p>Just need a license with which source code is open/re-distributable/fork-able (good if the parent project gets credit, non-monetary or monetary eg donations). But I shall be able to have control, put a stop list to further inclusions in terms of features/code. I other words it should be contributable in terms of features/code but i shall be able to manage it, so that it remains small tight and easy for others to learn, may be as case studies.</p>
<p>I think the best license for me might be MIT or BSD types. Of course, i might be absolutely wrong. </p>
<p>And, so if i start with licenseA can i migrate to licenseB. It might also mean, if i start in any open-license can i later migrate to copyrighted(proprietary) form, if I had too.</p>
<p>Thanks in advance.</p>
http://stackoverflow.com/questions/1857110/antlr-grammar-license1ANTLR grammar licenseRCIX2009-12-07T00:13:49Z2009-12-07T01:11:18Z
<p>I'm planning to make an implementation of Lua for the DLR, and i would like to use the listed Lua 5.1 grammar <a href="http://www.antlr.org/grammar/list" rel="nofollow">here</a>. However i can't see a license that it was released under, so can someone please kindly point me in the direction of the license it uses?</p>
http://stackoverflow.com/questions/1856868/how-to-license-a-project0How to license a projectLukasz Lysik2009-12-06T22:32:37Z2009-12-06T23:51:19Z
<p>I have written a project for my students organization. I would like to share it between many organizations and I want them to use it for free. So I thought that releasing the project on GPL licence (or other silimar). However I don't want that somebody use this project for commercial purpose for free. How should I license this project? Is there any license that is suitable for that? Or should I release two copies of my project on different licences?</p>
http://stackoverflow.com/questions/1740843/how-to-enforce-a-site-wide-license2How to enforce a site-wide license?Roy Tang2009-11-16T08:34:23Z2009-12-06T23:00:23Z
<p>We have a small .Net program that we sell with individual licenses. The individual licenses are enforced by registering a key file that is generated using information from the machine used to install the program (MAC address, etc.)</p>
<p>Now, we have a customer request for a site-wide license, such that they can deploy to as many machines on their site as possible. From the technical POV I'm not sure what are the usual approaches for this; our old approach won't work since we can't map the license to any machine-specific information.</p>
<p>Any suggestions?</p>
<p>A few more details:</p>
<ul>
<li>the program is a client-side program that includes an Office Add-In</li>
<li>the machines to be installed on may or may not have internet access</li>
<li>we aren't restricted to .Net-only approaches, I'm just looking for a general idea of how this sort of thing is usually handled </li>
</ul>
http://stackoverflow.com/questions/1849165/do-i-need-a-banking-license-for-this-paypal-based-ecommerce-app-1Do I need a banking license for this paypal-based ecommerce app?James2009-12-04T19:35:20Z2009-12-05T03:32:08Z
<p>The application will accept payments from users with paypal's Payments Standard. All of this money will be stored temporarily in the company's paypal account, and then redirected to some of the users involved in the transaction via their paypal accounts (we'd also keep a cut of this money). Would this implementation require a banking license or any other kind of license?</p>
<p>EDIT: region = California</p>
<p>I'd appreciate any help.</p>
http://stackoverflow.com/questions/1849999/using-gpl-licensed-jquery-plugins1Using GPL licensed jquery plugins Greg2009-12-04T22:14:02Z2009-12-05T00:35:27Z
<p>I'm sorry for the naive question, but I'm a bit clueless about free-software licensing.</p>
<p>Is there any problem with using GPL-licensed front-end software (jquery + plugins, for example) on a for-profit subscription-based web application that has a closed-source back-end, so long as you keep your changes to the plugins open? </p>
<p>Would such an RIA be considered one whole piece of software? By that, I mean would you need to extend the GPL license to all your code (PHP, for example)?</p>
http://stackoverflow.com/questions/1848713/including-open-source-software-in-commercial-software1including open source software in commercial softwarert42782009-12-04T18:14:11Z2009-12-04T18:39:03Z
<p>Hi,</p>
<p>I'm developing a commercial application and would like to include ffmpeg to extract thumbnails from videos. ffmpeg is licenced under LGPL 2.1. I would like to know how I can include ffmpeg in my software installer while meeting the requirements of LGPL 2.1. If it makes any difference I haven't modified the ffmpeg exe in any way. If anyone could offer any advice it would be much appreciated.</p>
<p>Thanks,</p>
<p>Rob</p>
http://stackoverflow.com/questions/1830999/iphone-game-copyright-and-licensing0iPhone game copyright and licensinglastlee2009-12-02T06:25:34Z2009-12-04T17:36:19Z
<p>Do iPhone games which replicate the exact functionality and rules of popular proprietary board games need special permission (copyright, trademark, etc) from the relevant companies (Mattel, Hasbro, Parker Brother, etc) before being submitted into the App Store for approval?</p>
http://stackoverflow.com/questions/638012/managing-features-on-a-license-basis-for-a-c-app6managing features on a license basis for a C++ appRaul2009-03-12T10:22:19Z2009-12-04T02:38:58Z
<p>Hi there,</p>
<p>We are trying to offer a license mechanism for every feature our Linux application is running and we are thinking of controlling it in a centralized way using a license server:</p>
<p>Our aim for licensing is:</p>
<ol>
<li>Deny features the operator has not bought.</li>
<li>Offer trials (features which expire if they are not bought).</li>
<li>Activate features for periods of time, and make them available just for some period of time.</li>
</ol>
<p>Does anyone know any server license which allow us to do this (basically, we would use sockets to communicate with our app) ? Any open source / pointer / suggestion just to start up with some ideas ? Thanks !</p>
<p>Best regards,
Raul</p>
http://stackoverflow.com/questions/1622624/is-it-legal-to-use-opensource-libraries-in-proprietary-software0Is it legal to use OpenSource libraries in proprietary software?o_O Tync2009-10-26T00:41:05Z2009-12-03T15:01:38Z
<p>I'm wondering is it legal to include OpenSource components as *.dll / *.so (with sources provided) in some proprietary software?</p>
<p>It seems that everything's ok: source code is provided, not modified, author is mentioned in "About" box, and the free source is not compiled into: just dynamically linked.</p>
<p>I know there's quite a lot of different licenses... It'll be nice if your answer will cover most of the popular ones: GPL, LGPL, Mit, ... Which of these do allow this?</p>
<p>Thanks in advance!</p>
http://stackoverflow.com/questions/1827288/commercial-os-based-on-linux-legal-issues0Commercial OS based on Linux, legal issues.benasio2009-12-01T16:26:15Z2009-12-02T17:34:51Z
<p>Based on some Linux distributions can do commercial OS? Can I distribute such a system without source code?</p>
http://stackoverflow.com/questions/1830537/things-to-consider-w-microsoft-technologies2Things to consider w/microsoft technologies?Chris2009-12-02T03:47:06Z2009-12-02T04:18:17Z
<p>I'm in the process of planning out a public facing web application. I've not decided on what platform / tools I will use just yet but it's between asp.net or one of the lamp flavors. </p>
<p>My question is are there any licensing or otherwise issues that I should consider if I choose asp.net for a public facing for profit web application? The last thing I want is to get a call stating I've missed some licensing issue or because I'm using .net and c# I owe Microsoft anything or that they have some right to what has been written.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1828370/workflow-for-a-license-server-selling-software3workflow for a license server / selling softwarelsdude2009-12-01T19:37:01Z2009-12-01T20:58:33Z
<p>I have a product I'm selling. Users purchase a license key and enter that into the config to enable the product. </p>
<p>My first idea was.. </p>
<p>The product pings the license server w/ the license key on launch, and fails if the server returns a Not Authorized (expired license, invalid etc). But what if the license server is down..?</p>
<p>Another idea was to just check the license once, or maybe every 30 days, or just every time it is entered (app reinstalled etc).</p>
<p>Is there any safer way (in regard to at least SOME decent protection from script kiddies) of going about this? I've never sold software, but I know how easy it is to reverse-engineer/modify software to avoid requiring a license. And to complicate things, this is in PHP.</p>
http://stackoverflow.com/questions/1152557/openlicensebuilder-how-to-implement-licensing1OpenLicenseBuilder How to implement licensing franferns2009-07-20T09:22:14Z2009-12-01T18:00:03Z
<p>Hi,</p>
<p>I need to implement licensing in my windows application i downloaded this open source project code called the OpenLicenseBuilder which generates an xml file with ll the product code and certain constraints How do i use it in my .Net windows application I just dont know how to use the gereated xml file whihc is of the extension LIC .? </p>
<p>REgards
Fran</p>
http://stackoverflow.com/questions/1826847/why-dual-license-software0Why dual license software? [closed]Kaitsuli2009-12-01T15:17:23Z2009-12-01T15:17:23Z
<blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="http://stackoverflow.com/questions/1174271/what-happens-when-open-source-software-has-two-or-more-licenses">What happens when open source software has two or more licenses?</a> </p>
</blockquote>
<p>I have always wondered why some software or scripts like jQuery dual license themselves with MIT and GPL (for instance). What's the benefit here?</p>