Changeset 395 for trunk/src/stl


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/stl
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/stl/assert.cc

    r378 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
    7 #define NV_CORE_COMMON_HH
     7#define NV_BASE_COMMON_HH
    88#define NV_INTERNAL_INCLUDE
    99#include "nv/stl/assert.hh"
    10 #undef NV_CORE_COMMON_HH
     10#undef NV_BASE_COMMON_HH
    1111
    1212#if NV_COMPILER == NV_MSVC
  • trunk/src/stl/capi.cc

    r376 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/stl/capi.hh"
  • trunk/src/stl/hash_table.cc

    r391 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/stl/container/hash_table.hh"
  • trunk/src/stl/string.cc

    r382 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// TODO: speedup conversion by doing divisions by 100
Note: See TracChangeset for help on using the changeset viewer.