X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fstructure%2FAlignmentViewPanelListener.java;h=9b03d15833e90531282fe4d7624bdd03458cd1fb;hb=838e4f91d4a53dd315640dbc9ff6ef7a815ee576;hp=b14949e8df3fd01de2ea5c6aad1ee8b92ed1b8d2;hpb=c0c7c514f4195237872a668cdccd20e0a747f7a1;p=jalview.git diff --git a/src/jalview/structure/AlignmentViewPanelListener.java b/src/jalview/structure/AlignmentViewPanelListener.java index b14949e..9b03d15 100644 --- a/src/jalview/structure/AlignmentViewPanelListener.java +++ b/src/jalview/structure/AlignmentViewPanelListener.java @@ -1,11 +1,32 @@ +/* + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b1) + * Copyright (C) 2015 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.structure; import jalview.api.AlignmentViewPanel; /** * handler for alignmentViewPanel events + * * @author jimp - * + * */ public interface AlignmentViewPanelListener {