2
votes
4answers
147 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 c …
0
votes
1answer
73 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. …
2
votes
3answers
72 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?
27
votes
11answers
1k views
Best free online Computer Science college courses
I have found the MIT Open Courseware to be a great resource for free computer science college courses. Every software engineer should be required to take the Structure and Interpr …
0
votes
1answer
71 views
Pseudo-code question from some MIT courseware
I've never had much need for writing large quantities of formal pseudo-code but the need has arisen, so I thought I'd pick some standards in order to stay consistent across code.
…
1
vote
3answers
158 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?
0
votes
1answer
60 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 …
3
votes
1answer
234 views
jQuery commercial legal questions
Hello,
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 an …
4
votes
5answers
197 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, an …
6
votes
5answers
294 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 l …
0
votes
0answers
139 views
Is MIT still the dominant school for computer science? [closed]
This question has to do with the field of programming, but not directly related to a programming concept. Feel free to close this if you REALLY think it is not relevant to SO.
Eve …
2
votes
4answers
428 views
What do licenses mean? GPL, MIT, CC etc.
Hello,
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 …
0
votes
5answers
532 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 sour …
4
votes
12answers
587 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 (vers …
17
votes
5answers
710 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 …
