Cleanup in content_mapblock (#5746)
[oweals/minetest.git] / src / irr_aabb3d.h
index 3cc8c33a249ca50c453bf04dcd68f25bac38c74a..4c6b3f5e6531bc0619c13076149dd8e3883ff054 100644 (file)
@@ -1,6 +1,6 @@
 /*
 Minetest
-Copyright (C) 2010-2012 celeron55, Perttu Ahola <celeron55@gmail.com>
+Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
@@ -27,4 +27,3 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 typedef core::aabbox3d<f32> aabb3f;
 
 #endif
-