Changeset 395 for trunk/nv/stl/limits.hh


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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/stl/limits.hh

    r384 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/**
    8 * @file limits.hh
    9 * @author Kornel Kisielewicz epyon@chaosforge.org
    10 * @brief STL limits library
    11 */
     8 * @file limits.hh
     9 * @author Kornel Kisielewicz epyon@chaosforge.org
     10 * @brief STL limits library
     11 */
    1212
    1313#ifndef NV_STL_LIMITS_HH
    1414#define NV_STL_LIMITS_HH
    1515
    16 #include <nv/core/common.hh>
     16#include <nv/common.hh>
    1717
    1818#if NV_COMPILER == NV_MSVC
Note: See TracChangeset for help on using the changeset viewer.