summaryrefslogtreecommitdiffstats
path: root/pokemod
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-02-19 04:33:15 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-02-19 04:33:15 +0000
commite84eeccd73b0d278d883e6cd6a2b793b3e93d4d7 (patch)
treea51bf0addc10f84f1053f2dcdd16e9c74f131edc /pokemod
parenta47a7aa7508e18292ace9299692f0e197d7a915a (diff)
downloadsigen-e84eeccd73b0d278d883e6cd6a2b793b3e93d4d7.tar.gz
sigen-e84eeccd73b0d278d883e6cd6a2b793b3e93d4d7.tar.xz
sigen-e84eeccd73b0d278d883e6cd6a2b793b3e93d4d7.zip
[FIX] Fixed GPL headers in source files from rogue find/replace
[ADD] SpeciesAbilityUI.{h, cpp} [ADD] pokemodr TODO list git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@62 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemod')
-rw-r--r--pokemod/Map.cpp2
-rw-r--r--pokemod/Object.h2
-rw-r--r--pokemod/Species.cpp2
-rw-r--r--pokemod/Species.h2
-rw-r--r--pokemod/Tile.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/pokemod/Map.cpp b/pokemod/Map.cpp
index b9385707..dd54b415 100644
--- a/pokemod/Map.cpp
+++ b/pokemod/Map.cpp
@@ -13,7 +13,7 @@
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTMap or FITNESS FOR A PARTICULAR PURPOSE. See the
+// 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
diff --git a/pokemod/Object.h b/pokemod/Object.h
index f970d99e..4ae96557 100644
--- a/pokemod/Object.h
+++ b/pokemod/Object.h
@@ -13,7 +13,7 @@
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTCLASS or FITNESS FOR A PARTICULAR PURPOSE. See the
+// 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
diff --git a/pokemod/Species.cpp b/pokemod/Species.cpp
index 67c043ee..8e5db881 100644
--- a/pokemod/Species.cpp
+++ b/pokemod/Species.cpp
@@ -13,7 +13,7 @@
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTSpecies or FITNESS FOR A PARTICULAR PURPOSE. See the
+// 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
diff --git a/pokemod/Species.h b/pokemod/Species.h
index c4437e83..48d7f0f7 100644
--- a/pokemod/Species.h
+++ b/pokemod/Species.h
@@ -13,7 +13,7 @@
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTSpecies or FITNESS FOR A PARTICULAR PURPOSE. See the
+// 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
diff --git a/pokemod/Tile.cpp b/pokemod/Tile.cpp
index 31e79cf1..7f9e319e 100644
--- a/pokemod/Tile.cpp
+++ b/pokemod/Tile.cpp
@@ -13,7 +13,7 @@
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTTile or FITNESS FOR A PARTICULAR PURPOSE. See the
+// 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