Index: translator/Common/CompilerError.h
===================================================================
--- translator/Common/CompilerError.h	(revision a32b204359041ff1f6ef505a929495bcfe7a54f3)
+++ translator/Common/CompilerError.h	(revision 51587aa493cba4720a447024fed1e9d94b78524a)
@@ -1,2 +1,16 @@
+//
+// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
+//
+// The contents of this file are covered under the licence agreement in the
+// file "LICENCE" distributed with Cforall.
+//
+// XXX.cc -- 
+//
+// Author           : Richard C. Bilson
+// Created On       : Mon May 18 07:44:20 2015
+// Last Modified By : 
+// Last Modified On : 
+// Update Count     : 0
+//
 #ifndef COMPILER_ERROR_H
 #define COMPILER_ERROR_H
@@ -26,2 +40,7 @@
   End:
 */
+// Local Variables: //
+// tab-width: 4 //
+// mode: c++ //
+// compile-command: "make install" //
+// End: //
Index: translator/Common/SemanticError.cc
===================================================================
--- translator/Common/SemanticError.cc	(revision a32b204359041ff1f6ef505a929495bcfe7a54f3)
+++ translator/Common/SemanticError.cc	(revision 51587aa493cba4720a447024fed1e9d94b78524a)
@@ -1,2 +1,16 @@
+//
+// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
+//
+// The contents of this file are covered under the licence agreement in the
+// file "LICENCE" distributed with Cforall.
+//
+// XXX.cc -- 
+//
+// Author           : Richard C. Bilson
+// Created On       : Mon May 18 07:44:20 2015
+// Last Modified By : 
+// Last Modified On : 
+// Update Count     : 0
+//
 /*
  * This file is part of the Cforall project
@@ -40,2 +54,7 @@
   std::copy( errors.begin(), errors.end(), std::ostream_iterator< std::string >( os, "\n" ) );
 }
+// Local Variables: //
+// tab-width: 4 //
+// mode: c++ //
+// compile-command: "make install" //
+// End: //
Index: translator/Common/SemanticError.h
===================================================================
--- translator/Common/SemanticError.h	(revision a32b204359041ff1f6ef505a929495bcfe7a54f3)
+++ translator/Common/SemanticError.h	(revision 51587aa493cba4720a447024fed1e9d94b78524a)
@@ -1,2 +1,16 @@
+//
+// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
+//
+// The contents of this file are covered under the licence agreement in the
+// file "LICENCE" distributed with Cforall.
+//
+// XXX.cc -- 
+//
+// Author           : Richard C. Bilson
+// Created On       : Mon May 18 07:44:20 2015
+// Last Modified By : 
+// Last Modified On : 
+// Update Count     : 0
+//
 /*
  * This file is part of the Cforall project
@@ -44,2 +58,7 @@
 
 #endif /* SEMANTICERROR_H */
+// Local Variables: //
+// tab-width: 4 //
+// mode: c++ //
+// compile-command: "make install" //
+// End: //
Index: translator/Common/UnimplementedError.h
===================================================================
--- translator/Common/UnimplementedError.h	(revision a32b204359041ff1f6ef505a929495bcfe7a54f3)
+++ translator/Common/UnimplementedError.h	(revision 51587aa493cba4720a447024fed1e9d94b78524a)
@@ -1,2 +1,16 @@
+//
+// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
+//
+// The contents of this file are covered under the licence agreement in the
+// file "LICENCE" distributed with Cforall.
+//
+// XXX.cc -- 
+//
+// Author           : Richard C. Bilson
+// Created On       : Mon May 18 07:44:20 2015
+// Last Modified By : 
+// Last Modified On : 
+// Update Count     : 0
+//
 /*
  * This file is part of the Cforall project
@@ -26,2 +40,7 @@
 
 #endif /* #ifndef COMMON_UNIMPLEMENTEDERROR_H */
+// Local Variables: //
+// tab-width: 4 //
+// mode: c++ //
+// compile-command: "make install" //
+// End: //
Index: translator/Common/UniqueName.cc
===================================================================
--- translator/Common/UniqueName.cc	(revision a32b204359041ff1f6ef505a929495bcfe7a54f3)
+++ translator/Common/UniqueName.cc	(revision 51587aa493cba4720a447024fed1e9d94b78524a)
@@ -1,2 +1,16 @@
+//
+// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
+//
+// The contents of this file are covered under the licence agreement in the
+// file "LICENCE" distributed with Cforall.
+//
+// XXX.cc -- 
+//
+// Author           : Richard C. Bilson
+// Created On       : Mon May 18 07:44:20 2015
+// Last Modified By : 
+// Last Modified On : 
+// Update Count     : 0
+//
 /*
  * This file is part of the Cforall project
@@ -24,2 +38,7 @@
 }
 
+// Local Variables: //
+// tab-width: 4 //
+// mode: c++ //
+// compile-command: "make install" //
+// End: //
Index: translator/Common/UniqueName.h
===================================================================
--- translator/Common/UniqueName.h	(revision a32b204359041ff1f6ef505a929495bcfe7a54f3)
+++ translator/Common/UniqueName.h	(revision 51587aa493cba4720a447024fed1e9d94b78524a)
@@ -1,2 +1,16 @@
+//
+// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
+//
+// The contents of this file are covered under the licence agreement in the
+// file "LICENCE" distributed with Cforall.
+//
+// XXX.cc -- 
+//
+// Author           : Richard C. Bilson
+// Created On       : Mon May 18 07:44:20 2015
+// Last Modified By : 
+// Last Modified On : 
+// Update Count     : 0
+//
 /*
  * This file is part of the Cforall project
@@ -24,2 +38,7 @@
 
 #endif /* #ifndef UNIQUENAME_H */
+// Local Variables: //
+// tab-width: 4 //
+// mode: c++ //
+// compile-command: "make install" //
+// End: //
Index: translator/Common/utility.h
===================================================================
--- translator/Common/utility.h	(revision a32b204359041ff1f6ef505a929495bcfe7a54f3)
+++ translator/Common/utility.h	(revision 51587aa493cba4720a447024fed1e9d94b78524a)
@@ -1,2 +1,16 @@
+//
+// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
+//
+// The contents of this file are covered under the licence agreement in the
+// file "LICENCE" distributed with Cforall.
+//
+// XXX.cc -- 
+//
+// Author           : Richard C. Bilson
+// Created On       : Mon May 18 07:44:20 2015
+// Last Modified By : 
+// Last Modified On : 
+// Update Count     : 0
+//
 /*
  * This file is part of the Cforall project
@@ -217,2 +231,7 @@
   End:
 */
+// Local Variables: //
+// tab-width: 4 //
+// mode: c++ //
+// compile-command: "make install" //
+// End: //
