|
For some reason I wasn't able to find any information about the licensing when I surfed their site. Who knows?
Started by openfrog on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The license is located in the footer :-) http://mochaui.com/demo/license.txt
MochaUI is distributed under ....
Check the documentation for details.
Help -> About says MIT license
It is licensed under an MIT style license.
|
|
There's some code on CodeProject that's already OSS under the CodeProject license .
I've contacted the author several times on his blog, but he's not responding to any request for putting the code on CodePlex (or any email at all).
Since it's OSS anyway...
Started by CVertex on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
End of story license allows), then make....
You cant change the license on a piece of code without the authors permission.
Comparing licenses for some kind of "equivalence" is very hard.
This sounds like a question for a lawyer.
|
|
There are a couple of threads talking about license issue. Mostly focusing on GPL/LGPL/BSD. I am trying to use RabbitMQ in commercial applications, which is licensed under Mozilla Public License(MPL). Is MPL friendly to commercial use?
I found a different...
Started by Lily on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
+ "License" shall mean the terms....
Desktop/apache.txt vie ene 15 10:20:53 2010 @@ -1,470 +1,201 @@ - MOZILLA PUBLIC LICENSE - Version 1.1 + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ - + TERMS.
|
Ask your Facebook Friends
|
What kind of license do I need to obtain to become an photographer?
Started by nightmare100 on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at amazon):
In most states you don't any license specifically to be a photographer, however, you might require a business license..
|
|
For example, if I use some open source code that is licensed with an MIT license in my (commercial) project, does my project in turn have to be under the MIT license or do I have to distribute the MIT license or anything like that?
Answer Snippets (Read the full thread at stackoverflow):
In the case of the MIT license, the text of the license reads (emphasis mine):
Copyright (c) [year] [copyright holders]
Permission is hereby granted or substantial portions of the Software....
The answer depends on the text of the license.
|
|
I am about to host my first open source project. I will be hosting it on codeplex where I can choose between the follwing licenses:
Apache License 2.0, Common Development and Distribution License (CDDL), Eclipse Public License (EPL), GNU General Public...
Started by bitbonk on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I recommend against choosing other licenses in your list....
Strong copyleft licenses (GPL) require that they distribute their own code under the same license (GPL here).
Back your code under the same license if they modified it.
|
|
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 application that depends on GPL licensed libraries or applications...
Started by Energiequant on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
What would....
BSD license a choice of what license to take your code under (so you're not restricting them at all - actually by a dual-license.
I would shun GPL code since it sounds as restrictive as many closed source licenses.
|
|
I just found some nice open-source code at The Code Project and it's attached with the BSD License. Well, the article states in the end that the code is licensed under the BSD License. But none of the source code files had any reference to the license...
Started by Nazgulled on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In that it was originally supplied under a BSD license and where this came from in case anyone else comes to your source of the license would be operative
Redistributions in binary form must reproduce the above copyright notice of the indicated....
|
|
How do I get Resharper to add a open source license at the top of each file?
Started by Jake Scott on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You open up a C# code file, you type 'license' hit tab twice and you are defaulted to the year and copyright holder[ /* The MIT License Copyright ....
To do this with Resharper
This is the snippet I put together for the MIT license.
|
|
What license should I pick on codeplex if I want an open source project? What are the pros and cons on all licenses?
Started by Petoj on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
There....
If you want to force everybody who uses your code to share any modifications, look into the GPL license.
I would recommend at the LGPL license.
The choice of license is personal, and depends on how you want your project used.
|