X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FJalviewBooleanRadioButtons.java;h=ae3d7481230d38932f36589f8e3d782045bebd3b;hb=72a9ef4b4e3763c857ef095eadc8c656ccb441ff;hp=1f0c35a28062c57aeaa2c7ba1843602159e9534e;hpb=c42181ee3d353f05ea889874314c8e83291d8ff5;p=jalview.git diff --git a/src/jalview/gui/JalviewBooleanRadioButtons.java b/src/jalview/gui/JalviewBooleanRadioButtons.java index 1f0c35a..ae3d748 100644 --- a/src/jalview/gui/JalviewBooleanRadioButtons.java +++ b/src/jalview/gui/JalviewBooleanRadioButtons.java @@ -1,3 +1,23 @@ +/* + * 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 jalview.gui; import java.awt.Font; @@ -87,7 +107,7 @@ public class JalviewBooleanRadioButtons extends AbstractButton { return buttonFalse; } - + @Override public void addActionListener(ActionListener l) {