diff --git a/desmume/src/FIFO.cpp b/desmume/src/FIFO.cpp index 3afbf41f3..0f24cf08a 100644 --- a/desmume/src/FIFO.cpp +++ b/desmume/src/FIFO.cpp @@ -1,6 +1,7 @@ -/* Copyright 2006 yopyop - Copyright 2007 shash - Copyright 2007-2011 DeSmuME team +/* + Copyright 2006 yopyop + Copyright 2007 shash + Copyright 2007-2012 DeSmuME team This file 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/desmume/src/NDSSystem.h b/desmume/src/NDSSystem.h index b05df7fea..9e1132eea 100644 --- a/desmume/src/NDSSystem.h +++ b/desmume/src/NDSSystem.h @@ -1,6 +1,6 @@ /* Copyright (C) 2006 yopyop - Copyright (C) 2008-2011 DeSmuME team + Copyright (C) 2008-2012 DeSmuME team This file 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/desmume/src/ROMReader.cpp b/desmume/src/ROMReader.cpp index aa413824c..e6b8e43b8 100644 --- a/desmume/src/ROMReader.cpp +++ b/desmume/src/ROMReader.cpp @@ -1,20 +1,19 @@ -/* Copyright 2007 Guillaume Duhamel +/* + Copyright 2007 Guillaume Duhamel + Copyright 2007-2012 DeSmuME team - This file is part of DeSmuME + This file is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. - DeSmuME is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + This file is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - DeSmuME is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with DeSmuME; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + You should have received a copy of the GNU General Public License + along with the this software. If not, see . */ #include "ROMReader.h" diff --git a/desmume/src/commandline.cpp b/desmume/src/commandline.cpp index 9fe6d4bf1..7390a703e 100644 --- a/desmume/src/commandline.cpp +++ b/desmume/src/commandline.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2009-2011 DeSmuME team + Copyright (C) 2009-2012 DeSmuME team This file 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/desmume/src/emufile.h b/desmume/src/emufile.h index f7156686d..41c0149c1 100644 --- a/desmume/src/emufile.h +++ b/desmume/src/emufile.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2009-2010 DeSmuME team +Copyright (C) 2009-2012 DeSmuME team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/desmume/src/mc.cpp b/desmume/src/mc.cpp index c05d76ea6..edf1b5482 100644 --- a/desmume/src/mc.cpp +++ b/desmume/src/mc.cpp @@ -1,22 +1,20 @@ -/* Copyright (C) 2006 thoduv - Copyright (C) 2006-2007 Theo Berkau - Copyright (C) 2008-2010 DeSmuME team +/* + Copyright (C) 2006 thoduv + Copyright (C) 2006-2007 Theo Berkau + Copyright (C) 2008-2012 DeSmuME team - This file is part of DeSmuME + This file is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. - DeSmuME is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + This file is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - DeSmuME is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with DeSmuME; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + You should have received a copy of the GNU General Public License + along with the this software. If not, see . */ #include diff --git a/desmume/src/mc.h b/desmume/src/mc.h index b3343aab5..f949f8f2b 100644 --- a/desmume/src/mc.h +++ b/desmume/src/mc.h @@ -1,22 +1,20 @@ -/* Copyright (C) 2006 thoduv - Copyright (C) 2006 Theo Berkau - Copyright (C) 2008-2011 DeSmuME team +/* + Copyright (C) 2006 thoduv + Copyright (C) 2006 Theo Berkau + Copyright (C) 2008-2012 DeSmuME team - This file is part of DeSmuME + This file is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. - DeSmuME is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + This file is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - DeSmuME is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with DeSmuME; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + You should have received a copy of the GNU General Public License + along with the this software. If not, see . */ #ifndef __FW_H__ diff --git a/desmume/src/rasterize.cpp b/desmume/src/rasterize.cpp index c672f7794..d61ccb245 100644 --- a/desmume/src/rasterize.cpp +++ b/desmume/src/rasterize.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2009-2011 DeSmuME team + Copyright (C) 2009-2012 DeSmuME team This file 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/desmume/src/wifi.cpp b/desmume/src/wifi.cpp index 8451c67fe..f802a7162 100644 --- a/desmume/src/wifi.cpp +++ b/desmume/src/wifi.cpp @@ -1,5 +1,6 @@ -/* Copyright (C) 2007 Tim Seidel - Copyright (C) 2008-2010 DeSmuME team +/* + Copyright (C) 2007 Tim Seidel + Copyright (C) 2008-2012 DeSmuME team This file 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/desmume/src/wifi.h b/desmume/src/wifi.h index ef2f32d0c..d246d12f7 100644 --- a/desmume/src/wifi.h +++ b/desmume/src/wifi.h @@ -1,22 +1,21 @@ -/* Copyright (C) 2007 Tim Seidel - Copyright (C) 2008-2009 DeSmuME team +/* + Copyright (C) 2007 Tim Seidel + Copyright (C) 2008-2011 DeSmuME team - This file is part of DeSmuME + This file is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. - DeSmuME is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + This file is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - DeSmuME is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with DeSmuME; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + You should have received a copy of the GNU General Public License + along with the this software. If not, see . */ + #ifndef WIFI_H #define WIFI_H diff --git a/desmume/src/windows/console.cpp b/desmume/src/windows/console.cpp index 005dfaf4e..9babcf8e0 100644 --- a/desmume/src/windows/console.cpp +++ b/desmume/src/windows/console.cpp @@ -93,14 +93,14 @@ void OpenConsole() HMODULE lib = LoadLibrary("kernel32.dll"); if(lib) { - typedef BOOL (WINAPI *_TAttachConsole)(DWORD dwProcessId); - _TAttachConsole _AttachConsole = (_TAttachConsole)GetProcAddress(lib,"AttachConsole"); - if(_AttachConsole) - { - if(_AttachConsole(-1)) - attached = true; - } - FreeLibrary(lib); + //typedef BOOL (WINAPI *_TAttachConsole)(DWORD dwProcessId); + //_TAttachConsole _AttachConsole = (_TAttachConsole)GetProcAddress(lib,"AttachConsole"); + //if(_AttachConsole) + //{ + // if(_AttachConsole(-1)) + // attached = true; + //} + //FreeLibrary(lib); } //if we failed to attach, then alloc a new console diff --git a/desmume/src/windows/main.cpp b/desmume/src/windows/main.cpp index 92ad308a2..ddfb00021 100644 --- a/desmume/src/windows/main.cpp +++ b/desmume/src/windows/main.cpp @@ -1,19 +1,19 @@ /* -Copyright 2006 Theo Berkau -Copyright (C) 2006-2011 DeSmuME team + Copyright (C) 2006 Theo Berkau + Copyright (C) 2006-2012 DeSmuME team -This file is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. + This file is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. -This file is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. + This file is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. -You should have received a copy of the GNU General Public License -along with the this software. If not, see . + You should have received a copy of the GNU General Public License + along with the this software. If not, see . */ // icon gradient: #f6f6fb to #8080c0