Changeset 395 for trunk/src/core


Ignore:
Timestamp:
06/11/15 21:40:00 (10 years ago)
Author:
epyon
Message:
  • bulk update copyright update include guards cleanup core/common.hh -> common.hh minor cleanups
Location:
trunk/src/core
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/io_event.cc

    r365 r395  
    1 // Copyright (C) 2012-2014 ChaosForge Ltd
     1// Copyright (C) 2012-2015 ChaosForge Ltd
    22// http://chaosforge.org/
    33//
    4 // This file is part of NV Libraries.
    5 // For conditions of distribution and use, see copyright notice in nv.hh
     4// This file is part of Nova libraries.
     5// For conditions of distribution and use, see copying.txt file in root folder.
    66
    77#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
    57#include "nv/core/library.hh"
    68
  • 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.
    46
    57#include "nv/core/logger.hh"
    68
    7 #include "nv/core/common.hh"
    89#include "nv/core/time.hh"
    910#include <cstdio>
  • trunk/src/core/profiler.cc

    r380 r395  
    11// 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.
    46
    57#include "nv/core/profiler.hh"
  • trunk/src/core/random.cc

    r372 r395  
    22// http://chaosforge.org/
    33//
    4 // This file is part of NV Libraries.
    5 // For conditions of distribution and use, see copyright notice in nv.hh
     4// This file is part of Nova libraries.
     5// For conditions of distribution and use, see copying.txt file in root folder.
    66
    77#include "nv/core/random.hh"
  • trunk/src/core/time.cc

    r380 r395  
    11// 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.
    46
    57#include "nv/core/time.hh"
  • trunk/src/core/uid.cc

    r319 r395  
    22// http://chaosforge.org/
    33//
    4 // This file is part of NV Libraries.
    5 // For conditions of distribution and use, see copyright notice in nv.hh
     4// This file is part of Nova libraries.
     5// For conditions of distribution and use, see copying.txt file in root folder.
    66
    77#include "nv/core/uid.hh"
Note: See TracChangeset for help on using the changeset viewer.