From 73baa0375a39ebef99c0232dba982d51a5fb48f9 Mon Sep 17 00:00:00 2001
From: Jim Procter
Date: Wed, 5 Oct 2016 17:52:54 +0100
Subject: [PATCH] JAL-2189 license header
---
examples/biojson-doc/index.html | 22 +++++++++++++++++++++-
examples/biojson-doc/tests/test.html | 20 ++++++++++++++++++++
examples/embeddedWJmol.html | 22 +++++++++++++++++++++-
examples/example_biojs.html | 20 ++++++++++++++++++++
examples/index.html | 22 +++++++++++++++++++++-
help/html/features/mmcif.html | 22 +++++++++++++++++++++-
help/html/features/siftsmapping.html | 22 +++++++++++++++++++++-
src/jalview/gui/AlignViewport.java | 18 ------------------
8 files changed, 145 insertions(+), 23 deletions(-)
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.
+ -->
+
+
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;
--
1.7.10.2