X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/160719c0de3bf98d1b4cdeed9ac7d4b28c4dc9bd..2489210b4ea8d03fbece8db288ef9e3ff6725723:/src/surf/cpu_ti_private.h diff --git a/src/surf/cpu_ti_private.h b/src/surf/cpu_ti_private.h index e2014f27ad..b4c50c1ebc 100644 --- a/src/surf/cpu_ti_private.h +++ b/src/surf/cpu_ti_private.h @@ -1,7 +1,6 @@ -/* $Id$ */ - -/* Copyright (c) 2004 Arnaud Legrand. All rights reserved. */ +/* Copyright (c) 2009, 2010. The SimGrid Team. + * 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. */ @@ -63,4 +62,4 @@ typedef struct surf_action_ti { #define ACTION_GET_CPU(action) ((cpu_ti_t)((surf_action_cpu_ti_t)action)->cpu) -#endif /* _SURF_CPU_TI_PRIVATE_H */ +#endif /* _SURF_CPU_TI_PRIVATE_H */