X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/71c8117a9137c59bece62c17a3277fdccd362d0a..89e9288d420d813507e1456acdef62615bf15075:/src/xbt/automatonparse_promela.c diff --git a/src/xbt/automatonparse_promela.c b/src/xbt/automatonparse_promela.c index 88c2cafa53..bfd39e11dd 100644 --- a/src/xbt/automatonparse_promela.c +++ b/src/xbt/automatonparse_promela.c @@ -1,5 +1,14 @@ +/* methods for implementation of automaton from promela description */ + +/* 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. */ + #include "xbt/automatonparse_promela.h" +xbt_automaton_t automaton; char* state_id_src; void init(){