add my copyright :)

This commit is contained in:
bushing 2009-04-12 18:08:08 -07:00
parent 4788621a9b
commit d68251da45
3 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@
exception handling exception handling
Copyright (C) 2008, 2009 Hector Martin "marcan" <marcan@marcansoft.com> Copyright (C) 2008, 2009 Hector Martin "marcan" <marcan@marcansoft.com>
Copyright (C) 2008, 2009 Haxx Enterprises Copyright (C) 2008, 2009 Haxx Enterprises <bushing@gmail.com>
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

1
ff.c
View File

@ -62,6 +62,7 @@
/ Changed result code of critical errors. / Changed result code of critical errors.
/ Renamed string functions to avoid name collision. / 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 "ff.h" /* FatFs configurations and declarations */
#include "diskio.h" /* Declarations of low level disk I/O functions */ #include "diskio.h" /* Declarations of low level disk I/O functions */

2
main.c
View File

@ -1,7 +1,7 @@
/* /*
mini - a Free Software replacement for the Nintendo/BroadOn IOS. mini - a Free Software replacement for the Nintendo/BroadOn IOS.
Copyright (C) 2008, 2009 Haxx Enterprises Copyright (C) 2008, 2009 Haxx Enterprises <bushing@gmail.com
Copyright (C) 2008, 2009 Sven Peter <svenpeter@gmail.com> Copyright (C) 2008, 2009 Sven Peter <svenpeter@gmail.com>
Copyright (C) 2008, 2009 Hector Martin "marcan" <marcan@marcansoft.com> Copyright (C) 2008, 2009 Hector Martin "marcan" <marcan@marcansoft.com>
TODO add yourself here, kthx TODO add yourself here, kthx