Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not request status if not requested by caller.
[simgrid.git] / src / java / jmsg_host.h
index 4a3b308..1f40c13 100644 (file)
@@ -1,14 +1,10 @@
-/*
- * $Id$
- *
- * Copyright 2006,2007 Martin Quinson, Malek Cherier All right 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.
- *
- * This contains the declarations of the functions in relation with the java
- * host instance.
- */
+/* Functions related to the java host instances.                            */
+
+/* Copyright (c) 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. */
 
 #ifndef MSG_JHOST_H
 #define MSG_JHOST_H
@@ -111,4 +107,4 @@ void jhost_set_name(jobject jhost, jstring jname, JNIEnv * env);
  */
 jboolean jhost_is_valid(jobject jhost, JNIEnv * env);
 
-#endif /*!MSG_JHOST_H */
+#endif                          /*!MSG_JHOST_H */