Does this BSD-like license achieve what I want it to? [closed]
Closed 9 years ago.
New license similar to AGPL, but only for Javascript and CSS
I’m developing a piece of software (a WordPress plugin) in PHP and Javascript and CSS. The PHP code must be licensed under GPL, but CSS and Javascript can be under another license (as far as I’ve understood).
Can I use CodeSynthesis XSD (C++/Tree mapping) together with a GPLv3-licensed library?
Is it possible to write an open source project that uses generated code from CodeSynthesis XSD (C++/Tree) and then link it to a third-party library that is licensed under the GPL version 3?
Does extending GPL code make the new code GPL too?
I am currently adding some functionality to a popular open source project. It written in C and in Every file GPL license text is embedded. The functionality I am adding is not supported by the project. So you can say its some sort of extending.
ISC license advice
Is the ISC license suitable as a MIT or Simplified BSD license replacement?
Give open-source developers a free license for my commercial software?
I am creating a software package that will be useful to programmers, engineers and scientists. List price will be in the region of $1,000 — way beyond the budget of most open-source developers, hobbyists and enthusiasts. So I am considering two things, the first generous, the second maybe a little greedy:
What is the significance of each paragraph of the GPL “copying permission statement”?
Part of the FSF’s instructions for placing a program under the GPL is including the following “copying permission statement” at the top of your file, under the copyright notice:
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):
How to manage, in practice, licence files when combining GPL and BSD licensed code?
I am writing code that uses one library with GPL (not LGPL) license, and one with the 3-clause BSD license. Since I link to GPL-licensed library, my code will need to be GPL as well. How should I, in practice, deal with the original LICENSE.txt from the BSD-library?
Open Source Project: Company to register copyright
I’m releasing an open source project. I want to make it as inclusive as possible for any community that might embrace it. Specifically, I don’t want the code copyrighted in my name when an entire community might work on it; that approach seems self-centred and alienating. My immediate thought to avoid this issue is to assign the copyright to a company rather than myself. How do I do this? Do I have to register a corporation? Can I just give the name of a group and call that a company? What legal hurdles are there? I honestly have no idea when it comes to this sort of thing.