--- jsr166/src/test/jtreg/util/Random/DistinctSeeds.java 2003/11/08 07:46:41 1.2 +++ jsr166/src/test/jtreg/util/Random/DistinctSeeds.java 2007/05/21 16:44:31 1.4 @@ -1,4 +1,10 @@ -/** +/* + * 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 %I% %E% * @bug 4949279 * @summary Independent instantiations of Random() have distinct seeds.