X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/23436dcdc124bde8deb55df96988e7939a39f145..2a75bb3aa8404248b30dad2d7be7bdd4b2d02c3b:/src/bindings/rubyDag/rb_SD_workstation.h diff --git a/src/bindings/rubyDag/rb_SD_workstation.h b/src/bindings/rubyDag/rb_SD_workstation.h index 8fadfec165..daf9819dca 100644 --- a/src/bindings/rubyDag/rb_SD_workstation.h +++ b/src/bindings/rubyDag/rb_SD_workstation.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2010. 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. */ + #ifndef RB_SD_WORKSTATION_H #define RB_SD_WORKSTATION_H @@ -14,6 +20,6 @@ static VALUE rb_SD_workstation_list(VALUE Class); static VALUE rb_SD_workstation_number(VALUE Class); // Workstation name -static VALUE rb_SD_workstation_name(VALUE Class,VALUE workstation); +static VALUE rb_SD_workstation_name(VALUE Class, VALUE workstation); -#endif \ No newline at end of file +#endif