[BioRuby-cvs] bioruby/lib/bio/db gff.rb,1.6,1.7

Katayama Toshiaki k at dev.open-bio.org
Mon May 8 14:32:00 UTC 2006


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

Modified Files:
	gff.rb 
Log Message:
* license is changed to Ruby's


Index: gff.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/db/gff.rb,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** gff.rb	28 Mar 2006 13:42:32 -0000	1.6
--- gff.rb	8 May 2006 14:31:58 -0000	1.7
***************
*** 5,30 ****
  #              Toshiaki Katayama <k at bioruby.org>
  #              2006  Jan Aerts <jan.aerts at bbsrc.ac.uk>
! # License::    LGPL
  #
  # $Id$
  #
- #--
- #
- #  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
- #
- #++
- #
  
  module Bio
--- 5,12 ----
  #              Toshiaki Katayama <k at bioruby.org>
  #              2006  Jan Aerts <jan.aerts at bbsrc.ac.uk>
! # License::    Ruby's
  #
  # $Id$
  #
  
  module Bio




More information about the bioruby-cvs mailing list