X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dff9e15c44ab6340d27215957c56fa72fad246a2..6760cb07d6b57be16928d95339d71e57c4e24f36:/src/java/jmsg_task.c diff --git a/src/java/jmsg_task.c b/src/java/jmsg_task.c index af5ae1e74e..8ce5de8273 100644 --- a/src/java/jmsg_task.c +++ b/src/java/jmsg_task.c @@ -1,14 +1,10 @@ -/* - * $Id$ - * - * Copyright 2006,2007 Martin Quinson, Malek Cherier All right 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. - * - * This contains the implementation of the functions in relation with the java - * task instance. - */ +/* Functions related to the java task instances. */ + +/* Copyright (c) 2007, 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. */ #include "jmsg.h" #include "jmsg_task.h"