From dc59e640790d70a4542b37e3718dbccbd6be0d08 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Wed, 29 Oct 2008 05:01:19 +0000 Subject: * First pass at publickey authentication. * RSA and DSA keys can be generated (not imported yet). * RSA and DSA keys can be copied to the clipboard and deleted. * Encrypted keys are not tried right now, only unencrypted. * Restore Marcus's name (Jeffrey, fix your editor!) * Fix a typo in the EULA. --- src/de/mud/terminal/VDUBuffer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/de/mud/terminal/VDUBuffer.java') diff --git a/src/de/mud/terminal/VDUBuffer.java b/src/de/mud/terminal/VDUBuffer.java index 60e7abf..a0d6b3b 100644 --- a/src/de/mud/terminal/VDUBuffer.java +++ b/src/de/mud/terminal/VDUBuffer.java @@ -1,7 +1,7 @@ /* * This file is part of "JTA - Telnet/SSH for the JAVA(tm) platform". * - * (c) Matthias L. Jugel, Marcus Meiner 1996-2005. All Rights Reserved. + * (c) Matthias L. Jugel, Marcus Mei§ner 1996-2005. All Rights Reserved. * * Please visit http://javatelnet.org/ for updates and contact. * @@ -33,7 +33,7 @@ import android.util.Log; * all methods to manipulate the buffer that stores characters and their * attributes as well as the regions displayed. * - * @author Matthias L. Jugel, Marcus Meiner + * @author Matthias L. Jugel, Marcus Mei§ner * @version $Id: VDUBuffer.java 503 2005-10-24 07:34:13Z marcus $ */ public class VDUBuffer { -- cgit v1.2.3