Parcourir la source

Change dates of copyright

Eric Ramat il y a 6 ans
Parent
commit
a1691ac54c
44 fichiers modifiés avec 44 ajouts et 44 suppressions
  1. 1 1
      AUTHORS
  2. 1 1
      src/apps/main.cpp
  3. 1 1
      src/artis-star/common/Bag.hpp
  4. 1 1
      src/artis-star/common/Coordinator.hpp
  5. 1 1
      src/artis-star/common/ExternalEvent.hpp
  6. 1 1
      src/artis-star/common/GraphManager.hpp
  7. 1 1
      src/artis-star/common/InternalEvent.hpp
  8. 1 1
      src/artis-star/common/Links.hpp
  9. 1 1
      src/artis-star/common/Model.hpp
  10. 1 1
      src/artis-star/common/Node.hpp
  11. 1 1
      src/artis-star/common/Parameters.hpp
  12. 1 1
      src/artis-star/common/RootCoordinator.hpp
  13. 1 1
      src/artis-star/common/Scheduler.hpp
  14. 1 1
      src/artis-star/common/Simulator.hpp
  15. 1 1
      src/artis-star/common/Value.hpp
  16. 1 1
      src/artis-star/common/observer/Observer.hpp
  17. 1 1
      src/artis-star/common/observer/Output.hpp
  18. 1 1
      src/artis-star/common/observer/View.hpp
  19. 1 1
      src/artis-star/common/scheduler/HeapScheduler.hpp
  20. 1 1
      src/artis-star/common/scheduler/SchedulerHandle.hpp
  21. 1 1
      src/artis-star/common/scheduler/VectorScheduler.hpp
  22. 1 1
      src/artis-star/common/time/DoubleTime.hpp
  23. 1 1
      src/artis-star/common/time/Time.hpp
  24. 1 1
      src/artis-star/common/utils/Multithreading.hpp
  25. 1 1
      src/artis-star/common/utils/String.hpp
  26. 1 1
      src/artis-star/common/utils/Trace.hpp
  27. 1 1
      src/artis-star/kernel/dtss/Coordinator.hpp
  28. 1 1
      src/artis-star/kernel/dtss/Dynamics.hpp
  29. 1 1
      src/artis-star/kernel/dtss/GraphManager.hpp
  30. 1 1
      src/artis-star/kernel/dtss/Simulator.hpp
  31. 1 1
      src/artis-star/kernel/pdevs/Coordinator.hpp
  32. 1 1
      src/artis-star/kernel/pdevs/Dynamics.hpp
  33. 1 1
      src/artis-star/kernel/pdevs/GraphManager.hpp
  34. 1 1
      src/artis-star/kernel/pdevs/Simulator.hpp
  35. 1 1
      src/artis-star/kernel/pdevs/mpi/Coordinator.hpp
  36. 1 1
      src/artis-star/kernel/pdevs/mpi/GraphManager.hpp
  37. 1 1
      src/artis-star/kernel/pdevs/mpi/LogicalProcessor.hpp
  38. 1 1
      src/artis-star/kernel/pdevs/mpi/ModelProxy.hpp
  39. 1 1
      src/artis-star/kernel/pdevs/multithreading/Coordinator.hpp
  40. 1 1
      src/artis-star/kernel/sss/Coordinator.hpp
  41. 1 1
      src/artis-star/kernel/sss/Dynamics.hpp
  42. 1 1
      src/artis-star/kernel/sss/GraphManager.hpp
  43. 1 1
      src/artis-star/kernel/sss/Model.hpp
  44. 1 1
      src/artis-star/kernel/sss/Simulator.hpp

+ 1 - 1
AUTHORS

@@ -6,7 +6,7 @@ Copyright
 =========
 
 - ULCO
-  - Copyright © 2013-2015
+  - Copyright © 2013-2018
   - Université du Littoral Côte d'Opale
   - http://www.univ-littoral.fr
 

+ 1 - 1
src/apps/main.cpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/Bag.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/Coordinator.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/ExternalEvent.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/GraphManager.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/InternalEvent.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/Links.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/Model.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/Node.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/Parameters.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/RootCoordinator.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/Scheduler.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/Simulator.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/Value.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/observer/Observer.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/observer/Output.hpp

@@ -4,7 +4,7 @@
  */
 
 /*
- * Copyright (C) 2012-2017 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/observer/View.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/scheduler/HeapScheduler.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/scheduler/SchedulerHandle.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/scheduler/VectorScheduler.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/time/DoubleTime.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/time/Time.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/utils/Multithreading.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/utils/String.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/common/utils/Trace.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/kernel/dtss/Coordinator.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/kernel/dtss/Dynamics.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/kernel/dtss/GraphManager.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/kernel/dtss/Simulator.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/kernel/pdevs/Coordinator.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/kernel/pdevs/Dynamics.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/kernel/pdevs/GraphManager.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/kernel/pdevs/Simulator.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/kernel/pdevs/mpi/Coordinator.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/kernel/pdevs/mpi/GraphManager.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/kernel/pdevs/mpi/LogicalProcessor.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/kernel/pdevs/mpi/ModelProxy.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/kernel/pdevs/multithreading/Coordinator.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/kernel/sss/Coordinator.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/kernel/sss/Dynamics.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/kernel/sss/GraphManager.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/kernel/sss/Model.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
src/artis-star/kernel/sss/Simulator.hpp

@@ -8,7 +8,7 @@
  * ARTIS - the multimodeling and simulation environment
  * This file is a part of the ARTIS environment
  *
- * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
+ * Copyright (C) 2013-2018 ULCO http://www.univ-littoral.fr
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by