Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixed licence and copyright. No more reference to da GRAS possee or the
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 8 Dec 2004 23:56:19 +0000 (23:56 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 8 Dec 2004 23:56:19 +0000 (23:56 +0000)
commit8c354c48ec90c997cc7213ce96ca97d882934166
tree1eabb09e69c3d65a0621d068e3fff4d75eb3aa6d
parent025925b6e39ea553f5f4c719d4e6d2ba62eab83c
Fixed licence and copyright. No more reference to da GRAS possee or the
OURAGAN project. Copyright is for authors. All the code is under LGPL.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@565 48e7efb5-ca39-0410-a469-dd3cf9ba447f
127 files changed:
README.coding
examples/alnem/alnem.c
examples/alnem/alnem_builder.c
examples/bandwidth/bandwidth.c
examples/ping/ping.c
examples/saturate/saturate.c
include/amok/bandwidth.h
include/amok/base.h
include/gras.h
include/gras/cond.h
include/gras/core.h
include/gras/datadesc.h
include/gras/messages.h
include/gras/modules/bandwidth.h
include/gras/modules/base.h
include/gras/process.h
include/gras/transport.h
include/gras/virtu.h
include/xbt.h
include/xbt/config.h
include/xbt/dict.h
include/xbt/dynar.h
include/xbt/error.h
include/xbt/fifo.h
include/xbt/heap.h
include/xbt/log.h
include/xbt/misc.h
include/xbt/module.h
include/xbt/set.h
include/xbt/swag.h
include/xbt/sysdep.h
src/amok/Bandwidth/bandwidth.c
src/amok/Bandwidth/bandwidth_private.h
src/amok/Bandwidth/saturate.c
src/amok/bandwidth.c
src/amok/base.c
src/gras/DataDesc/cbps.c
src/gras/DataDesc/datadesc.c
src/gras/DataDesc/datadesc_interface.h
src/gras/DataDesc/datadesc_private.h
src/gras/DataDesc/ddt_convert.c
src/gras/DataDesc/ddt_create.c
src/gras/DataDesc/ddt_exchange.c
src/gras/DataDesc/ddt_parse.c
src/gras/DataDesc/ddt_parse.yy.c
src/gras/DataDesc/ddt_parse.yy.h
src/gras/DataDesc/ddt_parse.yy.l
src/gras/Msg/msg.c
src/gras/Msg/msg_interface.h
src/gras/Msg/msg_private.h
src/gras/RL/gras_rl.c
src/gras/RL/gras_rl.h
src/gras/SG/gras_sg.c
src/gras/Transport/rl_transport.c
src/gras/Transport/sg_transport.c
src/gras/Transport/transport.c
src/gras/Transport/transport_interface.h
src/gras/Transport/transport_plugin_buf.c
src/gras/Transport/transport_plugin_file.c
src/gras/Transport/transport_plugin_sg.c
src/gras/Transport/transport_plugin_tcp.c
src/gras/Transport/transport_private.h
src/gras/Virtu/process.c
src/gras/Virtu/rl_conditional.c
src/gras/Virtu/rl_process.c
src/gras/Virtu/rl_time.c
src/gras/Virtu/sg_conditional.c
src/gras/Virtu/sg_process.c
src/gras/Virtu/sg_time.c
src/gras/Virtu/virtu_interface.h
src/gras/Virtu/virtu_rl.h
src/gras/Virtu/virtu_sg.h
src/gras_modinter.h
src/include/surf/maxmin.h
src/include/surf/surf.h
src/include/surf/surf_parse.h
src/include/surf/trace_mgr.h
src/surf/cpu.c
src/surf/cpu_private.h
src/surf/maxmin.c
src/surf/maxmin_private.h
src/surf/network.c
src/surf/network_private.h
src/surf/surf.c
src/surf/surf_parse.l
src/surf/surf_private.h
src/surf/trace_mgr.c
src/surf/trace_mgr_private.h
src/xbt/config.c
src/xbt/dict.c
src/xbt/dict_cursor.c
src/xbt/dict_elm.c
src/xbt/dict_multi.c
src/xbt/dict_private.h
src/xbt/dynar.c
src/xbt/fifo.c
src/xbt/fifo_private.h
src/xbt/heap.c
src/xbt/heap_private.h
src/xbt/log.c
src/xbt/log_default_appender.c
src/xbt/module.c
src/xbt/set.c
src/xbt/swag.c
src/xbt/sysdep.c
src/xbt_modinter.h
testsuite/gras/datadesc_usage.c
testsuite/gras/gras_dummy.c
testsuite/gras/trp_file_client.c
testsuite/gras/trp_file_server.c
testsuite/gras/trp_tcp_client.c
testsuite/gras/trp_tcp_server.c
testsuite/surf/maxmin_bench.c
testsuite/surf/maxmin_usage.c
testsuite/surf/surf_usage.c
testsuite/surf/trace_usage.c
testsuite/xbt/config_usage.c
testsuite/xbt/dict_crash.c
testsuite/xbt/dict_usage.c
testsuite/xbt/dynar_double.c
testsuite/xbt/dynar_int.c
testsuite/xbt/dynar_string.c
testsuite/xbt/heap_bench.c
testsuite/xbt/log_usage.c
testsuite/xbt/multidict_crash.c
testsuite/xbt/set_usage.c
testsuite/xbt/swag_usage.c