X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Forg%2Fjibble%2Fepsgraphics%2FEpsException.java;h=c8605007edc3634d15054d03daaedb6c80075cca;hb=29ea678048298c63f589674ff35f6c026497550c;hp=3f0611fdc1add7f2e4ea01cfbd49e3307c28b140;hpb=90acb7f8ef97e0fd10db3364eb241a6ec2c44c08;p=jalview.git diff --git a/src/org/jibble/epsgraphics/EpsException.java b/src/org/jibble/epsgraphics/EpsException.java index 3f0611f..c860500 100755 --- a/src/org/jibble/epsgraphics/EpsException.java +++ b/src/org/jibble/epsgraphics/EpsException.java @@ -1,25 +1,27 @@ -/* -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); - } - +/* + 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