Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
minor cleanups
[simgrid.git] / tools / gras / stub_generator.c
index 7f92c7f..8b1390f 100644 (file)
@@ -1,21 +1,17 @@
-//---------------------------------------------------------------------------
-
-/* specific to Borland Compiler */
-#ifdef __BORLANDDC__
-#pragma hdrstop
-#endif
-
 /*     $Id$     */
 
 /* gras_stub_generator - creates the main() to use a GRAS program           */
 
-/* Copyright (c) 2003,2004,2005 Martin Quinson, Arnaud Legrand. 
-   All rights reserved.                  */
+/* Copyright (c) 2003-2007 Martin Quinson, Arnaud Legrand, Malek Cherier.   */
+/* All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-
+/* specific to Borland Compiler */
+#ifdef __BORLANDDC__
+#pragma hdrstop
+#endif
 
 #include "xbt/sysdep.h"
 #include "xbt/function_types.h"