]> AND Public Git Repository - simgrid.git/blobdiff - examples/lua/masterslave/master_slave.lua
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[Lua] Renamed host 'power' to 'speed' for hosts
[simgrid.git] / examples / lua / masterslave / master_slave.lua
index 2aeb9177691b6ba579abb5ef855e048b5ca8d0be..9a7f35435a93a33b06bc070f71f3cdcadd3b0e09 100644 (file)
@@ -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 ----------------------------------------------------------