X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Fuimodel%2FAlignAnalysisUIText.java;h=9518eaad2bcd0a4fe444a7073e39aaac5d1460dc;hb=47ca18b4cfc7db54fc55a91fe5f0d61be989abf8;hp=0d018a3c6b262a0a6e7afc84734c9793889b59d0;hpb=9abf7aa279cedfeff9c8f4752ab911482485f059;p=jalview.git diff --git a/src/jalview/ws/uimodel/AlignAnalysisUIText.java b/src/jalview/ws/uimodel/AlignAnalysisUIText.java index 0d018a3..9518eaa 100644 --- a/src/jalview/ws/uimodel/AlignAnalysisUIText.java +++ b/src/jalview/ws/uimodel/AlignAnalysisUIText.java @@ -1,7 +1,25 @@ +/* + * 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.ws.uimodel; -import java.util.HashMap; - public class AlignAnalysisUIText { @@ -112,4 +130,4 @@ public class AlignAnalysisUIText AAeditSettingsTooltip = aAeditSettingsTooltip; } -} \ No newline at end of file +}