Changeset 395 for trunk/src/core
- Timestamp:
- 06/11/15 21:40:00 (10 years ago)
- Location:
- trunk/src/core
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/io_event.cc
r365 r395 1 // Copyright (C) 2012-201 4ChaosForge Ltd1 // Copyright (C) 2012-2015 ChaosForge Ltd 2 2 // http://chaosforge.org/ 3 3 // 4 // This file is part of N V Libraries.5 // For conditions of distribution and use, see copy right notice in nv.hh4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 6 7 7 #include "nv/core/io_event.hh" -
trunk/src/core/library.cc
r380 r395 1 // Copyright (C) 2012-2014 ChaosForge Ltd 2 // This file is part of NV Libraries. 3 // For conditions of distribution and use, see copyright notice in nv.hh 4 #include "nv/core/common.hh" 1 // Copyright (C) 2012-2015 ChaosForge Ltd 2 // http://chaosforge.org/ 3 // 4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 5 7 #include "nv/core/library.hh" 6 8 -
trunk/src/core/logger.cc
r380 r395 1 // Copyright (C) 2011-2014 ChaosForge Ltd 2 // This file is part of NV Libraries. 3 // For conditions of distribution and use, see copyright notice in nv.hh 1 // Copyright (C) 2011-2015 ChaosForge Ltd 2 // http://chaosforge.org/ 3 // 4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 4 6 5 7 #include "nv/core/logger.hh" 6 8 7 #include "nv/core/common.hh"8 9 #include "nv/core/time.hh" 9 10 #include <cstdio> -
trunk/src/core/profiler.cc
r380 r395 1 1 // Copyright (C) 2012-2014 ChaosForge Ltd 2 // This file is part of NV Libraries. 3 // For conditions of distribution and use, see copyright notice in nv.hh 2 // http://chaosforge.org/ 3 // 4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 4 6 5 7 #include "nv/core/profiler.hh" -
trunk/src/core/random.cc
r372 r395 2 2 // http://chaosforge.org/ 3 3 // 4 // This file is part of N V Libraries.5 // For conditions of distribution and use, see copy right notice in nv.hh4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 6 7 7 #include "nv/core/random.hh" -
trunk/src/core/time.cc
r380 r395 1 1 // Copyright (C) 2011-2014 ChaosForge Ltd 2 // This file is part of NV Libraries. 3 // For conditions of distribution and use, see copyright notice in nv.hh 2 // http://chaosforge.org/ 3 // 4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 4 6 5 7 #include "nv/core/time.hh" -
trunk/src/core/uid.cc
r319 r395 2 2 // http://chaosforge.org/ 3 3 // 4 // This file is part of N V Libraries.5 // For conditions of distribution and use, see copy right notice in nv.hh4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 6 7 7 #include "nv/core/uid.hh"
Note: See TracChangeset
for help on using the changeset viewer.