- Timestamp:
- Jan 10, 2013, 6:05:10 PM (12 years ago)
- Location:
- trunk/src
- Files:
-
- 25 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/DBITEPlayer/src/main.cpp
r73 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 3 // 4 // %pacpus:license} 4 5 /// @author Elie Al Alam <firstname.surname@utc.fr> 5 6 /// @author Gerald Dherbomez <firstname.surname@utc.fr> -
trunk/src/DBITEPlayerLib/DbtPlyEngine.cpp
r73 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 3 // 4 // %pacpus:license} 4 5 /// @version $Id$ 5 6 -
trunk/src/DBITEPlayerLib/DbtPlyEngineStateChart.cpp
r73 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 3 // 4 // %pacpus:license} 4 5 /// @version $Id$ 5 6 -
trunk/src/DBITEPlayerLib/DbtPlyFileManager.cpp
r73 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 3 // 4 // %pacpus:license} 4 5 /// @version $Id$ 5 6 -
trunk/src/DBITEPlayerLib/DbtPlyTrigger.cpp
r73 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 3 // 4 // %pacpus:license} 4 5 /// @version $Id$ 5 6 -
trunk/src/DBITEPlayerLib/DbtPlyUserInterface.cpp
r73 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 3 // 4 // %pacpus:license} 4 5 /// @version $Id$ 5 6 -
trunk/src/FileLib/src/DbiteException.cpp
r73 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 3 // 4 // %pacpus:license} 4 5 /// @version $Id$ 5 6 -
trunk/src/FileLib/src/DbiteFile.cpp
r73 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 3 // 4 // %pacpus:license} 4 5 /// @version $Id$ 5 6 -
trunk/src/FileLib/test/TestFileLib.cpp
r64 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 3 // 4 // %pacpus:license} 4 5 /// @version $Id$ 5 6 -
trunk/src/PacpusLib/ComponentBase.cpp
r73 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 3 // 4 // %pacpus:license} 4 5 /// @version $Id$ 5 6 -
trunk/src/PacpusLib/ComponentFactoryBase.cpp
r73 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 3 // 4 // %pacpus:license} 4 5 /// @version $Id$ 5 6 -
trunk/src/PacpusLib/ComponentManager.cpp
r73 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 3 // 4 // %pacpus:license} 4 5 /// @version $Id$ 5 6 -
trunk/src/PacpusLib/Log.cpp
r73 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 3 // 4 // %pacpus:license} 4 5 /// @version $Id$ 5 6 -
trunk/src/PacpusLib/XmlComponentConfig.cpp
r73 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 3 // 4 // %pacpus:license} 4 5 /// @version $Id$ 5 6 -
trunk/src/PacpusLib/XmlConfigFile.cpp
r73 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 3 // 4 // %pacpus:license} 4 5 /// @version $Id$ 5 6 -
trunk/src/PacpusSensor/src/main.cpp
r64 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 3 // 4 // %pacpus:license} 4 5 /// @version $Id$ 5 6 -
trunk/src/PacpusSensor/src/ui/pacpusmainwindow.cpp
r64 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 3 // 4 // %pacpus:license} 4 5 /// @version $Id$ 5 6 -
trunk/src/PacpusSensor/src/ui/pacpusmainwindow.h
r64 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 3 // 4 // %pacpus:license} 4 5 /// @author Firstname Surname <firstname.surname@utc.fr> 5 6 /// @date Month, Year -
trunk/src/PacpusTools/src/AsyncWorkerBase.cpp
r64 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 4 // %pacpus:license} 3 5 4 6 #include <Pacpus/PacpusTools/AsyncWorkerBase.h> -
trunk/src/PacpusTools/src/PeriodicWorker.cpp
r73 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 4 // %pacpus:license} 3 5 4 6 #include <Pacpus/PacpusTools/PeriodicWorker.h> -
trunk/src/PacpusTools/src/PosixShMem.cpp
r73 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 4 // %pacpus:license} 3 5 4 6 #include <cassert> -
trunk/src/PacpusTools/src/Win32ShMem.cpp
r64 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 4 // %pacpus:license} 3 5 4 6 #include <Pacpus/PacpusTools/Win32ShMem.h> -
trunk/src/PacpusTools/src/geodesie.cpp
r64 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 4 // %pacpus:license} 3 5 4 6 #include <Pacpus/PacpusTools/geodesie.h> -
trunk/src/PacpusTools/src/matrice.cpp
r73 r76 1 // %pacpus:license{ 1 2 // This file is part of the PACPUS framework distributed under the 2 3 // CECILL-C License, Version 1.0. 4 // %pacpus:license} 3 5 4 6 #include <Pacpus/PacpusTools/matrice.h> -
trunk/src/RoadTime/src/road_time.c
r64 r76 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 // %pacpus:license{ 2 // This file is part of the PACPUS framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %pacpus:license} 10 5 11 6 #ifdef WIN32
Note:
See TracChangeset
for help on using the changeset viewer.