From a9ebed7c6f7208e656262fe7677c08c6fd1b6d97 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Fri, 22 Aug 2008 12:04:59 +0200 Subject: Allan Saddi gave approval of inclusion of sha512.[ch] in this project, licensed under BSD. Added BSD license in LICENSE.txt, marking that default license of all files are GPLv2 unless stated otherwise --- LICENSE.txt | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'LICENSE.txt') diff --git a/LICENSE.txt b/LICENSE.txt index 3cb6234..f35de02 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,3 +1,46 @@ + +** +** Licenses which is used in eurephia +** + +The GNU General Public Licence version 2 is the default licence for all +files. There are a few exceptions, and they will be listed here. If a +file is not listed as exception, consider it to be licensed under GPLv2. + +** +** License exceptions: +** + +- sha512.c, sha512.h - BSD License + + * Copyright (c) 2001-2003 Allan Saddi + * 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. + * + * THIS SOFTWARE IS PROVIDED BY ALLAN SADDI AND HIS 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 ALLAN SADDI OR HIS 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. + +** +** Default license - GPLv2 - for all other files +** + GNU GENERAL PUBLIC LICENSE Version 2, June 1991 -- cgit