[BioRuby-cvs] bioruby/lib/bio/appl/blast rexml.rb,1.10,1.11
Katayama Toshiaki
k at dev.open-bio.org
Tue Sep 19 06:10:22 UTC 2006
Update of /home/repository/bioruby/bioruby/lib/bio/appl/blast
In directory dev.open-bio.org:/tmp/cvs-serv32680/lib/bio/appl/blast
Modified Files:
rexml.rb
Log Message:
* license is changed from LGPL to Ruby's
Index: rexml.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/blast/rexml.rb,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** rexml.rb 8 Sep 2005 01:22:08 -0000 1.10
--- rexml.rb 19 Sep 2006 06:10:19 -0000 1.11
***************
*** 1,23 ****
#
! # bio/appl/blast/rexml.rb - BLAST XML output (-m 7) parser by REXML
#
! # Copyright (C) 2002,2003 KATAYAMA Toshiaki <k at bioruby.org>
! #
! # 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
#
! # $Id$
#
begin
--- 1,14 ----
#
! # = bio/appl/blast/rexml.rb - BLAST XML output (-m 7) parser by REXML
#
! # Copyright:: Copyright (C) 2002, 2003 Toshiaki Katayama <k at bioruby.org>
! # License:: Ruby's
#
! # $Id$
#
+ # == Note
+ #
+ # This file is automatically loaded by bio/appl/blast/report.rb
+ #
begin
***************
*** 145,151 ****
- =begin
-
- This file is automatically loaded by bio/appl/blast/report.rb
-
- =end
--- 136,137 ----
More information about the bioruby-cvs
mailing list