summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2018-03-13 10:40:05 +0100
committerChristian Beier <dontmind@freeshell.org>2018-03-13 10:40:05 +0100
commit8d4d0219666e8746dee55c678a25f92c29cfc441 (patch)
treea4b7a9a18d9c954262323e78bdbaa3ed5602fcea /examples
parentc7c18332c8bc8706e09c4b757af44e9ff56716cb (diff)
downloadlibtdevnc-8d4d0219666e8746dee55c678a25f92c29cfc441.tar.gz
libtdevnc-8d4d0219666e8746dee55c678a25f92c29cfc441.zip
androidvncserver: add some boilerplate comment that should have been in the 1st code drop
Diffstat (limited to 'examples')
-rw-r--r--examples/androidvncserver.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/androidvncserver.c b/examples/androidvncserver.c
index bcd8b84..a7a9685 100644
--- a/examples/androidvncserver.c
+++ b/examples/androidvncserver.c
@@ -1,5 +1,10 @@
/*
- * $Id$
+ * This example VNC server for Android is adopted from
+ * http://code.google.com/p/android-vnc-server/ with some additional
+ * fixes applied.
+ *
+ * To build, you'll need the Android Native Development Kit from
+ * http://developer.android.com/sdk/ndk/.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the