X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemes%2FZappoColourScheme.java;h=8b21fda1bf599ca701dda3580bc69059719cad95;hb=e894eb87d40be6e8452d19032ddffe80dad5f804;hp=7cb232790b30209aa95a4179a825c72ac39a700d;hpb=66b1bf1a6480b320ddaa00d4f5e70b2051041c11;p=jalview.git diff --git a/src/jalview/schemes/ZappoColourScheme.java b/src/jalview/schemes/ZappoColourScheme.java index 7cb2327..8b21fda 100755 --- a/src/jalview/schemes/ZappoColourScheme.java +++ b/src/jalview/schemes/ZappoColourScheme.java @@ -1,8 +1,37 @@ -package jalview.schemes; - -public class ZappoColourScheme extends ResidueColourScheme { - - public ZappoColourScheme() { - super(ResidueProperties.color,0); - } -} +/* +* Jalview - A Sequence Alignment Editor and Viewer +* Copyright (C) 2006 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.schemes; + + +/** + * DOCUMENT ME! + * + * @author $author$ + * @version $Revision$ + */ +public class ZappoColourScheme extends ResidueColourScheme +{ + /** + * Creates a new ZappoColourScheme object. + */ + public ZappoColourScheme() + { + super(ResidueProperties.color, 0); + } +}