X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0c13871d73e933c1847faf8debea7b7745a3ff44..606fd6074429a2b25a185ba92dce29759ab41255:/examples/lua/masterslave/master_slave.lua diff --git a/examples/lua/masterslave/master_slave.lua b/examples/lua/masterslave/master_slave.lua index 2aeb917769..9a7f35435a 100644 --- a/examples/lua/masterslave/master_slave.lua +++ b/examples/lua/masterslave/master_slave.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2011-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. + dofile 'master.lua' dofile 'slave.lua' -- Simulation Code ----------------------------------------------------------