X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ae7b97e49ebca15dfe00e0f463d1573a7bd44cc9..606fd6074429a2b25a185ba92dce29759ab41255:/examples/lua/masterslave/master_slave.lua diff --git a/examples/lua/masterslave/master_slave.lua b/examples/lua/masterslave/master_slave.lua index 0e74608f06..9a7f35435a 100644 --- a/examples/lua/masterslave/master_slave.lua +++ b/examples/lua/masterslave/master_slave.lua @@ -1,5 +1,11 @@ -dofile '../console/master.lua' -dofile '../console/slave.lua' +-- 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 ---------------------------------------------------------- require "simgrid"