From: slack Date: Mon, 22 Sep 2008 15:45:13 +0000 (+0200) Subject: Added copyright and license notices to each source file. Removed some bits with dubio... X-Git-Url: http://slack.codemaniacs.com/git/?a=commitdiff_plain;h=1c4fd6fde4dcf4f531aac552c47a19ce1632625f;p=wenboi.git Added copyright and license notices to each source file. Removed some bits with dubious procedence :P --- diff --git a/GBMemory.cc b/GBMemory.cc index 25d86fe..9742e14 100644 --- a/GBMemory.cc +++ b/GBMemory.cc @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #include "GBMemory.h" #include "MBC.h" #include "gbcore.h" diff --git a/GBMemory.h b/GBMemory.h index 6b9aa68..10ce319 100644 --- a/GBMemory.h +++ b/GBMemory.h @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #ifndef GBMEMORY_H #define GBMEMORY_H diff --git a/GBRom.cc b/GBRom.cc index 466b7e6..23c568f 100644 --- a/GBRom.cc +++ b/GBRom.cc @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #include "GBRom.h" #include "Logger.h" #include diff --git a/GBRom.h b/GBRom.h index 8065e32..d2771e5 100644 --- a/GBRom.h +++ b/GBRom.h @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #ifndef GBROM_H #define GBROM_H diff --git a/GBVideo.cc b/GBVideo.cc index ec24a20..2a6d4b1 100644 --- a/GBVideo.cc +++ b/GBVideo.cc @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #include "GBVideo.h" #include "gbcore.h" #include "Logger.h" diff --git a/GBVideo.h b/GBVideo.h index 3230833..e1d2ef7 100644 --- a/GBVideo.h +++ b/GBVideo.h @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #ifndef GBVIDEO_H #define GBVIDEO_H diff --git a/Logger.h b/Logger.h index 28a6063..f402619 100644 --- a/Logger.h +++ b/Logger.h @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #if !defined(LOGGER_H) #define LOGGER_H diff --git a/MBC.cc b/MBC.cc index 6dc90ed..07af1b5 100644 --- a/MBC.cc +++ b/MBC.cc @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #include "MBC.h" #include "NoMBC.h" #include "MBC1.h" diff --git a/MBC.h b/MBC.h index fd7ee44..b678677 100644 --- a/MBC.h +++ b/MBC.h @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #ifndef MBC_H #define MBC_H diff --git a/MBC1.cc b/MBC1.cc index 1b35e02..dfea2bc 100644 --- a/MBC1.cc +++ b/MBC1.cc @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #include "MBC1.h" #include "Logger.h" diff --git a/MBC1.h b/MBC1.h index ac23e2c..1a565b1 100644 --- a/MBC1.h +++ b/MBC1.h @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #ifndef MBC1_H #define MBC1_H diff --git a/NoMBC.cc b/NoMBC.cc index 1f13c40..1bdbd0b 100644 --- a/NoMBC.cc +++ b/NoMBC.cc @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #include "NoMBC.h" #include "Logger.h" diff --git a/NoMBC.h b/NoMBC.h index 81b3fd3..533fc48 100644 --- a/NoMBC.h +++ b/NoMBC.h @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #ifndef NOMBC_H #define NOMBC_H diff --git a/Singleton.h b/Singleton.h index e500f21..a96b9f5 100644 --- a/Singleton.h +++ b/Singleton.h @@ -1,5 +1,21 @@ -// Meyers' singleton -// from http://www.devarticles.com/c/a/Cplusplus/C-plus-plus-In-Theory-The-Singleton-Pattern-Part-2/1/ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ +// Meyers' singleton (see wikipedia) #if !defined(SINGLETON_H) #define SINGLETON_H @@ -9,15 +25,16 @@ class Singleton public: static T& Instance() { - static T _instance; - return _instance; + static T the_instance; + return the_instance; } protected: - Singleton() {} // ctor hidden - virtual ~Singleton() {} // dtor hidden - Singleton(Singleton const&); // copy ctor hidden - Singleton& operator=(Singleton const&); // assign op hidden + // Hide constructors, assignation operator and destructor + Singleton() {} + virtual ~Singleton() {} + Singleton(Singleton const&); + Singleton& operator=(Singleton const&); }; #endif diff --git a/gbcore.cc b/gbcore.cc index 78c2e64..d93f2de 100644 --- a/gbcore.cc +++ b/gbcore.cc @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #include "gbcore.h" #include "GBRom.h" diff --git a/gbcore.h b/gbcore.h index 570dcd6..e48dfbf 100644 --- a/gbcore.h +++ b/gbcore.h @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #ifndef GBCORE_H #define GBCORE_H diff --git a/opcodes.h b/opcodes.h index bb1ffb4..bd8d29f 100644 --- a/opcodes.h +++ b/opcodes.h @@ -1,3 +1,23 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ + +// Macro definitions to avoid unnecesary repetition in gbcore.cc + #define set_flag_if(cond, flag) \ if (cond) set_flag(flag); \ else reset_flag(flag) diff --git a/sized_types.h b/sized_types.h index 7bd0287..0cc4e6b 100644 --- a/sized_types.h +++ b/sized_types.h @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #ifndef SIZED_TYPES_H #define SIZED_TYPES_H @@ -57,7 +74,7 @@ #endif // SIZEOF_LONG_LONG #define COMPILE_TIME_ASSERT(name, x) \ - typedef int APRIL_SIZED_dummy_ ## name[(x) * 2 - 1] + typedef int WENBOI_SIZED_dummy_ ## name[(x) * 2 - 1] // Define 8-bit types diff --git a/tests/test_core.cc b/tests/test_core.cc index ec615d6..c6b60d1 100644 --- a/tests/test_core.cc +++ b/tests/test_core.cc @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #include "../gbcore.h" #include "../Logger.h" #include "../wendi/disasm.h" diff --git a/util.cc b/util.cc index 9258de7..03e1af9 100644 --- a/util.cc +++ b/util.cc @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #include "util.h" uint32 set_bit(uint32 val, uint32 pos) diff --git a/util.h b/util.h index 52fd175..5765878 100644 --- a/util.h +++ b/util.h @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #ifndef UTIL_H #define UTIL_H diff --git a/wendi/CodeBlock.cc b/wendi/CodeBlock.cc index 5c99570..490a574 100644 --- a/wendi/CodeBlock.cc +++ b/wendi/CodeBlock.cc @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #include "CodeBlock.h" #include diff --git a/wendi/CodeBlock.h b/wendi/CodeBlock.h index 4d4b8df..6539cd9 100644 --- a/wendi/CodeBlock.h +++ b/wendi/CodeBlock.h @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #ifndef CODEBLOCK_H #define CODEBLOCK_H diff --git a/wendi/Instruction.cc b/wendi/Instruction.cc deleted file mode 100644 index 8848eae..0000000 --- a/wendi/Instruction.cc +++ /dev/null @@ -1,2 +0,0 @@ -#include "Instruction.h" - diff --git a/wendi/Instruction.h b/wendi/Instruction.h index 8698f42..f7d5316 100644 --- a/wendi/Instruction.h +++ b/wendi/Instruction.h @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #ifndef INSTRUCTION_H #define INSTRUCTION_H diff --git a/wendi/disasm.cc b/wendi/disasm.cc index d716cf0..888e385 100644 --- a/wendi/disasm.cc +++ b/wendi/disasm.cc @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #include #include "../Logger.h" diff --git a/wendi/disasm.h b/wendi/disasm.h index 2a48463..6174354 100644 --- a/wendi/disasm.h +++ b/wendi/disasm.h @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #ifndef DISASM_H #define DISASM_H diff --git a/wendi/disasm_macros.h b/wendi/disasm_macros.h index 1e093b2..2721e53 100644 --- a/wendi/disasm_macros.h +++ b/wendi/disasm_macros.h @@ -1,3 +1,24 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ + +// Macros to avoid unnecesary repetition in disasm.cc (like opcodes.h for +// gbcore) + #ifndef DISASM_MACROS_H #define DISASM_MACROS_H diff --git a/wendi/disassembly_output.h b/wendi/disassembly_output.h index a4123eb..0ab845b 100644 --- a/wendi/disassembly_output.h +++ b/wendi/disassembly_output.h @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #ifndef DISASSEMBLY_OUTPUT_H #define DISASSEMBLY_OUTPUT_H diff --git a/wendi/output_graph.cc b/wendi/output_graph.cc index b67556b..517f890 100644 --- a/wendi/output_graph.cc +++ b/wendi/output_graph.cc @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #include "output_graph.h" #include #include diff --git a/wendi/output_graph.h b/wendi/output_graph.h index 8a69664..62c00d8 100644 --- a/wendi/output_graph.h +++ b/wendi/output_graph.h @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #ifndef OUTPUT_GRAPH #define OUTPUT_GRAPH #include "disassembly_output.h" diff --git a/wendi/output_txt.cc b/wendi/output_txt.cc index 08bb1cf..e7e84eb 100644 --- a/wendi/output_txt.cc +++ b/wendi/output_txt.cc @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #include "output_txt.h" #include #include diff --git a/wendi/output_txt.h b/wendi/output_txt.h index dc129d3..a864a0a 100644 --- a/wendi/output_txt.h +++ b/wendi/output_txt.h @@ -1,3 +1,20 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ #ifndef OUTPUT_TXT #define OUTPUT_TXT #include "disassembly_output.h" diff --git a/wendi/wendi.cc b/wendi/wendi.cc index b3c6741..7082b4a 100644 --- a/wendi/wendi.cc +++ b/wendi/wendi.cc @@ -1,3 +1,23 @@ +/* + Copyright 2008 Jorge Gorbe Moya + + This file is part of wenboi + + wenboi is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License version 3 only, as published by the + Free Software Foundation. + + wenboi 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 wenboi. If not, see . +*/ + +// wendi, the WENboi DIsassembler :) + #include "../gbcore.h" #include "../Logger.h" #include "disassembly_output.h"