X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2Futil%2FSemaphore.java;h=65e2aa495b5ce881211a87054a5bb4f8253a4545;hb=d83cbafafdb6e25d5f44ebfd5c95667bc8a45007;hp=278e0e696357c4f271e7d7bd4e9e87296a322b52;hpb=4923e8529bbd51d0d03387d2f08ae08b38d5ef4a;p=org.ibex.core.git diff --git a/src/org/xwt/util/Semaphore.java b/src/org/xwt/util/Semaphore.java index 278e0e6..65e2aa4 100644 --- a/src/org/xwt/util/Semaphore.java +++ b/src/org/xwt/util/Semaphore.java @@ -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. */