X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2Fexceptions%2FImageOutputException.java;h=48f064652a8611132f0a232885864a46e2174da7;hb=164fb77632cc3c9a3b5f5ac5290eadec920ffbc6;hp=bf06494ccf520653984035d018152ffeff5018f0;hpb=f754db87420bc03f4665bda29593aab07d186dcb;p=jalview.git diff --git a/src/jalview/io/exceptions/ImageOutputException.java b/src/jalview/io/exceptions/ImageOutputException.java index bf06494..48f0646 100644 --- a/src/jalview/io/exceptions/ImageOutputException.java +++ b/src/jalview/io/exceptions/ImageOutputException.java @@ -1,7 +1,29 @@ +/* + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors + * + * This file is part of Jalview. + * + * 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 Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ package jalview.io.exceptions; /** - * wrapper for passing error messages and exceptions back to UI when image io goes wrong + * wrapper for passing error messages and exceptions back to UI when image io + * goes wrong + * * @author jprocter * */