Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Small correction in a manpage
[simgrid.git] / examples / java / tracing / Sender.java
index 413cde2168779f6ef88472f7db00fe580b75d732..48a14c418429ea99d604b88e07f6989138abcfce 100644 (file)
@@ -1,11 +1,11 @@
-/*
- * Sender of basic ping/pong example
- *
- * Copyright 2006-2012 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. 
- */
+/* Sender of basic ping/pong example */
+
+/* Copyright (c) 2006-2014. 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. */
+
 package tracing;
 import org.simgrid.msg.Host;
 import org.simgrid.msg.HostNotFoundException;