Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : add header (description, copyright, license)
[simgrid.git] / src / xbt / automaton.c
index 8f189a8cf0162dce7abe5d1876cea1ea97aac32d..dffad324b21f7d8d63cc4e4a571b6c2ba857ea8d 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(){