Changeset 395 for trunk/src/io


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

Legend:

Unmodified
Added
Removed
  • trunk/src/io/c_file_system.cc

    r319 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
     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.
    46
    5 #include <cstdio>
    67#include "nv/io/c_file_system.hh"
    78#include "nv/io/c_stream.hh"
     9#include <cstdio>
    810
    911using namespace nv;
  • trunk/src/io/c_stream.cc

    r376 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
     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.
    46
    57#include "nv/io/c_stream.hh"
  • trunk/src/io/std_stream.cc

    r374 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// TODO: support for write operations, see http://www.mr-edd.co.uk/blog/beginners_guide_streambuf
  • trunk/src/io/string_table.cc

    r392 r395  
    1 // Copyright (C) 2014 ChaosForge Ltd
     1// Copyright (C) 2014-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/io/string_table.hh"
Note: See TracChangeset for help on using the changeset viewer.