X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dff9e15c44ab6340d27215957c56fa72fad246a2..2fe88613fbaaeb0e648d1d2acbd3f7b53f6a5298:/tools/tesh/run_context.h diff --git a/tools/tesh/run_context.h b/tools/tesh/run_context.h index 43762e9277..a188bd5775 100644 --- a/tools/tesh/run_context.h +++ b/tools/tesh/run_context.h @@ -1,9 +1,7 @@ -/* $Id$ */ - /* run_context -- stuff in which TESH runs a command */ -/* Copyright (c) 2007 Martin Quinson. */ -/* All rights reserved. */ +/* Copyright (c) 2007, 2008, 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. */ @@ -91,4 +89,4 @@ void *rctx_wait(void *rctx); /* Parse a line comming from the suite file, and add this into the rctx */ void rctx_pushline(const char *filepos, char kind, char *line); -#endif /* TESH_RUN_CONTEXT_H */ +#endif /* TESH_RUN_CONTEXT_H */