From 200778ed32bfb399a2dc01db3c6ca224e004f426 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Thu, 11 Nov 2010 12:38:51 -0600 Subject: [PATCH] Modify credit statement to point to new location --- src/wiiuse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wiiuse.c b/src/wiiuse.c index 6b522ad..8774b91 100644 --- a/src/wiiuse.c +++ b/src/wiiuse.c @@ -107,8 +107,8 @@ struct wiimote_t** wiiuse_init(int wiimotes) { */ if (!g_banner) { printf( "wiiuse v" WIIUSE_VERSION " loaded.\n" - " By: Michael Laforest \n" - " http://wiiuse.net http://wiiuse.sf.net\n"); + " Fork at http://github.com/rpavlik/wiiuse\n" + " Original By: Michael Laforest http://wiiuse.net\n"); g_banner = 1; }