mirror of https://github.com/Cisco-Talos/clamav
update copyrights and stick more files to GPLv2; move and add more credits to the AUTHORS file; add COPYING.BSD
git-svn: trunk@3749remotes/push_mirror/metadata
parent
719a2bc895
commit
2023340a41
@ -1,3 +1,57 @@ |
||||
The ClamAV Team - http://www.clamav.net/team |
||||
|
||||
aCaB <acab at*clamav*net> |
||||
Aeriana <aeriana at*clamav*net> |
||||
Mike Cathey <mike at*clamav*net> |
||||
Christoph Cordes <ccordes at*clamav*net> |
||||
Diego d’Ambra <diego at*clamav*net> |
||||
Andreas Faust <afaust at*clamav*net> |
||||
Luca Gibelli <luca at*clamav*net> |
||||
Nigel Horne <njh at*clamav*net> |
||||
Arnaud Jacques <arnaud at*clamav*net> |
||||
Tomasz Kojm <tkojm at*clamav*net> |
||||
Tomasz Papszun <tomek at*clamav*net> |
||||
Sven Strickroth <sven at*clamav*net> |
||||
Török Edvin <edwin at*clamav*net> |
||||
Trog <trog at*clamav*net> |
||||
|
||||
Please see the ChangeLog and clamdoc.pdf for the full list of contributors. |
||||
|
||||
------------------------------------------------------------------------------- |
||||
|
||||
libclamav credits: |
||||
|
||||
cab.c: The code uses Stuart Caie's libmspack to handle cabinet files |
||||
cvd.c, untar.c: The untar code is based on a public domain minitar utility |
||||
by Charles G. Waldman |
||||
dsig.c: The idea of number encoding comes from yyyRSA by Erik Thiele |
||||
elf.c: The header structures were based upon "ELF: Executable and Linkable |
||||
Format, Portable Formats Specification, Version 1.1" |
||||
explode.c: Written from scratch based on specs from PKWARE: |
||||
http://www.pkware.com/documents/casestudies/APPNOTE.TXT |
||||
hashtab.c: hash32shift() is an implementation of Thomas Wang's 32-bit integer |
||||
hash function: http://www.cris.com/~Ttwang/tech/inthash.htm |
||||
htmlnorm.c: The ScrEnc decoder was initially based upon an analysis by |
||||
Andreas Marx |
||||
inflate64.*,inffixed.h: This files contain code from zlib library v.1.2.3 with |
||||
modifications by Alberto Wu (see COPYING.zlib) |
||||
is_tar.*: The file contains a public domain code from John Gilmore |
||||
lzma/*: The files contain an implementation of the LZMA algorithm from |
||||
Igor Pavlov (see COPYING.lzma) |
||||
md5.*: The files contain a public domain code from Solar Designer |
||||
msexpand.c: Decompression scheme by M. Winterhoff |
||||
nsis/*: The nsis extractor includes the zlib code from Jean-loup Gailly and |
||||
Mark Adler (see COPYING.zlib) and libbzip2 code from Julian Seward |
||||
(see COPYING.bzip2) |
||||
ole2_extract.c, vba_extract.c: Some ideas and algorithms were based upon |
||||
OpenOffice and libgsf |
||||
pe.h: The header structures were based upon a PE format analysis by |
||||
B. Luevelsmeyer |
||||
regex/*: The files came from OpenBSD (see COPYING.BSD) |
||||
str.c: cli_strcasestr() contains a public domain code from |
||||
http://unixpapa.com/incnote/string.html |
||||
tnef.c: The algorithm was based on kdepim/ktnef/lib/ktnefparser.cpp from KDE |
||||
mbox.c: Some ideas came from Stephen White <stephen@earth.li>, |
||||
Michael Dankov <misha@btrc.ru>, Gianluigi Tiesi <sherpya@netfarm.it>, |
||||
Everton da Silva Marques, Thomas Lamy <Thomas.Lamy@in-online.net>, |
||||
James Stevens <James@kyzo.com> |
||||
|
||||
@ -0,0 +1,32 @@ |
||||
The code in libclamav/regex/ is derived from OpenBSD's libc/regex, original license follows: |
||||
|
||||
Copyright (c) 1992, 1993, 1994 Henry Spencer. |
||||
Copyright (c) 1992, 1993, 1994 |
||||
The Regents of the University of California. All rights reserved. |
||||
|
||||
This code is derived from software contributed to Berkeley by |
||||
Henry Spencer. |
||||
|
||||
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 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. |
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue