--- jsr166/src/test/jtreg/util/Random/DistinctSeeds.java 2003/11/08 07:46:41 1.2 +++ jsr166/src/test/jtreg/util/Random/DistinctSeeds.java 2009/02/17 00:40:01 1.5 @@ -1,5 +1,11 @@ -/** - * @test %I% %E% +/* + * Written by Doug Lea with assistance from members of JCP JSR-166 + * Expert Group and released to the public domain, as explained at + * http://creativecommons.org/licenses/publicdomain + */ + +/* + * @test * @bug 4949279 * @summary Independent instantiations of Random() have distinct seeds. */