Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : remove unnecessary include in lex file
[simgrid.git] / src / xbt / automaton.c
index 8f189a8..dffad32 100644 (file)
@@ -1,3 +1,11 @@
+/* automaton - representation of büchi automaton */
+
+/* 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/automaton.h"
 
 xbt_automaton_t xbt_automaton_new_automaton(){