From: Jim Procter Date: Wed, 5 Oct 2016 16:52:54 +0000 (+0100) Subject: JAL-2189 license header X-Git-Tag: Release_2_10_0~9^2~2 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=73baa0375a39ebef99c0232dba982d51a5fb48f9 JAL-2189 license header --- diff --git a/examples/biojson-doc/index.html b/examples/biojson-doc/index.html index ba607f4..e0e5741 100755 --- a/examples/biojson-doc/index.html +++ b/examples/biojson-doc/index.html @@ -1,4 +1,24 @@ + BioJSON Format Documentation @@ -358,4 +378,4 @@ This page describes the data available in BioJSON format, the main content secti - \ No newline at end of file + diff --git a/examples/biojson-doc/tests/test.html b/examples/biojson-doc/tests/test.html index 2cbbd50..c6bebd6 100755 --- a/examples/biojson-doc/tests/test.html +++ b/examples/biojson-doc/tests/test.html @@ -1,3 +1,23 @@ + diff --git a/examples/embeddedWJmol.html b/examples/embeddedWJmol.html index 1ecff58..501c20e 100644 --- a/examples/embeddedWJmol.html +++ b/examples/embeddedWJmol.html @@ -1,5 +1,25 @@ -. + * The Jalview Authors are detailed in the 'AUTHORS' file. + --> + +
BioJS viewer
diff --git a/examples/index.html b/examples/index.html index 46df4eb..37edb8e 100644 --- a/examples/index.html +++ b/examples/index.html @@ -1,5 +1,25 @@ -. + * The Jalview Authors are detailed in the 'AUTHORS' file. + --> + + @@ -32,4 +52,4 @@ Support for importing 3D structure data from flat file and EMBL-PDBe as mmCIF was added in Jalview 2.10 - \ No newline at end of file + diff --git a/help/html/features/siftsmapping.html b/help/html/features/siftsmapping.html index 3f4f002..b508bcb 100644 --- a/help/html/features/siftsmapping.html +++ b/help/html/features/siftsmapping.html @@ -1,4 +1,24 @@ + @@ -67,4 +87,4 @@

- \ No newline at end of file + diff --git a/src/jalview/gui/AlignViewport.java b/src/jalview/gui/AlignViewport.java index 51e50e2..d0a0f11 100644 --- a/src/jalview/gui/AlignViewport.java +++ b/src/jalview/gui/AlignViewport.java @@ -18,24 +18,6 @@ * along with Jalview. If not, see . * The Jalview Authors are detailed in the 'AUTHORS' file. */ -/* - * Jalview - A Sequence Alignment Editor and Viewer - * Copyright (C) 2007 AM Waterhouse, J Procter, 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 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. - * - * 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 - */ package jalview.gui; import jalview.analysis.AlignmentUtils;