Changeset 62 in pacpusframework for trunk/include/Pacpus/kernel/FileLibConfig.h


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

Update: license info.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/kernel/FileLibConfig.h

    r59 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/// @author  Marek Kurdej <firstname.surname@utc.fr>
     5/// @date    January, 2013
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief DLL import/export macro definitions file.
     9///
     10/// DLL import/export macro definitions file.
     11/// Declares <library name>_API macro as __declspec(dllexport) or __declspec(dllimport)
     12/// on Windows system and as an empty macro on other systems.
     13/// DLL exporting is performed when <library name>_EXPORTS is defined.
    1014
    1115#ifndef DEF_PACPUS_FILELIBCONFIG_H
Note: See TracChangeset for help on using the changeset viewer.