Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement reentrant mutexes in xbt_os_thread
[simgrid.git] / src / xbt / ex_interface.h
index 56d3dbc..f1ebf47 100644 (file)
@@ -2,7 +2,8 @@
 /* This file is to loaded in any location defining exception handlers       */
 /* (such as context.c) or in gras transport layer, to exchange them.        */
 
-/* Copyright (c) 2003, 2004, 2007 Martin Quinson. All rights reserved.      */
+/* Copyright (c) 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. */
@@ -17,4 +18,4 @@ void xbt_ex_display(xbt_ex_t * e);
 /* Change raw libc symbols to file names and line numbers */
 void xbt_ex_setup_backtrace(xbt_ex_t * e);
 
-#endif /* _XBT_EX_INTERFACE_H_ */
+#endif                          /* _XBT_EX_INTERFACE_H_ */