From 25a018fd9d5e9773a5b65b33bd6c1b5513598153 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 21 Mar 2011 21:02:05 +1100 Subject: [PATCH] Update Authors to include Serge Belyshev. --- AUTHORS | 3 ++- stream.c | 1 + util.c | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 14bfa32..0f2be38 100644 --- a/AUTHORS +++ b/AUTHORS @@ -16,4 +16,5 @@ Jukka Laurila for newer Darwin support George Makrydakis for lrztar, lrzuntar Jari Aalto for documentation and typos and git help Jon Tibble for nasm tests & Solaris support -Michael Blumenkrantz for updated autotools \ No newline at end of file +Michael Blumenkrantz for updated autotools +Serge Belyshev for encryption help and code diff --git a/stream.c b/stream.c index 771699f..c0fd3e1 100644 --- a/stream.c +++ b/stream.c @@ -1,4 +1,5 @@ /* + Copyright (C) 2011 Serge Belyshev Copyright (C) 2006-2011 Con Kolivas Copyright (C) 2011 Peter Hyman Copyright (C) 1998 Andrew Tridgell diff --git a/util.c b/util.c index c178206..c5a8f7f 100644 --- a/util.c +++ b/util.c @@ -1,4 +1,5 @@ /* + Copyright (C) 2011 Serge Belyshev Copyright (C) 2006-2011 Con Kolivas Copyright (C) 2008, 2011 Peter Hyman Copyright (C) 1998 Andrew Tridgell