Index: src/tests/matrixSum.c
===================================================================
--- src/tests/matrixSum.c	(revision 751d963d84b423185793ddbd55a839b1643041d0)
+++ src/tests/matrixSum.c	(revision d6655bd1cd0af7898ebad99f7f8d5859036c03aa)
@@ -1,2 +1,18 @@
+//                               -*- Mode: C -*- 
+// 
+// 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.
+// 
+// matrixSum.c -- 
+// 
+// Author           : Peter A. Buhr
+// Created On       : Mon Oct  9 08:29:28 2017
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Mon Oct  9 08:30:08 2017
+// Update Count     : 1
+// 
+
 #include <fstream>
 #include <kernel>
@@ -41,2 +57,7 @@
     sout | total | endl;
 }
+
+// Local Variables: //
+// tab-width: 4 //
+// compile-command: "cfa matrixSum.c" //
+// End: //
