Last change
on this file since 52 was
52,
checked in by meunier, 12 years ago
|
Code formatting in all source files.
|
File size:
1.7 KB
|
Rev | Line | |
---|
[1] | 1 | /*------------------------------------------------------------\ |
---|
| 2 | | | |
---|
| 3 | | Tool : systemcass | |
---|
| 4 | | | |
---|
| 5 | | File : utils.h | |
---|
| 6 | | | |
---|
| 7 | | Author : Taktak Sami | |
---|
| 8 | | | |
---|
| 9 | | Date : 09_07_2004 | |
---|
| 10 | | | |
---|
| 11 | \------------------------------------------------------------*/ |
---|
| 12 | #ifndef __UTILS_H__ |
---|
| 13 | #define __UTILS_H__ |
---|
| 14 | |
---|
| 15 | /* |
---|
| 16 | * This file is part of the Disydent Project |
---|
| 17 | * Copyright (C) Laboratoire LIP6 - Département ASIM |
---|
| 18 | * Universite Pierre et Marie Curie |
---|
| 19 | * |
---|
| 20 | * Home page : http://www-asim.lip6.fr/disydent |
---|
| 21 | * E-mail : mailto:richard.buchmann@lip6.fr |
---|
| 22 | * |
---|
| 23 | * This library is free software; you can redistribute it and/or modify it |
---|
| 24 | * under the terms of the GNU Library General Public License as published |
---|
| 25 | * by the Free Software Foundation; either version 2 of the License, or (at |
---|
| 26 | * your option) any later version. |
---|
| 27 | * |
---|
| 28 | * Disydent is distributed in the hope that it will be |
---|
| 29 | * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 30 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General |
---|
| 31 | * Public License for more details. |
---|
| 32 | * |
---|
| 33 | * You should have received a copy of the GNU General Public License along |
---|
| 34 | * with the GNU C Library; see the file COPYING. If not, write to the Free |
---|
| 35 | * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
---|
| 36 | */ |
---|
| 37 | |
---|
| 38 | #endif /* __UTILS_H__ */ |
---|
[52] | 39 | |
---|
Note: See
TracBrowser
for help on using the repository browser.