X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/12c0f182635ed71b370d608b5b9a614153765cd4..ab8d6bf77b9aa74785b486fd5704e7fc63f25d66:/examples/msg/bittorrent/connection.c diff --git a/examples/msg/bittorrent/connection.c b/examples/msg/bittorrent/connection.c index 725bda1761..847a6c4413 100644 --- a/examples/msg/bittorrent/connection.c +++ b/examples/msg/bittorrent/connection.c @@ -1,8 +1,9 @@ - /* Copyright (c) 2012. The SimGrid Team. - * All rights reserved. */ +/* 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 "connection.h" #include "bittorrent.h" #include @@ -37,5 +38,4 @@ void connection_free(void *data) xbt_free(co->bitfield); xbt_free(co->mailbox); xbt_free(co); - }