Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : move functions about snapshot comparison in a separate file mc_compare.c
[simgrid.git] / src / amok / Bandwidth / bandwidth_private.h
index 0b5854a..aa3097a 100644 (file)
@@ -2,7 +2,8 @@
 
 /* module's private interface masked even to other parts of AMOK.           */
 
-/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
+/* Copyright (c) 2004, 2005, 2006, 2007, 2009, 2010. 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. */
@@ -62,4 +63,4 @@ void amok_bw_sat_start(const char *from_name, unsigned int from_port,
                        const char *to_name, unsigned int to_port,
                        unsigned int msg_size, unsigned int duration);
 
-#endif /* AMOK_BANDWIDTH_PRIVATE_H */
+#endif                          /* AMOK_BANDWIDTH_PRIVATE_H */