X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=utils%2FJettyExamplesDir.java;h=76375d6e20fe9dfe26687cff792c4ea670b6cd1a;hb=0da0ed92182d198fd260866ee804eba9035de6b0;hp=58f7694be7d3ea9436bca062fd395bd4a883702f;hpb=be5be9d97cdb7248784777fa17face7d345bdd33;p=jalview.git diff --git a/utils/JettyExamplesDir.java b/utils/JettyExamplesDir.java index 58f7694..76375d6 100644 --- a/utils/JettyExamplesDir.java +++ b/utils/JettyExamplesDir.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. + ******************************************************************************/ // //======================================================================== //Copyright (c) 1995-2015 Mort Bay Consulting Pty. Ltd. @@ -70,4 +90,4 @@ public class JettyExamplesDir server.start(); server.join(); } -} \ No newline at end of file +}