From 3d630a8a0429ae6e380bf1e002a6e55c21cd078f Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 9 Dec 2004 14:52:47 +0000 Subject: [PATCH] Fix (C) dates; minor documentation improvements git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@572 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/gras/cond.h | 2 +- include/gras/core.h | 2 +- include/gras/datadesc.h | 2 +- include/gras/messages.h | 2 +- include/gras/modules/bandwidth.h | 2 +- include/gras/modules/base.h | 2 +- include/gras/process.h | 6 +++--- include/gras/virtu.h | 4 ++-- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/include/gras/cond.h b/include/gras/cond.h index 100e1b22e8..d435fc140e 100644 --- a/include/gras/cond.h +++ b/include/gras/cond.h @@ -3,7 +3,7 @@ /* gras/cond.h - public interface to conditional execution */ /* (specific parts for SG or RL) */ -/* 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/include/gras/core.h b/include/gras/core.h index 3e2efcecbb..1cef5ad8f2 100644 --- a/include/gras/core.h +++ b/include/gras/core.h @@ -2,7 +2,7 @@ /* gras/core.h - Unsorted part of the GRAS public interface */ -/* 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/include/gras/datadesc.h b/include/gras/datadesc.h index 426c1754b4..51c4c20603 100644 --- a/include/gras/datadesc.h +++ b/include/gras/datadesc.h @@ -2,7 +2,7 @@ /* gras/datadesc.h - Describing the data you want to exchange */ -/* 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/include/gras/messages.h b/include/gras/messages.h index 1f891d12a8..5cfc2b40c8 100644 --- a/include/gras/messages.h +++ b/include/gras/messages.h @@ -3,7 +3,7 @@ /* messaging - high level communication (send/receive messages) */ /* module's public interface exported 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/include/gras/modules/bandwidth.h b/include/gras/modules/bandwidth.h index 6b1fa8e3ef..aa2e7ca6b2 100644 --- a/include/gras/modules/bandwidth.h +++ b/include/gras/modules/bandwidth.h @@ -2,7 +2,7 @@ /* gras_bandwidth - GRAS mecanism to do Bandwidth tests between to hosts */ -/* 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/include/gras/modules/base.h b/include/gras/modules/base.h index 432499ca90..f0f678dccb 100644 --- a/include/gras/modules/base.h +++ b/include/gras/modules/base.h @@ -2,7 +2,7 @@ /* gras_addons - several addons to do specific stuff not in GRAS itself */ -/* 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/include/gras/process.h b/include/gras/process.h index 52614823ef..130960f248 100644 --- a/include/gras/process.h +++ b/include/gras/process.h @@ -1,8 +1,8 @@ -/* $Id$ */ +/* $Id$ */ -/* gras/core.h - Unsorted part of the GRAS public interface */ +/* gras/process.h - Manipulating data related to an host. */ -/* 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/include/gras/virtu.h b/include/gras/virtu.h index c3a50d9f0e..d925db8b40 100644 --- a/include/gras/virtu.h +++ b/include/gras/virtu.h @@ -1,8 +1,8 @@ -/* $Id$ */ +/* $Id$ */ /* gras/virtu.h - public interface to virtualization (cross-OS portability) */ -/* 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