X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7bc0eaf70cf34961d99866cdb9fee612a3d9130a..6de03ecc4e630732984a0673512a5d15fd75e270:/examples/lua/bittorrent/peer.lua diff --git a/examples/lua/bittorrent/peer.lua b/examples/lua/bittorrent/peer.lua index 96a20f3066..496af855a9 100644 --- a/examples/lua/bittorrent/peer.lua +++ b/examples/lua/bittorrent/peer.lua @@ -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. + -- A SimGrid Lua implementation of the Bittorrent protocol. require("simgrid")