Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
4answers
6k views

Blog engine for Rails application

I have a Ruby on Rails application, and now I would like to add blog into it. Just a simple blog with basic features and single author. What are the possible solutions? I need to use my ...
9
votes
2answers
1k views

What's the main difference between MIT, GPL, BSD, and other open source licenses?

Is it possible to summarize the differences among various open source licenses in one sentence? Some require that the source remain open forever (GPL), and others let you fork derivatives as closed ...
9
votes
6answers
1k views

How to use a MIT License in an Embedded device

I would like to embed JQuery into an embedded device running a web server. Being an embedded device, storage is at a premium. Here is the comment header of JQuery: /* * jQuery JavaScript Library ...
7
votes
4answers
599 views

Can I relicense someone's MIT code under GPL

I've picked up an open source project (an application) which was released under MIT license. I've made many modifications to it and have been working on it and would like to release my version under a ...
7
votes
3answers
2k views

MIT license vs GPL

The MIT license is GPL compatible. Is the MIT license GPL compatible? ie. I can include MIT licensed code in a GPL licensed product but can I include GPL licensed code in a MIT licensed product? It ...
7
votes
3answers
480 views

MIT-license: “The copyright statement has to be in every copy”?

On the official webpage of MIT-license is written following: Copyright (c) <year> <copyright holders> Permission is hereby granted, free of charge, to any person obtaining a copy ...
5
votes
3answers
104 views

Which license to choose for an open source PHP framework?

Never thought choosing a license takes more time than writing a whole component does :) Anyway, I'm writing a PHP framework. It doesn't try to be a full stack framework, so it will use — and probably ...
5
votes
3answers
1k views

Difference between MIT License and public domain

What is the difference between licensing a program under the MIT license (or the BSD one) and putting it in the public domain?
5
votes
3answers
2k views

Complying with the MIT license in an iPhone application

I'd like to use some MIT-licensed xml-parsing code in my iPhone game. This seems to require that I package the MIT license with the application. However, my iPhone app does not include extensive ...
4
votes
3answers
212 views

Looking for a liberal open source license that allows commercial use, but not inclusion in GPL licensed derivatives

This is for my first open source project (always been just a contributor, never the creator before.) I'm looking for a license, preferably a common and well respected one, that allows people to use ...
4
votes
3answers
196 views

Can library under MIT be used in the commercial software?

Can library under MIT be used in the commercial software?
4
votes
4answers
1k views

Proprietary software based on MIT license

As far as I understand. I can use a project licensed under MIT license into a proprietary software. Am I right? It dosen't force any copyleft and I don't have to say that my project is based on ...
4
votes
3answers
1k views

How do I release a project under the MIT license?

I often want to release small projects of mine for others to see/use/improve. I have used the GPL with a couple of my projects, but I would like to be more permissive than that--so I chose the MIT ...
3
votes
1answer
170 views

Open source license without attribution?

I share small snippets of code with my friends, and would like to post it as open source online. I'm not sure which license I should use. I was thinking of licensing under MIT, but it includes this ...
3
votes
1answer
88 views

Question about software licenses requiring that I include a copy of the license

In the case of say.. the MIT Expat license, it seems as if I were to create a piece of software that used code that is licensed under it, I would be required to also distribute a copy of the license ...
3
votes
2answers
323 views

Do I have to include the MIT License with commercial software if it uses an MIT Licensed static library?

It seems like a similar question has been asked many times here on stackoverflow, but the answer is still unclear in the context of my project. I am writing a 3D game engine that uses OpenGL and the ...
3
votes
3answers
84 views

What is GPL and what are its different versions?

I have been building a code and I was thinking that what to keep the license of my code. And as it is a free and home build so to think GPL is good for it. But the think is don't have any knowledge ...
3
votes
2answers
636 views

LGPL to MIT License

I was wondering if it is possible to release code I am working on which uses third party code licensed under the LGPL, under for instance the MIT License? Basically I dont want to change the license ...
3
votes
3answers
1k views

MIT-style license: What does that mean?

I've found something cool which I'd like to use in my project. Because I'm a pro and earn money with programming, I consider my own little project also to be "commercial". So this cool lib I have in ...
2
votes
3answers
30 views

Adding a GPL licensed extension for a MIT licensed application

I am working on creating an addin/extension for Pinta image editor which is MIT licensed. The extension I am going to create would be based on an original work and I would need to port it and modify ...
2
votes
1answer
85 views

Choosing the right Open Source License

If my software is developed using libraries with the following Open Source licenses, which license must I release my software under ? Spring - Apache License 2.0 Jetty - Apache License 2.0 Berkeley ...
2
votes
2answers
58 views

How do I determine the “legality” of packaging/distributing an open source app?

I have an application which is open source (on java.net). The code base is LGPL, but it depends on some number of third party libraries which have a few different licenses: MIT Apache Perhaps one or ...
2
votes
1answer
117 views

Licensing - Including an LGPL library in MIT licensed software

In my Python project, I want to use a third party library which is under the LGPL. I want to release my project under the MIT licence. The third party library consists of exactly one Python source ...
2
votes
1answer
167 views

Is the MIT license compatible with the Ms-PL?

Can I use Ms-PL source in my project and release with the MIT license? What about referencing an Ms-PL binary and and releasing with the MIT license?
2
votes
0answers
53 views

MIT Licensed code into Apache 2.0 code

I am developing an open source Java library which will be licensed under the Apache License 2.0. Can I copy code (one method with minor modifications ) from another MIT licensed library. If I can, how ...
1
vote
0answers
30 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
64 views

Can I “unlicense” code licensed under the MIT license [closed]

The MIT license states, "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software." Am I required to include the notices if I ...
1
vote
0answers
34 views

Should I add myself to the copyright holders on modified MIT licensed code?

I've forked some MIT licensed code from github and wondered if I should add myself to the copyright notice, since the code I've written isn't copyrighted to the original author, right? e.g. Should: ...
1
vote
1answer
127 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
55 views

Leak of GPL? GPL -> MIT -> use in non-GPL softwares

I have few questions about GPL. I am a developer not a lawyer. By my understanding, if I use a library under GPL on my software, I am compelled to distribute my software under GPL or GPL-compatible ...
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
143 views

jquery Licenses

I am creating software that will be sold. And I would like to distribute it under a license where no one can re-distribute the code, since it's a commercial product. Can I use jQuery? I am not sure I ...
1
vote
2answers
164 views

Combining Open Source Licenses - MIT Control Library used in a GPL'd application?

I have some licensing questions that I'm having trouble finding solid answers to on sites like opensource.org. Here's the premise. I have an application I'm developing. This application will use some ...
1
vote
1answer
95 views

Is it necessary to include the license at the top of every source file? [closed]

Possible Duplicate: MIT-license: “The copyright statement has to be in every copy” ? I'm interested in releasing some of my software under the MIT license. Is it necessary to ...
1
vote
1answer
96 views

Moving the MIT and/or GPL attribution from source to own web page

If I have a website which implements a number of open source licensed libraries (For example, jQuery, jQuery UI, along with half a dozen plugins), is it OK to take the copyright notice out of the ...
1
vote
3answers
288 views

Can I omit source code copyright from executable or library that uses MIT licensed code?

The MIT license states: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Does this apply to just the source ...
0
votes
2answers
39 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
1answer
32 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
1answer
32 views

Removing developer name from MIT license [closed]

Would it be possible to remove the name of the original developer of a software under MIT license, while still placing a copy of the generic MIT license and permission text?
0
votes
1answer
378 views

Non-copyleft free Augmented Reality framework?

I need a AR library that allows me to overlay 3D Object or animations on a marker/markerless pattern. I do not need the AR library that is based on GPS. But looks like all of the Augmented Reality ...
0
votes
2answers
153 views

is FLOT JQuery is free for use in corporate projects

can any body tell me that is FLOT JQuery is free to use . Because JQuery uses MIT Licensing , so can any body tell me is it free to use in Corporate projects.
0
votes
1answer
119 views

Can I use MIT licensed library in my closed source application

I'm planning to use MIT licensed library in my application which is not open source. My application in turn gets distributed.
0
votes
5answers
78 views

Is it advised to minify the javascript by removing superfluous methods?

I am using flot to display line chart on my blog. But i don't find it practical to add 150KB javascript which is capable of creating line chart, pie chart, bar chart etc. whereas i don't need those ...
0
votes
2answers
127 views

Can I use MIT License for my python script that imports PyQT4

I've written script on python to print HTML into PDF / Postscript using WebKit engine. Now I wanna release it under MIT Licence for everyone to be able to use it in websites, whether they are ...
0
votes
3answers
341 views

Licensing Java Library

What license should I use for my Java library. It is a library thats build on some sample code for an API. One file in the library is covered by the MIT license. All I need to license to do is to give ...
0
votes
1answer
99 views

change license on open source product

I have started a number of open-source projects, and started searching which license to publish them under. I thought the LGPL would be nice since it allows something with proprietary something ...
0
votes
1answer
140 views

Is my whole software MIT licensed if some part of it use MIT licensed software? [closed]

Possible Duplicate: Proprietary software based on MIT license. If my intention is to sell my software which include MIT licensed software, do I have to license my entire software under MIT ...
0
votes
3answers
211 views

What does it mean if an open source jQuery project is dual licensed as GPL and MIT? [closed]

Possible Duplicate: jQuery, jQuery UI, and Dual Licensed Plugins (Dual Licensing) I'm interested in using the fullcalendar jQuery project in a commercial project I am working on but I ...
0
votes
1answer
91 views

Do I need to create my own license agreement

I'm currently publishing my simple PHP framework in GitHub. Do I need to make/apply for any License Agreement/EULA (or any other legal stuff)? I'm not really particular if other people would use it. I ...

1 2