Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add/update copyright notices.
[simgrid.git] / include / instr / jedule / jedule_output.h
index a735ff7..04a134a 100644 (file)
@@ -1,9 +1,8 @@
-/*
- * jedule_output.h
- *
- *  Created on: Nov 30, 2010
- *      Author: sascha
- */
+/* Copyright (c) 2010-2012, 2014. 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. */
 
 #ifndef JEDULE_OUTPUT_H_
 #define JEDULE_OUTPUT_H_
@@ -26,7 +25,7 @@ void jedule_cleanup_output(void);
 void jedule_store_event(jed_event_t event);
 
 void write_jedule_output(FILE *file, jedule_t jedule,
-               xbt_dynar_t event_list, xbt_dict_t meta_info_dict);
+    xbt_dynar_t event_list, xbt_dict_t meta_info_dict);
 
 #endif