--- jsr166/src/test/loops/SimpleLoops.java 2005/05/02 19:19:38 1.1 +++ jsr166/src/test/loops/SimpleLoops.java 2007/02/19 00:46:06 1.2 @@ -1,13 +1,8 @@ /* - * @test - * @synopsis multiple threads using a single 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.*; import java.util.concurrent.locks.*; import java.util.*;