X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9e68ca10e951fb61e944c99c7774b1e415ae9f6d..290e19f26b10dc49485d7d7b06859edff32fd1e1:/examples/msg/chainsend/iterator.c diff --git a/examples/msg/chainsend/iterator.c b/examples/msg/chainsend/iterator.c index 47dfe04fc4..70956eae1b 100644 --- a/examples/msg/chainsend/iterator.c +++ b/examples/msg/chainsend/iterator.c @@ -1,3 +1,9 @@ +/* Copyright (c) 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 "iterator.h" /* http://stackoverflow.com/a/3348142 */