Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libsolv Source: https://github.com/openSUSE/libsolv Files: * Copyright: 1992-1993, The Regents of the University of California. 2007-2017 Novell Inc 2000-2001, Aaron D. Gifford 2000-2009 Kitware, Inc., Insight Software Consortium 2008-2010 Alexander Neundorf 2007-2024, SUSE LLC 2011-2013, Ingo Weinhold License: BSD-3-clause Files: src/md5.c src/md5.h Copyright: 2001, Solar Designer License: public-domain~md5 Files: src/sha1.c src/sha1.h Copyright: 1998, Steve Reid 1998, James H. Brown 2001, Saul Kravitz 2002, Ralph Giles License: public-domain~sha1 Files: win32/regcomp.c win32/regexec.c win32/tre-mem.c win32/tre.h Copyright: 2001-2009, Ville Laurikari License: BSD-2-clause Files: debian/* Copyright: 2013, Thomas-Karl Pietrowski (https://launchpad.net/~thopiekar) 2014-2023, Mike Gabriel 2024 Luca Boccassi License: BSD-3-clause or public-domain~md5 or public-domain~sha1 License: BSD-3-clause 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. Neither the name of Novell 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 AUTHOR ``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 AUTHOR 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. License: public-domain~md5 This is an OpenSSL-compatible implementation of the RSA Data Security, Inc. MD5 Message-Digest Algorithm. . Written by Solar Designer in 2001, and placed in the public domain. . This differs from Colin Plumb's older public domain implementation in that no 32-bit integer data type is required, there's no compile-time endianness configuration, and the function prototypes match OpenSSL's. The primary goals are portability and ease of use. . This implementation is meant to be fast, but not as fast as possible. Some known optimizations are not included to reduce source code size and avoid compile-time configuration. License: BSD-2-clause 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 THE COPYRIGHT HOLDER 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 COPYRIGHT HOLDER 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. License: public-domain~sha1 Extracted from src/sha1.c's changelog in the file header: . SHA-1 in C By Steve Reid 100% Public Domain . ----------------- Modified 7/98 By James H. Brown Still 100% Public Domain . [...] . ----------------- Modified 8/98 By Steve Reid Still 100% public domain . [...] . ----------------- Modified 4/01 By Saul Kravitz Still 100% PD . [...] . ----------------- Modified 07/2002 By Ralph Giles Still 100% public domain . [...]