diff --git a/exception.c b/exception.c index 783c4fc..39631ef 100644 --- a/exception.c +++ b/exception.c @@ -4,7 +4,7 @@ exception handling Copyright (C) 2008, 2009 Hector Martin "marcan" -Copyright (C) 2008, 2009 Haxx Enterprises +Copyright (C) 2008, 2009 Haxx Enterprises 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 diff --git a/ff.c b/ff.c index a374f74..2af3dba 100644 --- a/ff.c +++ b/ff.c @@ -62,6 +62,7 @@ / Changed result code of critical errors. / Renamed string functions to avoid name collision. /---------------------------------------------------------------------------*/ +// original source: http://elm-chan.org/fsw/ff/00index_e.html #include "ff.h" /* FatFs configurations and declarations */ #include "diskio.h" /* Declarations of low level disk I/O functions */ diff --git a/main.c b/main.c index f0c447c..047b5fb 100644 --- a/main.c +++ b/main.c @@ -1,7 +1,7 @@ /* mini - a Free Software replacement for the Nintendo/BroadOn IOS. -Copyright (C) 2008, 2009 Haxx Enterprises +Copyright (C) 2008, 2009 Haxx Enterprises Copyright (C) 2008, 2009 Hector Martin "marcan" TODO add yourself here, kthx