Parcourir la source

Change copyright dates

Eric Ramat il y a 9 ans
Parent
commit
5cd79e6955
35 fichiers modifiés avec 35 ajouts et 35 suppressions
  1. 1 1
      AUTHORS
  2. 1 1
      README
  3. 1 1
      src/apps/main.cpp
  4. 1 1
      src/paradevs/common/Bag.hpp
  5. 1 1
      src/paradevs/common/Coordinator.hpp
  6. 1 1
      src/paradevs/common/ExternalEvent.hpp
  7. 1 1
      src/paradevs/common/InternalEvent.hpp
  8. 1 1
      src/paradevs/common/Links.hpp
  9. 1 1
      src/paradevs/common/Model.hpp
  10. 1 1
      src/paradevs/common/Node.hpp
  11. 1 1
      src/paradevs/common/Parameters.hpp
  12. 1 1
      src/paradevs/common/RootCoordinator.hpp
  13. 1 1
      src/paradevs/common/Simulator.hpp
  14. 1 1
      src/paradevs/common/scheduler/HeapScheduler.hpp
  15. 1 1
      src/paradevs/common/scheduler/SchedulerHandle.hpp
  16. 1 1
      src/paradevs/common/scheduler/VectorScheduler.hpp
  17. 1 1
      src/paradevs/common/time/DoubleTime.hpp
  18. 1 1
      src/paradevs/common/time/Time.hpp
  19. 1 1
      src/paradevs/common/utils/Multithreading.hpp
  20. 1 1
      src/paradevs/common/utils/String.hpp
  21. 1 1
      src/paradevs/common/utils/Trace.hpp
  22. 1 1
      src/paradevs/kernel/dtss/Coordinator.hpp
  23. 1 1
      src/paradevs/kernel/dtss/Dynamics.hpp
  24. 1 1
      src/paradevs/kernel/dtss/GraphManager.hpp
  25. 1 1
      src/paradevs/kernel/dtss/Simulator.hpp
  26. 1 1
      src/paradevs/kernel/pdevs/Coordinator.hpp
  27. 1 1
      src/paradevs/kernel/pdevs/Dynamics.hpp
  28. 1 1
      src/paradevs/kernel/pdevs/GraphManager.hpp
  29. 1 1
      src/paradevs/kernel/pdevs/Simulator.hpp
  30. 1 1
      src/paradevs/kernel/pdevs/multithreading/Coordinator.hpp
  31. 1 1
      src/paradevs/kernel/sss/Coordinator.hpp
  32. 1 1
      src/paradevs/kernel/sss/Dynamics.hpp
  33. 1 1
      src/paradevs/kernel/sss/GraphManager.hpp
  34. 1 1
      src/paradevs/kernel/sss/Model.hpp
  35. 1 1
      src/paradevs/kernel/sss/Simulator.hpp

+ 1 - 1
AUTHORS

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

+ 1 - 1
README

@@ -24,7 +24,7 @@ To build VLE you need:
 Getting the code
 ----------------
 
-The source tree is currently hosted on SourceforgeGitHub. To view the repository
+The source tree is currently hosted on GitHub. To view the repository
 online :
     https://github.com//vle-labs/paradevs
 

+ 1 - 1
src/apps/main.cpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/common/Bag.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/common/Coordinator.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/common/ExternalEvent.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/common/InternalEvent.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/common/Links.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/common/Model.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/common/Node.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/common/Parameters.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/common/RootCoordinator.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/common/Simulator.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/common/scheduler/HeapScheduler.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/common/scheduler/SchedulerHandle.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/common/scheduler/VectorScheduler.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/common/time/DoubleTime.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/common/time/Time.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/common/utils/Multithreading.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/common/utils/String.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/common/utils/Trace.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/kernel/dtss/Coordinator.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/kernel/dtss/Dynamics.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/kernel/dtss/GraphManager.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/kernel/dtss/Simulator.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/kernel/pdevs/Coordinator.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/kernel/pdevs/Dynamics.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/kernel/pdevs/GraphManager.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/kernel/pdevs/Simulator.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/kernel/pdevs/multithreading/Coordinator.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/kernel/sss/Coordinator.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/kernel/sss/Dynamics.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/kernel/sss/GraphManager.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/kernel/sss/Model.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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/paradevs/kernel/sss/Simulator.hpp

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.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