From 6339fda3621a56ce5d091fd55af43b1ee283e68b Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 10 Dec 2004 06:47:33 +0000 Subject: [PATCH] fix headers git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@590 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/portable.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/portable.h b/src/portable.h index f7f0f6db0c..91cdc3860b 100644 --- a/src/portable.h +++ b/src/portable.h @@ -1,9 +1,12 @@ /* $Id$ */ -/* portable -- header loading to write portable code */ +/* portable -- header loading to write portable code */ +/* loads much more stuff than sysdep.h since the latter is in public interface*/ -/* Copyright (c) 2004 Martin Quinson. */ -/* LGPL*/ +/* Copyright (c) 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. */ #ifndef GRAS_PORTABLE_H #define GRAS_PORTABLE_H -- 2.20.1