X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7b4f6bf5c5002eb43b2b4093e983cb18f5979e96..418bfdefc990711913564d0bb4c58a1dd9d78c30:/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 */