X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fws%2FWSThread.java;h=86ee49af5c9adf6baa7b4c56c003386d99a91d1d;hb=ecb5ab32cb7599f6665117ad4e25c61f0a650720;hp=ba828486930ba8e053fe5d192e9434b47fb01236;hpb=6f57bc5b9ced5f55ed2afba8af70cb028c930f5b;p=jalview.git diff --git a/src/jalview/ws/WSThread.java b/src/jalview/ws/WSThread.java index ba82848..86ee49a 100644 --- a/src/jalview/ws/WSThread.java +++ b/src/jalview/ws/WSThread.java @@ -1,4 +1,22 @@ -package jalview.ws; +/* + * Jalview - A Sequence Alignment Editor and Viewer + * Copyright (C) 2006 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.ws; import jalview.gui.AlignFrame; import jalview.gui.WebserviceInfo;