From 26f971e8c5c6f6defe3f4166879a3701f6cce9ed Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 10 Dec 2004 06:50:47 +0000 Subject: [PATCH] Fix (c) dates; make clear this is deprecated code git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@594 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/gras/RL/gras_rl.c | 5 +++-- src/gras/RL/gras_rl.h | 5 +++-- src/gras/SG/gras_sg.c | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/gras/RL/gras_rl.c b/src/gras/RL/gras_rl.c index 606a6f8944..c41ecca73f 100644 --- a/src/gras/RL/gras_rl.c +++ b/src/gras/RL/gras_rl.c @@ -1,8 +1,9 @@ /* $Id$ */ -/* gras_rl - implementation of GRAS on real life */ +/* gras_rl - legacy implementation of GRAS on real life */ +/* This file should be KILLED whenever the raw sockets work in the new gras */ -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003 Martin Quinson. 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/gras/RL/gras_rl.h b/src/gras/RL/gras_rl.h index 9823dcac15..a0be9202d0 100644 --- a/src/gras/RL/gras_rl.h +++ b/src/gras/RL/gras_rl.h @@ -1,8 +1,9 @@ /* $Id$ */ -/* gras_rl.h - private interface for GRAS when on real life */ +/* gras_rl.h - private interface for legacy GRAS when on real life */ +/* This file should be KILLED whenever the raw sockets work in the new gras */ -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003 Martin Quinson. 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/gras/SG/gras_sg.c b/src/gras/SG/gras_sg.c index 04dfd8ce40..b6dae5fe51 100644 --- a/src/gras/SG/gras_sg.c +++ b/src/gras/SG/gras_sg.c @@ -1,8 +1,9 @@ /* $Id$ */ -/* gras_rl - implementation of GRAS on top of the SimGrid simulator */ +/* gras_sg - legacy implementation of GRAS on top of the SimGrid simulator */ +/* This file should be KILLED whenever the raw sockets work in the new gras */ -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003 Martin Quinson. 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. */ -- 2.20.1