Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update documentation
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 9 Feb 2010 16:36:10 +0000 (16:36 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 9 Feb 2010 16:36:10 +0000 (16:36 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7066 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/java/jmsg_application_handler.c
src/java/jmsg_application_handler.h

index 438990d..120e8ea 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * Copyright 2006,2007,2010 Da SimGrid Team.
+ *
+ * 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.
+ *
+ * Upcalls to the Java functions used as callback to the FleXML application file parser.
+ */
+
 #include "jmsg_application_handler.h"
 
 #include "jmsg.h"
index fb577c4..6fef706 100644 (file)
@@ -1,13 +1,11 @@
 /*\r
- * $Id: jmsg_application_handler.h 3684 2007-07-08 20:51:53Z mquinson $\r
- *\r
- * Copyright 2006,2007 Martin Quinson, Malek Cherier All right reserved. \r
+ * Copyright 2006,2007,2010 Da SimGrid Team.\r
  *\r
  * This program is free software; you can redistribute it and/or modify it \r
  * under the terms of the license (GNU LGPL) which comes with this package.\r
  *\r
- * This contains the declarations of the functions in relation with the java\r
- * host instance.\r
+ * Upcalls to the Java functions used as callback to the FleXML application file parser.\r
+ *\r
  */  \r
   \r
 #ifndef MSG_JAPPLICATION_HANDLER_H\r