From: mquinson Date: Fri, 10 Dec 2004 06:53:40 +0000 (+0000) Subject: fix (C) dates X-Git-Tag: v3.3~4750 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/baa212aa2fc1e0f91b0e9a9536db52f1657331a8 fix (C) dates git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@600 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/config.c b/src/xbt/config.c index 04a28f8679..2748457db5 100644 --- a/src/xbt/config.c +++ b/src/xbt/config.c @@ -4,7 +4,7 @@ /* This is useful to build named structs, like option or property sets. */ -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2001,2002,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/xbt/dict.c b/src/xbt/dict.c index a499ab2e8d..4d1d51cfef 100644 --- a/src/xbt/dict.c +++ b/src/xbt/dict.c @@ -2,7 +2,7 @@ /* dict - a generic dictionnary, variation over the B-tree concept */ -/* 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/xbt/dict_cursor.c b/src/xbt/dict_cursor.c index bfea93e677..d75e811870 100644 --- a/src/xbt/dict_cursor.c +++ b/src/xbt/dict_cursor.c @@ -2,7 +2,7 @@ /* dict_cursor - iterators over dictionnaries */ -/* 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/xbt/dict_elm.c b/src/xbt/dict_elm.c index 8b58645b72..b78d452eb1 100644 --- a/src/xbt/dict_elm.c +++ b/src/xbt/dict_elm.c @@ -2,7 +2,7 @@ /* dict - a generic dictionnary, variation over the B-tree concept */ -/* 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/xbt/dict_multi.c b/src/xbt/dict_multi.c index 0a506e8201..896d4b8d3a 100644 --- a/src/xbt/dict_multi.c +++ b/src/xbt/dict_multi.c @@ -2,7 +2,7 @@ /* dict_multi - dictionnaries of dictionnaries of ... of data */ -/* 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/xbt/dict_private.h b/src/xbt/dict_private.h index ce8b67676c..14d5a211f1 100644 --- a/src/xbt/dict_private.h +++ b/src/xbt/dict_private.h @@ -3,7 +3,7 @@ /* dict_elm - elements of generic dictionnaries */ /* This file is not to be loaded from anywhere but dict.c */ -/* 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/xbt/dynar.c b/src/xbt/dynar.c index 224137c82b..9a85b80119 100644 --- a/src/xbt/dynar.c +++ b/src/xbt/dynar.c @@ -1,8 +1,8 @@ /* $Id$ */ -/* a generic DYNamic ARray */ +/* a generic DYNamic ARray implementation. */ -/* 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/xbt/log_default_appender.c b/src/xbt/log_default_appender.c index dde8bdab89..7030bb830a 100644 --- a/src/xbt/log_default_appender.c +++ b/src/xbt/log_default_appender.c @@ -2,7 +2,7 @@ /* file_appender - a dumb log appender which simply prints to stdout */ -/* 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. */