From 246746e55bd02c66746d5cd872f49890cbae206a Mon Sep 17 00:00:00 2001 From: amwaterhouse Date: Wed, 14 Sep 2005 11:21:48 +0000 Subject: [PATCH] Add header --- src/jalview/gui/EPSOptions.java | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/jalview/gui/EPSOptions.java b/src/jalview/gui/EPSOptions.java index ee105d8..78c1f02 100755 --- a/src/jalview/gui/EPSOptions.java +++ b/src/jalview/gui/EPSOptions.java @@ -1,3 +1,21 @@ +/* + * Jalview - A Sequence Alignment Editor and Viewer + * Copyright (C) 2005 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle + * + * This program 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 2 + * of the License, or (at your option) any later version. + * + * This program 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 this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ package jalview.gui; import javax.swing.*; @@ -63,7 +81,7 @@ public class EPSOptions } }); jLabel1.setFont(new java.awt.Font("Verdana", Font.PLAIN, 11)); - jLabel1.setText("Select EPS Character rendering style"); + jLabel1.setText("Select EPS character rendering style"); this.setLayout(borderLayout1); jPanel3.setBorder(BorderFactory.createEtchedBorder()); jPanel2.add(lineart); -- 1.7.10.2