Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill old $Id$ command dating from CVS
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 25 Apr 2010 22:13:57 +0000 (22:13 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 25 Apr 2010 22:13:57 +0000 (22:13 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7645 48e7efb5-ca39-0410-a469-dd3cf9ba447f

165 files changed:
examples/amok/alnem/alnem.c
examples/amok/alnem/alnem_builder.c
examples/amok/bandwidth/bandwidth.c
examples/amok/saturate/env.c
examples/amok/saturate/saturate.c
examples/gras/all2all/all2all.c
examples/gras/chrono/chrono.c
examples/gras/chrono/chrono2.c
examples/gras/mmrpc/mmrpc.c
examples/gras/mmrpc/mmrpc.h
examples/gras/mmrpc/mmrpc_client.c
examples/gras/mmrpc/mmrpc_common.c
examples/gras/mmrpc/mmrpc_server.c
examples/gras/mutual_exclusion/simple_token/simple_token.c
examples/gras/ping/ping.h
examples/gras/ping/ping_client.c
examples/gras/ping/ping_common.c
examples/gras/ping/ping_server.c
examples/gras/pmm/pmm.c
examples/gras/rpc/rpc.c
examples/gras/spawn/spawn.h
examples/gras/spawn/spawn_child.c
examples/gras/spawn/spawn_common.c
examples/gras/spawn/spawn_father.c
examples/gras/synchro/philosopher.c
examples/gras/timer/timer.c
include/amok/bandwidth.h
include/amok/base.h
include/amok/peermanagement.h
include/gras.h
include/gras/datadesc.h
include/gras/emul.h
include/gras/messages.h
include/gras/process.h
include/gras/timer.h
include/gras/transport.h
include/gras/virtu.h
include/xbt.h
include/xbt/asserts.h
include/xbt/config.h
include/xbt/cunit.h
include/xbt/dict.h
include/xbt/dynar.h
include/xbt/function_types.h
include/xbt/log.h
include/xbt/matrix.h
include/xbt/misc.h
include/xbt/module.h
include/xbt/peer.h
include/xbt/queue.h
include/xbt/set.h
include/xbt/str.h
include/xbt/synchro_core.h
include/xbt/sysdep.h
include/xbt/virtu.h
src/amok/Bandwidth/bandwidth.c
src/amok/Bandwidth/bandwidth_private.h
src/amok/Bandwidth/saturate.c
src/amok/PeerManagement/peermanagement.c
src/amok/amok_base.c
src/amok/amok_modinter.h
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/Msg/gras_msg_exchange.c
src/gras/Msg/gras_msg_listener.c
src/gras/Msg/gras_msg_mod.c
src/gras/Msg/gras_msg_types.c
src/gras/Msg/msg_interface.h
src/gras/Msg/msg_private.h
src/gras/Msg/rl_msg.c
src/gras/Msg/rpc.c
src/gras/Msg/sg_msg.c
src/gras/Msg/timer.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_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/gras_module.c
src/gras/Virtu/process.c
src/gras/Virtu/rl_dns.c
src/gras/Virtu/rl_emul.c
src/gras/Virtu/rl_process.c
src/gras/Virtu/sg_dns.c
src/gras/Virtu/sg_emul.c
src/gras/Virtu/sg_process.c
src/gras/Virtu/virtu_interface.h
src/gras/Virtu/virtu_private.h
src/gras/Virtu/virtu_rl.h
src/gras/Virtu/virtu_sg.h
src/gras/gras.c
src/gras/rl_stubs.c
src/gras_modinter.h
src/include/xbt/xbt_os_thread.h
src/include/xbt/xbt_os_time.h
src/msg/deployment.c
src/msg/environment.c
src/msg/global.c
src/msg/gos.c
src/msg/host.c
src/msg/m_process.c
src/msg/msg_config.c
src/msg/private.h
src/msg/task.c
src/portable.h
src/simix/smx_context_thread.c
src/simix/smx_process.c
src/xbt/asserts.c
src/xbt/backtrace_windows.c
src/xbt/config.c
src/xbt/cunit.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/error.c
src/xbt/ex_interface.h
src/xbt/log.c
src/xbt/set.c
src/xbt/xbt_log_appender_file.c
src/xbt/xbt_log_layout_format.c
src/xbt/xbt_log_layout_simple.c
src/xbt/xbt_main.c
src/xbt/xbt_matrix.c
src/xbt/xbt_os_thread.c
src/xbt/xbt_os_time.c
src/xbt/xbt_peer.c
src/xbt/xbt_queue.c
src/xbt/xbt_rl_synchro.c
src/xbt/xbt_rl_time.c
src/xbt/xbt_sg_stubs.c
src/xbt/xbt_sg_synchro.c
src/xbt/xbt_sg_time.c
src/xbt/xbt_sha.c
src/xbt/xbt_str.c
src/xbt/xbt_virtu.c
src/xbt_modinter.h
teshsuite/gras/datadesc/datadesc_usage.c
teshsuite/xbt/log_large_test.c
teshsuite/xbt/parallel_log_crashtest.c
testsuite/xbt/graphxml_usage.c
testsuite/xbt/heap_bench.c
testsuite/xbt/log_usage.c
tools/tesh/run_context.c
tools/tesh/run_context.h
tools/tesh/signal.c
tools/tesh/tesh.c
tools/tesh/tesh.h
win32_testsuite/borland/builder6/realistic/gras/datadesc_usage/datadesc_usage.c
win32_testsuite/borland/builder6/simulation/xbt/context_usage/context_usage.c
win32_testsuite/borland/builder6/simulation/xbt/graphxml_usage/graphxml_usage.c
win32_testsuite/borland/builder6/simulation/xbt/heap_bench/heap_bench.c
win32_testsuite/borland/builder6/simulation/xbt/log_usage/log_usage.c

index 939cfd7..13d2be1 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* ALNeM itself                                                             */
 
 /* Copyright (c) 2003 Martin Quinson. All rights reserved.                  */
index 6a4b825..6fa074b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* ALNeM builder. Take an interference matrix as argument,                  */
 /*  and reconstruct the corresponding graph itself                          */
 
index c703fee..3e085df 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* bandwidth - bandwidth test demo of GRAS features                         */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index 2d7ed27..b56ac5f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* saturate - link saturation demo of AMOK features                         */
 
 /* Copyright (c) 2003-6 Martin Quinson. All rights reserved.                */
index 7fdbec3..ab18273 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* saturate - link saturation demo of AMOK features                         */
 
 /* Copyright (c) 2003-6 Martin Quinson. All rights reserved.                */
index d722c56..823cfe5 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* ALL2ALL - all2all of GRAS features                                       */
 
 /* Copyright (c) 2006 Ahmed Harbaoui. All rights reserved.                  */
index 450508b..4b530c5 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* chrono - demo of GRAS benchmarking features                              */
 
 /* Copyright (c) 2005 Martin Quinson, Arnaud Legrand. All rights reserved.  */
index 329a987..9170cef 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* chrono - demo of GRAS benchmarking features                              */
 
 /* Copyright (c) 2005 Martin Quinson, Arnaud Legrand. All rights reserved.  */
index de43577..2f4244c 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* GridRPC - Fake Grid RPC thingy doing matrix multiplications (as expected)*/
 
 /* Copyright (c) 2005 Martin Quinson. All rights reserved.                  */
index 0daa525..9a3a6e2 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* GridRPC - Fake Grid RPC thingy doing matrix multiplications (as expected)*/
 
 /* Copyright (c) 2005 Martin Quinson. All rights reserved.                  */
index 897959b..4b5806a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* GridRPC - Fake Grid RPC thingy doing matrix multiplications (as expected)*/
 
 /* Copyright (c) 2005 Martin Quinson. All rights reserved.                  */
index 09df910..17ca99a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* GridRPC - Fake Grid RPC thingy doing matrix multiplications (as expected)*/
 
 /* Copyright (c) 2005 Martin Quinson. All rights reserved.                  */
index ef24fab..caa4cac 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* GridRPC - Fake Grid RPC thingy doing matrix multiplications (as expected)*/
 
 /* Copyright (c) 2005 Martin Quinson. All rights reserved.                  */
index 1c3b8be..18a8e3f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* stoken - simple/static token ring                                        */
 
 /* Copyright (c) 2005 Alexandre Colucci.                                    */
index af20392..5e2b006 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* ping - ping/pong demo of GRAS features                                   */
 
 /* Copyright (c) 2003, 2004, 2005 Martin Quinson. All rights reserved.      */
index 2b286e3..3780793 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* ping - ping/pong demo of GRAS features                                   */
 
 /* Copyright (c) 2003, 2004, 2005 Martin Quinson. All rights reserved.      */
index f03154b..e9b4f12 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* ping - ping/pong demo of GRAS features                                   */
 
 /* Copyright (c) 2003, 2004, 2005 Martin Quinson. All rights reserved.      */
index 09c70c4..d867a32 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* ping - ping/pong demo of GRAS features                                   */
 
 /* Copyright (c) 2003, 2004, 2005 Martin Quinson. All rights reserved.      */
index 28671fe..c6a3860 100755 (executable)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /* pmm - parallel matrix multiplication "double diffusion"                  */
 
 /* Copyright (c) 2006-2008 The SimGrid team. All rights reserved.           */
index c6ffc36..edf6844 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* rpc - demo of the RPC features in GRAS                                   */
 
 /* Copyright (c) 2006 Martin Quinson. All rights reserved.                  */
index 30ddc76..d709e4f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* spawn - demo of the gras_actor_spawn function                            */
 
 /* Copyright (c) 2007 Martin Quinson. All rights reserved.                  */
index c8812ec..097451c 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* spawn - demo of the gras_agent_spawn function                            */
 
 /* Copyright (c) 2007 Martin Quinson. All rights reserved.                  */
index ac272a0..5c884fb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* spawn - demo of the gras_agent_spawn function                            */
 
 /* Copyright (c) 2007 Martin Quinson. All rights reserved.                  */
index 3110064..75f1aac 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* spawn - demo of the gras_agent_spawn function                            */
 
 /* Copyright (c) 2007 Martin Quinson. All rights reserved.                  */
index 9bda397..82f51b9 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* philosopher - classical dinning philosopher as a demo xbt syncro stuff   */
 
 /* Copyright (c) 2007 Martin Quinson. All rights reserved.                  */
index 33ff4e1..93544e9 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* timer: repetitive and delayed actions                                    */
 
 /* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
index 295afbd..8042239 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* amok_bandwidth - Bandwidth test facilities                               */
 
 /* Copyright (c) 2003-2005 Martin Quinson. All rights reserved.             */
index 08a690d..26e4ca2 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* amok_base - things needed in amok, but too small to constitute a module  */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index f92957d..1417522 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* amok peer management - servers main loop and remote peer stopping        */
 
 /* Copyright (c) 2006 Martin Quinson. All rights reserved.                  */
index ef4358f..1c261a9 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* gras.h - Public interface to the GRAS                                    */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index 595d6d5..10a97fe 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* gras/datadesc.h - Describing the data you want to exchange               */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index 28ba517..e2c3bcc 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$                     */
-
 /* gras/emul.h - public interface to emulation support                      */
 /*                (specific parts for SG or RL)                             */
 
index e748515..eabe610 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* messaging - high level communication (send/receive messages)             */
 /* module's public interface exported to end user.                          */
 
index 5f4f2ca..e556862 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* gras/process.h - Manipulating data related to an host.                   */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index 7e61237..1070482 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* timer - delayed and repetitive tasks                                     */
 /* module's public interface exported to end user.                          */
 
index ae9b126..68d9a1f 100644 (file)
@@ -1,6 +1,4 @@
 
-/* $Id$ */
-
 /* transport - low level communication (send/receive bunches of bytes)      */
 /* module's public interface exported to end user.                          */
 
index d0c34e8..42ca337 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$                    */
-
 /* gras/virtu.h - public interface to virtualization (cross-OS portability) */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index 372e80e..b00f11b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* xbt.h - Public interface to the xbt (gras's toolbox)                   */
 
 /* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
index 6bcd297..dc6bac0 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /*  xbt/asserts.h -- assertion mecanism                                     */
 
 /* Copyright (c) 2004,2005 Martin Quinson. All rights reserved.             */
index 43bf825..426fabe 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* config - Dictionary where the type of each cell is provided.            */
 
 /* This is useful to build named structs, like option or property sets.     */
index 5bfe398..8a7babc 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* cunit - A little C Unit facility                                         */
 
 /* Copyright (c) 2005 Martin Quinson. All rights reserved.                  */
index 5a162fd..c90afbe 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* xbt/dict.h -- api to a generic dictionary                                */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index a4af07b..cd09cf9 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* dynar - a generic dynamic array                                          */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index 291441d..2455902 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* function_type.h - classical types for pointer to function                */
 
 /* Copyright (c) 2004-2006 Martin Quinson.                                  */
index 9cdd785..d4114d8 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* log - a generic logging facility in the spirit of log4j                  */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index 26dc6ae..7f84fa0 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* xbt_matrix_t management functions                                        */
 
 /* Copyright (c) 2006 Martin Quinson. All rights reserved.                  */
index e1c700d..a48059e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* xbt.h - Public interface to the xbt (gras's toolbox)                     */
 
 /* Copyright (c) 2004 Martin Quinson.                                       */
index 1422e7c..3b0445d 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* module - modularize the code                                             */
 
 /* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
index e99ae7c..e00cedb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* peer.h - peer (remote processes) management functions                    */
 
 /* Copyright (c) 2006 Arnaud Legrand.                                       */
index b42482b..aede6cc 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* A (synchronized) message queue.                                          */
 /* Popping an empty queue is blocking, as well as pushing a full one        */
 
index 09cc37d..5f75b1e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* xbt/set.h -- api to a generic dictionary                                 */
 
 /* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
index dd5c544..3ca39fa 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* str.h - XBT string related functions.                                    */
 
 /* Copyright (c) 2004-7, Martin Quinson, Arnaud Legrand and  Cherier Malek. */
index fbe9ed5..3103330 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* xbt/synchro.h -- Synchronization tools                                   */
 /* Usable in simulator, (or in real life when mixing with GRAS)             */
 
index 7736885..64eb191 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /*  xbt/sysdep.h -- all system dependency                                   */
 /*  no system header should be loaded out of this file so that we have only */
 /*  one file to check when porting to another OS                            */
index 067377e..0154784 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* virtu - virtualization layer for XBT to choose between GRAS and MSG implementation */
 
 /*  Copyright (c) 2007 Martin Quinson                                       */
index a5a9b1a..9e8d41c 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* amok_bandwidth - Bandwidth tests facilities                              */
 
 /* Copyright (c) 2003-6 Martin Quinson.                                     */
index a580ef3..0b5854a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* bandwidth - network bandwidth tests facilities                           */
 
 /* module's private interface masked even to other parts of AMOK.           */
index 2cbcec3..0e11a8e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* amok_saturate - Link saturating facilities (for ALNeM's BW testing)      */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index b353af8..7394b32 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* amok peer management - servers main loop and remote peer stopping        */
 
 /* Copyright (c) 2006 Martin Quinson. All rights reserved.                  */
index 80251a0..dab5794 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* base - several addons to do specific stuff not in GRAS itself            */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index 7267c78..16bb0b3 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* amok modinter - interface to AMOK modules initialization and such        */
 
 /* Copyright (c) 2006 Martin Quinson. All rights reserved.                  */
index fdea5eb..f95e5ae 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* cbps - persistant states for callbacks                                   */
 
 /* Copyright (c) 2003 Olivier Aumage.                                       */
index b334488..1652e6c 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* datadesc - data description in order to send/recv it in GRAS             */
 
 /* Copyright (c) 2003 Olivier Aumage.                                       */
index 8e8f122..9222c59 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* datadesc - describing the data to exchange                               */
 
 /* module's public interface exported within GRAS, but not to end user.     */
index e6ec846..e214087 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* datadesc - describing the data to exchange                               */
 
 /* module's private interface masked even to other parts of GRAS.           */
index d94fdc3..245a0fe 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* ddt_remote - Stuff needed to get datadescs about remote hosts            */
 
 /* Copyright (c) 2003 Olivier Aumage.                                       */
index f1e6a5b..720b5aa 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* ddt_new - creation/deletion of datatypes structs (private to this module)*/
 
 /* Copyright (c) 2003-2009 The SimGrid Team. All rights reserved.           */
index 52c4a0b..52cefa0 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* ddt_exchange - send/recv data described                                  */
 
 /* Copyright (c) 2003-2009 The SimGrid Team.  All rights reserved.          */
index b136eec..dbafd4b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* DataDesc/ddt_parse.c -- automatic parsing of data structures             */
 
 /* Copyright (c) 2003 Arnaud Legrand.                                       */
index cb483a6..e9765d6 100644 (file)
@@ -515,7 +515,6 @@ int gras_ddt_parse__flex_debug = 0;
 #define YY_MORE_ADJ 0
 #define YY_RESTORE_YY_MORE_OFFSET
 char *gras_ddt_parse_text;
-/* $Id$ */
 /* DataDesc/ddt_parse -- automatic parsing of data structures */
 /* Copyright (c) 2004 Arnaud Legrand, Martin Quinson. All rights reserved.  */
 /* This program is free software; you can redistribute it and/or modify it
index 4dd72ef..9ab987b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* ddt_parse.h -- automatic parsing of data structures                      */
 
 /* Copyright (c) 2003 Arnaud Legrand.                                       */
index c4a2339..8a6109a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* gras message exchanges                                                   */
 
 /* Copyright (c) 2003-2009. The SimGrid Team. All rights reserved.          */
index 64cfe1c..77bdf14 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* Thread in charge of listening the network and queuing incoming messages  */
 
 /* Copyright (c) 2007 Martin Quinson. All rights reserved.                  */
index 63d259d..498ba9b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* gras message types handling                                              */
 
 /* Copyright (c) 2003, 2004, 2005, 2006, 2007 Martin Quinson.               */
index 430aa95..216ba80 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* gras message types and callback registering and retrieving               */
 
 /* Copyright (c) 2003, 2004, 2005, 2006, 2007 Martin Quinson.               */
index 0bad57a..819d9f1 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* messaging - high level communication (send/receive messages)             */
 
 /* module's public interface exported within GRAS, but not to end user.     */
index 353d5d5..777eafe 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* messaging - high level communication (send/receive messages)             */
 
 /* module's private interface masked even to other parts of GRAS.           */
index 143f6a1..7a277cb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* messaging - Function related to messaging code specific to RL            */
 
 /* Copyright (c) 2003-2005 Martin Quinson. All rights reserved.             */
index 86c5788..4c42209 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* rpc - RPC implementation on top of GRAS messages                         */
 
 /* Copyright (c) 2005 Martin Quinson. All rights reserved.                  */
index 1afb8aa..1923e4e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* messaging - Function related to messaging code specific to SG            */
 
 /* Copyright (c) 2003-2005 Martin Quinson. All rights reserved.             */
index 2975778..b301735 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* timer - Delayed and repetitive actions                                   */
 
 /* Copyright (c) 2005 Martin Quinson. All rights reserved.                  */
index 8496e00..46804da 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* rl_transport - RL specific functions for transport                       */
 
 /* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
index f9bfbb7..013fed1 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* sg_transport - SG specific functions for transport                       */
 
 /* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
index dd976c4..4c3d7ed 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* transport - low level communication                                      */
 
 /* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
index 6b84713..f09ad14 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* transport - low level communication (send/receive bunches of bytes)      */
 
 /* module's public interface exported within GRAS, but not to end user.     */
index c8a13d0..ebc6272 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* File transport - send/receive a bunch of bytes from a file               */
 
 /* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
index 9ebfd79..9ac1ac7 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* file trp (transport) - send/receive a bunch of bytes in SG realm         */
 
 /* Note that this is only used to debug other parts of GRAS since message   */
index de76134..e16d632 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* buf trp (transport) - buffered transport using the TCP one               */
 
 /* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
index 2588813..64598aa 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* transport - low level communication (send/receive bunches of bytes)      */
 
 /* module's private interface masked even to other parts of GRAS.           */
index cf916dd..2e00518 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /* module - module handling, along with module dependencies and local state */
 
 /* Copyright (C) 2006 Martin Quinson. All rights reserved.                  */
index fea5400..d016e76 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* process - GRAS process handling (common code for RL and SG)              */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index 61f1867..f237901 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* rl_dns - name resolution (real life)                                     */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index 6436621..2200384 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* rl_emul - Emulation support (real life)                                  */
 
 /* Copyright (c) 2003-5 Arnaud Legrand, Martin Quinson. All rights reserved.*/
index 9e6ae8e..8983110 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* process_rl - GRAS process handling on real life                          */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index e3e83ec..585a863 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* sg_dns - name resolution (simulator)                                     */
 
 /* Copyright (c) 2005 Martin Quinson. All rights reserved.                  */
index cf38124..d7119f3 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* sg_emul - Emulation support (simulation)                                 */
 
 /* Copyright (c) 2003-5 Arnaud Legrand, Martin Quinson. All rights reserved.*/
index d5c814c..df308e2 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* process_sg - GRAS process handling on simulator                          */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index e5fb7f2..c8cb7de 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* virtu[alization] - speciafic parts for each OS and for SG                */
 
 /* module's public interface exported within GRAS, but not to end user.     */
index 9162237..4f761ac 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* virtu[alization] - speciafic parts for each OS and for SG                */
 
 /* module's private interface.                                              */
index 0a30c4a..7d36ed4 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* virtu_rl - specific GRAS implementation for real life                    */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index 51090f7..d9e291d 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* virtu_sg - specific GRAS implementation for simulator                    */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index 4ec704d..5c7f6ed 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* gras.c -- generic functions not fitting anywhere else                    */
 
 /* Copyright (c) 2003, 2004 Martin Quinson.                                 */
index 6f46445..abd9238 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* rl_stubs.c -- empty body of functions used in SG, but harmful in RL       */
 
 /* Copyright (c) 2007 Martin Quinson.                                       */
index 7ec311e..1ec1d7d 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* gras_modinter.h - How to init/exit the GRAS modules                      */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index fc62d0d..2c43f3b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* xbt/xbt_thread.h -- Thread portability layer                             */
 
 /* Copyright (c) 2007 Martin Quinson. All rights reserved.                  */
index 3c8c2c9..fc48693 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /*  xbt/xbt_portability.h -- all system dependency                          */
 /* Private portability layer                                                */
 
index aa70f94..93691d6 100644 (file)
@@ -1,5 +1,3 @@
-/*     $Id$      */
-
 /* Copyright (c) 2002-2007 Arnaud Legrand.                                  */
 /* Copyright (c) 2007 Bruno Donassolo.                                      */
 /* All rights reserved.                                                     */
index fa6accc..beb4dfa 100644 (file)
@@ -1,5 +1,3 @@
-/*     $Id$      */
-
 /* Copyright (c) 2002-2007 Arnaud Legrand.                                  */
 /* Copyright (c) 2007 Bruno Donassolo.                                      */
 /* All rights reserved.                                                     */
index f49fac8..6f1c490 100644 (file)
@@ -1,5 +1,3 @@
-/*     $Id$      */
-
 /* Copyright (c) 2002-2007 Arnaud Legrand.                                  */
 /* Copyright (c) 2007 Bruno Donassolo.                                      */
 /* All rights reserved.                                                     */
index 7b6367d..16db861 100644 (file)
@@ -1,5 +1,3 @@
-/*     $Id$      */
-
 /* Copyright (c) 2002-2007 Arnaud Legrand.                                  */
 /* Copyright (c) 2007 Bruno Donassolo.                                      */
 /* All rights reserved.                                                     */
index 2321cf3..d6d2b49 100644 (file)
@@ -1,5 +1,3 @@
-/*     $Id$      */
-
 /* Copyright (c) 2002-2007 Arnaud Legrand.                                  */
 /* Copyright (c) 2007 Bruno Donassolo.                                      */
 /* All rights reserved.                                                     */
index c0f57c5..595b9a9 100644 (file)
@@ -1,5 +1,3 @@
-/*     $Id$      */
-
 /* Copyright (c) 2002-2007 Arnaud Legrand.                                  */
 /* Copyright (c) 2007 Bruno Donassolo.                                      */
 /* All rights reserved.                                                     */
index d82888d..f62ff38 100644 (file)
@@ -1,5 +1,3 @@
-/*     $Id$      */
-
 /* Copyright (c) 2002-2007 Arnaud Legrand.                                  */
 /* Copyright (c) 2007 Bruno Donassolo.                                      */
 /* All rights reserved.                                                     */
index dde9f85..ce0a8f6 100644 (file)
@@ -1,5 +1,3 @@
-/*     $Id$      */
-
 /* Copyright (c) 2002-2007 Arnaud Legrand.                                  */
 /* Copyright (c) 2007 Bruno Donassolo.                                      */
 /* All rights reserved.                                                     */
index 625b54e..1d43ecf 100644 (file)
@@ -1,5 +1,3 @@
-/*     $Id$      */
-
 /* Copyright (c) 2002-2007 Arnaud Legrand.                                  */
 /* Copyright (c) 2007 Bruno Donassolo.                                      */
 /* All rights reserved.                                                     */
index 3b4d34a..12525aa 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* portable -- header loading to write portable code                         */
 /* loads much more stuff than sysdep.h since the latter is in public interface*/
 
index ff034ef..75d998f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* context_thread - implementation of context switching with native threads */
 
 /* Copyright (c) 2004-2008 the SimGrid team. All right reserved */
index 2370388..4b74ffe 100644 (file)
@@ -1,6 +1,4 @@
-//*     $Id$     */
-
-/* Copyright (c) 2002,2003,2004 Arnaud Legrand. All rights reserved.        */
+//* Copyright (c) 2002,2003,2004 Arnaud Legrand. 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. */
index cd29583..afb6325 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /*  xbt/asserts.h -- assertion mechanism                                     */
 
 /* Copyright (c) 2004,2005 Martin Quinson. All rights reserved.             */
index 0b73f77..34c2d18 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* backtrace_windows - backtrace displaying on windows platform             */
 /* This file is included by ex.c on need (windows x86)                      */
 
index cf7e6b4..f8f3840 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* config - Dictionnary where the type of each variable is provided.            */
 
 /* This is useful to build named structs, like option or property sets.     */
index e32f486..8b9204c 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* cunit - A little C Unit facility                                         */
 
 /* Copyright (c) 2005 Martin Quinson. All rights reserved.                  */
index 48503dc..b64b6bb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* dict_cursor - iterators over dictionnaries                               */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index 91d245e..497cf51 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* dict - a generic dictionary, variation over the B-tree concept           */
 
 /* Copyright (c) 2003-2009 The SimGrid team. All rights reserved.           */
index c3b7a5e..4a55591 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* dict_multi - dictionnaries of dictionnaries of ... of data               */
 
 /* Copyright (c) 2003-2005 Martin Quinson. All rights reserved.             */
index 770d185..f89f743 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* dict_elm - elements of generic dictionnaries                             */
 /* This file is not to be loaded from anywhere but dict.c                   */
 
index 812ff7f..9cdc39f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* a generic DYNamic ARray implementation.                                  */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index 9fe0e4e..6a06ad8 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* error - Error handling functions                                         */
 
 /* Authors: Martin Quinson                                                  */
index 3bcbf1f..56d3dbc 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* ex -- exception handling                                                 */
 /* This file is to loaded in any location defining exception handlers       */
 /* (such as context.c) or in gras transport layer, to exchange them.        */
index 15bbb9a..79d27c1 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* log - a generic logging facility in the spirit of log4j                  */
 
 /* Copyright (c) 2003-2007 Martin Quinson. All rights reserved.             */
index 2f79281..27f9aae 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* set - data container consisting in dict+dynar                            */
 
 /* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
index 28c9b56..17b3a67 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* file_appender - a dumb log appender which simply prints to stdout        */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index ceb01d9..1b9c6ad 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* layout_simple - a dumb log layout                                        */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index d4560e3..ee1a74b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* layout_simple - a dumb log layout                                        */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index 123f4df..3046752 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* module handling                                                          */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index 81f7d1a..df43f44 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* xbt_matrix_t management functions                                        */
 
 /* Copyright (c) 2006 Martin Quinson. All rights reserved.                  */
index cb7a98e..d47334d 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* xbt_os_thread -- portability layer over the pthread API                  */
 /* Used in RL to get win/lin portability, and in SG when CONTEXT_THREAD     */
 /* in SG, when using CONTEXT_UCONTEXT, xbt_os_thread_stub is used instead   */
index a7f17f5..2846315 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* xbt_os_time.c -- portable interface to time-related functions            */
 
 /* Copyright (c) 2004-2008 The SimGrid team. All rights reserved.           */
index 730fb2f..53e9004 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* xbt_peer_t management functions                                          */
 
 /* Copyright (c) 2006 Martin Quinson. All rights reserved.                  */
index f7c70ed..b609da3 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* A (synchronized) message queue.                                          */
 /* Popping an empty queue is blocking, as well as pushing a full one        */
 
index c66c29a..aa3a5ed 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* xbt_synchro -- Synchronization virtualized depending on whether we are   */
 /*                in simulation or real life (act on simulated processes)   */
 
index 72210a1..416bcbb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* time - time related syscal wrappers                                      */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index 4435f08..2c3438a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* xbt_sg_stubs -- empty functions sometimes used in SG (never in RL)       */
 
 /* This is always part of SG, never of RL. Content:                         */
index 8fd6307..518d19a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* xbt_synchro -- Synchronization virtualized depending on whether we are   */
 /*                in simulation or real life (act on simulated processes)   */
 
index 05eebcc..356f8ed 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* time - time related syscal wrappers                                      */
 
 /* Copyright (c) 2003-2007 Martin Quinson.  All rights reserved.            */
index 0530fee..e1f51f3 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /* xbt_sha.c - SHA1 hash function */
 
 /* Initial version part of iksemel (XML parser for Jabber)
index b075214..35b5e39 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* xbt_str.c - various helping functions to deal with strings               */
 
 /* Copyright (C) 2005-2008 The SimGrid Team.                                */
index 739058c..47a0650 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* virtu - virtualization layer for XBT to choose between GRAS and MSG implementation */
 
 /* Copyright (c) 2007 Martin Quinson. All rights reserved.                  */
index eed7105..e8377b7 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* xbt_modinter - How to init/exit the XBT modules                          */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index 5678e6d..8360d3c 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* datadesc: test of data description (using file transport).               */
 
 /* Copyright (c) 2004-2007 Martin Quinson. All rights reserved.             */
index 1255711..9eb95a0 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* log_large_test -- log a very large string to test the dynamic variants   */
 
 /* Copyright (c) 2007 Martin Quinson. All rights reserved.                  */
index a910fbe..b69b4c5 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* synchro_crashtest -- tries to crash the logging mecanism by doing // logs*/
 
 /* Copyright (c) 2007 Martin Quinson. All rights reserved.                  */
index 3df9512..588a149 100644 (file)
@@ -1,5 +1,3 @@
-/*      $Id$      */
-
 /* A few basic tests for the graphxml library                               */
 
 /* Copyright (c) 2006 Darina Dimitrova, Arnaud Legrand. All rights reserved.*/
index b13d065..c9f3bfb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* A few tests for the xbt_heap module                                      */
 
 /* Copyright (c) 2004 Arnaud Legrand. All rights reserved.                  */
index 5be8fbd..3e5813e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* log_usage - A test of normal usage of the log facilities                 */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
index e72d7b1..ec7dd88 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* run_context -- stuff in which TESH runs a command                        */
 
 /* Copyright (c) 2007 Martin Quinson.                                       */
index 43762e9..c40d6e5 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* run_context -- stuff in which TESH runs a command                        */
 
 /* Copyright (c) 2007 Martin Quinson.                                       */
index 53559ed..a38c914 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* signal -- what TESH needs to know about signals                          */
 
 /* Copyright (c) 2007 Martin Quinson.                                       */
index 159fd4a..8bdecbe 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* TESH (Test Shell) -- mini shell specialized in running test units        */
 
 /* Copyright (c) 2007 Martin Quinson.                                       */
index a3cbe9a..5489b55 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* TESH (Test Shell) -- mini shell specialized in running test units        */
 
 /* Copyright (c) 2007-2008, Da SimGrid team.                                */
index 048ea59..d9c2103 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* datadesc: test of data description (using file transport).               */
 
 /* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
index 50ce26a..8b24c42 100644 (file)
@@ -1,6 +1,4 @@
 
-/* $Id$                   */
-
 /* log_usage - A test of normal usage of the log facilities                     */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.                */
index 6f6183d..0e56806 100644 (file)
@@ -1,6 +1,4 @@
 
-/*      $Id$         */
-
 /* A few basic tests for the graphxml library                                   */
 
 /* Copyright (c) 2006 Darina Dimitrova, Arnaud Legrand. All rights reserved.    */
index 6ef6c24..384093c 100644 (file)
@@ -4,8 +4,6 @@
 
 /*#include "..\..\..\..\..\..\include\xbt\dict.h"*/
 
-/* $Id$ */
-
 /* A few tests for the xbt_heap module                                      */
 
 /* Copyright (c) 2004 Arnaud Legrand. All rights reserved.                  */
index bc5b9a9..ec070ce 100644 (file)
@@ -1,6 +1,4 @@
 
-/* $Id$                   */
-
 /* log_usage - A test of normal usage of the log facilities                     */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.                */