X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fanalysis%2Fscoremodels%2FPairwiseSeqScoreModel.java;h=7d75125a90d395193f8e8f7cece093adfb4defc9;hb=c19d2a91ca05e052e3408bf5852d88eb5d0608f1;hp=78c5f17a1812a68f07a598bd15795484d0538743;hpb=27b77d2219147d3741d4af7377e13918a8ae972a;p=jalview.git diff --git a/src/jalview/analysis/scoremodels/PairwiseSeqScoreModel.java b/src/jalview/analysis/scoremodels/PairwiseSeqScoreModel.java index 78c5f17..7d75125 100644 --- a/src/jalview/analysis/scoremodels/PairwiseSeqScoreModel.java +++ b/src/jalview/analysis/scoremodels/PairwiseSeqScoreModel.java @@ -1,8 +1,27 @@ +/* + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2) + * Copyright (C) 2015 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.analysis.scoremodels; import jalview.api.analysis.ScoreModelI; import jalview.datamodel.AlignmentView; -import jalview.schemes.ScoreMatrix; import jalview.util.Comparison; public abstract class PairwiseSeqScoreModel implements ScoreModelI @@ -58,4 +77,4 @@ public abstract class PairwiseSeqScoreModel implements ScoreModelI } abstract public int[][] getMatrix(); -} \ No newline at end of file +}