[BioRuby-cvs] bioruby/lib/bio/db/genbank ddbj.rb,1.7,1.8

Katayama Toshiaki k at dev.open-bio.org
Tue Sep 19 05:57:56 UTC 2006


Update of /home/repository/bioruby/bioruby/lib/bio/db/genbank
In directory dev.open-bio.org:/tmp/cvs-serv32112/lib/bio/db/genbank

Modified Files:
	ddbj.rb 
Log Message:
* license is changed from LGPL to Ruby's


Index: ddbj.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/db/genbank/ddbj.rb,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** ddbj.rb	9 Sep 2005 16:02:04 -0000	1.7
--- ddbj.rb	19 Sep 2006 05:57:54 -0000	1.8
***************
*** 1,22 ****
  #
! # bio/db/genbank/ddbj.rb - DDBJ database class
! #
! #   Copyright (C) 2000-2004 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$
  #
  
--- 1,9 ----
  #
! # = bio/db/genbank/ddbj.rb - DDBJ database class
  #
! # Copyright::  Copyright (C) 2000-2004 Toshiaki Katayama <k at bioruby.org>
! # License::    Ruby's
  #
! # $Id$
  #
  
***************
*** 30,34 ****
  
    # Nothing to do (DDBJ database format is completely same as GenBank)
! end
  
  end # Bio
--- 17,22 ----
  
    # Nothing to do (DDBJ database format is completely same as GenBank)
! 
! end # DDBJ
  
  end # Bio




More information about the bioruby-cvs mailing list