X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=examples%2Fgroovy%2FfeatureCounter.groovy;h=9059dd0def10ce7c73d4f584b186b53a411b10c8;hb=d4a9ea73ba6f86fdcb69e08529f38600db3a99fc;hp=a16d8bb50cf9722ed85f2c6618a881bbd3989c7f;hpb=4d5c8b2a59f1849d73d8c5784af6ae07fb5c6110;p=jalview.git diff --git a/examples/groovy/featureCounter.groovy b/examples/groovy/featureCounter.groovy index a16d8bb..9059dd0 100644 --- a/examples/groovy/featureCounter.groovy +++ b/examples/groovy/featureCounter.groovy @@ -1,3 +1,24 @@ +/* + * 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. + */ + import jalview.workers.FeatureCounterI; import jalview.workers.AlignmentAnnotationFactory;