Index: trunk/src/lib/assimp.cc
===================================================================
--- trunk/src/lib/assimp.cc	(revision 311)
+++ trunk/src/lib/assimp.cc	(revision 319)
@@ -23,5 +23,5 @@
 #if defined( NV_ASSIMP_DYNAMIC )
 
-#include "nv/library.hh"
+#include "nv/core/library.hh"
 
 #define NV_ASSIMP_FUN( rtype, fname, fparams ) rtype (NV_ASSIMP_APIENTRY *fname) fparams = nullptr;
Index: trunk/src/lib/curses.cc
===================================================================
--- trunk/src/lib/curses.cc	(revision 311)
+++ trunk/src/lib/curses.cc	(revision 319)
@@ -1,3 +1,3 @@
-// Copyright (C) 2013 ChaosForge / Kornel Kisielewicz
+// Copyright (C) 2013-2014 ChaosForge Ltd
 // http://chaosforge.org/
 //
@@ -9,5 +9,5 @@
 #if defined( NV_CURSES_DYNAMIC )
 
-#include "nv/library.hh"
+#include "nv/core/library.hh"
 
 #define NV_CURSES_FUN( rtype, fname, fparams ) rtype (*fname) fparams = nullptr;
Index: trunk/src/lib/fmod.cc
===================================================================
--- trunk/src/lib/fmod.cc	(revision 311)
+++ trunk/src/lib/fmod.cc	(revision 319)
@@ -1,3 +1,3 @@
-// Copyright (C) 2012-2013 ChaosForge / Kornel Kisielewicz
+// Copyright (C) 2012-2014 ChaosForge Ltd
 // http://chaosforge.org/
 //
@@ -9,5 +9,5 @@
 #if defined( NV_FMOD_DYNAMIC )
 
-#include "nv/library.hh"
+#include "nv/core/library.hh"
 
 #define NV_FMOD_FUN( rtype, fname, fparams ) rtype (NV_FMOD_APIENTRY *fname) fparams = nullptr;
Index: trunk/src/lib/freetype2.cc
===================================================================
--- trunk/src/lib/freetype2.cc	(revision 311)
+++ trunk/src/lib/freetype2.cc	(revision 319)
@@ -1,3 +1,3 @@
-// Copyright (C) 2012-2013 ChaosForge / Kornel Kisielewicz
+// Copyright (C) 2012-2014 ChaosForge Ltd
 // http://chaosforge.org/
 //
@@ -9,5 +9,5 @@
 #if defined( NV_FREETYPE_DYNAMIC )
 
-#include "nv/library.hh"
+#include "nv/core/library.hh"
 
 #define NV_FREETYPE_FUN( rtype, fname, fparams ) rtype (*fname) fparams = nullptr;
Index: trunk/src/lib/gl.cc
===================================================================
--- trunk/src/lib/gl.cc	(revision 311)
+++ trunk/src/lib/gl.cc	(revision 319)
@@ -1,3 +1,3 @@
-// Copyright (C) 2012-2013 ChaosForge / Kornel Kisielewicz
+// Copyright (C) 2012-2014 ChaosForge Ltd
 // http://chaosforge.org/
 //
@@ -5,11 +5,11 @@
 // For conditions of distribution and use, see copyright notice in nv.hh
 
-#include "nv/common.hh"
-#include "nv/range.hh"
+#include "nv/core/common.hh"
+#include "nv/core/range.hh"
 #include "nv/lib/gl.hh"
 
 #if defined( NV_GL_DYNAMIC )
 
-#include "nv/library.hh"
+#include "nv/core/library.hh"
 
 #if defined( NV_SDL_GL )
Index: trunk/src/lib/lua.cc
===================================================================
--- trunk/src/lib/lua.cc	(revision 311)
+++ trunk/src/lib/lua.cc	(revision 319)
@@ -1,3 +1,3 @@
-// Copyright (C) 2012-2013 ChaosForge / Kornel Kisielewicz
+// Copyright (C) 2012-2014 ChaosForge Ltd
 // http://chaosforge.org/
 //
@@ -9,5 +9,5 @@
 #if defined( NV_LUA_DYNAMIC )
 
-#include "nv/library.hh"
+#include "nv/core/library.hh"
 
 #if NV_LUA_VERSION == NV_LUA_52
Index: trunk/src/lib/sdl.cc
===================================================================
--- trunk/src/lib/sdl.cc	(revision 311)
+++ trunk/src/lib/sdl.cc	(revision 319)
@@ -1,3 +1,3 @@
-// Copyright (C) 2012-2013 ChaosForge / Kornel Kisielewicz
+// Copyright (C) 2012-2014 ChaosForge Ltd
 // http://chaosforge.org/
 //
@@ -9,5 +9,5 @@
 #if defined( NV_SDL_DYNAMIC )
 
-#include "nv/library.hh"
+#include "nv/core/library.hh"
 
 #define NV_SDL_FUN( rtype, fname, fparams ) rtype (NV_SDL_APIENTRY *fname) fparams = nullptr;
Index: trunk/src/lib/sdl_image.cc
===================================================================
--- trunk/src/lib/sdl_image.cc	(revision 311)
+++ trunk/src/lib/sdl_image.cc	(revision 319)
@@ -1,3 +1,3 @@
-// Copyright (C) 2012-2013 ChaosForge / Kornel Kisielewicz
+// Copyright (C) 2012-2014 ChaosForge Ltd
 // http://chaosforge.org/
 //
@@ -9,5 +9,5 @@
 #if defined( NV_SDL_DYNAMIC )
 
-#include "nv/library.hh"
+#include "nv/core/library.hh"
 
 #define NV_SDL_FUN( rtype, fname, fparams ) rtype (NV_SDL_APIENTRY *fname) fparams = nullptr;
Index: trunk/src/lib/sdl_mixer.cc
===================================================================
--- trunk/src/lib/sdl_mixer.cc	(revision 311)
+++ trunk/src/lib/sdl_mixer.cc	(revision 319)
@@ -1,3 +1,3 @@
-// Copyright (C) 2012-2013 ChaosForge / Kornel Kisielewicz
+// Copyright (C) 2012-2014 ChaosForge Ltd
 // http://chaosforge.org/
 //
@@ -9,5 +9,5 @@
 #if defined( NV_SDL_DYNAMIC )
 
-#include "nv/library.hh"
+#include "nv/core/library.hh"
 
 #define NV_SDL_FUN( rtype, fname, fparams ) rtype (NV_SDL_APIENTRY *fname) fparams = nullptr;
