[BioRuby-cvs] bioruby/lib/bio/appl/hmmer report.rb,1.11,1.12
Katayama Toshiaki
k at dev.open-bio.org
Fri Mar 30 22:26:17 UTC 2007
Update of /home/repository/bioruby/bioruby/lib/bio/appl/hmmer
In directory dev.open-bio.org:/tmp/cvs-serv19607/lib/bio/appl/hmmer
Modified Files:
report.rb
Log Message:
* license is changed to Ruby's with permission from authors
Index: report.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/hmmer/report.rb,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** report.rb 31 Dec 2006 21:53:32 -0000 1.11
--- report.rb 30 Mar 2007 22:26:15 -0000 1.12
***************
*** 6,10 ****
# Copyright:: Copyright (C) 2005
# Masashi Fujita <fujita at kuicr.kyoto-u.ac.jp>
! # License:: LGPL
#
# $Id$
--- 6,10 ----
# Copyright:: Copyright (C) 2005
# Masashi Fujita <fujita at kuicr.kyoto-u.ac.jp>
! # License:: Ruby's
#
# $Id$
***************
*** 39,60 ****
# http://hmmer.wustl.edu/
#
- #--
- #
- # This library is free software; you can redistribute it and/or
- # modify it under the terms of the GNU Lesser General Public
- # License as published by the Free Software Foundation; either
- # version 2 of the License, or (at your option) any later version.
- #
- # This library 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
- # Lesser General Public License for more details.
- #
- # You should have received a copy of the GNU Lesser General Public
- # License along with this library; if not, write to the Free Software
- # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- #
- #++
- #
require 'bio/appl/hmmer'
--- 39,42 ----
More information about the bioruby-cvs
mailing list