diff --git a/LICENSE b/LICENSE index 20f66600..a2f93920 100644 --- a/LICENSE +++ b/LICENSE @@ -6,8 +6,8 @@ particular: - Code written by Trevor Perrin, Kees Bos, Sam Rushing, Dimitris Moraitis, -Marcelo Fernandez, Martin von Loewis, Dave Baggett, and Yngve Pettersen is -available under the following terms: +Marcelo Fernandez, Martin von Loewis, Dave Baggett, Yngve Pettersen, and +Mirko Dziadzka is available under the following terms: This is free and unencumbered software released into the public domain. diff --git a/README b/README index 97c57e17..fb7c6d17 100755 --- a/README +++ b/README @@ -38,8 +38,8 @@ improvements to tlslite, also see 'tlslite-dev@googlegroups.com'. ============================ TLS Lite is written (mostly) by Trevor Perrin. It includes code from Bram Cohen, Google, Kees Bos, Sam Rushing, Dimitris Moraitis, Marcelo Fernandez, -Martin von Loewis, Dave Baggett, and Yngve N. Pettersen (ported by Paul -Sokolovsky). +Martin von Loewis, Dave Baggett, Yngve N. Pettersen (ported by Paul +Sokolovsky), and Mirko Dziadzka. All code in TLS Lite has either been dedicated to the public domain by its authors, or placed under a BSD-style license. See the LICENSE file for diff --git a/tlslite/sessioncache.py b/tlslite/sessioncache.py index f2553d6e..d1f1b055 100755 --- a/tlslite/sessioncache.py +++ b/tlslite/sessioncache.py @@ -1,6 +1,7 @@ # Authors: # Trevor Perrin # Martin von Loewis - python 3 port +# Mirko Dziadzka - bugfix # # See the LICENSE file for legal information regarding use of this file.