Tagged Questions
The mit tag has no wiki summary.
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 ...
16
votes
4answers
9k 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 ...
10
votes
6answers
3k views
What do licenses mean? GPL, MIT, CC etc
I am trying to understand various licenses. I usually do small projects in which I use say a jquery plugin which is under MIT license. Now is it okay for me to do the same? Is there a sort of a matrix ...
9
votes
6answers
1k views
Interfacing with GPL applications from MIT licensed code - is a dual-license unavoidable?
I know this is going to be long but I felt like I needed to explain the whole situation and my concerns in detail. Thanks in advance for reading and answering this question!
I'd like to write an ...
9
votes
12answers
2k views
Licensing a rewrite from GPL to MIT
I've found a unmaintained program I have a need for, but it's not perfect, so I would like to fork it and to continue fixing it. The current version is licensed under the GPL (version 2 and up), but I ...
8
votes
2answers
200 views
Can I use a AGPL3-licensed JS lib on a MIT-licensed web app, using git submodules?
The locomotivecms dev guys (ruby on rails web app, MIT license) would like to use the Aloha Editor (js-based editor, AGPL3 license). Both projects have all their code available on github.
They'd like ...
7
votes
4answers
2k views
MIT GPL Dual-license in commercial software
I know that the MIT and GPL licenses are 'compatible', and so I can use them together in a project. I also know that GPL allows you to sell software, but requires that the source code be available on ...
5
votes
2answers
2k views
Solving a recurrence T(n) = 2T(n/2) + n^4
I am studying using the MIT Courseware and the CLRS book Introduction to Algorithms.
I am currently trying to solve the recurrence (from page 107)
T(n) = 2T(n/2) + n4
If I make a recurrence ...
5
votes
5answers
657 views
If I use jQuery, must my Web App be GPL'd?
I'm working on a Web App Framework that I'd like to put under the Eclipse Public License for various reasons. The only problem is that I want to include jQuery in the framework, and that is under the ...
4
votes
5answers
488 views
Can an MIT-licensed program be relicensed as GPL?
Can I, without permission of anybody, relicense some software from MIT/BSD license to GPL license legally? For example, may I take the Google Chrome web browser and re-release it under the GPL (under ...
4
votes
1answer
1k views
jQuery commercial legal questions
The company I am working for is developing a web application layer for
a commercial software product. My questions have probably been
answered before but I have searched and I can't find a similar
...
3
votes
3answers
61 views
Can an MIT-licensed application be used with a GPL-licensed assembly?
After close examination of the GPL and MIT licenses, I was left with more questions than answers.
Can an MIT-licensed application be used with a GPL-licensed .Net assembly? Can it be distributed ...
3
votes
4answers
264 views
How long does GPL Copyright last?
How long from when the code is 1st written or distributed, until GPL Copyrighted material falls into public domain, in the United States?
I'm guessing 120 years, but I'm not a lawyer.
Also how has ...
3
votes
6answers
262 views
Should I use MIT license or GPL for first OSS release?
I am going to be releasing something I recently created, and wanted to have the most flexibility.
All I really want is attribution, but I also want the flexibility to change it later if I want - not ...
3
votes
6answers
622 views
Need help with an assignment from the MIT opencourse. Calculating prime numbers
So, I have a very shotty background in programing and I have, for a very long time, attempted to learn through various lessons, though, no matter how good the lesson or tutorial is said to be, it ...
3
votes
1answer
283 views
MIT licence copyright holders
I'm putting some source code up on codeplex, and I need to select a licence, and I feel like MIT is most simple and fitting from the options I have.
But I need to specify copyright holders, who are ...
3
votes
4answers
790 views
Difference between MIT/BSD and CC-BY licenses
MIT/BSD licenses basically say: Hey, use the stuff, but don't claim it's yours.
CC-By license (without nc and the such, just the plain cc-by) says: Hey, use the stuff, but don't claim it's yours.
...
3
votes
3answers
384 views
MIT & GPL programs
I would like to make a program and licence it under MIT.
However, I would like to use the GPLv3 PyQt library in it.
Is this legal?
PS. Is there any difference with GPLv2?
2
votes
2answers
95 views
Using Javascript Code licensed under MIT and GPL in commercial application
I am working on a web application currently which uses a freemium model. Pro users have to pay a yearly fee for using the application.
The webapp uses some javascript code which was written by a ...
2
votes
1answer
80 views
Distributing GPL Licensed Code, Code Compression, and Code Readability
I'm using a couple GPL licensed code/lib in my own javascript lib, and I'm going to include the GPL license for my own lib.
So my question is how should I approach including the license to the ...
2
votes
1answer
56 views
Can I use Zend Classes in my GPL project
I'm releasing a small library (20+ classes) under GPL. I initially had additional classes that I wrote myself, but substituted them later for classes from the Zend Framework. Zend is MIT but my ...
2
votes
2answers
83 views
Do i have to open source a website code for example if I used some gpl2 jquery plugin?
Alright - I realize that most of you are like "what a dumb question". But really - can someone clear the situation for those of us who aren't lawyers?
I wan to use some jquery plugin for my website.
...
2
votes
1answer
278 views
MIT Scheme on the Mac: When I type the single quote key I get an acute accent character
I am running MIT Scheme on Snow Leopard. The problem is: when I type single quote (') I get the acute accent character (´) instead. That makes it almost impossible to program in Scheme, because I ...
1
vote
1answer
251 views
Are the MIT Introduction to C++ lecture notes any good?
I've been wondering if these lecture notes from an Introduction to C++ course are good material for me to learn the language.
Does this material contain any gross factual errors in it? Will I learn ...
1
vote
2answers
78 views
Can I use a snippet of the jQuery Library in a Commercial Software
I know that jQuery is dual licenced under MIT and GPLv2 and I have no problem using the entire library in a commercial project as long as I put in the copyright notice (assuming I choose the MIT one).
...
1
vote
1answer
52 views
Script Compression and Licensing Information for GNU, MIT and GPL
Scenario
I have 13 licensed files being combined/minified into one script file. The licensed files include licenses from GNU, MIT and GPL. In most of the files, there is of course the typical ...
1
vote
2answers
62 views
Which Licence To Use For FOSS?
I've been working on some open source software and for the first time I have written something that is actually useful and may be used than people other them myself, however I am having some trouble ...
1
vote
1answer
125 views
MIT/GPL Dual Licensing and artistic content [closed]
I'm planning on creating an online site filled with original artistic content. The site uses various plugins and software--and all of them are dual licensed MIT/GPL. I'm planning on only using the ...
1
vote
1answer
201 views
Commericial using AGPL + MIT licenses
Is it ok to use Aloha javascript editor (AGPL without any modifications) with Locomotive (MIT), build a website and sell it to client and host it on own server without releasing source codes of ...
1
vote
1answer
56 views
licensing a plugin & forbid use for illegal content
I'm currently developing some plugins. Due to the fact that they should also be available via the wp.org plugin repo, i need to license them properly.
My decision so far is to use an extended ...
1
vote
0answers
106 views
MIT Fonts and where to put the MIT license?
I've used an MIT font to create the rendered (non-embedded) typography for a book cover.
I have two questions related to this:
1) Do I need to include the MIT license in the book somewhere?
2) Does ...
1
vote
2answers
138 views
Can sell my own MIT licenced software?
I develop custom made software. I want to sell this the software to my client who requested it. Because I like the idea of free software, I want to license the software under the MIT license (and not ...
1
vote
1answer
138 views
Appending to the MIT License Copyright Statement?
For MIT licensed source code, if I modify the source code and wish to redistribute it, where should I put my own copyright notice in the code?
For instance, is it ok to do this?
Original License ...
1
vote
2answers
66 views
combination of open source licenses
I'm about to release some software as open source. It uses Lucene (Apache license) and jopt simple (MIT license). Are there any constraints on the license that I am going to apply to my own software?
...
1
vote
2answers
179 views
modifying mit licensed code
if i modify a source file in a piece of mit licensed code does that mean i need to open source it too or can i keep it closed source?
Basically if i distribute my program which uses a piece of ...
1
vote
1answer
704 views
Handouts for 6.00 from MIT OCW
I'm learning Programming/Python from MIT OpenCourseware video lectures (link to the course), but the video quality is too low so I can't follow any of the code used in the lecture. Does anyone have ...
1
vote
3answers
372 views
Can I use MIT-licensed code?
I found a great DAL and it is MIT licensed. Can I use this code without getting into trouble?
1
vote
1answer
354 views
What do I need to do to include WTFPL licensed code in an MIT/BSD licensed application?
I've written what I believe are some useful classes that I'd like to release into the wild. These are small enough that I'm strongly considering just releasing them under the WTFPL. Part of the reason ...
0
votes
1answer
39 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 ...
0
votes
0answers
29 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
36 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 ...
0
votes
4answers
77 views
About MIT 6.00 course lec06--Newton's method
I have tried to code in my own way, but found I got the wrong answer.
I have read this page. And try to start the process:
f(x)=x^2-e
The math:
So there is my code:
def sqrtRootNR(num, count, ...
0
votes
0answers
59 views
OpenSource Licenses - MIT vs Apache License [closed]
What are the differences between Apache License, Version 2.0 and The MIT License?
0
votes
1answer
36 views
combining licensed scripts into one
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 ...
0
votes
3answers
137 views
Should I use MIT, Apache or LGPL? [closed]
I want to license my code and I don't care if it is used on a proprietary code, since it advise it's using it (Author attribution).
Also, I don't want derived code (forked, improved...) to be closed ...
0
votes
3answers
89 views
MIT scheme draw-line
Has anyone been successful in getting draw-line working using MIT-scheme. Thanks for your help.
http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-15.html#%_thm_2.47
0
votes
1answer
63 views
Customize Tab in Android
hii.i want to customize tab through height only.when i do through,my txt gets down.how to make it on top or middle after reducing the height.i tried android:gravity="top" and middle,but its not ...
0
votes
2answers
273 views
Can I use a Dual licensed code under the MIT and GPL on my commercial project?
Can I use a Dual licensed code under the MIT and GPL on my commercial project?
0
votes
1answer
90 views
Using a LGPL'ed library with my MIT/X11 licensed PHP script
After having read several posts regarding the inclusion of LGPL'ed libraries with software that is licensed under another license than GPL or LGPL, there is still one point that confuses me.
The way ...
0
votes
2answers
352 views
Licensing issue on using libpurple
My own application will use libpurple. Since libpurple is GPL'd, I wonder if I could use MIT or BSD license for my application?