Index: src/libcfa/containers/vector
===================================================================
--- src/libcfa/containers/vector	(revision f96b061a0c32b7d62a02f5ad4df3a87e9cb19abc)
+++ src/libcfa/containers/vector	(revision a6151baa3a12bfe16ad97aa148f11da6d2d8d4c3)
@@ -1,2 +1,17 @@
+// 
+// Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
+//
+// The contents of this file are covered under the licence agreement in the
+// file "LICENCE" distributed with Cforall.
+// 
+// vector -- 
+// 
+// Author           : Thierry Delisle
+// Created On       : Tue Jul  5 18:00:07 2016
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Tue Jul  5 18:01:35 2016
+// Update Count     : 2
+// 
+
 #pragma once
 
@@ -138,2 +153,7 @@
 	return this->storage;
 }
+
+// Local Variables: //
+// mode: c //
+// tab-width: 4 //
+// End: //
Index: src/libcfa/containers/vector.c
===================================================================
--- src/libcfa/containers/vector.c	(revision f96b061a0c32b7d62a02f5ad4df3a87e9cb19abc)
+++ src/libcfa/containers/vector.c	(revision a6151baa3a12bfe16ad97aa148f11da6d2d8d4c3)
@@ -1,2 +1,17 @@
+// 
+// Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
+//
+// The contents of this file are covered under the licence agreement in the
+// file "LICENCE" distributed with Cforall.
+// 
+// vector.c -- 
+// 
+// Author           : Thierry Delisle
+// Created On       : Tue Jul  5 18:07:52 2016
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Tue Jul  5 18:08:31 2016
+// Update Count     : 2
+// 
+
 #include <containers/vector> 
 
@@ -71,2 +86,7 @@
 	}
 }
+
+// Local Variables: //
+// mode: c //
+// tab-width: 4 //
+// End: //
Index: src/libcfa/prelude.cf
===================================================================
--- src/libcfa/prelude.cf	(revision f96b061a0c32b7d62a02f5ad4df3a87e9cb19abc)
+++ src/libcfa/prelude.cf	(revision a6151baa3a12bfe16ad97aa148f11da6d2d8d4c3)
@@ -1,3 +1,2 @@
-# 2 "prelude.cf"  // needed for error messages from this file
 //                               -*- Mode: C -*-
 //
@@ -9,11 +8,9 @@
 // Created On       : Sat Nov 29 07:23:41 2014
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed Mar  2 18:03:41 2016
-// Update Count     : 89
-//
-
-// Following line added from stddef.h by build
-
-typedef long int ptrdiff_t;
+// Last Modified On : Tue Jul  5 18:04:40 2016
+// Update Count     : 92
+//
+
+# 2 "prelude.cf"  // needed for error messages from this file
 
 // Section numbers from: http://plg.uwaterloo.ca/~cforall/refrat.pdf
@@ -854,2 +851,7 @@
 void 	^?{}( const volatile void *	    *);
 void 	^?{}( const volatile void * volatile *);
+
+// Local Variables: //
+// mode: c //
+// tab-width: 8 //
+// End: //
Index: src/libcfa/rational.c
===================================================================
--- src/libcfa/rational.c	(revision f96b061a0c32b7d62a02f5ad4df3a87e9cb19abc)
+++ src/libcfa/rational.c	(revision a6151baa3a12bfe16ad97aa148f11da6d2d8d4c3)
@@ -1,3 +1,2 @@
-//                               -*- Mode: C -*- 
 // 
 // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
@@ -11,6 +10,6 @@
 // Created On       : Wed Apr  6 17:54:28 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed May  4 14:16:14 2016
-// Update Count     : 25
+// Last Modified On : Tue Jul  5 18:29:12 2016
+// Update Count     : 26
 // 
 
