--- 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/02/19 00:24:17 1.3 @@ -4,6 +4,13 @@ * @summary Independent instantiations of Random() have distinct seeds. */ +/* + * 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 + */ + + import java.util.Random; public class DistinctSeeds {