Index: src/libcfa/containers/vector
===================================================================
--- src/libcfa/containers/vector	(revision 00b7cd3e8a3b65734bb432ac26ee5940a9e3a00c)
+++ src/libcfa/containers/vector	(revision 79841be91c84428055cbee2c6670f4b434b5edd6)
@@ -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 00b7cd3e8a3b65734bb432ac26ee5940a9e3a00c)
+++ src/libcfa/containers/vector.c	(revision 79841be91c84428055cbee2c6670f4b434b5edd6)
@@ -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: //
