From a2f0e50dbce3e2d35c4aa419c5f04843929bb3d5 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Tue, 6 Feb 2018 01:27:02 +0100
Subject: [PATCH] Fix date format when present

---
 CMakeLists.txt                                               | 2 +-
 cmake_modules/GenPkgConfig.cmake                             | 2 +-
 cmake_modules/PrintOpts.cmake                                | 2 +-
 compute/CMakeLists.txt                                       | 2 +-
 control/CMakeLists.txt                                       | 2 +-
 coreblas/CMakeLists.txt                                      | 2 +-
 coreblas/compute/CMakeLists.txt                              | 2 +-
 coreblas/eztrace_module/CMakeLists.txt                       | 2 +-
 coreblas/include/CMakeLists.txt                              | 2 +-
 cudablas/CMakeLists.txt                                      | 2 +-
 cudablas/compute/CMakeLists.txt                              | 2 +-
 cudablas/eztrace_module/CMakeLists.txt                       | 2 +-
 cudablas/include/CMakeLists.txt                              | 2 +-
 doc/CMakeLists.txt                                           | 2 +-
 doc/doxygen/CMakeLists.txt                                   | 2 +-
 doc/orgmode/CMakeLists.txt                                   | 2 +-
 doc/texinfo/CMakeLists.txt                                   | 2 +-
 example/CMakeLists.txt                                       | 2 +-
 include/CMakeLists.txt                                       | 2 +-
 plasma-conversion/callGeneration.bash                        | 2 +-
 plasma-conversion/fileConversion.py                          | 2 +-
 plasma-conversion/fileCopy.py                                | 2 +-
 plasma-conversion/generate_morseSrc.py                       | 2 +-
 plasma-conversion/insert-licence/insert-licence-chameleon.sh | 2 +-
 plasma-conversion/rulesSubstitutions.py                      | 2 +-
 runtime/CMakeLists.txt                                       | 2 +-
 runtime/parsec/CMakeLists.txt                                | 2 +-
 runtime/quark/CMakeLists.txt                                 | 2 +-
 runtime/starpu/CMakeLists.txt                                | 2 +-
 simucore/CMakeLists.txt                                      | 2 +-
 testing/CMakeLists.txt                                       | 2 +-
 testing/lin/CMakeLists.txt                                   | 2 +-
 timing/CMakeLists.txt                                        | 2 +-
 33 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0660401f6..a0404ba9e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 cmake_minimum_required(VERSION 2.8)
diff --git a/cmake_modules/GenPkgConfig.cmake b/cmake_modules/GenPkgConfig.cmake
index 76b194a8f..8d9c22d1d 100644
--- a/cmake_modules/GenPkgConfig.cmake
+++ b/cmake_modules/GenPkgConfig.cmake
@@ -23,7 +23,7 @@
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 10-11-2014
+#  @date 2014-11-10
 #
 ###
 
diff --git a/cmake_modules/PrintOpts.cmake b/cmake_modules/PrintOpts.cmake
index 8b6e5b4e5..745939bcc 100644
--- a/cmake_modules/PrintOpts.cmake
+++ b/cmake_modules/PrintOpts.cmake
@@ -20,7 +20,7 @@
 #
 # @version 1.0.0
 #  @author Florent Pruvost
-#  @date 10-11-2014
+#  @date 2014-11-10
 #
 ###
 set(dep_message "\nConfiguration of Chameleon:\n"
diff --git a/compute/CMakeLists.txt b/compute/CMakeLists.txt
index 078ae724b..edbe09e41 100644
--- a/compute/CMakeLists.txt
+++ b/compute/CMakeLists.txt
@@ -22,7 +22,7 @@
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/control/CMakeLists.txt b/control/CMakeLists.txt
index 6c742534d..0036bffe1 100644
--- a/control/CMakeLists.txt
+++ b/control/CMakeLists.txt
@@ -23,7 +23,7 @@
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/coreblas/CMakeLists.txt b/coreblas/CMakeLists.txt
index 864693a3b..25627afd9 100644
--- a/coreblas/CMakeLists.txt
+++ b/coreblas/CMakeLists.txt
@@ -22,7 +22,7 @@
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/coreblas/compute/CMakeLists.txt b/coreblas/compute/CMakeLists.txt
index 4f4aab50f..5c8cfe3ce 100644
--- a/coreblas/compute/CMakeLists.txt
+++ b/coreblas/compute/CMakeLists.txt
@@ -22,7 +22,7 @@
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/coreblas/eztrace_module/CMakeLists.txt b/coreblas/eztrace_module/CMakeLists.txt
index deeb29986..d1d9da8c0 100644
--- a/coreblas/eztrace_module/CMakeLists.txt
+++ b/coreblas/eztrace_module/CMakeLists.txt
@@ -20,7 +20,7 @@
 #
 # @version 1.0.0
 #  @author Florent Pruvost
-#  @date 14-09-2015
+#  @date 2015-09-14
 #
 ###
 
diff --git a/coreblas/include/CMakeLists.txt b/coreblas/include/CMakeLists.txt
index fde42cb66..4143732de 100644
--- a/coreblas/include/CMakeLists.txt
+++ b/coreblas/include/CMakeLists.txt
@@ -22,7 +22,7 @@
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/cudablas/CMakeLists.txt b/cudablas/CMakeLists.txt
index 864693a3b..25627afd9 100644
--- a/cudablas/CMakeLists.txt
+++ b/cudablas/CMakeLists.txt
@@ -22,7 +22,7 @@
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/cudablas/compute/CMakeLists.txt b/cudablas/compute/CMakeLists.txt
index edc1ac2bc..b9683f0c1 100644
--- a/cudablas/compute/CMakeLists.txt
+++ b/cudablas/compute/CMakeLists.txt
@@ -20,7 +20,7 @@
 #
 # @version 1.0.0
 #  @author Florent Pruvost
-#  @date 16-09-2015
+#  @date 2015-09-16
 #
 ###
 
diff --git a/cudablas/eztrace_module/CMakeLists.txt b/cudablas/eztrace_module/CMakeLists.txt
index e8129ce30..d0ae05a73 100644
--- a/cudablas/eztrace_module/CMakeLists.txt
+++ b/cudablas/eztrace_module/CMakeLists.txt
@@ -20,7 +20,7 @@
 #
 # @version 1.0.0
 #  @author Florent Pruvost
-#  @date 16-09-2015
+#  @date 2015-09-16
 #
 ###
 
diff --git a/cudablas/include/CMakeLists.txt b/cudablas/include/CMakeLists.txt
index 54d408e84..acc75882b 100644
--- a/cudablas/include/CMakeLists.txt
+++ b/cudablas/include/CMakeLists.txt
@@ -20,7 +20,7 @@
 #
 # @version 1.0.0
 #  @author Florent Pruvost
-#  @date 16-09-2015
+#  @date 2015-09-16
 #
 ###
 
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 3f456bfba..d556fa7db 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -23,7 +23,7 @@
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/doc/doxygen/CMakeLists.txt b/doc/doxygen/CMakeLists.txt
index 70dc41ca8..893e2ecd4 100644
--- a/doc/doxygen/CMakeLists.txt
+++ b/doc/doxygen/CMakeLists.txt
@@ -22,7 +22,7 @@
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/doc/orgmode/CMakeLists.txt b/doc/orgmode/CMakeLists.txt
index 844e787e0..a48016ea3 100644
--- a/doc/orgmode/CMakeLists.txt
+++ b/doc/orgmode/CMakeLists.txt
@@ -17,7 +17,7 @@
 #
 # @version 1.0.0
 #  @author Florent Pruvost
-#  @date 25-08-2017
+#  @date 2017-08-25
 #
 ###
 
diff --git a/doc/texinfo/CMakeLists.txt b/doc/texinfo/CMakeLists.txt
index 64b4f3b31..4d5d0bc7f 100644
--- a/doc/texinfo/CMakeLists.txt
+++ b/doc/texinfo/CMakeLists.txt
@@ -23,7 +23,7 @@
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt
index 52d74e7d7..1e08d8ceb 100755
--- a/example/CMakeLists.txt
+++ b/example/CMakeLists.txt
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @date 17-10-2014
+#  @date 2014-10-17
 #
 ###
 if (CHAMELEON_SIMULATION)
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
index 0e23ac655..ac37821f4 100644
--- a/include/CMakeLists.txt
+++ b/include/CMakeLists.txt
@@ -23,7 +23,7 @@
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/plasma-conversion/callGeneration.bash b/plasma-conversion/callGeneration.bash
index b1703761f..714f27558 100755
--- a/plasma-conversion/callGeneration.bash
+++ b/plasma-conversion/callGeneration.bash
@@ -25,7 +25,7 @@
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 30-11-2015
+#  @date 2015-11-30
 #
 ###
 
diff --git a/plasma-conversion/fileConversion.py b/plasma-conversion/fileConversion.py
index 2a4fba1ac..272f0646e 100644
--- a/plasma-conversion/fileConversion.py
+++ b/plasma-conversion/fileConversion.py
@@ -49,7 +49,7 @@
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #   
 ###
 
diff --git a/plasma-conversion/fileCopy.py b/plasma-conversion/fileCopy.py
index 2dd36843c..236f53c2c 100644
--- a/plasma-conversion/fileCopy.py
+++ b/plasma-conversion/fileCopy.py
@@ -49,7 +49,7 @@
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #   
 ###
 
diff --git a/plasma-conversion/generate_morseSrc.py b/plasma-conversion/generate_morseSrc.py
index da0175163..908eb7d35 100755
--- a/plasma-conversion/generate_morseSrc.py
+++ b/plasma-conversion/generate_morseSrc.py
@@ -49,7 +49,7 @@
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #   
 ###
 
diff --git a/plasma-conversion/insert-licence/insert-licence-chameleon.sh b/plasma-conversion/insert-licence/insert-licence-chameleon.sh
index 161b8c01a..d043230ee 100755
--- a/plasma-conversion/insert-licence/insert-licence-chameleon.sh
+++ b/plasma-conversion/insert-licence/insert-licence-chameleon.sh
@@ -50,7 +50,7 @@
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 for i in $(find . -name "*.c" -or -name "*.h" -not -path "*svn*" -not -name "morse_fortran.h")
diff --git a/plasma-conversion/rulesSubstitutions.py b/plasma-conversion/rulesSubstitutions.py
index 29cba8702..15ab46c4c 100644
--- a/plasma-conversion/rulesSubstitutions.py
+++ b/plasma-conversion/rulesSubstitutions.py
@@ -50,7 +50,7 @@
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #   
 ###
 
diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt
index 2395f85d7..a2e998a82 100644
--- a/runtime/CMakeLists.txt
+++ b/runtime/CMakeLists.txt
@@ -22,7 +22,7 @@
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/runtime/parsec/CMakeLists.txt b/runtime/parsec/CMakeLists.txt
index 9799511b3..502ccdbd5 100644
--- a/runtime/parsec/CMakeLists.txt
+++ b/runtime/parsec/CMakeLists.txt
@@ -23,7 +23,7 @@
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 cmake_minimum_required(VERSION 2.8)
diff --git a/runtime/quark/CMakeLists.txt b/runtime/quark/CMakeLists.txt
index 94c78e4a8..7310b0239 100644
--- a/runtime/quark/CMakeLists.txt
+++ b/runtime/quark/CMakeLists.txt
@@ -23,7 +23,7 @@
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 cmake_minimum_required(VERSION 2.8)
diff --git a/runtime/starpu/CMakeLists.txt b/runtime/starpu/CMakeLists.txt
index f76004c82..b619369e8 100644
--- a/runtime/starpu/CMakeLists.txt
+++ b/runtime/starpu/CMakeLists.txt
@@ -23,7 +23,7 @@
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 cmake_minimum_required(VERSION 2.8)
diff --git a/simucore/CMakeLists.txt b/simucore/CMakeLists.txt
index 97fe8bcbe..b93c6911a 100755
--- a/simucore/CMakeLists.txt
+++ b/simucore/CMakeLists.txt
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @date 02-10-2014
+#  @date 2014-10-02
 #
 ###
 
diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt
index 0c66c2b00..766949db6 100644
--- a/testing/CMakeLists.txt
+++ b/testing/CMakeLists.txt
@@ -22,7 +22,7 @@
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 if (CHAMELEON_SIMULATION)
diff --git a/testing/lin/CMakeLists.txt b/testing/lin/CMakeLists.txt
index e5f731b66..c148a9751 100644
--- a/testing/lin/CMakeLists.txt
+++ b/testing/lin/CMakeLists.txt
@@ -22,7 +22,7 @@
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/timing/CMakeLists.txt b/timing/CMakeLists.txt
index 7644713c9..c16b6580b 100644
--- a/timing/CMakeLists.txt
+++ b/timing/CMakeLists.txt
@@ -22,7 +22,7 @@
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
-- 
GitLab