X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3f9587e71330e7471ef675d2652cee260a0e3a96..40616078da72e823931c1fb884949054699ec39d:/src/include/mc/mc.h diff --git a/src/include/mc/mc.h b/src/include/mc/mc.h index 2d37e156a9..8ca9c1a63d 100644 --- a/src/include/mc/mc.h +++ b/src/include/mc/mc.h @@ -1,11 +1,10 @@ -/* Copyright (c) 2008-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2008-2017. 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. */ -#ifndef _MC_MC_H -#define _MC_MC_H +#ifndef MC_MC_H +#define MC_MC_H #include #include @@ -83,4 +82,4 @@ XBT_PUBLIC(void) MC_memory_init_server(); SG_END_DECL() -#endif /* _MC_MC_H */ +#endif