Modify credit statement to point to new location

This commit is contained in:
Ryan Pavlik
2010-11-11 12:38:51 -06:00
parent 5bb30e7109
commit 200778ed32

View File

@@ -107,8 +107,8 @@ struct wiimote_t** wiiuse_init(int wiimotes) {
*/
if (!g_banner) {
printf( "wiiuse v" WIIUSE_VERSION " loaded.\n"
" By: Michael Laforest <thepara[at]gmail{dot}com>\n"
" http://wiiuse.net http://wiiuse.sf.net\n");
" Fork at http://github.com/rpavlik/wiiuse\n"
" Original By: Michael Laforest <thepara[at]gmail{dot}com> http://wiiuse.net\n");
g_banner = 1;
}