X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2FCigarCigar.java;fp=src%2Fjalview%2Fdatamodel%2FCigarCigar.java;h=ba646ed4ab155831bc55d3c1319bd8ff90145900;hb=d423f22792e47dbc800ae220a58677f988971d06;hp=f453e2c7681dc82f2c5f70030a6db2e615bfe8cd;hpb=797d4400e51c5786c080d7d746d5968589b5dc78;p=jalview.git diff --git a/src/jalview/datamodel/CigarCigar.java b/src/jalview/datamodel/CigarCigar.java index f453e2c..ba646ed 100644 --- a/src/jalview/datamodel/CigarCigar.java +++ b/src/jalview/datamodel/CigarCigar.java @@ -1,20 +1,19 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Development Version 2.4.1) - * Copyright (C) 2009 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.5) + * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle * - * This program 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 2 - * of the License, or (at your option) any later version. + * This file is part of Jalview. * - * This program 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. + * 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. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * 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 . */ package jalview.datamodel; @@ -26,7 +25,7 @@ public class CigarCigar extends CigarSimple * Apply CIGAR operations to the result of another cigar * * @param cigar - * Cigar + * Cigar */ CigarCigar(SeqCigar cigar) { @@ -38,7 +37,7 @@ public class CigarCigar extends CigarSimple * * @return String formed by applying CIGAR operations to the reference object * @param GapChar - * char + * char * @todo Implement this jalview.datamodel.Cigar method */ public String getSequenceString(char GapChar)