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; }