Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix copyright headers
[simgrid.git] / examples / gras / spawn / spawn.h
index 358569e..e08d91a 100644 (file)
@@ -1,8 +1,7 @@
-/* $Id$ */
-
 /* spawn - demo of the gras_actor_spawn function                            */
 
-/* Copyright (c) 2007 Martin Quinson. All rights reserved.                  */
+/* Copyright (c) 2007, 2009, 2010. The SimGrid Team.
+ * 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. */
@@ -16,7 +15,7 @@
 void spawn_register_messages(void);
 
 /* Function prototypes */
-int father (int argc,char *argv[]);
-int child (int argc,char *argv[]);
+int father(int argc, char *argv[]);
+int child(int argc, char *argv[]);
 
 #endif