X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0efb8571388c3eed6e4de86a9e1f1dbc5d388ab2..6235ffa5e7a5c3157228910d606b62971c57c1c5:/doc/HelloWorld/HelloWorld.c diff --git a/doc/HelloWorld/HelloWorld.c b/doc/HelloWorld/HelloWorld.c index 796b67a95e..72c6d04ad6 100644 --- a/doc/HelloWorld/HelloWorld.c +++ b/doc/HelloWorld/HelloWorld.c @@ -1,7 +1,14 @@ +/* Copyright (c) 2011-2012, 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. */ + +#include #include "xbt/log.h" XBT_LOG_NEW_DEFAULT_CATEGORY(HelloWorld, "Messages specific for this Hello World example"); void main() { - XBT_INFO("Hello World !!!"); + XBT_INFO("Hello World !!!"); }