Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : add header (description, copyright, license)
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Thu, 14 Jun 2012 12:34:28 +0000 (14:34 +0200)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Thu, 14 Jun 2012 12:34:57 +0000 (14:34 +0200)
src/xbt/automaton.c
src/xbt/automatonparse_promela.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(){
index 128a874..bfd39e1 100644 (file)
@@ -1,3 +1,11 @@
+/* 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;