X-Git-Url: http://source.jalview.org/gitweb/?p=vamsas.git;a=blobdiff_plain;f=src%2Fuk%2Fac%2Fvamsas%2Ftest%2Fdocument%2FSAXTreeViewer.java;h=cd4908105a360c43a65893165bcb6fa711dcfca9;hp=59c2313c0238d5b6569923a7b2d534071863c9e0;hb=1eea4b639911330e7cd65e17c5421cc584f0d22e;hpb=2a1989506952d17c665b046c43de2e0e02ccda84 diff --git a/src/uk/ac/vamsas/test/document/SAXTreeViewer.java b/src/uk/ac/vamsas/test/document/SAXTreeViewer.java index 59c2313..cd49081 100644 --- a/src/uk/ac/vamsas/test/document/SAXTreeViewer.java +++ b/src/uk/ac/vamsas/test/document/SAXTreeViewer.java @@ -1,3 +1,24 @@ +/* + * This file is part of the Vamsas Client version 0.2. + * Copyright 2010 by Jim Procter, Iain Milne, Pierre Marguerite, + * Andrew Waterhouse and Dominik Lindner. + * + * Earlier versions have also been incorporated into Jalview version 2.4 + * since 2008, and TOPALi version 2 since 2007. + * + * The Vamsas Client is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Vamsas Client 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with the Vamsas Client. If not, see . + */ package uk.ac.vamsas.test.document; @@ -598,4 +619,4 @@ public void fatalError(SAXParseException exception) exception.getMessage()); throw new SAXException("Fatal Error encountered"); } -} \ No newline at end of file +}