X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=utils%2Fsplitstockholm.pl;h=7681482e74691487522bd59f92b4cc3236c1b681;hb=0f8e8fef1abe7837642706ee5b5f97d3e1eda9db;hp=5a316799843341f65f7b774ffcc5e556aa42c926;hpb=d5b4cbe96883e41b093080a1d9d1235341cd9df4;p=jalview.git diff --git a/utils/splitstockholm.pl b/utils/splitstockholm.pl index 5a31679..7681482 100644 --- a/utils/splitstockholm.pl +++ b/utils/splitstockholm.pl @@ -1,4 +1,22 @@ -#!/usr/bin/perl +#!/usr/bin/perl +#******************************************************************************* +# Jalview - A Sequence Alignment Editor and Viewer (Version 2.7) +# Copyright (C) 2011 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle +# +# 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 . +#******************************************************************************* + # Splits a concatenated set of Stockholm Files into several individual files. use strict;