summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-12-29 16:02:37 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-12-29 16:02:37 +0100
commit61fefd00bff72ebeece4984c087a3415a6b53854 (patch)
tree9ba2b633bb5921feb1331987b23b892c2b3b4e24 /CONTRIBUTORS
parentcb428520e6f5cb7f5e56f4ba06f54b1ce7b47c23 (diff)
downloadvdr-61fefd00bff72ebeece4984c087a3415a6b53854.tar.gz
vdr-61fefd00bff72ebeece4984c087a3415a6b53854.tar.bz2
Implemented cBase64Encoder
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS5
1 files changed, 5 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index df7deef0..845cf917 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1565,3 +1565,8 @@ Christof Steininger <christof.steininger@t-online.de>
Kendy Kutzner <kutzner@ira.uka.de>
for making the version number of EPG events be stored in the epg.data file
+
+Bob Withers <bwit@pobox.com>
+ for publishing a Base64 encoder at http://www.ruffboy.com/download.htm
+ (http://www.ruffboy.com/code/Base64.zip), part of which was used when writing
+ the cBase64Encoder class