JAL-1645 Version-Rel Version 2.9 Year-Rel 2015 Licensing glob
[jalview.git] / src / jalview / analysis / scoremodels / PairwiseSeqScoreModel.java
index 52e8451..46cbee6 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
- * Copyright (C) $$Year-Rel$$ The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9)
+ * Copyright (C) 2015 The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -22,7 +22,6 @@ 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