Index: trunk/src/gfx/debug_draw.cc
===================================================================
--- trunk/src/gfx/debug_draw.cc	(revision 314)
+++ trunk/src/gfx/debug_draw.cc	(revision 319)
@@ -1,3 +1,3 @@
-// Copyright (C) 2014 ChaosForge / Kornel Kisielewicz
+// Copyright (C) 2014 ChaosForge Ltd
 // http://chaosforge.org/
 //
Index: trunk/src/gfx/image.cc
===================================================================
--- trunk/src/gfx/image.cc	(revision 314)
+++ trunk/src/gfx/image.cc	(revision 319)
@@ -1,3 +1,3 @@
-// Copyright (C) 2011 Kornel Kisielewicz
+// Copyright (C) 2011-2014 ChaosForge Ltd
 // This file is part of NV Libraries.
 // For conditions of distribution and use, see copyright notice in nv.hh
Index: trunk/src/gfx/keyframed_mesh.cc
===================================================================
--- trunk/src/gfx/keyframed_mesh.cc	(revision 314)
+++ trunk/src/gfx/keyframed_mesh.cc	(revision 319)
@@ -1,3 +1,3 @@
-// Copyright (C) 2011 Kornel Kisielewicz
+// Copyright (C) 2011-2014 ChaosForge Ltd
 // This file is part of NV Libraries.
 // For conditions of distribution and use, see copyright notice in nv.hh
@@ -11,5 +11,5 @@
 
 
-#include "nv/logging.hh"
+#include "nv/core/logging.hh"
 
 using namespace nv;
Index: trunk/src/gfx/particle_engine.cc
===================================================================
--- trunk/src/gfx/particle_engine.cc	(revision 314)
+++ trunk/src/gfx/particle_engine.cc	(revision 319)
@@ -1,8 +1,12 @@
+// Copyright (C) 2014 ChaosForge Ltd
+// This file is part of NV Libraries.
+// For conditions of distribution and use, see copyright notice in nv.hh
+
 #include "nv/gfx/particle_engine.hh"
 
 #include <nv/interface/device.hh>
-#include <nv/random.hh>
+#include <nv/core/random.hh>
 #include <nv/lua/lua_glm.hh>
-#include <nv/logging.hh>
+#include <nv/core/logging.hh>
 #include <cmath>
 
Index: trunk/src/gfx/skeletal_mesh.cc
===================================================================
--- trunk/src/gfx/skeletal_mesh.cc	(revision 314)
+++ trunk/src/gfx/skeletal_mesh.cc	(revision 319)
@@ -1,3 +1,3 @@
-// Copyright (C) 2011 Kornel Kisielewicz
+// Copyright (C) 2011-2014 ChaosForge Ltd
 // This file is part of NV Libraries.
 // For conditions of distribution and use, see copyright notice in nv.hh
Index: trunk/src/gfx/texture_atlas.cc
===================================================================
--- trunk/src/gfx/texture_atlas.cc	(revision 314)
+++ trunk/src/gfx/texture_atlas.cc	(revision 319)
@@ -1,3 +1,3 @@
-// Copyright (C) 2012-2013 ChaosForge / Kornel Kisielewicz
+// Copyright (C) 2012-2014 ChaosForge Ltd
 // http://chaosforge.org/
 //
@@ -7,5 +7,5 @@
 #include "nv/gfx/texture_atlas.hh"
 
-#include "nv/logging.hh"
+#include "nv/core/logging.hh"
 #include <iostream>
 
Index: trunk/src/gfx/texture_font.cc
===================================================================
--- trunk/src/gfx/texture_font.cc	(revision 314)
+++ trunk/src/gfx/texture_font.cc	(revision 319)
@@ -1,3 +1,3 @@
-// Copyright (C) 2012-2013 ChaosForge / Kornel Kisielewicz
+// Copyright (C) 2012-2014 ChaosForge Ltd
 // http://chaosforge.org/
 //
