From: mquinson Date: Sun, 25 Apr 2010 22:13:57 +0000 (+0000) Subject: Kill old $Id$ command dating from CVS X-Git-Tag: SVN~96 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4a201b7ceece70d2bc461ac48c8b746a36d07243 Kill old $Id$ command dating from CVS git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7645 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/amok/alnem/alnem.c b/examples/amok/alnem/alnem.c index 939cfd7444..13d2be1761 100644 --- a/examples/amok/alnem/alnem.c +++ b/examples/amok/alnem/alnem.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* ALNeM itself */ /* Copyright (c) 2003 Martin Quinson. All rights reserved. */ diff --git a/examples/amok/alnem/alnem_builder.c b/examples/amok/alnem/alnem_builder.c index 6a4b82501a..6fa074b20a 100644 --- a/examples/amok/alnem/alnem_builder.c +++ b/examples/amok/alnem/alnem_builder.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* ALNeM builder. Take an interference matrix as argument, */ /* and reconstruct the corresponding graph itself */ diff --git a/examples/amok/bandwidth/bandwidth.c b/examples/amok/bandwidth/bandwidth.c index c703fee2f3..3e085dfa9a 100644 --- a/examples/amok/bandwidth/bandwidth.c +++ b/examples/amok/bandwidth/bandwidth.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* bandwidth - bandwidth test demo of GRAS features */ /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ diff --git a/examples/amok/saturate/env.c b/examples/amok/saturate/env.c index 2d7ed277f6..b56ac5f28f 100644 --- a/examples/amok/saturate/env.c +++ b/examples/amok/saturate/env.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* saturate - link saturation demo of AMOK features */ /* Copyright (c) 2003-6 Martin Quinson. All rights reserved. */ diff --git a/examples/amok/saturate/saturate.c b/examples/amok/saturate/saturate.c index 7fdbec3efd..ab18273273 100644 --- a/examples/amok/saturate/saturate.c +++ b/examples/amok/saturate/saturate.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* saturate - link saturation demo of AMOK features */ /* Copyright (c) 2003-6 Martin Quinson. All rights reserved. */ diff --git a/examples/gras/all2all/all2all.c b/examples/gras/all2all/all2all.c index d722c5621f..823cfe567c 100644 --- a/examples/gras/all2all/all2all.c +++ b/examples/gras/all2all/all2all.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* ALL2ALL - all2all of GRAS features */ /* Copyright (c) 2006 Ahmed Harbaoui. All rights reserved. */ diff --git a/examples/gras/chrono/chrono.c b/examples/gras/chrono/chrono.c index 450508bc9c..4b530c5823 100644 --- a/examples/gras/chrono/chrono.c +++ b/examples/gras/chrono/chrono.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* chrono - demo of GRAS benchmarking features */ /* Copyright (c) 2005 Martin Quinson, Arnaud Legrand. All rights reserved. */ diff --git a/examples/gras/chrono/chrono2.c b/examples/gras/chrono/chrono2.c index 329a987475..9170cef816 100644 --- a/examples/gras/chrono/chrono2.c +++ b/examples/gras/chrono/chrono2.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* chrono - demo of GRAS benchmarking features */ /* Copyright (c) 2005 Martin Quinson, Arnaud Legrand. All rights reserved. */ diff --git a/examples/gras/mmrpc/mmrpc.c b/examples/gras/mmrpc/mmrpc.c index de43577630..2f4244c2d8 100644 --- a/examples/gras/mmrpc/mmrpc.c +++ b/examples/gras/mmrpc/mmrpc.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* GridRPC - Fake Grid RPC thingy doing matrix multiplications (as expected)*/ /* Copyright (c) 2005 Martin Quinson. All rights reserved. */ diff --git a/examples/gras/mmrpc/mmrpc.h b/examples/gras/mmrpc/mmrpc.h index 0daa525de0..9a3a6e294a 100644 --- a/examples/gras/mmrpc/mmrpc.h +++ b/examples/gras/mmrpc/mmrpc.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* GridRPC - Fake Grid RPC thingy doing matrix multiplications (as expected)*/ /* Copyright (c) 2005 Martin Quinson. All rights reserved. */ diff --git a/examples/gras/mmrpc/mmrpc_client.c b/examples/gras/mmrpc/mmrpc_client.c index 897959b3ea..4b5806a597 100644 --- a/examples/gras/mmrpc/mmrpc_client.c +++ b/examples/gras/mmrpc/mmrpc_client.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* GridRPC - Fake Grid RPC thingy doing matrix multiplications (as expected)*/ /* Copyright (c) 2005 Martin Quinson. All rights reserved. */ diff --git a/examples/gras/mmrpc/mmrpc_common.c b/examples/gras/mmrpc/mmrpc_common.c index 09df91090a..17ca99a3b5 100644 --- a/examples/gras/mmrpc/mmrpc_common.c +++ b/examples/gras/mmrpc/mmrpc_common.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* GridRPC - Fake Grid RPC thingy doing matrix multiplications (as expected)*/ /* Copyright (c) 2005 Martin Quinson. All rights reserved. */ diff --git a/examples/gras/mmrpc/mmrpc_server.c b/examples/gras/mmrpc/mmrpc_server.c index ef24fabec8..caa4cac356 100644 --- a/examples/gras/mmrpc/mmrpc_server.c +++ b/examples/gras/mmrpc/mmrpc_server.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* GridRPC - Fake Grid RPC thingy doing matrix multiplications (as expected)*/ /* Copyright (c) 2005 Martin Quinson. All rights reserved. */ diff --git a/examples/gras/mutual_exclusion/simple_token/simple_token.c b/examples/gras/mutual_exclusion/simple_token/simple_token.c index 1c3b8bee88..18a8e3f2ee 100644 --- a/examples/gras/mutual_exclusion/simple_token/simple_token.c +++ b/examples/gras/mutual_exclusion/simple_token/simple_token.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* stoken - simple/static token ring */ /* Copyright (c) 2005 Alexandre Colucci. */ diff --git a/examples/gras/ping/ping.h b/examples/gras/ping/ping.h index af20392d41..5e2b006f3a 100644 --- a/examples/gras/ping/ping.h +++ b/examples/gras/ping/ping.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* ping - ping/pong demo of GRAS features */ /* Copyright (c) 2003, 2004, 2005 Martin Quinson. All rights reserved. */ diff --git a/examples/gras/ping/ping_client.c b/examples/gras/ping/ping_client.c index 2b286e3ae4..3780793b73 100644 --- a/examples/gras/ping/ping_client.c +++ b/examples/gras/ping/ping_client.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* ping - ping/pong demo of GRAS features */ /* Copyright (c) 2003, 2004, 2005 Martin Quinson. All rights reserved. */ diff --git a/examples/gras/ping/ping_common.c b/examples/gras/ping/ping_common.c index f03154bc68..e9b4f12204 100644 --- a/examples/gras/ping/ping_common.c +++ b/examples/gras/ping/ping_common.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* ping - ping/pong demo of GRAS features */ /* Copyright (c) 2003, 2004, 2005 Martin Quinson. All rights reserved. */ diff --git a/examples/gras/ping/ping_server.c b/examples/gras/ping/ping_server.c index 09c70c4a5c..d867a32958 100644 --- a/examples/gras/ping/ping_server.c +++ b/examples/gras/ping/ping_server.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* ping - ping/pong demo of GRAS features */ /* Copyright (c) 2003, 2004, 2005 Martin Quinson. All rights reserved. */ diff --git a/examples/gras/pmm/pmm.c b/examples/gras/pmm/pmm.c index 28671fe054..c6a3860234 100755 --- a/examples/gras/pmm/pmm.c +++ b/examples/gras/pmm/pmm.c @@ -1,4 +1,3 @@ -/* $Id$ */ /* pmm - parallel matrix multiplication "double diffusion" */ /* Copyright (c) 2006-2008 The SimGrid team. All rights reserved. */ diff --git a/examples/gras/rpc/rpc.c b/examples/gras/rpc/rpc.c index c6ffc36e4c..edf6844fd3 100644 --- a/examples/gras/rpc/rpc.c +++ b/examples/gras/rpc/rpc.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* rpc - demo of the RPC features in GRAS */ /* Copyright (c) 2006 Martin Quinson. All rights reserved. */ diff --git a/examples/gras/spawn/spawn.h b/examples/gras/spawn/spawn.h index 30ddc762a6..d709e4f05b 100644 --- a/examples/gras/spawn/spawn.h +++ b/examples/gras/spawn/spawn.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* spawn - demo of the gras_actor_spawn function */ /* Copyright (c) 2007 Martin Quinson. All rights reserved. */ diff --git a/examples/gras/spawn/spawn_child.c b/examples/gras/spawn/spawn_child.c index c8812ece79..097451cf3c 100644 --- a/examples/gras/spawn/spawn_child.c +++ b/examples/gras/spawn/spawn_child.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* spawn - demo of the gras_agent_spawn function */ /* Copyright (c) 2007 Martin Quinson. All rights reserved. */ diff --git a/examples/gras/spawn/spawn_common.c b/examples/gras/spawn/spawn_common.c index ac272a0b96..5c884fbf36 100644 --- a/examples/gras/spawn/spawn_common.c +++ b/examples/gras/spawn/spawn_common.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* spawn - demo of the gras_agent_spawn function */ /* Copyright (c) 2007 Martin Quinson. All rights reserved. */ diff --git a/examples/gras/spawn/spawn_father.c b/examples/gras/spawn/spawn_father.c index 3110064b2f..75f1aac902 100644 --- a/examples/gras/spawn/spawn_father.c +++ b/examples/gras/spawn/spawn_father.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* spawn - demo of the gras_agent_spawn function */ /* Copyright (c) 2007 Martin Quinson. All rights reserved. */ diff --git a/examples/gras/synchro/philosopher.c b/examples/gras/synchro/philosopher.c index 9bda397181..82f51b9c11 100644 --- a/examples/gras/synchro/philosopher.c +++ b/examples/gras/synchro/philosopher.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* philosopher - classical dinning philosopher as a demo xbt syncro stuff */ /* Copyright (c) 2007 Martin Quinson. All rights reserved. */ diff --git a/examples/gras/timer/timer.c b/examples/gras/timer/timer.c index 33ff4e1443..93544e93d1 100644 --- a/examples/gras/timer/timer.c +++ b/examples/gras/timer/timer.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* timer: repetitive and delayed actions */ /* Copyright (c) 2004 Martin Quinson. All rights reserved. */ diff --git a/include/amok/bandwidth.h b/include/amok/bandwidth.h index 295afbdd8a..8042239dab 100644 --- a/include/amok/bandwidth.h +++ b/include/amok/bandwidth.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* amok_bandwidth - Bandwidth test facilities */ /* Copyright (c) 2003-2005 Martin Quinson. All rights reserved. */ diff --git a/include/amok/base.h b/include/amok/base.h index 08a690d319..26e4ca25e6 100644 --- a/include/amok/base.h +++ b/include/amok/base.h @@ -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. */ diff --git a/include/amok/peermanagement.h b/include/amok/peermanagement.h index f92957df64..1417522f94 100644 --- a/include/amok/peermanagement.h +++ b/include/amok/peermanagement.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* amok peer management - servers main loop and remote peer stopping */ /* Copyright (c) 2006 Martin Quinson. All rights reserved. */ diff --git a/include/gras.h b/include/gras.h index ef4358f6cb..1c261a9a31 100644 --- a/include/gras.h +++ b/include/gras.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* gras.h - Public interface to the GRAS */ /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ diff --git a/include/gras/datadesc.h b/include/gras/datadesc.h index 595d6d5c53..10a97fe727 100644 --- a/include/gras/datadesc.h +++ b/include/gras/datadesc.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* gras/datadesc.h - Describing the data you want to exchange */ /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ diff --git a/include/gras/emul.h b/include/gras/emul.h index 28ba517b57..e2c3bcc0b3 100644 --- a/include/gras/emul.h +++ b/include/gras/emul.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* gras/emul.h - public interface to emulation support */ /* (specific parts for SG or RL) */ diff --git a/include/gras/messages.h b/include/gras/messages.h index e7485157ca..eabe61057c 100644 --- a/include/gras/messages.h +++ b/include/gras/messages.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* messaging - high level communication (send/receive messages) */ /* module's public interface exported to end user. */ diff --git a/include/gras/process.h b/include/gras/process.h index 5f4f2cac8d..e556862f15 100644 --- a/include/gras/process.h +++ b/include/gras/process.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* gras/process.h - Manipulating data related to an host. */ /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ diff --git a/include/gras/timer.h b/include/gras/timer.h index 7e61237bc9..1070482e46 100644 --- a/include/gras/timer.h +++ b/include/gras/timer.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* timer - delayed and repetitive tasks */ /* module's public interface exported to end user. */ diff --git a/include/gras/transport.h b/include/gras/transport.h index ae9b126792..68d9a1f46c 100644 --- a/include/gras/transport.h +++ b/include/gras/transport.h @@ -1,6 +1,4 @@ -/* $Id$ */ - /* transport - low level communication (send/receive bunches of bytes) */ /* module's public interface exported to end user. */ diff --git a/include/gras/virtu.h b/include/gras/virtu.h index d0c34e8c48..42ca337331 100644 --- a/include/gras/virtu.h +++ b/include/gras/virtu.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* gras/virtu.h - public interface to virtualization (cross-OS portability) */ /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ diff --git a/include/xbt.h b/include/xbt.h index 372e80e9a8..b00f11b0aa 100644 --- a/include/xbt.h +++ b/include/xbt.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* xbt.h - Public interface to the xbt (gras's toolbox) */ /* Copyright (c) 2004 Martin Quinson. All rights reserved. */ diff --git a/include/xbt/asserts.h b/include/xbt/asserts.h index 6bcd2974ef..dc6bac0d60 100644 --- a/include/xbt/asserts.h +++ b/include/xbt/asserts.h @@ -1,4 +1,3 @@ -/* $Id$ */ /* xbt/asserts.h -- assertion mecanism */ /* Copyright (c) 2004,2005 Martin Quinson. All rights reserved. */ diff --git a/include/xbt/config.h b/include/xbt/config.h index 43bf825ece..426fabea7b 100644 --- a/include/xbt/config.h +++ b/include/xbt/config.h @@ -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. */ diff --git a/include/xbt/cunit.h b/include/xbt/cunit.h index 5bfe39869f..8a7babccbd 100644 --- a/include/xbt/cunit.h +++ b/include/xbt/cunit.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* cunit - A little C Unit facility */ /* Copyright (c) 2005 Martin Quinson. All rights reserved. */ diff --git a/include/xbt/dict.h b/include/xbt/dict.h index 5a162fd3ff..c90afbebff 100644 --- a/include/xbt/dict.h +++ b/include/xbt/dict.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* xbt/dict.h -- api to a generic dictionary */ /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ diff --git a/include/xbt/dynar.h b/include/xbt/dynar.h index a4af07b372..cd09cf9ce2 100644 --- a/include/xbt/dynar.h +++ b/include/xbt/dynar.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* dynar - a generic dynamic array */ /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ diff --git a/include/xbt/function_types.h b/include/xbt/function_types.h index 291441db96..2455902cc8 100644 --- a/include/xbt/function_types.h +++ b/include/xbt/function_types.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* function_type.h - classical types for pointer to function */ /* Copyright (c) 2004-2006 Martin Quinson. */ diff --git a/include/xbt/log.h b/include/xbt/log.h index 9cdd78505c..d4114d8853 100644 --- a/include/xbt/log.h +++ b/include/xbt/log.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* log - a generic logging facility in the spirit of log4j */ /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ diff --git a/include/xbt/matrix.h b/include/xbt/matrix.h index 26dc6aedc3..7f84fa0879 100644 --- a/include/xbt/matrix.h +++ b/include/xbt/matrix.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* xbt_matrix_t management functions */ /* Copyright (c) 2006 Martin Quinson. All rights reserved. */ diff --git a/include/xbt/misc.h b/include/xbt/misc.h index e1c700d6d1..a48059e4b1 100644 --- a/include/xbt/misc.h +++ b/include/xbt/misc.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* xbt.h - Public interface to the xbt (gras's toolbox) */ /* Copyright (c) 2004 Martin Quinson. */ diff --git a/include/xbt/module.h b/include/xbt/module.h index 1422e7c56e..3b0445d309 100644 --- a/include/xbt/module.h +++ b/include/xbt/module.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* module - modularize the code */ /* Copyright (c) 2004 Martin Quinson. All rights reserved. */ diff --git a/include/xbt/peer.h b/include/xbt/peer.h index e99ae7c722..e00cedb73c 100644 --- a/include/xbt/peer.h +++ b/include/xbt/peer.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* peer.h - peer (remote processes) management functions */ /* Copyright (c) 2006 Arnaud Legrand. */ diff --git a/include/xbt/queue.h b/include/xbt/queue.h index b42482b593..aede6cc027 100644 --- a/include/xbt/queue.h +++ b/include/xbt/queue.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* A (synchronized) message queue. */ /* Popping an empty queue is blocking, as well as pushing a full one */ diff --git a/include/xbt/set.h b/include/xbt/set.h index 09cc37da6f..5f75b1e6e2 100644 --- a/include/xbt/set.h +++ b/include/xbt/set.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* xbt/set.h -- api to a generic dictionary */ /* Copyright (c) 2004 Martin Quinson. All rights reserved. */ diff --git a/include/xbt/str.h b/include/xbt/str.h index dd5c5449ec..3ca39fa140 100644 --- a/include/xbt/str.h +++ b/include/xbt/str.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* str.h - XBT string related functions. */ /* Copyright (c) 2004-7, Martin Quinson, Arnaud Legrand and Cherier Malek. */ diff --git a/include/xbt/synchro_core.h b/include/xbt/synchro_core.h index fbe9ed527e..3103330212 100644 --- a/include/xbt/synchro_core.h +++ b/include/xbt/synchro_core.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* xbt/synchro.h -- Synchronization tools */ /* Usable in simulator, (or in real life when mixing with GRAS) */ diff --git a/include/xbt/sysdep.h b/include/xbt/sysdep.h index 7736885027..64eb19101a 100644 --- a/include/xbt/sysdep.h +++ b/include/xbt/sysdep.h @@ -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 */ diff --git a/include/xbt/virtu.h b/include/xbt/virtu.h index 067377e4d7..0154784e35 100644 --- a/include/xbt/virtu.h +++ b/include/xbt/virtu.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* virtu - virtualization layer for XBT to choose between GRAS and MSG implementation */ /* Copyright (c) 2007 Martin Quinson */ diff --git a/src/amok/Bandwidth/bandwidth.c b/src/amok/Bandwidth/bandwidth.c index a5a9b1aa7c..9e8d41cf1d 100644 --- a/src/amok/Bandwidth/bandwidth.c +++ b/src/amok/Bandwidth/bandwidth.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* amok_bandwidth - Bandwidth tests facilities */ /* Copyright (c) 2003-6 Martin Quinson. */ diff --git a/src/amok/Bandwidth/bandwidth_private.h b/src/amok/Bandwidth/bandwidth_private.h index a580ef3b90..0b5854abd8 100644 --- a/src/amok/Bandwidth/bandwidth_private.h +++ b/src/amok/Bandwidth/bandwidth_private.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* bandwidth - network bandwidth tests facilities */ /* module's private interface masked even to other parts of AMOK. */ diff --git a/src/amok/Bandwidth/saturate.c b/src/amok/Bandwidth/saturate.c index 2cbcec3bfd..0e11a8eb2b 100644 --- a/src/amok/Bandwidth/saturate.c +++ b/src/amok/Bandwidth/saturate.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* amok_saturate - Link saturating facilities (for ALNeM's BW testing) */ /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ diff --git a/src/amok/PeerManagement/peermanagement.c b/src/amok/PeerManagement/peermanagement.c index b353af808e..7394b32c7f 100644 --- a/src/amok/PeerManagement/peermanagement.c +++ b/src/amok/PeerManagement/peermanagement.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* amok peer management - servers main loop and remote peer stopping */ /* Copyright (c) 2006 Martin Quinson. All rights reserved. */ diff --git a/src/amok/amok_base.c b/src/amok/amok_base.c index 80251a061b..dab579416c 100644 --- a/src/amok/amok_base.c +++ b/src/amok/amok_base.c @@ -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. */ diff --git a/src/amok/amok_modinter.h b/src/amok/amok_modinter.h index 7267c78e40..16bb0b36d5 100644 --- a/src/amok/amok_modinter.h +++ b/src/amok/amok_modinter.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* amok modinter - interface to AMOK modules initialization and such */ /* Copyright (c) 2006 Martin Quinson. All rights reserved. */ diff --git a/src/gras/DataDesc/cbps.c b/src/gras/DataDesc/cbps.c index fdea5ebd3c..f95e5ae3df 100644 --- a/src/gras/DataDesc/cbps.c +++ b/src/gras/DataDesc/cbps.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* cbps - persistant states for callbacks */ /* Copyright (c) 2003 Olivier Aumage. */ diff --git a/src/gras/DataDesc/datadesc.c b/src/gras/DataDesc/datadesc.c index b334488164..1652e6c5ed 100644 --- a/src/gras/DataDesc/datadesc.c +++ b/src/gras/DataDesc/datadesc.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* datadesc - data description in order to send/recv it in GRAS */ /* Copyright (c) 2003 Olivier Aumage. */ diff --git a/src/gras/DataDesc/datadesc_interface.h b/src/gras/DataDesc/datadesc_interface.h index 8e8f122199..9222c59f84 100644 --- a/src/gras/DataDesc/datadesc_interface.h +++ b/src/gras/DataDesc/datadesc_interface.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* datadesc - describing the data to exchange */ /* module's public interface exported within GRAS, but not to end user. */ diff --git a/src/gras/DataDesc/datadesc_private.h b/src/gras/DataDesc/datadesc_private.h index e6ec846433..e2140878f9 100644 --- a/src/gras/DataDesc/datadesc_private.h +++ b/src/gras/DataDesc/datadesc_private.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* datadesc - describing the data to exchange */ /* module's private interface masked even to other parts of GRAS. */ diff --git a/src/gras/DataDesc/ddt_convert.c b/src/gras/DataDesc/ddt_convert.c index d94fdc39b6..245a0fe6d9 100644 --- a/src/gras/DataDesc/ddt_convert.c +++ b/src/gras/DataDesc/ddt_convert.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* ddt_remote - Stuff needed to get datadescs about remote hosts */ /* Copyright (c) 2003 Olivier Aumage. */ diff --git a/src/gras/DataDesc/ddt_create.c b/src/gras/DataDesc/ddt_create.c index f1e6a5b165..720b5aa9eb 100644 --- a/src/gras/DataDesc/ddt_create.c +++ b/src/gras/DataDesc/ddt_create.c @@ -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. */ diff --git a/src/gras/DataDesc/ddt_exchange.c b/src/gras/DataDesc/ddt_exchange.c index 52c4a0bc00..52cefa0814 100644 --- a/src/gras/DataDesc/ddt_exchange.c +++ b/src/gras/DataDesc/ddt_exchange.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* ddt_exchange - send/recv data described */ /* Copyright (c) 2003-2009 The SimGrid Team. All rights reserved. */ diff --git a/src/gras/DataDesc/ddt_parse.c b/src/gras/DataDesc/ddt_parse.c index b136eec830..dbafd4b1f5 100644 --- a/src/gras/DataDesc/ddt_parse.c +++ b/src/gras/DataDesc/ddt_parse.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* DataDesc/ddt_parse.c -- automatic parsing of data structures */ /* Copyright (c) 2003 Arnaud Legrand. */ diff --git a/src/gras/DataDesc/ddt_parse.yy.c b/src/gras/DataDesc/ddt_parse.yy.c index cb483a6838..e9765d69a6 100644 --- a/src/gras/DataDesc/ddt_parse.yy.c +++ b/src/gras/DataDesc/ddt_parse.yy.c @@ -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 diff --git a/src/gras/DataDesc/ddt_parse.yy.h b/src/gras/DataDesc/ddt_parse.yy.h index 4dd72ef8a6..9ab987b549 100644 --- a/src/gras/DataDesc/ddt_parse.yy.h +++ b/src/gras/DataDesc/ddt_parse.yy.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* ddt_parse.h -- automatic parsing of data structures */ /* Copyright (c) 2003 Arnaud Legrand. */ diff --git a/src/gras/Msg/gras_msg_exchange.c b/src/gras/Msg/gras_msg_exchange.c index c4a233978c..8a6109a940 100644 --- a/src/gras/Msg/gras_msg_exchange.c +++ b/src/gras/Msg/gras_msg_exchange.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* gras message exchanges */ /* Copyright (c) 2003-2009. The SimGrid Team. All rights reserved. */ diff --git a/src/gras/Msg/gras_msg_listener.c b/src/gras/Msg/gras_msg_listener.c index 64cfe1c514..77bdf1462b 100644 --- a/src/gras/Msg/gras_msg_listener.c +++ b/src/gras/Msg/gras_msg_listener.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* Thread in charge of listening the network and queuing incoming messages */ /* Copyright (c) 2007 Martin Quinson. All rights reserved. */ diff --git a/src/gras/Msg/gras_msg_mod.c b/src/gras/Msg/gras_msg_mod.c index 63d259d7fd..498ba9b43b 100644 --- a/src/gras/Msg/gras_msg_mod.c +++ b/src/gras/Msg/gras_msg_mod.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* gras message types handling */ /* Copyright (c) 2003, 2004, 2005, 2006, 2007 Martin Quinson. */ diff --git a/src/gras/Msg/gras_msg_types.c b/src/gras/Msg/gras_msg_types.c index 430aa95212..216ba80122 100644 --- a/src/gras/Msg/gras_msg_types.c +++ b/src/gras/Msg/gras_msg_types.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* gras message types and callback registering and retrieving */ /* Copyright (c) 2003, 2004, 2005, 2006, 2007 Martin Quinson. */ diff --git a/src/gras/Msg/msg_interface.h b/src/gras/Msg/msg_interface.h index 0bad57a869..819d9f1ffe 100644 --- a/src/gras/Msg/msg_interface.h +++ b/src/gras/Msg/msg_interface.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* messaging - high level communication (send/receive messages) */ /* module's public interface exported within GRAS, but not to end user. */ diff --git a/src/gras/Msg/msg_private.h b/src/gras/Msg/msg_private.h index 353d5d52af..777eafef9a 100644 --- a/src/gras/Msg/msg_private.h +++ b/src/gras/Msg/msg_private.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* messaging - high level communication (send/receive messages) */ /* module's private interface masked even to other parts of GRAS. */ diff --git a/src/gras/Msg/rl_msg.c b/src/gras/Msg/rl_msg.c index 143f6a19f0..7a277cb91f 100644 --- a/src/gras/Msg/rl_msg.c +++ b/src/gras/Msg/rl_msg.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* messaging - Function related to messaging code specific to RL */ /* Copyright (c) 2003-2005 Martin Quinson. All rights reserved. */ diff --git a/src/gras/Msg/rpc.c b/src/gras/Msg/rpc.c index 86c5788736..4c42209ec6 100644 --- a/src/gras/Msg/rpc.c +++ b/src/gras/Msg/rpc.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* rpc - RPC implementation on top of GRAS messages */ /* Copyright (c) 2005 Martin Quinson. All rights reserved. */ diff --git a/src/gras/Msg/sg_msg.c b/src/gras/Msg/sg_msg.c index 1afb8aa050..1923e4e465 100644 --- a/src/gras/Msg/sg_msg.c +++ b/src/gras/Msg/sg_msg.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* messaging - Function related to messaging code specific to SG */ /* Copyright (c) 2003-2005 Martin Quinson. All rights reserved. */ diff --git a/src/gras/Msg/timer.c b/src/gras/Msg/timer.c index 29757789c8..b301735119 100644 --- a/src/gras/Msg/timer.c +++ b/src/gras/Msg/timer.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* timer - Delayed and repetitive actions */ /* Copyright (c) 2005 Martin Quinson. All rights reserved. */ diff --git a/src/gras/Transport/rl_transport.c b/src/gras/Transport/rl_transport.c index 8496e000d5..46804da421 100644 --- a/src/gras/Transport/rl_transport.c +++ b/src/gras/Transport/rl_transport.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* rl_transport - RL specific functions for transport */ /* Copyright (c) 2004 Martin Quinson. All rights reserved. */ diff --git a/src/gras/Transport/sg_transport.c b/src/gras/Transport/sg_transport.c index f9bfbb72d7..013fed1f41 100644 --- a/src/gras/Transport/sg_transport.c +++ b/src/gras/Transport/sg_transport.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* sg_transport - SG specific functions for transport */ /* Copyright (c) 2004 Martin Quinson. All rights reserved. */ diff --git a/src/gras/Transport/transport.c b/src/gras/Transport/transport.c index dd976c4f99..4c3d7ed0f5 100644 --- a/src/gras/Transport/transport.c +++ b/src/gras/Transport/transport.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* transport - low level communication */ /* Copyright (c) 2004 Martin Quinson. All rights reserved. */ diff --git a/src/gras/Transport/transport_interface.h b/src/gras/Transport/transport_interface.h index 6b847139f0..f09ad14e68 100644 --- a/src/gras/Transport/transport_interface.h +++ b/src/gras/Transport/transport_interface.h @@ -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. */ diff --git a/src/gras/Transport/transport_plugin_file.c b/src/gras/Transport/transport_plugin_file.c index c8a13d0dd2..ebc6272c26 100644 --- a/src/gras/Transport/transport_plugin_file.c +++ b/src/gras/Transport/transport_plugin_file.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* File transport - send/receive a bunch of bytes from a file */ /* Copyright (c) 2004 Martin Quinson. All rights reserved. */ diff --git a/src/gras/Transport/transport_plugin_sg.c b/src/gras/Transport/transport_plugin_sg.c index 9ebfd79a75..9ac1ac7b75 100644 --- a/src/gras/Transport/transport_plugin_sg.c +++ b/src/gras/Transport/transport_plugin_sg.c @@ -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 */ diff --git a/src/gras/Transport/transport_plugin_tcp.c b/src/gras/Transport/transport_plugin_tcp.c index de76134c83..e16d6324d3 100644 --- a/src/gras/Transport/transport_plugin_tcp.c +++ b/src/gras/Transport/transport_plugin_tcp.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* buf trp (transport) - buffered transport using the TCP one */ /* Copyright (c) 2004 Martin Quinson. All rights reserved. */ diff --git a/src/gras/Transport/transport_private.h b/src/gras/Transport/transport_private.h index 2588813a7e..64598aabfc 100644 --- a/src/gras/Transport/transport_private.h +++ b/src/gras/Transport/transport_private.h @@ -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. */ diff --git a/src/gras/Virtu/gras_module.c b/src/gras/Virtu/gras_module.c index cf916ddcdc..2e00518c1d 100644 --- a/src/gras/Virtu/gras_module.c +++ b/src/gras/Virtu/gras_module.c @@ -1,4 +1,3 @@ -/* $Id$ */ /* module - module handling, along with module dependencies and local state */ /* Copyright (C) 2006 Martin Quinson. All rights reserved. */ diff --git a/src/gras/Virtu/process.c b/src/gras/Virtu/process.c index fea5400ad2..d016e76d09 100644 --- a/src/gras/Virtu/process.c +++ b/src/gras/Virtu/process.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* process - GRAS process handling (common code for RL and SG) */ /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ diff --git a/src/gras/Virtu/rl_dns.c b/src/gras/Virtu/rl_dns.c index 61f1867c5c..f237901239 100644 --- a/src/gras/Virtu/rl_dns.c +++ b/src/gras/Virtu/rl_dns.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* rl_dns - name resolution (real life) */ /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ diff --git a/src/gras/Virtu/rl_emul.c b/src/gras/Virtu/rl_emul.c index 643662118d..22003845c4 100644 --- a/src/gras/Virtu/rl_emul.c +++ b/src/gras/Virtu/rl_emul.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* rl_emul - Emulation support (real life) */ /* Copyright (c) 2003-5 Arnaud Legrand, Martin Quinson. All rights reserved.*/ diff --git a/src/gras/Virtu/rl_process.c b/src/gras/Virtu/rl_process.c index 9e6ae8eccc..898311094e 100644 --- a/src/gras/Virtu/rl_process.c +++ b/src/gras/Virtu/rl_process.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* process_rl - GRAS process handling on real life */ /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ diff --git a/src/gras/Virtu/sg_dns.c b/src/gras/Virtu/sg_dns.c index e3e83ecd27..585a8633ce 100644 --- a/src/gras/Virtu/sg_dns.c +++ b/src/gras/Virtu/sg_dns.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* sg_dns - name resolution (simulator) */ /* Copyright (c) 2005 Martin Quinson. All rights reserved. */ diff --git a/src/gras/Virtu/sg_emul.c b/src/gras/Virtu/sg_emul.c index cf38124083..d7119f3e56 100644 --- a/src/gras/Virtu/sg_emul.c +++ b/src/gras/Virtu/sg_emul.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* sg_emul - Emulation support (simulation) */ /* Copyright (c) 2003-5 Arnaud Legrand, Martin Quinson. All rights reserved.*/ diff --git a/src/gras/Virtu/sg_process.c b/src/gras/Virtu/sg_process.c index d5c814c757..df308e2a3a 100644 --- a/src/gras/Virtu/sg_process.c +++ b/src/gras/Virtu/sg_process.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* process_sg - GRAS process handling on simulator */ /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ diff --git a/src/gras/Virtu/virtu_interface.h b/src/gras/Virtu/virtu_interface.h index e5fb7f272e..c8cb7de9f9 100644 --- a/src/gras/Virtu/virtu_interface.h +++ b/src/gras/Virtu/virtu_interface.h @@ -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. */ diff --git a/src/gras/Virtu/virtu_private.h b/src/gras/Virtu/virtu_private.h index 916223738e..4f761ac8d7 100644 --- a/src/gras/Virtu/virtu_private.h +++ b/src/gras/Virtu/virtu_private.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* virtu[alization] - speciafic parts for each OS and for SG */ /* module's private interface. */ diff --git a/src/gras/Virtu/virtu_rl.h b/src/gras/Virtu/virtu_rl.h index 0a30c4a19a..7d36ed49e3 100644 --- a/src/gras/Virtu/virtu_rl.h +++ b/src/gras/Virtu/virtu_rl.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* virtu_rl - specific GRAS implementation for real life */ /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ diff --git a/src/gras/Virtu/virtu_sg.h b/src/gras/Virtu/virtu_sg.h index 51090f7b51..d9e291daba 100644 --- a/src/gras/Virtu/virtu_sg.h +++ b/src/gras/Virtu/virtu_sg.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* virtu_sg - specific GRAS implementation for simulator */ /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ diff --git a/src/gras/gras.c b/src/gras/gras.c index 4ec704d2a8..5c7f6edc4a 100644 --- a/src/gras/gras.c +++ b/src/gras/gras.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* gras.c -- generic functions not fitting anywhere else */ /* Copyright (c) 2003, 2004 Martin Quinson. */ diff --git a/src/gras/rl_stubs.c b/src/gras/rl_stubs.c index 6f46445694..abd923824f 100644 --- a/src/gras/rl_stubs.c +++ b/src/gras/rl_stubs.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* rl_stubs.c -- empty body of functions used in SG, but harmful in RL */ /* Copyright (c) 2007 Martin Quinson. */ diff --git a/src/gras_modinter.h b/src/gras_modinter.h index 7ec311e1f4..1ec1d7d0bf 100644 --- a/src/gras_modinter.h +++ b/src/gras_modinter.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* gras_modinter.h - How to init/exit the GRAS modules */ /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ diff --git a/src/include/xbt/xbt_os_thread.h b/src/include/xbt/xbt_os_thread.h index fc62d0da35..2c43f3ba39 100644 --- a/src/include/xbt/xbt_os_thread.h +++ b/src/include/xbt/xbt_os_thread.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* xbt/xbt_thread.h -- Thread portability layer */ /* Copyright (c) 2007 Martin Quinson. All rights reserved. */ diff --git a/src/include/xbt/xbt_os_time.h b/src/include/xbt/xbt_os_time.h index 3c8c2c99ec..fc48693715 100644 --- a/src/include/xbt/xbt_os_time.h +++ b/src/include/xbt/xbt_os_time.h @@ -1,4 +1,3 @@ -/* $Id$ */ /* xbt/xbt_portability.h -- all system dependency */ /* Private portability layer */ diff --git a/src/msg/deployment.c b/src/msg/deployment.c index aa70f94048..93691d6616 100644 --- a/src/msg/deployment.c +++ b/src/msg/deployment.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* Copyright (c) 2002-2007 Arnaud Legrand. */ /* Copyright (c) 2007 Bruno Donassolo. */ /* All rights reserved. */ diff --git a/src/msg/environment.c b/src/msg/environment.c index fa6accc0c4..beb4dfa2ef 100644 --- a/src/msg/environment.c +++ b/src/msg/environment.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* Copyright (c) 2002-2007 Arnaud Legrand. */ /* Copyright (c) 2007 Bruno Donassolo. */ /* All rights reserved. */ diff --git a/src/msg/global.c b/src/msg/global.c index f49fac8e50..6f1c490e2d 100644 --- a/src/msg/global.c +++ b/src/msg/global.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* Copyright (c) 2002-2007 Arnaud Legrand. */ /* Copyright (c) 2007 Bruno Donassolo. */ /* All rights reserved. */ diff --git a/src/msg/gos.c b/src/msg/gos.c index 7b6367d36c..16db861a76 100644 --- a/src/msg/gos.c +++ b/src/msg/gos.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* Copyright (c) 2002-2007 Arnaud Legrand. */ /* Copyright (c) 2007 Bruno Donassolo. */ /* All rights reserved. */ diff --git a/src/msg/host.c b/src/msg/host.c index 2321cf32bd..d6d2b49955 100644 --- a/src/msg/host.c +++ b/src/msg/host.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* Copyright (c) 2002-2007 Arnaud Legrand. */ /* Copyright (c) 2007 Bruno Donassolo. */ /* All rights reserved. */ diff --git a/src/msg/m_process.c b/src/msg/m_process.c index c0f57c517d..595b9a973a 100644 --- a/src/msg/m_process.c +++ b/src/msg/m_process.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* Copyright (c) 2002-2007 Arnaud Legrand. */ /* Copyright (c) 2007 Bruno Donassolo. */ /* All rights reserved. */ diff --git a/src/msg/msg_config.c b/src/msg/msg_config.c index d82888df0e..f62ff38b29 100644 --- a/src/msg/msg_config.c +++ b/src/msg/msg_config.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* Copyright (c) 2002-2007 Arnaud Legrand. */ /* Copyright (c) 2007 Bruno Donassolo. */ /* All rights reserved. */ diff --git a/src/msg/private.h b/src/msg/private.h index dde9f85872..ce0a8f6119 100644 --- a/src/msg/private.h +++ b/src/msg/private.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* Copyright (c) 2002-2007 Arnaud Legrand. */ /* Copyright (c) 2007 Bruno Donassolo. */ /* All rights reserved. */ diff --git a/src/msg/task.c b/src/msg/task.c index 625b54ee4e..1d43ecf63f 100644 --- a/src/msg/task.c +++ b/src/msg/task.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* Copyright (c) 2002-2007 Arnaud Legrand. */ /* Copyright (c) 2007 Bruno Donassolo. */ /* All rights reserved. */ diff --git a/src/portable.h b/src/portable.h index 3b4d34a021..12525aa113 100644 --- a/src/portable.h +++ b/src/portable.h @@ -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*/ diff --git a/src/simix/smx_context_thread.c b/src/simix/smx_context_thread.c index ff034efeda..75d998feb5 100644 --- a/src/simix/smx_context_thread.c +++ b/src/simix/smx_context_thread.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* context_thread - implementation of context switching with native threads */ /* Copyright (c) 2004-2008 the SimGrid team. All right reserved */ diff --git a/src/simix/smx_process.c b/src/simix/smx_process.c index 2370388c6c..4b74ffe7a3 100644 --- a/src/simix/smx_process.c +++ b/src/simix/smx_process.c @@ -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. */ diff --git a/src/xbt/asserts.c b/src/xbt/asserts.c index cd29583c55..afb6325ce4 100644 --- a/src/xbt/asserts.c +++ b/src/xbt/asserts.c @@ -1,4 +1,3 @@ -/* $Id$ */ /* xbt/asserts.h -- assertion mechanism */ /* Copyright (c) 2004,2005 Martin Quinson. All rights reserved. */ diff --git a/src/xbt/backtrace_windows.c b/src/xbt/backtrace_windows.c index 0b73f7753d..34c2d186e2 100644 --- a/src/xbt/backtrace_windows.c +++ b/src/xbt/backtrace_windows.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* backtrace_windows - backtrace displaying on windows platform */ /* This file is included by ex.c on need (windows x86) */ diff --git a/src/xbt/config.c b/src/xbt/config.c index cf7e6b48f4..f8f38400fc 100644 --- a/src/xbt/config.c +++ b/src/xbt/config.c @@ -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. */ diff --git a/src/xbt/cunit.c b/src/xbt/cunit.c index e32f4866df..8b9204c0d5 100644 --- a/src/xbt/cunit.c +++ b/src/xbt/cunit.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* cunit - A little C Unit facility */ /* Copyright (c) 2005 Martin Quinson. All rights reserved. */ diff --git a/src/xbt/dict_cursor.c b/src/xbt/dict_cursor.c index 48503dc975..b64b6bbb62 100644 --- a/src/xbt/dict_cursor.c +++ b/src/xbt/dict_cursor.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* dict_cursor - iterators over dictionnaries */ /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ diff --git a/src/xbt/dict_elm.c b/src/xbt/dict_elm.c index 91d245efaf..497cf51bac 100644 --- a/src/xbt/dict_elm.c +++ b/src/xbt/dict_elm.c @@ -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. */ diff --git a/src/xbt/dict_multi.c b/src/xbt/dict_multi.c index c3b7a5e733..4a555913f2 100644 --- a/src/xbt/dict_multi.c +++ b/src/xbt/dict_multi.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* dict_multi - dictionnaries of dictionnaries of ... of data */ /* Copyright (c) 2003-2005 Martin Quinson. All rights reserved. */ diff --git a/src/xbt/dict_private.h b/src/xbt/dict_private.h index 770d1858e6..f89f7432a4 100644 --- a/src/xbt/dict_private.h +++ b/src/xbt/dict_private.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* dict_elm - elements of generic dictionnaries */ /* This file is not to be loaded from anywhere but dict.c */ diff --git a/src/xbt/dynar.c b/src/xbt/dynar.c index 812ff7f096..9cdc39febb 100644 --- a/src/xbt/dynar.c +++ b/src/xbt/dynar.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* a generic DYNamic ARray implementation. */ /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ diff --git a/src/xbt/error.c b/src/xbt/error.c index 9fe0e4e9ac..6a06ad836e 100644 --- a/src/xbt/error.c +++ b/src/xbt/error.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* error - Error handling functions */ /* Authors: Martin Quinson */ diff --git a/src/xbt/ex_interface.h b/src/xbt/ex_interface.h index 3bcbf1fbf1..56d3dbc18d 100644 --- a/src/xbt/ex_interface.h +++ b/src/xbt/ex_interface.h @@ -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. */ diff --git a/src/xbt/log.c b/src/xbt/log.c index 15bbb9a10a..79d27c1de5 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* log - a generic logging facility in the spirit of log4j */ /* Copyright (c) 2003-2007 Martin Quinson. All rights reserved. */ diff --git a/src/xbt/set.c b/src/xbt/set.c index 2f79281dfb..27f9aaee96 100644 --- a/src/xbt/set.c +++ b/src/xbt/set.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* set - data container consisting in dict+dynar */ /* Copyright (c) 2004 Martin Quinson. All rights reserved. */ diff --git a/src/xbt/xbt_log_appender_file.c b/src/xbt/xbt_log_appender_file.c index 28c9b56c0a..17b3a678db 100644 --- a/src/xbt/xbt_log_appender_file.c +++ b/src/xbt/xbt_log_appender_file.c @@ -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. */ diff --git a/src/xbt/xbt_log_layout_format.c b/src/xbt/xbt_log_layout_format.c index ceb01d926d..1b9c6adebc 100644 --- a/src/xbt/xbt_log_layout_format.c +++ b/src/xbt/xbt_log_layout_format.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* layout_simple - a dumb log layout */ /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ diff --git a/src/xbt/xbt_log_layout_simple.c b/src/xbt/xbt_log_layout_simple.c index d4560e3dcf..ee1a74bf18 100644 --- a/src/xbt/xbt_log_layout_simple.c +++ b/src/xbt/xbt_log_layout_simple.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* layout_simple - a dumb log layout */ /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ diff --git a/src/xbt/xbt_main.c b/src/xbt/xbt_main.c index 123f4df956..3046752ef4 100644 --- a/src/xbt/xbt_main.c +++ b/src/xbt/xbt_main.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* module handling */ /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ diff --git a/src/xbt/xbt_matrix.c b/src/xbt/xbt_matrix.c index 81f7d1a170..df43f448bc 100644 --- a/src/xbt/xbt_matrix.c +++ b/src/xbt/xbt_matrix.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* xbt_matrix_t management functions */ /* Copyright (c) 2006 Martin Quinson. All rights reserved. */ diff --git a/src/xbt/xbt_os_thread.c b/src/xbt/xbt_os_thread.c index cb7a98e8cf..d47334d76e 100644 --- a/src/xbt/xbt_os_thread.c +++ b/src/xbt/xbt_os_thread.c @@ -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 */ diff --git a/src/xbt/xbt_os_time.c b/src/xbt/xbt_os_time.c index a7f17f5b2e..2846315f72 100644 --- a/src/xbt/xbt_os_time.c +++ b/src/xbt/xbt_os_time.c @@ -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. */ diff --git a/src/xbt/xbt_peer.c b/src/xbt/xbt_peer.c index 730fb2f2b1..53e900453d 100644 --- a/src/xbt/xbt_peer.c +++ b/src/xbt/xbt_peer.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* xbt_peer_t management functions */ /* Copyright (c) 2006 Martin Quinson. All rights reserved. */ diff --git a/src/xbt/xbt_queue.c b/src/xbt/xbt_queue.c index f7c70edff4..b609da3b3b 100644 --- a/src/xbt/xbt_queue.c +++ b/src/xbt/xbt_queue.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* A (synchronized) message queue. */ /* Popping an empty queue is blocking, as well as pushing a full one */ diff --git a/src/xbt/xbt_rl_synchro.c b/src/xbt/xbt_rl_synchro.c index c66c29a8df..aa3a5edbb3 100644 --- a/src/xbt/xbt_rl_synchro.c +++ b/src/xbt/xbt_rl_synchro.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* xbt_synchro -- Synchronization virtualized depending on whether we are */ /* in simulation or real life (act on simulated processes) */ diff --git a/src/xbt/xbt_rl_time.c b/src/xbt/xbt_rl_time.c index 72210a1d9e..416bcbbe32 100644 --- a/src/xbt/xbt_rl_time.c +++ b/src/xbt/xbt_rl_time.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* time - time related syscal wrappers */ /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ diff --git a/src/xbt/xbt_sg_stubs.c b/src/xbt/xbt_sg_stubs.c index 4435f08278..2c3438a6f0 100644 --- a/src/xbt/xbt_sg_stubs.c +++ b/src/xbt/xbt_sg_stubs.c @@ -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: */ diff --git a/src/xbt/xbt_sg_synchro.c b/src/xbt/xbt_sg_synchro.c index 8fd6307080..518d19a01f 100644 --- a/src/xbt/xbt_sg_synchro.c +++ b/src/xbt/xbt_sg_synchro.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* xbt_synchro -- Synchronization virtualized depending on whether we are */ /* in simulation or real life (act on simulated processes) */ diff --git a/src/xbt/xbt_sg_time.c b/src/xbt/xbt_sg_time.c index 05eebccc5e..356f8ed86f 100644 --- a/src/xbt/xbt_sg_time.c +++ b/src/xbt/xbt_sg_time.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* time - time related syscal wrappers */ /* Copyright (c) 2003-2007 Martin Quinson. All rights reserved. */ diff --git a/src/xbt/xbt_sha.c b/src/xbt/xbt_sha.c index 0530feea49..e1f51f3703 100644 --- a/src/xbt/xbt_sha.c +++ b/src/xbt/xbt_sha.c @@ -1,4 +1,3 @@ -/* $Id$ */ /* xbt_sha.c - SHA1 hash function */ /* Initial version part of iksemel (XML parser for Jabber) diff --git a/src/xbt/xbt_str.c b/src/xbt/xbt_str.c index b0752146d0..35b5e39e76 100644 --- a/src/xbt/xbt_str.c +++ b/src/xbt/xbt_str.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* xbt_str.c - various helping functions to deal with strings */ /* Copyright (C) 2005-2008 The SimGrid Team. */ diff --git a/src/xbt/xbt_virtu.c b/src/xbt/xbt_virtu.c index 739058cd20..47a06500e6 100644 --- a/src/xbt/xbt_virtu.c +++ b/src/xbt/xbt_virtu.c @@ -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. */ diff --git a/src/xbt_modinter.h b/src/xbt_modinter.h index eed7105687..e8377b7116 100644 --- a/src/xbt_modinter.h +++ b/src/xbt_modinter.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* xbt_modinter - How to init/exit the XBT modules */ /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ diff --git a/teshsuite/gras/datadesc/datadesc_usage.c b/teshsuite/gras/datadesc/datadesc_usage.c index 5678e6df1e..8360d3c705 100644 --- a/teshsuite/gras/datadesc/datadesc_usage.c +++ b/teshsuite/gras/datadesc/datadesc_usage.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* datadesc: test of data description (using file transport). */ /* Copyright (c) 2004-2007 Martin Quinson. All rights reserved. */ diff --git a/teshsuite/xbt/log_large_test.c b/teshsuite/xbt/log_large_test.c index 125571157e..9eb95a03c9 100644 --- a/teshsuite/xbt/log_large_test.c +++ b/teshsuite/xbt/log_large_test.c @@ -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. */ diff --git a/teshsuite/xbt/parallel_log_crashtest.c b/teshsuite/xbt/parallel_log_crashtest.c index a910fbe508..b69b4c571f 100644 --- a/teshsuite/xbt/parallel_log_crashtest.c +++ b/teshsuite/xbt/parallel_log_crashtest.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* synchro_crashtest -- tries to crash the logging mecanism by doing // logs*/ /* Copyright (c) 2007 Martin Quinson. All rights reserved. */ diff --git a/testsuite/xbt/graphxml_usage.c b/testsuite/xbt/graphxml_usage.c index 3df95126fa..588a149145 100644 --- a/testsuite/xbt/graphxml_usage.c +++ b/testsuite/xbt/graphxml_usage.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* A few basic tests for the graphxml library */ /* Copyright (c) 2006 Darina Dimitrova, Arnaud Legrand. All rights reserved.*/ diff --git a/testsuite/xbt/heap_bench.c b/testsuite/xbt/heap_bench.c index b13d065101..c9f3bfb175 100644 --- a/testsuite/xbt/heap_bench.c +++ b/testsuite/xbt/heap_bench.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* A few tests for the xbt_heap module */ /* Copyright (c) 2004 Arnaud Legrand. All rights reserved. */ diff --git a/testsuite/xbt/log_usage.c b/testsuite/xbt/log_usage.c index 5be8fbd043..3e5813e5ec 100644 --- a/testsuite/xbt/log_usage.c +++ b/testsuite/xbt/log_usage.c @@ -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. */ diff --git a/tools/tesh/run_context.c b/tools/tesh/run_context.c index e72d7b17ba..ec7dd88f56 100644 --- a/tools/tesh/run_context.c +++ b/tools/tesh/run_context.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* run_context -- stuff in which TESH runs a command */ /* Copyright (c) 2007 Martin Quinson. */ diff --git a/tools/tesh/run_context.h b/tools/tesh/run_context.h index 43762e9277..c40d6e5b8f 100644 --- a/tools/tesh/run_context.h +++ b/tools/tesh/run_context.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* run_context -- stuff in which TESH runs a command */ /* Copyright (c) 2007 Martin Quinson. */ diff --git a/tools/tesh/signal.c b/tools/tesh/signal.c index 53559edf3f..a38c91426f 100644 --- a/tools/tesh/signal.c +++ b/tools/tesh/signal.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* signal -- what TESH needs to know about signals */ /* Copyright (c) 2007 Martin Quinson. */ diff --git a/tools/tesh/tesh.c b/tools/tesh/tesh.c index 159fd4a0c1..8bdecbe180 100644 --- a/tools/tesh/tesh.c +++ b/tools/tesh/tesh.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* TESH (Test Shell) -- mini shell specialized in running test units */ /* Copyright (c) 2007 Martin Quinson. */ diff --git a/tools/tesh/tesh.h b/tools/tesh/tesh.h index a3cbe9acae..5489b558b3 100644 --- a/tools/tesh/tesh.h +++ b/tools/tesh/tesh.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* TESH (Test Shell) -- mini shell specialized in running test units */ /* Copyright (c) 2007-2008, Da SimGrid team. */ diff --git a/win32_testsuite/borland/builder6/realistic/gras/datadesc_usage/datadesc_usage.c b/win32_testsuite/borland/builder6/realistic/gras/datadesc_usage/datadesc_usage.c index 048ea59256..d9c2103af3 100644 --- a/win32_testsuite/borland/builder6/realistic/gras/datadesc_usage/datadesc_usage.c +++ b/win32_testsuite/borland/builder6/realistic/gras/datadesc_usage/datadesc_usage.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* datadesc: test of data description (using file transport). */ /* Copyright (c) 2004 Martin Quinson. All rights reserved. */ diff --git a/win32_testsuite/borland/builder6/simulation/xbt/context_usage/context_usage.c b/win32_testsuite/borland/builder6/simulation/xbt/context_usage/context_usage.c index 50ce26adaf..8b24c42e48 100644 --- a/win32_testsuite/borland/builder6/simulation/xbt/context_usage/context_usage.c +++ b/win32_testsuite/borland/builder6/simulation/xbt/context_usage/context_usage.c @@ -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. */ diff --git a/win32_testsuite/borland/builder6/simulation/xbt/graphxml_usage/graphxml_usage.c b/win32_testsuite/borland/builder6/simulation/xbt/graphxml_usage/graphxml_usage.c index 6f6183d790..0e56806170 100644 --- a/win32_testsuite/borland/builder6/simulation/xbt/graphxml_usage/graphxml_usage.c +++ b/win32_testsuite/borland/builder6/simulation/xbt/graphxml_usage/graphxml_usage.c @@ -1,6 +1,4 @@ -/* $Id$ */ - /* A few basic tests for the graphxml library */ /* Copyright (c) 2006 Darina Dimitrova, Arnaud Legrand. All rights reserved. */ diff --git a/win32_testsuite/borland/builder6/simulation/xbt/heap_bench/heap_bench.c b/win32_testsuite/borland/builder6/simulation/xbt/heap_bench/heap_bench.c index 6ef6c24b96..384093cf07 100644 --- a/win32_testsuite/borland/builder6/simulation/xbt/heap_bench/heap_bench.c +++ b/win32_testsuite/borland/builder6/simulation/xbt/heap_bench/heap_bench.c @@ -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. */ diff --git a/win32_testsuite/borland/builder6/simulation/xbt/log_usage/log_usage.c b/win32_testsuite/borland/builder6/simulation/xbt/log_usage/log_usage.c index bc5b9a97f3..ec070cec35 100644 --- a/win32_testsuite/borland/builder6/simulation/xbt/log_usage/log_usage.c +++ b/win32_testsuite/borland/builder6/simulation/xbt/log_usage/log_usage.c @@ -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. */