Changeset 62 in pacpusframework for trunk/src/FileLib


Ignore:
Timestamp:
01/09/13 17:26:04 (11 years ago)
Author:
Marek Kurdej
Message:

Update: license info.

Location:
trunk/src/FileLib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/FileLib/src/DbiteException.cpp

    r60 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @version    $Id$
    105
    116#include <Pacpus/kernel/DbiteException.h>
  • trunk/src/FileLib/src/DbiteFile.cpp

    r36 r62  
    1 /**
    2  *
    3  * This file is part of the PACPUS framework distributed under the
    4  * CECILL-C License, Version 1.0.
    5  *
    6  * @author  Marek Kurdej
    7  * @date    June, 2012
    8  * @version $Id$
    9  * @copyright Copyright (c) UTC/CNRS Heudiasyc 2005 - 2013. All rights reserved.
    10  * @brief  Periodic worker base class
    11  *
    12  * Detailed description of file...
    13  *
    14  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @version $Id$
    155
    166#include <Pacpus/kernel/DbiteFile.h>
  • trunk/src/FileLib/test/TestFileLib.cpp

    r3 r62  
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @version    $Id$
     5
    16#ifdef _MSC_VER
    27#   pragma warning(push)
Note: See TracChangeset for help on using the changeset viewer.