Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
laurent's eclipse was a bit too greedy
[simgrid.git] / org / simgrid / msg / Sem.java
index 56f2368..e034d1a 100644 (file)
@@ -1,7 +1,7 @@
 /*\r
  * Simple semaphore implementation, from Doug Lea (public domain)\r
  *\r
- * Copyright 2006,2007,2010 The SimGrid Team           \r
+ * Copyright 2006,2007,2010,2011 The SimGrid Team           \r
  * All right reserved. \r
  *\r
  * This program is free software; you can redistribute \r
 \r
 package org.simgrid.msg;\r
 \r
-\r
-/**\r
- *\r
- * @author lbobelin\r
- */\r
 public class Sem {\r
        /******************************************************************/ \r
        /* Simple semaphore implementation, from Doug Lea (public domain) */ \r