X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Futil%2FSetUtilsTest.java;fp=test%2Fjalview%2Futil%2FSetUtilsTest.java;h=866d9bf174b1a495459a75ef3641925b6e968bb3;hb=afbff636fa2dfa01daa1f4ec4e8a936e61e3cf16;hp=ad17d4f9679c6de28524dab7542d898bd17f2b8d;hpb=c6df3928336440918d23b4e7cb579f134e2f48dd;p=jalview.git diff --git a/test/jalview/util/SetUtilsTest.java b/test/jalview/util/SetUtilsTest.java index ad17d4f..866d9bf 100644 --- a/test/jalview/util/SetUtilsTest.java +++ b/test/jalview/util/SetUtilsTest.java @@ -1,3 +1,23 @@ +/* + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 + * of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ package jalview.util; import static org.testng.Assert.assertEquals;