Massive copyright update. I'm sorry if I'm crediting Matze for something he didn...
[supertux.git] / src / object_factory.cpp
index bd93f21..afae27f 100644 (file)
@@ -1,7 +1,8 @@
 //  $Id$
 //
-//  SuperTux -  A Jump'n Run
+//  SuperTux
 //  Copyright (C) 2004 Ricardo Cruz <rick2@aeiou.pt>
+//  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
 //
 //  This program is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU General Public License
@@ -21,9 +22,9 @@
 #include <sstream>
 #include <stdexcept>
 
-#include "lisp/lisp.h"
-#include "lisp/parser.h"
-#include "object_factory.h"
+#include "lisp/lisp.hpp"
+#include "lisp/parser.hpp"
+#include "object_factory.hpp"
 
 Factories* object_factories = 0;