diff options
author | Brian Hinz <bphinz@users.sourceforge.net> | 2012-04-11 22:00:55 +0000 |
---|---|---|
committer | Brian Hinz <bphinz@users.sourceforge.net> | 2012-04-11 22:00:55 +0000 |
commit | b213da6871c8895cea08040a1ba484e45ad0bef1 (patch) | |
tree | 1628272428af9bf16ec325ac56a757f3ce31da58 /java/com/tigervnc/rfb/CConnection.java | |
parent | 6255347b5f801083dc01f3571ed5c33adbce4ec6 (diff) | |
download | tigervnc-b213da6871c8895cea08040a1ba484e45ad0bef1.tar.gz tigervnc-b213da6871c8895cea08040a1ba484e45ad0bef1.zip |
Update address of FSF and copyright notices to assign proper credit.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4888 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'java/com/tigervnc/rfb/CConnection.java')
-rw-r--r-- | java/com/tigervnc/rfb/CConnection.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/com/tigervnc/rfb/CConnection.java b/java/com/tigervnc/rfb/CConnection.java index e5392a1d..959f8138 100644 --- a/java/com/tigervnc/rfb/CConnection.java +++ b/java/com/tigervnc/rfb/CConnection.java @@ -1,4 +1,5 @@ /* Copyright (C) 2002-2005 RealVNC Ltd. All Rights Reserved. + * Copyright (C) 2011-2012 Brian P. Hinz * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -12,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this software; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, * USA. */ |