Changeset 62 in pacpusframework for trunk/src/PacpusTools


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

Update: license info.

Location:
trunk/src/PacpusTools/src
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/PacpusTools/src/AsyncWorkerBase.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  Samuel Gosselin
    7  * @date    December, 2012
    8  * @version $Id$
    9  * @copyright Copyright (c) UTC/CNRS Heudiasyc 2005 - 2013. All rights reserved.
    10  * @brief  Async 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.
    153
    16 
    17 // Includes, pacpus.
    18 #include <Pacpus/kernel/Log.h>
    194#include <Pacpus/PacpusTools/AsyncWorkerBase.h>
    205
    21 // Includes, qt.
     6#include <Pacpus/kernel/Log.h>
     7
    228#include <QThread>
    239
  • trunk/src/PacpusTools/src/PeriodicWorker.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  Samuel Gosselin
    7  * @date    December, 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.
    153
    16 
    17 // Includes, pacpus.
    184#include <Pacpus/PacpusTools/PeriodicWorker.h>
    195
    20 // Includes, qt.
    216#include <QTimer>
    227
  • trunk/src/PacpusTools/src/PosixShMem.cpp

    r31 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.
    103
    114#include <cassert>
  • trunk/src/PacpusTools/src/Win32ShMem.cpp

    r31 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.
    103
    114#include <Pacpus/PacpusTools/Win32ShMem.h>
  • trunk/src/PacpusTools/src/geodesie.cpp

    r31 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#include <Pacpus/PacpusTools/geodesie.h>
    105
    116#include <fstream>
    12 #include <Pacpus/PacpusTools/geodesie.h>
    137
    148#ifdef _MSC_VER
  • trunk/src/PacpusTools/src/matrice.cpp

    r31 r62  
    1 /// bibliotheque CPP de calcul matriciel
    2 /**
    3  *
    4  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    5  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    6  *
    7  * See the LICENSE file for more information or a copy at:
    8  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    9  *
    10  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
    113
    124#include <Pacpus/PacpusTools/matrice.h>
Note: See TracChangeset for help on using the changeset viewer.