X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2Fxdb%2Fembl%2FEmblFeatureLocElement.java;h=10c36344d742d6499e354d46e69765c1cc8b0ecb;hb=ad15cff29620f960119f80176f1fd443da9f6763;hp=bf707888c247ed703592c9b922e6b412eeb31a27;hpb=2de8acfae59aced665e4c37ad0f7dcc2ed68818e;p=jalview.git diff --git a/src/jalview/datamodel/xdb/embl/EmblFeatureLocElement.java b/src/jalview/datamodel/xdb/embl/EmblFeatureLocElement.java index bf70788..10c3634 100644 --- a/src/jalview/datamodel/xdb/embl/EmblFeatureLocElement.java +++ b/src/jalview/datamodel/xdb/embl/EmblFeatureLocElement.java @@ -1,20 +1,22 @@ /* - * 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-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors * - * 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. + * + * 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 this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. */ package jalview.datamodel.xdb.embl; @@ -40,7 +42,7 @@ public class EmblFeatureLocElement /** * @param accession - * the accession to set + * the accession to set */ public void setAccession(String accession) { @@ -57,7 +59,7 @@ public class EmblFeatureLocElement /** * @param basePositions - * the basePositions to set + * the basePositions to set */ public void setBasePositions(BasePosition[] basePositions) { @@ -74,7 +76,7 @@ public class EmblFeatureLocElement /** * @param complement - * the complement to set + * the complement to set */ public void setComplement(boolean complement) { @@ -91,7 +93,7 @@ public class EmblFeatureLocElement /** * @param type - * the type to set + * the type to set */ public void setType(String type) { @@ -108,7 +110,7 @@ public class EmblFeatureLocElement /** * @param version - * the version to set + * the version to set */ public void setVersion(String version) {