X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Forg%2Fjibble%2Fepsgraphics%2FEpsException.java;h=7e4254a54981ab881593efcfd6d12fa1ced49d2e;hb=6e56c166e45d1af37c5531b4cbe909a3e110927e;hp=c9ae519649d2daf380ff88f993d361f8b57f4a91;hpb=7bc226b58110fa26d9dbd3f0c78095d06909ffc3;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 c9ae519..7e4254a --- a/src/org/jibble/epsgraphics/EpsException.java +++ b/src/org/jibble/epsgraphics/EpsException.java @@ -1,28 +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); + } + +}