0
votes
1answer
55 views

Type of license to use that forces to keep a reference to the authors

I have a small open source library that I've written. I want people to use it while forcing them to keep the authors attribution (a 2 liner in each file) when redistributing it or using it in their ...
24
votes
3answers
1k views

What to do when a company request permission to use open source code without attribution?

I have an opensource project currently under MIT license. I have received a request from a company to use my code for their commercial project without having to give any attribution or credit. To be ...
1
vote
2answers
102 views

How do I include the copyright/license for a library if I use on 1 function?

How do I include the copyright/license for a library if I use on 1 function? Say if I have a class that I have taking 1 function from another library: class MyClass { ... public function ...
1
vote
2answers
272 views

MIT License: Why isn't it considered viral?

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
0answers
46 views

What is the diffrence between the BSD and MIT licenses? [duplicate]

I assume based on this answer that the only difference between the MIT and BSD is the fact that MIT doesn't require credits when redistributing. Is that right? Is there any reason to use one over the ...
5
votes
2answers
243 views

How do I deal with a MIT project with no included copyright notice?

There's a (possibly abandoned) library I'm using in my project. Its Google Code project page mentions it's MIT licensed. Nowhere in the code itself, nor any of the included files, is there a ...
0
votes
2answers
65 views

License for free but restricted software sharing

I have built a JavaScript library that I'd like to release for free within my user community. However I want to keep it under control, and not allow my users to pass it on to others without my ...
0
votes
0answers
72 views

GPL License on solution that is partly using fuctionalities of proprietary software [duplicate]

I developed a WordPress plugin that I would like to be open source and GPL compatible. My plugin covers very few functionalities, but now I have an option to use some proprietary software solution to ...
1
vote
1answer
94 views

Do I have to include full gpl v2 license information in my commercial project if I use another author's work?

I would like to use another author's work in my commercial project. That author's work is licensed under GPL v2. I'm not using full code. I'm using only part of the code. Also I modified it as per ...
10
votes
5answers
481 views

Can I use MIT license to give some of my previous written code to employer so that I protect myself and don't lose my copyright?

My situation: I have written a framework before I started my new job. I own the copyright. It has a bunch of boilerplate logic inside of it, like any piece of software. (duh!) I don't want to use ...
4
votes
1answer
127 views

How do I correctly include copyright statements for included libraries?

How do I correctly include copyright statements for included libraries? I have a program that uses libraries which are licensed under the GPL and MIT (either jointly under both, just only MIT) ...
5
votes
1answer
169 views

How to include licenses for third-party Maven dependencies?

I'm producing a binary distributable for my Java project. I'm releasing it in two ways: Maven Central Zipped distributable on Google code My project is licensed under the Apache 2.0 license. I use ...
7
votes
1answer
392 views

Microsoft Public License vs MIT?

I'm working with a new plugin (flexbox), and I ran into the MS-PL license, which I had not run into before. In the past, I've used mainly MIT and Apache licensed projects, so I have no idea what the ...
0
votes
2answers
97 views

How to make a license apply to a whole library?

I'm creating a standard library for a programming language, and I'd like to license each and every single class or function in there under the MIT license, so they're completely FOSS. All of the ...
2
votes
1answer
95 views

What are the conditions to convert BSD-licensed code to another language?

I'm in the process of writing a library in PHP, based on a Java package that comes with a BSD license. The code will obviously not be the same as the original, but most class/method names, and the ...
9
votes
1answer
267 views

What exactly does the condition in the MIT license imply?

To quote the license itself: Copyright (C) [year] [copyright holders] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated ...
4
votes
1answer
149 views

How do I correctly sub-license a library that is under the MIT license?

How do I correctly sub-license a library that is under the MIT license. I am using and extending the library. The MIT license states that I am free to sub-license the library. Can I simply state: ...
0
votes
3answers
163 views

Can I distribute a software with the following permission notice

I've recently written a piece of software (without any other contributors) for a company which I part own. I was wondering if I could distribute it with the following permission notice, which is a ...
2
votes
2answers
201 views

MIT License Question (download somebody else's code and throw it on github)

Sometimes I use plugins and 3rd party libraries, and one thing that drives me crazy is when these libraries are not versioned. So, if I download it, make some mods to it, I am the only person in the ...
1
vote
1answer
149 views

Software Licensing Particulars

I have spent a lot of time examining the various (major) software licenses and ultimately have decided upon using the MIT Licenses for my open source projects, and the Microsoft Reference License ...
9
votes
5answers
818 views

How to manage a copyright notice in an open source project?

I'm working on, and adding to, a GitHub-hosted project that includes this LICENCE.md (apparently the MIT licence verbatim): Copyright (c) 2012 [Acme Corp] Permission is hereby granted, free of ...
2
votes
1answer
299 views

ISC license advice [closed]

What is your opinion on the ISC license? Do you think it is suitable as MIT or Simplified BSD license replacement? What are the pros and cons of ISC compared to MIT or BSD?
1
vote
1answer
511 views

Combine jquery/jqueryui/qtip/custom javascript into one minified file

I'm using jQuery, jQueryUi and qTip in my web application alongside custom JavaScript I've written. All three of the JavaScript libraries I mentioned above are licensed under the MIT license. From ...
8
votes
2answers
640 views

How does using a LGPL gem affect my MIT licensed application?

I am developing an open source ruby application under the MIT license. I am using this license because I don't want to place any restrictions on the users of the application. Also I can actually ...
7
votes
1answer
1k views

Confusion about dual license (MIT/GPL) javascript for use on my website

I've read all of the posts I can find on this and I'm still not sure of the answer. I'd like to use a jQuery plugin on my website that is dual licensed under MIT and GPL. 1) Does the dual license ...
-4
votes
1answer
253 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 ...
2
votes
3answers
211 views

Is the MIT license suitable for an open source library that is only used in unit testing scenarios?

Some time ago I developed a small project for use in unit testing scenario's and published it on Codeplex. Back then I choose the GPL license but I didn't really understand it. Today I changed it to ...
0
votes
2answers
166 views

Right license(s) for a freemium offer

I am currently working on a solution written in JavaScript. I plan to release two versions: For free: the lite one with base options, which is plug and play (it just works when loaded in the page) ...
1
vote
1answer
201 views

What open source licenses allow for combining code that compiles into a single assembly?

I'm trying to make a library that will be used by other developers. I want to obey the "don't re-invent the wheel" principle and and I also want to make the deployment a matter of dropping a single ...
33
votes
1answer
4k views

MIT vs. BSD vs. Dual License

My understanding is that: MIT-licensed projects can be used/redistributed in BSD-licensed projects. BSD-licensed projects can be used/redistributed in MIT-licensed projects. The MIT and the BSD ...
8
votes
2answers
417 views

MIT and copyright

I am contributing to a library that is licensed under the MIT license. In the license and in each class file it has a comment at the top saying: Copyright (c) 2011 Joe Bloggs ...
2
votes
1answer
201 views

Copyleft Licenses - Need to attribute?

I'm currently evaluating which license to use for my next OS project, and things are getting more and more interesting after I decided that I really want to understand what the licenses mean. Up ...
9
votes
4answers
2k views

Can you change code distributed under the MIT license, and re-distribute it under the GPL license?

Is it possible to alter the code of the Chili plugin, which had its latest release on July 2008, and it is licensed under the MIT license, to then license it under GPL? As far I can see, there is no ...
13
votes
11answers
865 views

Difference between free and open software? [duplicate]

Possible Duplicate: Open Source but not Free Software (or vice versa) I recently was at talk were Stallman was the keynote speaker, and he stated he hated the term open software, because it ...
9
votes
2answers
580 views

Best practices for releasing an open source PHP application

I'm a PHP developer for a living but have never worked on or contributed to any open source projects before. I am developing a CMS for my own use. I have a working prototype and I think that once ...
4
votes
5answers
463 views

How can I comply with Open Source licenses, and yet protect my own work + App Store

I recently developed an application for an organization (and I'm not charging them). I want to maintain total ownership of the source code and there are various Open Source Project that I've used. I ...
3
votes
3answers
1k views

How to include an apache library with my opensource code?

I have this opensource code with MIT license that uses an Apache 2.0 licensed library. I want to include this in my project, so it can be built right away. In the point 4 of that license explains ...
5
votes
1answer
370 views

What's the fundamental difference between the MIT and the Boost Open Source licenses?

What's the fundamental difference between the MIT open source licence : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation ...
6
votes
4answers
844 views

What is the purpose of the “non-endorsement clause” in the New BSD license?

Note: This question is not about the "obnoxious BSD advertising clause". The New BSD license does not contain that clause, and is compatible with the GPL. I'm trying to pick between the New BSD ...