Index: tests/concurrent/examples/boundedBufferEXT.cfa
===================================================================
--- tests/concurrent/examples/boundedBufferEXT.cfa	(revision 97e8d1eda352de8d1a859f1478372a75c8891abb)
+++ tests/concurrent/examples/boundedBufferEXT.cfa	(revision 2e457d84063fbdec9472e76a9369fc43df830986)
@@ -1,3 +1,5 @@
 //
+// Cforall Version 1.0.0 Copyright (C) 2018 University of Waterloo
+// 
 // The contents of this file are covered under the licence agreement in the
 // file "LICENCE" distributed with Cforall.
@@ -8,9 +10,9 @@
 // Created On       : Wed Apr 18 22:52:12 2018
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Dec 11 21:55:02 2018
-// Update Count     : 9
+// Last Modified On : Wed Feb 20 08:36:45 2019
+// Update Count     : 11
 //
 
-#include <stdlib.hfa>										// random
+#include <stdlib.hfa>									// random
 #include <fstream.hfa>
 #include <kernel.hfa>
Index: tests/concurrent/examples/boundedBufferINT.cfa
===================================================================
--- tests/concurrent/examples/boundedBufferINT.cfa	(revision 97e8d1eda352de8d1a859f1478372a75c8891abb)
+++ tests/concurrent/examples/boundedBufferINT.cfa	(revision 2e457d84063fbdec9472e76a9369fc43df830986)
@@ -1,3 +1,5 @@
 //
+// Cforall Version 1.0.0 Copyright (C) 2017 University of Waterloo
+// 
 // The contents of this file are covered under the licence agreement in the
 // file "LICENCE" distributed with Cforall.
@@ -8,9 +10,9 @@
 // Created On       : Mon Oct 30 12:45:13 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Dec 11 21:55:45 2018
-// Update Count     : 84
+// Last Modified On : Wed Feb 20 08:37:24 2019
+// Update Count     : 87
 //
 
-#include <stdlib.hfa>										// random
+#include <stdlib.hfa>									// random
 #include <fstream.hfa>
 #include <kernel.hfa>
Index: tests/concurrent/examples/datingService.cfa
===================================================================
--- tests/concurrent/examples/datingService.cfa	(revision 97e8d1eda352de8d1a859f1478372a75c8891abb)
+++ tests/concurrent/examples/datingService.cfa	(revision 2e457d84063fbdec9472e76a9369fc43df830986)
@@ -1,3 +1,5 @@
 //
+// Cforall Version 1.0.0 Copyright (C) 2017 University of Waterloo
+// 
 // The contents of this file are covered under the licence agreement in the
 // file "LICENCE" distributed with Cforall.
@@ -8,9 +10,9 @@
 // Created On       : Mon Oct 30 12:56:20 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Dec 11 21:55:34 2018
-// Update Count     : 28
+// Last Modified On : Wed Feb 20 08:37:12 2019
+// Update Count     : 30
 //
 
-#include <stdlib.hfa>										// random
+#include <stdlib.hfa>									// random
 #include <fstream.hfa>
 #include <kernel.hfa>
Index: tests/concurrent/examples/matrixSum.cfa
===================================================================
--- tests/concurrent/examples/matrixSum.cfa	(revision 97e8d1eda352de8d1a859f1478372a75c8891abb)
+++ tests/concurrent/examples/matrixSum.cfa	(revision 2e457d84063fbdec9472e76a9369fc43df830986)
@@ -1,3 +1,2 @@
-//                               -*- Mode: C -*-
 //
 // Cforall Version 1.0.0 Copyright (C) 2017 University of Waterloo
@@ -11,6 +10,6 @@
 // Created On       : Mon Oct  9 08:29:28 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Dec 11 21:54:55 2018
-// Update Count     : 15
+// Last Modified On : Wed Feb 20 08:37:53 2019
+// Update Count     : 16
 //
 
Index: tests/concurrent/examples/quickSort.cfa
===================================================================
--- tests/concurrent/examples/quickSort.cfa	(revision 97e8d1eda352de8d1a859f1478372a75c8891abb)
+++ tests/concurrent/examples/quickSort.cfa	(revision 2e457d84063fbdec9472e76a9369fc43df830986)
@@ -1,2 +1,4 @@
+//
+// Cforall Version 1.0.0 Copyright (C) 2017 University of Waterloo
 //
 // The contents of this file are covered under the licence agreement in the
@@ -9,6 +11,6 @@
 // Created On       : Wed Dec  6 12:15:52 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sat Dec 22 08:44:27 2018
-// Update Count     : 168
+// Last Modified On : Wed Feb 20 08:38:24 2019
+// Update Count     : 169
 //
 
