From 8d4d0219666e8746dee55c678a25f92c29cfc441 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Tue, 13 Mar 2018 10:40:05 +0100 Subject: [PATCH] androidvncserver: add some boilerplate comment that should have been in the 1st code drop --- examples/androidvncserver.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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