]> source.dussan.org Git - tigervnc.git/commitdiff
Updated copyright notices
authorBrian Hinz <bphinz@users.sourceforge.net>
Sun, 29 Dec 2013 17:33:10 +0000 (17:33 +0000)
committerBrian Hinz <bphinz@users.sourceforge.net>
Sun, 29 Dec 2013 17:33:10 +0000 (17:33 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5148 3789f03b-4d11-0410-bbf8-ca57d06f2519

java/com/tigervnc/rfb/Keysyms.java
java/com/tigervnc/rfb/UnicodeToKeysym.java
java/com/tigervnc/vncviewer/CConn.java

index e5ece69cc747cb3a0d0fc8cdd7d4c919a0990767..05f4682dd0f83dd55e2d77c1badd67c11765c52b 100644 (file)
@@ -1,6 +1,7 @@
 /* Copyright (C) 2002-2005 RealVNC Ltd.  All Rights Reserved.
  * Copyright (C) 2012-2013 D. R. Commander.  All Rights Reserved.
  * Copyright (C) 2013 Brian P. Hinz
+ * Copyright (C) 2013 Pierre Ossman <ossman@cendio.se> for Cendio AB
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0927eb3b17ae242a0a81e4dd360a85c35a38a8ec..72b8896305cb3072b2dc79bc159cf696dbaabd9e 100644 (file)
@@ -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;
index 545c7e2d53b4eee0f240e752edec95eed229ec3e..dd01d9dbce31732b2606a59103d23e6f06a15d82 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (C) 2002-2005 RealVNC Ltd.  All Rights Reserved.
- * Copyright 2009-2011 Pierre Ossman <ossman@cendio.se> for Cendio AB
+ * Copyright 2009-2013 Pierre Ossman <ossman@cendio.se> for Cendio AB
  * Copyright (C) 2011-2013 D. R. Commander.  All Rights Reserved.
  * Copyright (C) 2011-2013 Brian P. Hinz
  *