From: mquinson Date: Tue, 9 Feb 2010 16:36:10 +0000 (+0000) Subject: update documentation X-Git-Tag: SVN~668 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3198d5981e033d4eba73741f2609764aca525fb3 update documentation git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7066 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/java/jmsg_application_handler.c b/src/java/jmsg_application_handler.c index 438990ddd2..120e8ea076 100644 --- a/src/java/jmsg_application_handler.c +++ b/src/java/jmsg_application_handler.c @@ -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" diff --git a/src/java/jmsg_application_handler.h b/src/java/jmsg_application_handler.h index fb577c4806..6fef706a59 100644 --- a/src/java/jmsg_application_handler.h +++ b/src/java/jmsg_application_handler.h @@ -1,13 +1,11 @@ /* - * $Id: jmsg_application_handler.h 3684 2007-07-08 20:51:53Z mquinson $ - * - * Copyright 2006,2007 Martin Quinson, Malek Cherier All right reserved. + * 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. * - * This contains the declarations of the functions in relation with the java - * host instance. + * Upcalls to the Java functions used as callback to the FleXML application file parser. + * */ #ifndef MSG_JAPPLICATION_HANDLER_H