Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove gras from the main documentation
[simgrid.git] / examples / gras / mmrpc / mmrpc.h
index 9a3a6e2..3f08bc8 100644 (file)
@@ -1,6 +1,7 @@
 /* GridRPC - Fake Grid RPC thingy doing matrix multiplications (as expected)*/
 
-/* Copyright (c) 2005 Martin Quinson. All rights reserved.                  */
+/* Copyright (c) 2006, 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. */
@@ -20,4 +21,4 @@ void mmrpc_register_messages(void);
 int server(int argc, char *argv[]);
 int client(int argc, char *argv[]);
 
-#endif /* MMRPC_H */
+#endif                          /* MMRPC_H */