2003/09/19 05:01:38
[org.ibex.core.git] / src / org / xwt / util / Semaphore.java
index 278e0e6..65e2aa4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL]
+// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL]
 package org.xwt.util;
 
 /** Simple implementation of a blocking, counting semaphore. */