The MIT License is a free software license originating at the Massachusetts Institute of Technology (MIT). It is a permissive license, meaning that it permits reuse within proprietary software on the condition that the license is distributed with that software. The license is also GPL-compatible, ...

learn more… | top users | synonyms

0
votes
1answer
14 views

Incorporating GPLed code into an MIT Licensed code?

I have an incomplete understanding of GPL. Is it permissible to incorporate code under GPL into another project that is under the MIT License? I'm pretty sure that the answer is no.
-1
votes
2answers
23 views

Using Open Source License? [closed]

I am sorry if this question looks really funny, however I can't help but ask, Why do we need the use of License for an Open Sourced Project? Many of the open sourced projects that I have seen ...
0
votes
1answer
17 views

Apache 2.0 and Modified BSD libaries in MIT project?

If I write MIT code and publish it on Github, am I allowed to have a library directory containing .jar libraries licensed under Apache 2.0 and/or Modified BSD? As far as I understand, I can't ...
1
vote
0answers
17 views

Licensing, MIT and GPL2 - What can I do?

I have found a nice project that is dual licensed under the MIT and GPLv2 licenses. I want to extend that project creating a module for a particular CMS and I whis to sold it...can I do this? What ...
0
votes
0answers
11 views

MIT License: Why isn't it considered viral? [migrated]

The first part of the license implies you can do basically whatever you want with it (copy, modify, sell etc). But the second part says that these freedoms must propagate into all copies of the ...
1
vote
1answer
80 views

Can I sell software that contains MIT-and-GPL libraries? [closed]

I know this might not be the right place to ask but since its programming related website, I thought I would get better answer here. I'm building a web application and want to use graphing plugin. ...
0
votes
0answers
10 views

JS Library change its version and license

I use a JavaScript Library which has the MIT License in his version 1. I change a little bit the code and use it now in a Webshop. After a year i check the library and see that a version 3 was ...
4
votes
2answers
89 views

How to express MIT License when using Mockito in a Maven project

I'm using Mockito as a Maven dependency but am concerned about staying on the right side of the law when delivering this (proprietary) software to the customer. The MIT license doesn't seem to make it ...
1
vote
1answer
116 views

Do any of MIT, Apache 2.0 or zlib software licenses require attribution or a copy of the license for distributions of complied sources?

I have used a few open source projects in a mobile app I am releasing. Each project comes with one of the following 3 licenses: MIT Apache 2.0 zlib I have looked up the licensens but Im not 100% ...
0
votes
1answer
86 views

MIT License - Some questions [closed]

i've some questions about the MIT License. I'm writing a big framework for iOS and i'm including classes, or portions of classes, in my code. Supposing class ABCD is under MIT license with this text ...
0
votes
0answers
78 views

Which files should be placed in my closed-source project that uses components under MIT and Apache licenses?

We develop a commercial Adobe AIR-application with closed sources and use the following 3-rd party components in it: https://github.com/Flextras/FlextrasComponents licensed under Apache license ...
4
votes
3answers
216 views

Use a part of a project (released under MIT license) in my own MIT licensed project

I have a project released under the MIT license. I want to use inside it a part, only a small part, of a library released under the MIT license. The text of the license is the same of my own project ...
0
votes
1answer
84 views

Can I license my programs under a pseudonym? [closed]

I usually publish all my software using the MIT license, and I usually state my real name in the license. However, can I publish it under, for example, "Bane"? And what about the @author tag in my ...
0
votes
2answers
104 views

About the use of libraries/projects under MIT license in iOS apps

I am developing an iOS5 app that could be commercial, and I've found several products I'd like to use in my app that have the following description in their license: Permission is hereby granted, ...
1
vote
1answer
58 views

Change the namespace of an MIT Licensed project

As I don't really find anything specific here or over the internet I hope to find some answeres on SO. I'm using (or rather plan to use) a MIT licensed C# library in my (commercial) project (as it is ...
0
votes
0answers
26 views

Am I free to make any software with a MIT license proprietary? [duplicate]

Possible Duplicate: Meaning of MIT license The MIT license says: Permission is hereby granted, free of charge, to any person obtaining a copy of this software [..] to [..] sell copies of ...
0
votes
0answers
61 views

Selling software that uses embedded MIT licensed software

I'm developing a JQuery Plugin. The plugin relies on some Javascript software which comes with an MIT License. My Plugin has two distinct versions: A Basic version that will be free to use, share, ...
7
votes
1answer
155 views

Maintaining abandoned project on GitHub [closed]

I found one .Net project on GitHub, But seems it's abandoned project. Nobody push there since May 2012. And nobody reacts on any push requests. I like it, and I have some additions to it. I did fork ...
0
votes
1answer
35 views

How to configure the name in the MIT License when using rails plugin new generator

When I run rails plugin new my_engine, one of the files generated is MIT-LICENSE. The top line of this file is Copyright 2012 YOURNAME, which means that developers have to remember one additional ...
0
votes
1answer
96 views

What should you watch out for when using MIT Licensed open source software in your company? [closed]

There are a lot of great libraries out there I want to use in my code. I've seen that in some cases, people say it is easier to use a library that is Apache licensed than MIT licensed libraries (as ...
1
vote
2answers
247 views

MIT/BSD licensed (fairly) portable C Standard Library with sources

I'm interested mainly in the parts which can be written in pure C, without reaching to the OS: algorithms like strcpy(), memcmp(), atoi(), etc. And I mean the regular ANSI C library, not POSIX or ...
2
votes
1answer
116 views

PyPI packages and licenses

Consider a Python package distributed through PyPI (aka CheeseShop). This package has adopted several classes/functions/ideas from 3d-party Python libraries (e.g. Django, PyMongo, Flask etc.). ...
0
votes
1answer
39 views

Distributing licenses with a single executable

If I'm using a library with an MIT license, from what I understand I can do pretty much anything with it, I just need to include the copyright notice with the finished product. How would I do that if ...
0
votes
2answers
109 views

Allowed use of the WSDL2OBJC generated output

I have managed to get some output from wsdl2objc working in my iPhone app project and I am nearing the stage of submitting the app to the App Store. My question before I do this relates to the ...
0
votes
1answer
78 views

Combine a mit licensed component with a gpl library into a commercial open source product [closed]

I want to develop a mobile app that uses a gpl library, i found a good mit licensed component i want to use too... Can i use both component in my commercial, but obviously open source app... And my ...
0
votes
1answer
67 views

Should it be all right to convert GNU General Public License v3 code to another language and releasing it under “MIT License”? [closed]

There is source code released under GNU General Public License version 3. Would it possible to convert this source code to another language and apply MIT license to it? Reading from the GNU Various ...
-1
votes
1answer
42 views

Changing default MIT License of the Plugins generated in Rails [closed]

We have a rails web app licensed under Apache License 2.0 The license of plugins developed for this app can be under the choice of the developer. By default the Rails Plugins are generated with MIT ...
0
votes
1answer
111 views

Rosetta Code License: Can I modify a sample code and license it under MIT license? [closed]

I made a Huffman Coding implementation based on an example from Rosetta Code. The code does not explicitly mention the author, neither and, if the code is licensed under a specific license, it must be ...
0
votes
2answers
122 views

Which license to use for open source server software? [closed]

I know questions similar to this one have been asked, but I feel that I have a strange enough situation that I am unsure of what to do. I have written a piece of software I intend to release as open ...
2
votes
3answers
104 views

Copyright for public code if no copyright declared?

If people post code on their private websites/blogs/blabla and don't declare any copyrights/licences (whether on the page nor in the code), how can we handle/use this code (private and commercial) ? ...
0
votes
0answers
105 views

Selling Code that Uses MIT & Apache v2 [closed]

I am planning to sell an app of mine on Codecanyon. It's built using CakePHP and it also uses Twitter Bootstrap, jQuery and some other stuff that's all either MIT or Apache v2 licensed. I was just ...
-1
votes
1answer
69 views

Can I link a MIT binary inside my GPL project when I don't have its source code? [closed]

I have a MIT/X11 licensed binary (DLL) that I stumbled on some time ago. I don't have its source code and I had no luck finding anything about the project as its website seems to have been down for a ...
-2
votes
2answers
58 views

Can one charge for modifications to an open source application? [closed]

Can one charge for his labour in modifying an open source application, as long as he makes the source code available? Can you charge each person who uses the modified version? I am interested in an ...
3
votes
1answer
1k views

MIT license changed to non-commercial BSD

I run into unpleasant situation and I need your opinion. In one of my products I am using a jQuery plugin which was licensed under MIT license (until yesterday). When the creator of the script saw ...
6
votes
3answers
2k views

LGPL, GPL, APACHE, BSD, MIT license and its usage in a non open source proprietary iphone application

How come I ask this question? Well I am doing some audio processing research for my next app and come across library called soundtouch and this SO thread. And in that thread there is one comment ...
5
votes
4answers
934 views

Using MIT Licensed product in iPhone application

I'm using MIT licensed product in my iPhone gaming project. The MIT was easy to read and looks to be very permissive license. However I've got a question about including the license with the ...
0
votes
1answer
370 views

Licensing questions: MIT BSD

I'm ready to deploy an application on the AppStore. I've used different libraries and I'm not really sure if I can deploy my app. The libraries are under MIT and BSD license. I know it would be enough ...
0
votes
1answer
78 views

Is there an alternative to wpautop with an MIT-compatible license?

WordPress's wpautop function is really handy, (more or less) intelligently converting newlines to p and br elements. However, as WordPress is GPL2-licensed, my understanding is that it cannot be ...
2
votes
1answer
148 views

License for open-source software that can be used in SaaS

I am developing an open source framework. The framework can be used in a software-as-a-service (SaaS) product. I am looking for a license where: commercial use is permitted modifications are ...
0
votes
1answer
304 views

MIT license + 3 Clause BSD license

I have this web framework I gonna use that is under 3 clause BSD license and I gonna use a javascript framework under MIT license is this compatible to each other or not? Thanks
-2
votes
1answer
274 views

Someone copied my MIT license open source game, what can I do? [closed]

Need some help, I published an open source game under MIT license, found someone changed the image, added sound/music - but the main game logic is exactly the same, even the application name in Xcode ...
0
votes
1answer
67 views

Components under what licenses can I use in my paid app?

I'm working on an application and I need to use some existing components such as libraries and JavaScript frameworks that are covered by licenses. My application will be paid (not free) and ...
1
vote
1answer
135 views

Is ValueInjecter strictly licensed under Ms-PL only?

From what I've found out at the codeplex website, ValueInjecter is listed as licensed under Ms-PL (Microsoft permissive license). Although Ms-PL beeing very liberal and granting lots of rights without ...
1
vote
2answers
137 views

Do I need to change my BSD licensed software license when including non-BSD modules?

This question seems like it's been asked to death but I need to be 100% sure that I've got this right. We modify and freely distribute a custom version of an open source project, both of which are ...
2
votes
1answer
357 views

BSD/MIT-licensed MP3 encoder?

Is there a BSD/MIT licensed MP3 encoder? GPL and GPL are no-go, not because I don't like them, but because the application is not open, and because of target platform limitations. Dealing with ...
0
votes
2answers
100 views

Clarification on licensing issue related to a third-party JQuery plugin requested

I intend to use following JQuery Plugin: jqPlot http://www.jqplot.com/index.php jqPlot is an open source project dual licensed under the MIT and GPL version 2 licenses. You are free to choose ...
0
votes
2answers
129 views

MBProgres HUD, ask about MIT license

I want to use this lib: https://github.com/matej/MBProgressHUD in my iPhone project. I have problem with license interpretation. MBProgressHUD is on MIT license, my program is commercial. I wonder ...
1
vote
1answer
201 views

forking and re-licensing Apache 2 into MIT — possible?

I've been working on an open-source project for a few years, that was originally licensed under Apache 2.0 license, the copyright states the company I was working for when I started this project and ...
0
votes
0answers
1k views

OpenSource Licenses - MIT vs Apache License [closed]

What are the differences between Apache License, Version 2.0 and The MIT License?
-1
votes
1answer
58 views

combining licensed scripts into one [closed]

There are 17 script files and 7 style sheets that I am using in my project. I have combined style sheets in to 1 file, so that my web app responses better due to lower HTTP requests. Now, I'm in a ...

1 2 3