Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix (c) dates
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 10 Dec 2004 06:50:10 +0000 (06:50 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 10 Dec 2004 06:50:10 +0000 (06:50 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@593 48e7efb5-ca39-0410-a469-dd3cf9ba447f

19 files changed:
src/gras/DataDesc/cbps.c
src/gras/DataDesc/datadesc.c
src/gras/DataDesc/datadesc_interface.h
src/gras/DataDesc/ddt_create.c
src/gras/DataDesc/ddt_exchange.c
src/gras/DataDesc/ddt_parse.c
src/gras/DataDesc/ddt_parse.yy.h
src/gras/Msg/msg.c
src/gras/Msg/msg_interface.h
src/gras/Msg/msg_private.h
src/gras/Virtu/process.c
src/gras/Virtu/rl_conditional.c
src/gras/Virtu/rl_process.c
src/gras/Virtu/sg_conditional.c
src/gras/Virtu/sg_process.c
src/gras/Virtu/sg_time.c
src/gras/Virtu/virtu_interface.h
src/gras/Virtu/virtu_rl.h
src/gras/Virtu/virtu_sg.h

index 646fa44..2086c65 100644 (file)
@@ -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. */
index fb3e50f..6cb43be 100644 (file)
@@ -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. */
index 078d61f..d4e6c01 100644 (file)
@@ -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. */
index 3a91cb5..8937762 100644 (file)
@@ -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. */
index ef09295..f325345 100644 (file)
@@ -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. */
index afaa8c5..0d4fb27 100644 (file)
@@ -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. */
index 1c1f223..cfedb4f 100644 (file)
@@ -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);
index 02705dd..a8eb12e 100644 (file)
@@ -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. */
index b757ded..9c98503 100644 (file)
@@ -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. */
index d376589..74917ae 100644 (file)
@@ -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. */
index bd22889..e18b3f2 100644 (file)
@@ -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. */
index 3a8894e..48e3780 100644 (file)
@@ -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. */
index 3e3bfa2..d96c2a3 100644 (file)
@@ -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. */
index 766804b..696e4d2 100644 (file)
@@ -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. */
index e315a2f..ce1c279 100644 (file)
@@ -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. */
index 9ed34ed..85b014c 100644 (file)
@@ -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. */
index 0eff815..2a5ebd8 100644 (file)
@@ -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.                  */
 
index e64b8a5..29019aa 100644 (file)
@@ -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. */
index e404280..f9b9416 100644 (file)
@@ -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. */