Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix headers
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 10 Dec 2004 06:47:33 +0000 (06:47 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 10 Dec 2004 06:47:33 +0000 (06:47 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@590 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/portable.h

index f7f0f6d..91cdc38 100644 (file)
@@ -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