# # # patch "AUTHORS" # from [8c659d7e4cc960a79bcf1ceb69866ef146d48a8e] # to [65ed4da856c8c7010c49103f997830621b167150] # # patch "gzip.cc" # from [72e05981fe6cc8aa932363eef6c187241a4bb31d] # to [79c4d397bacac790edf635cbc109e5d6bf34bb2f] # # patch "gzip.hh" # from [0b391725625531a7f5c73d372355fb71e00c2b27] # to [391f70c2e4678fcc34ce5bbcd848335f94de882f] # ============================================================ --- AUTHORS 8c659d7e4cc960a79bcf1ceb69866ef146d48a8e +++ AUTHORS 65ed4da856c8c7010c49103f997830621b167150 @@ -429,7 +429,15 @@ http://botan.randombit.net/. It is lice botan/thanks.txt. The Botan distribution may be retrieved from http://botan.randombit.net/. It is licensed under a BSD-like license: -# Copyright (C) 1999-2006 The Botan Project. All rights reserved. +# Copyright (C) 1999-2008 Jack Lloyd +# 2001 Peter J Jones +# 2004-2007 Justin Karneges +# 2005 Matthew Gregan +# 2005-2006 Matt Johnston +# 2006 Luca Piccarreta +# 2007 Yves Jerschow +# 2007-2008 FlexSecure GmbH +# 2007-2008 Falko Strenzke # # Redistribution and use in source and binary forms, for any use, # with or without modification, is permitted provided that the ============================================================ --- gzip.cc 72e05981fe6cc8aa932363eef6c187241a4bb31d +++ gzip.cc 79c4d397bacac790edf635cbc109e5d6bf34bb2f @@ -1,6 +1,7 @@ /************************************************* * Gzip Compressor Source File * -* (C) 1999-2004 The Botan Project * +* (C) 2001 Peter J Jones (address@hidden) * +* 2001-2004 Jack Lloyd * * * * Based on the comp_zlib module, modified * * by Matt Johnston. This is not a complete * ============================================================ --- gzip.hh 0b391725625531a7f5c73d372355fb71e00c2b27 +++ gzip.hh 391f70c2e4678fcc34ce5bbcd848335f94de882f @@ -1,6 +1,7 @@ /************************************************* * Gzip Compressor Header File * -* (C) 1999-2004 The Botan Project * +* (C) 2001 Peter J Jones (address@hidden) * +* 2001-2004 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_GZIP_H__