Index: trunk/contrib/vmap_debugger/ModelContainerView.cpp
===================================================================
--- trunk/contrib/vmap_debugger/ModelContainerView.cpp (revision 2)
+++ trunk/contrib/vmap_debugger/ModelContainerView.cpp (revision 44)
@@ -452,5 +452,5 @@
     //====================================================================
 
-    Vector3 ModelContainerView::convertPositionToMangosRep(float x, float y, float z) const {
+    Vector3 ModelContainerView::convertPositionToTrinityRep(float x, float y, float z) const {
         float pos[3];
         pos[0] = z;
@@ -491,5 +491,5 @@
             i_App->defaultController.getPosition();
             Vector3 pos = i_App->defaultController.getPosition();
-            Vector3 pos2 = convertPositionToMangosRep(pos.x, pos.y, pos.z);
+            Vector3 pos2 = convertPositionToTrinityRep(pos.x, pos.y, pos.z);
             //Vector3 pos3 = iVMapManager->convertPositionToInternalRep(pos2.x, pos2.y, pos2.z);
             //pos3 = iVMapManager->convertPositionToInternalRep(pos2.x, pos2.y, pos2.z);
Index: trunk/contrib/vmap_debugger/ModelContainerView.h
===================================================================
--- trunk/contrib/vmap_debugger/ModelContainerView.h (revision 2)
+++ trunk/contrib/vmap_debugger/ModelContainerView.h (revision 44)
@@ -52,5 +52,5 @@
         Array<Command> iPrevLoadCommands;
 	private:
-		Vector3 convertPositionToMangosRep(float x, float y, float z) const;
+		Vector3 convertPositionToTrinityRep(float x, float y, float z) const;
 
 	public:
Index: trunk/contrib/Makefile.am
===================================================================
--- trunk/contrib/Makefile.am (revision 23)
+++ trunk/contrib/Makefile.am (revision 44)
@@ -5,5 +5,5 @@
 # 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
-# the Free Software Foundation; either version 3 of the License, or
+# the Free Software Foundation; either version 2 of the License, or
 # (at your option) any later version.
 #
Index: trunk/contrib/extractor/Makefile
===================================================================
--- trunk/contrib/extractor/Makefile (revision 24)
+++ trunk/contrib/extractor/Makefile (revision 44)
@@ -17,5 +17,5 @@
 # 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
-# the Free Software Foundation; either version 3 of the License, or
+# the Free Software Foundation; either version 2 of the License, or
 # (at your option) any later version.
 #
