| "New" BSD License | |
|---|---|
| Autor | Universidade de Califórnia |
| Versão | N/a |
| Edição | Domínio público |
| Publicado | 1990 |
| Software livre | Se |
| Cumpre com Open Source e aprovado por OSI. | Se |
| Compatível GPL | Se |
| Copyleft | Não |
| Possibilidade de diferentes licenças (LGPL) | Se |
A licença BSD é a licença de software outorgada principalmente para os sistemas BSD (Berkeley Software Distribution). É uma licença de software livre permisiva como a licença de OpenSSL ou a MIT License. Esta licença tem menos restrições em comparação com outras como a GPL estando muito próxima ao domínio público. A licença BSD ao invés que a GPL permite o uso do código fonte em software não livre.
É muito similar em efeitos à licença MIT.
A licença tem a seguinte forma:
/*- * Copyright (c) <ano> <autores> * 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 reproduz the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. Neither the name of copyright holders nor the names of its * contributors may bê used to endorse or promote products derived * from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 NÃO EVENT SHALL COPYRIGHT HOLDERS OR CONTRIBUTORS * BÊ 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. */
As versões mais antigas da licença incluíam uma quarta cláusula, chamada a cláusula de publicidade. Em 1999 esta cláusula foi revogada com efeito retroactivo das distribuições BSD da Universidade de Califórnia, Berkeley.
Alguns projectos incluem esta cláusula, que aparece como a cláusula 3 na licença original (a última cláusula passaria a ser o número 4):
* 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by <autores> * and contributors.
O autor, baixo esta licença, mantém a protecção de copyright unicamente para a renúncia de garantia e para requerer a adequada atribuição da autoria em trabalhos derivados, mas permite a livre redistribución e modificação.
Pode argumentar-se que esta licença assegura “verdadeiro” software livre, no sentido que o utente tem liberdade ilimitada com respeito ao software, e que pode decidir inclusive o redistribuir como não livre. Outras opiniões estão orientadas a destacar que este tipo de licença não contribui ao desenvolvimento a mais software livre.