diff options
Diffstat (limited to 'java/com/tigervnc/rfb/UnicodeToKeysym.java')
-rw-r--r-- | java/com/tigervnc/rfb/UnicodeToKeysym.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/java/com/tigervnc/rfb/UnicodeToKeysym.java b/java/com/tigervnc/rfb/UnicodeToKeysym.java index 0927eb3b..72b88963 100644 --- a/java/com/tigervnc/rfb/UnicodeToKeysym.java +++ b/java/com/tigervnc/rfb/UnicodeToKeysym.java @@ -1,4 +1,6 @@ /* Copyright (C) 2002-2005 RealVNC Ltd. All Rights Reserved. + * Copyright (C) 2013 Brian P. Hinz + * Copyright (C) 2001 Markus G. Kuhn, University of Cambridge * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,8 +18,7 @@ * USA. */ // -// UnicodeToKeysym - provides a translate() method to convert from unicode -// characters to the equivalent X keysym. +// Derived from keysym2ucs.c, originally authored by Markus G, Kuhn // package com.tigervnc.rfb; |