--- jsr166/src/test/loops/SimpleNoLockLoops.java 2005/06/10 15:45:19 1.2 +++ jsr166/src/test/loops/SimpleNoLockLoops.java 2007/02/19 00:46:06 1.3 @@ -1,11 +1,7 @@ /* - * @test - * @synopsis multiple threads using a single builtin lock - */ -/* * Written by Doug Lea with assistance from members of JCP JSR-166 - * Expert Group and released to the public domain. Use, modify, and - * redistribute this code in any way without acknowledgement. + * Expert Group and released to the public domain, as explained at + * http://creativecommons.org/licenses/publicdomain */ import java.util.concurrent.*;