Pārlūkot izejas kodu

Update copyright

Eric Ramat 8 gadi atpakaļ
vecāks
revīzija
14c0165a9d
48 mainītis faili ar 48 papildinājumiem un 48 dzēšanām
  1. 1 1
      src/tests/boost_graph/file_generator.cpp
  2. 1 1
      src/tests/boost_graph/graph_builder.hpp
  3. 1 1
      src/tests/boost_graph/graph_defs.hpp
  4. 1 1
      src/tests/boost_graph/graph_generator.hpp
  5. 1 1
      src/tests/boost_graph/graph_manager.hpp
  6. 1 1
      src/tests/boost_graph/graph_partitioning.hpp
  7. 1 1
      src/tests/boost_graph/hierarchical_graph_manager.hpp
  8. 1 1
      src/tests/boost_graph/models.hpp
  9. 1 1
      src/tests/boost_graph/partitioning/defs.hpp
  10. 1 1
      src/tests/boost_graph/partitioning/gggp.hpp
  11. 1 1
      src/tests/boost_graph/partitioning/graph_build.hpp
  12. 1 1
      src/tests/boost_graph/partitioning/main.cpp
  13. 1 1
      src/tests/boost_graph/partitioning/utils.hpp
  14. 1 1
      src/tests/boost_graph/tests.cpp
  15. 1 1
      src/tests/common/scheduler/tests.cpp
  16. 1 1
      src/tests/dtss/graph_manager.hpp
  17. 1 1
      src/tests/dtss/models.hpp
  18. 1 1
      src/tests/dtss/tests.cpp
  19. 1 1
      src/tests/mixed/graph_manager.hpp
  20. 1 1
      src/tests/mixed/models.hpp
  21. 1 1
      src/tests/mixed/tests.cpp
  22. 1 1
      src/tests/mpi/cluster/graph_manager.hpp
  23. 1 1
      src/tests/mpi/cluster/main.cpp
  24. 1 1
      src/tests/mpi/cluster/models.hpp
  25. 1 1
      src/tests/mpi/graph_manager.hpp
  26. 1 1
      src/tests/mpi/main.cpp
  27. 1 1
      src/tests/mpi/tests.cpp
  28. 1 1
      src/tests/multithreading/graph_manager.hpp
  29. 1 1
      src/tests/multithreading/lifegame/graph_builder.hpp
  30. 1 1
      src/tests/multithreading/lifegame/graph_manager.hpp
  31. 1 1
      src/tests/multithreading/lifegame/main.cpp
  32. 1 1
      src/tests/multithreading/lifegame/models.hpp
  33. 1 1
      src/tests/multithreading/lifegame/tests.cpp
  34. 1 1
      src/tests/multithreading/main.cpp
  35. 1 1
      src/tests/multithreading/tests.cpp
  36. 1 1
      src/tests/pdevs/graph_manager.hpp
  37. 1 1
      src/tests/pdevs/main.cpp
  38. 1 1
      src/tests/pdevs/models.hpp
  39. 1 1
      src/tests/pdevs/tests.cpp
  40. 1 1
      src/tests/plot/climate.hpp
  41. 1 1
      src/tests/plot/cohorte.hpp
  42. 1 1
      src/tests/plot/dispersion.hpp
  43. 1 1
      src/tests/plot/graph_builder.hpp
  44. 1 1
      src/tests/plot/graph_defs.hpp
  45. 1 1
      src/tests/plot/graph_manager.hpp
  46. 1 1
      src/tests/plot/main.cpp
  47. 1 1
      src/tests/plot/milsol.hpp
  48. 1 1
      src/tests/plot/models.hpp

+ 1 - 1
src/tests/boost_graph/file_generator.cpp

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
  * Copyright (C) 2009 INRA
  *
  * This program is free software: you can redistribute it and/or modify

+ 1 - 1
src/tests/plot/dispersion.hpp

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

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

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

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

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

@@ -8,7 +8,7 @@
  * PARADEVS - the multimodeling and simulation environment
  * This file is a part of the PARADEVS environment
  *
- * Copyright (C) 2013-2015 ULCO http://www.univ-litoral.fr
+ * Copyright (C) 2013-2016 ULCO http://www.univ-littoral.fr
  * Copyright (C) 2009 INRA
  *
  * This program is free software: you can redistribute it and/or modify

+ 1 - 1
src/tests/plot/models.hpp

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