Originally posted by: BingBongWongFooey
AFAIK, any and everything in a GPLed app has to stay GPLed unless the author explicitly releases it under another license.
The BSD license is able to be overriden, because it does not explicitly disallow it. As long as the copyright and other few things are maintained as the license specifies, you can add whatever other restrictions you want, as long as they don't conflict. Just like a company can place the restriction of "neener neener, you can't see the code now."
Seems like you're suggesting that the BSD license is viral like the GPL, which seems odd, coming from you.
I am not suggesting it is viral! Not at all. I am suggesting that no one has any rights to a copyrighted piece of work, except for the copyright holder, unless explicitly granted by the copyright holder.
Because copyrights arise from the creation of a work, rather than through a registration process, there needs to be a practical way to extend permission to use a work beyond what might be allowed by "fair use" provisions of the copyright laws.
This permission typically takes the form of a "release" or "license" included in the work, which grants the additional uses beyond those granted by copyright law, usually subject to a variety of conditions.
Copyright is like a firewall, you start off with no rights, until someone gives you rights. The BSD license grants some rights, but it does have some restrictions.
* Copyright (c) 1982, 1986, 1990, 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed by the University of
* California, Berkeley and its contributors.
* 4. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
No where in the does the right to change the license get mentioned. Since change of license (aka. imposing more restrictions not imposed by the copyright holder, in this case) is not a right given to anyone but the copyright holder, I do not have the right to change the license of a BSD licensed work. Therefor, I cannot place more restrictions on the use of that work or any piece of it, than the copyright holder intends.
Again, you start with no rights. The copyright holder gives you rights as he sees fit. Those are the only rights you have to that work.
