summaryrefslogtreecommitdiffstats
path: root/libvncserver
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2012-04-02 16:29:06 +0200
committerChristian Beier <dontmind@freeshell.org>2012-04-02 16:29:06 +0200
commit2d50fc84f7ba869767ce052aa2aa9b11a104e0de (patch)
treea51b1e63b26a6c9797fc7799e4760e1bd057086f /libvncserver
parent75bfb1f5d396b2908a9615cd02bebfc952baa045 (diff)
downloadlibtdevnc-2d50fc84f7ba869767ce052aa2aa9b11a104e0de.tar.gz
libtdevnc-2d50fc84f7ba869767ce052aa2aa9b11a104e0de.zip
IPv6 support for LibVNCServer, part four: add copyright notices to files with non-trivial changes.
Diffstat (limited to 'libvncserver')
-rw-r--r--libvncserver/httpd.c1
-rw-r--r--libvncserver/sockets.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/libvncserver/httpd.c b/libvncserver/httpd.c
index 6e46b99..ed91e46 100644
--- a/libvncserver/httpd.c
+++ b/libvncserver/httpd.c
@@ -3,6 +3,7 @@
*/
/*
+ * Copyright (C) 2011-2012 Christian Beier <dontmind@freeshell.org>
* Copyright (C) 2002 RealVNC Ltd.
* Copyright (C) 1999 AT&T Laboratories Cambridge. All Rights Reserved.
*
diff --git a/libvncserver/sockets.c b/libvncserver/sockets.c
index 1727eb0..84c9c98 100644
--- a/libvncserver/sockets.c
+++ b/libvncserver/sockets.c
@@ -19,6 +19,7 @@
*/
/*
+ * Copyright (C) 2011-2012 Christian Beier <dontmind@freeshell.org>
* Copyright (C) 2005 Rohit Kumar, Johannes E. Schindelin
* OSXvnc Copyright (C) 2001 Dan McGuirk <mcguirk@incompleteness.net>.
* Original Xvnc code Copyright (C) 1999 AT&T Laboratories Cambridge.