Formatting
[jalview.git] / src / org / jibble / epsgraphics / EpsException.java
index 3f0611f..c9ae519 100755 (executable)
@@ -1,25 +1,28 @@
-/* \r
-Copyright Paul James Mutton, 2001-2004, http://www.jibble.org/\r
+/*\r
+ Copyright Paul James Mutton, 2001-2004, http://www.jibble.org/\r
 \r
-This file is part of EpsGraphics2D.\r
+ This file is part of EpsGraphics2D.\r
 \r
-This software is dual-licensed, allowing you to choose between the GNU\r
-General Public License (GPL) and the www.jibble.org Commercial License.\r
-Since the GPL may be too restrictive for use in a proprietary application,\r
-a commercial license is also provided. Full license information can be\r
-found at http://www.jibble.org/licenses/\r
+ This software is dual-licensed, allowing you to choose between the GNU\r
+ General Public License (GPL) and the www.jibble.org Commercial License.\r
+ Since the GPL may be too restrictive for use in a proprietary application,\r
+ a commercial license is also provided. Full license information can be\r
+ found at http://www.jibble.org/licenses/\r
 \r
-$Author$\r
-$Id$\r
+ $Author$\r
+ $Id$\r
 \r
-*/\r
+ */\r
 \r
 package org.jibble.epsgraphics;\r
 \r
-public class EpsException extends RuntimeException {\r
-    \r
-    public EpsException(String message) {\r
-        super(message);\r
-    }\r
-    \r
+public class EpsException\r
+    extends RuntimeException\r
+{\r
+\r
+  public EpsException(String message)\r
+  {\r
+    super(message);\r
+  }\r
+\r
 }
\ No newline at end of file