From 806a8ef96de0bc6fbb75cadb0fbd8f3ef824d0b8 Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 10 Dec 2004 06:50:10 +0000 Subject: [PATCH] Fix (c) dates git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@593 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/gras/DataDesc/cbps.c | 4 +++- src/gras/DataDesc/datadesc.c | 4 +++- src/gras/DataDesc/datadesc_interface.h | 4 +++- src/gras/DataDesc/ddt_create.c | 4 +++- src/gras/DataDesc/ddt_exchange.c | 4 +++- src/gras/DataDesc/ddt_parse.c | 6 ++++-- src/gras/DataDesc/ddt_parse.yy.h | 8 +++++--- src/gras/Msg/msg.c | 2 +- src/gras/Msg/msg_interface.h | 2 +- src/gras/Msg/msg_private.h | 2 +- src/gras/Virtu/process.c | 2 +- src/gras/Virtu/rl_conditional.c | 2 +- src/gras/Virtu/rl_process.c | 4 ++-- src/gras/Virtu/sg_conditional.c | 2 +- src/gras/Virtu/sg_process.c | 2 +- src/gras/Virtu/sg_time.c | 2 +- src/gras/Virtu/virtu_interface.h | 2 +- src/gras/Virtu/virtu_rl.h | 2 +- src/gras/Virtu/virtu_sg.h | 2 +- 19 files changed, 37 insertions(+), 23 deletions(-) diff --git a/src/gras/DataDesc/cbps.c b/src/gras/DataDesc/cbps.c index 646fa440a9..2086c65c27 100644 --- a/src/gras/DataDesc/cbps.c +++ b/src/gras/DataDesc/cbps.c @@ -2,7 +2,9 @@ /* cbps - persistant states for callbacks */ -/* Copyright (c) 2004 Olivier Aumage, Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003 Olivier Aumage. */ +/* Copyright (c) 2003, 2004 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/DataDesc/datadesc.c b/src/gras/DataDesc/datadesc.c index fb3e50fceb..6cb43be1a3 100644 --- a/src/gras/DataDesc/datadesc.c +++ b/src/gras/DataDesc/datadesc.c @@ -2,7 +2,9 @@ /* datadesc - data description in order to send/recv it in GRAS */ -/* Copyright (c) 2004 Olivier Aumage, Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003 Olivier Aumage. */ +/* Copyright (c) 2003, 2004 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/DataDesc/datadesc_interface.h b/src/gras/DataDesc/datadesc_interface.h index 078d61f410..d4e6c014c6 100644 --- a/src/gras/DataDesc/datadesc_interface.h +++ b/src/gras/DataDesc/datadesc_interface.h @@ -4,7 +4,9 @@ /* module's public interface exported within GRAS, but not to end user. */ -/* Copyright (c) 2004 Olivier Aumage, Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003 Olivier Aumage. */ +/* Copyright (c) 2003, 2004 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/DataDesc/ddt_create.c b/src/gras/DataDesc/ddt_create.c index 3a91cb5c06..89377621bd 100644 --- a/src/gras/DataDesc/ddt_create.c +++ b/src/gras/DataDesc/ddt_create.c @@ -2,7 +2,9 @@ /* ddt_new - creation/deletion of datatypes structs (private to this module)*/ -/* Copyright (c) 2004 Olivier Aumage, Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003 Olivier Aumage. */ +/* Copyright (c) 2003, 2004 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/DataDesc/ddt_exchange.c b/src/gras/DataDesc/ddt_exchange.c index ef09295dbf..f32534548b 100644 --- a/src/gras/DataDesc/ddt_exchange.c +++ b/src/gras/DataDesc/ddt_exchange.c @@ -2,7 +2,9 @@ /* ddt_exchange - send/recv data described */ -/* Copyright (c) 2004 Olivier Aumage, Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003 Olivier Aumage. */ +/* Copyright (c) 2003, 2004 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/DataDesc/ddt_parse.c b/src/gras/DataDesc/ddt_parse.c index afaa8c5e24..0d4fb277c3 100644 --- a/src/gras/DataDesc/ddt_parse.c +++ b/src/gras/DataDesc/ddt_parse.c @@ -1,8 +1,10 @@ /* $Id$ */ -/* DataDesc/ddt_parse.c -- automatic parsing of data structures */ +/* DataDesc/ddt_parse.c -- automatic parsing of data structures */ -/* Copyright (c) 2004 Arnaud Legrand, Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003 Arnaud Legrand. */ +/* Copyright (c) 2003, 2004 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/DataDesc/ddt_parse.yy.h b/src/gras/DataDesc/ddt_parse.yy.h index 1c1f223904..cfedb4f644 100644 --- a/src/gras/DataDesc/ddt_parse.yy.h +++ b/src/gras/DataDesc/ddt_parse.yy.h @@ -1,8 +1,10 @@ /* $Id$ */ -/* gs/parse.h -- automatic parsing of data structures */ +/* ddt_parse.h -- automatic parsing of data structures */ -/* Copyright (c) 2004 Arnaud Legrand, Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003 Arnaud Legrand. */ +/* Copyright (c) 2003, 2004 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. */ @@ -35,7 +37,6 @@ extern int gras_ddt_parse_char_pos; extern int gras_ddt_parse_tok_num; void gras_ddt_parse_dump(void); -int gras_ddt_parse_lex(void); int gras_ddt_parse_lex_n_dump(void); void gras_ddt_parse_pointer_init(const char *file); void gras_ddt_parse_pointer_close(void); @@ -43,6 +44,7 @@ void gras_ddt_parse_pointer_string_init(const char *string_to_parse); void gras_ddt_parse_pointer_string_close(void); /* prototypes of the functions offered by flex */ +int gras_ddt_parse_lex(void); int gras_ddt_parse_get_lineno (void); FILE *gras_ddt_parse_get_in (void); FILE *gras_ddt_parse_get_out (void); diff --git a/src/gras/Msg/msg.c b/src/gras/Msg/msg.c index 02705dd82f..a8eb12e17a 100644 --- a/src/gras/Msg/msg.c +++ b/src/gras/Msg/msg.c @@ -2,7 +2,7 @@ /* messaging - Function related to messaging (code shared between RL and SG)*/ -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003, 2004 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/Msg/msg_interface.h b/src/gras/Msg/msg_interface.h index b757ded834..9c98503096 100644 --- a/src/gras/Msg/msg_interface.h +++ b/src/gras/Msg/msg_interface.h @@ -4,7 +4,7 @@ /* module's public interface exported within GRAS, but not to end user. */ -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003, 2004 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/Msg/msg_private.h b/src/gras/Msg/msg_private.h index d376589320..74917aeff8 100644 --- a/src/gras/Msg/msg_private.h +++ b/src/gras/Msg/msg_private.h @@ -4,7 +4,7 @@ /* module's private interface masked even to other parts of GRAS. */ -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003, 2004 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/Virtu/process.c b/src/gras/Virtu/process.c index bd22889c82..e18b3f29c5 100644 --- a/src/gras/Virtu/process.c +++ b/src/gras/Virtu/process.c @@ -2,7 +2,7 @@ /* process - GRAS process handling (common code for RL and SG) */ -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003, 2004 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/Virtu/rl_conditional.c b/src/gras/Virtu/rl_conditional.c index 3a8894e374..48e3780b01 100644 --- a/src/gras/Virtu/rl_conditional.c +++ b/src/gras/Virtu/rl_conditional.c @@ -2,7 +2,7 @@ /* rl_conditional - conditional execution (real life) */ -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003, 2004 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/Virtu/rl_process.c b/src/gras/Virtu/rl_process.c index 3e3bfa2080..d96c2a37b0 100644 --- a/src/gras/Virtu/rl_process.c +++ b/src/gras/Virtu/rl_process.c @@ -1,8 +1,8 @@ /* $Id$ */ -/* process_rl - GRAS process handling on real life */ +/* process_rl - GRAS process handling on real life */ -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003, 2004 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/Virtu/sg_conditional.c b/src/gras/Virtu/sg_conditional.c index 766804b9c9..696e4d2b55 100644 --- a/src/gras/Virtu/sg_conditional.c +++ b/src/gras/Virtu/sg_conditional.c @@ -2,7 +2,7 @@ /* sg_conditional - conditional execution (simulation) */ -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003, 2004 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/Virtu/sg_process.c b/src/gras/Virtu/sg_process.c index e315a2f0bb..ce1c279b04 100644 --- a/src/gras/Virtu/sg_process.c +++ b/src/gras/Virtu/sg_process.c @@ -2,7 +2,7 @@ /* process_sg - GRAS process handling on simulator */ -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003, 2004 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/Virtu/sg_time.c b/src/gras/Virtu/sg_time.c index 9ed34ed657..85b014c70f 100644 --- a/src/gras/Virtu/sg_time.c +++ b/src/gras/Virtu/sg_time.c @@ -2,7 +2,7 @@ /* time - time related syscal wrappers */ -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003, 2004 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/Virtu/virtu_interface.h b/src/gras/Virtu/virtu_interface.h index 0eff8151a6..2a5ebd86b0 100644 --- a/src/gras/Virtu/virtu_interface.h +++ b/src/gras/Virtu/virtu_interface.h @@ -2,7 +2,7 @@ /* virtu[alization] - speciafic parts for each OS and for SG */ -/* module's public interface exported within GRAS, but not to end user. */ +/* module's public interface exported within GRAS, but not to end user. */ /* Copyright (c) 2004 Martin Quinson. All rights reserved. */ diff --git a/src/gras/Virtu/virtu_rl.h b/src/gras/Virtu/virtu_rl.h index e64b8a5123..29019aa8af 100644 --- a/src/gras/Virtu/virtu_rl.h +++ b/src/gras/Virtu/virtu_rl.h @@ -2,7 +2,7 @@ /* virtu_rl - specific GRAS implementation for real life */ -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003, 2004 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/Virtu/virtu_sg.h b/src/gras/Virtu/virtu_sg.h index e404280a24..f9b9416518 100644 --- a/src/gras/Virtu/virtu_sg.h +++ b/src/gras/Virtu/virtu_sg.h @@ -2,7 +2,7 @@ /* virtu_sg - specific GRAS implementation for simulator */ -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003, 2004 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