X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Forg%2Fjibble%2Fepsgraphics%2FEpsException.java;h=7e4254a54981ab881593efcfd6d12fa1ced49d2e;hb=a2d8ea9632a3d89dac8b391bebcac651f473804e;hp=3f0611fdc1add7f2e4ea01cfbd49e3307c28b140;hpb=90acb7f8ef97e0fd10db3364eb241a6ec2c44c08;p=jalview.git diff --git a/src/org/jibble/epsgraphics/EpsException.java b/src/org/jibble/epsgraphics/EpsException.java old mode 100755 new mode 100644 index 3f0611f..7e4254a --- a/src/org/jibble/epsgraphics/EpsException.java +++ b/src/org/jibble/epsgraphics/EpsException.java @@ -1,25 +1,31 @@ -/* -Copyright Paul James Mutton, 2001-2004, http://www.jibble.org/ - -This file is part of EpsGraphics2D. - -This software is dual-licensed, allowing you to choose between the GNU -General Public License (GPL) and the www.jibble.org Commercial License. -Since the GPL may be too restrictive for use in a proprietary application, -a commercial license is also provided. Full license information can be -found at http://www.jibble.org/licenses/ - -$Author$ -$Id$ - -*/ - -package org.jibble.epsgraphics; - -public class EpsException extends RuntimeException { - - public EpsException(String message) { - super(message); - } - -} \ No newline at end of file +/* + * 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 org.jibble.epsgraphics; + +public class EpsException extends RuntimeException +{ + + public EpsException(String message) + { + super(message); + } + +}