Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Check if the host is down after a execute in SIMIX_execution_finish (to avoid the...
[simgrid.git] / include / xbt / automatonparse_promela.h
index 7fb7d5a..d461474 100644 (file)
@@ -1,11 +1,3 @@
-/*  xbt/automatonparse_promela.h -- implementation automaton from promela file    */
-
-/* Copyright (c) 2011. 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. */
-
 #ifndef _XBT_AUTOMATONPARSE_PROMELA_H
 #define _XBT_AUTOMATONPARSE_PROMELA_H
 
@@ -26,7 +18,7 @@ XBT_PUBLIC(void) new_transition(char* id, xbt_exp_label_t label);
 XBT_PUBLIC(xbt_exp_label_t) new_label(int type, ...);
 
 XBT_PUBLIC(xbt_automaton_t) get_automaton(void);
-                           
+          
 XBT_PUBLIC(void) display_automaton(void);
 
 SG_END_DECL()