[BioRuby-cvs] bioruby/lib bio.rb,1.63,1.64

Katayama Toshiaki k at pub.open-bio.org
Thu Feb 9 16:21:49 UTC 2006


Update of /home/repository/bioruby/bioruby/lib
In directory pub.open-bio.org:/tmp/cvs-serv17620

Modified Files:
	bio.rb 
Log Message:
* license changed, prepared for 0.8.0


Index: bio.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio.rb,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** bio.rb	6 Feb 2006 14:07:11 -0000	1.63
--- bio.rb	9 Feb 2006 16:21:47 -0000	1.64
***************
*** 4,33 ****
  # Copyright::	Copyright (C) 2001-2006
  #		Toshiaki Katayama <k at bioruby.org>
! # 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
  
!   BIORUBY_VERSION = [0, 7, 2].extend(Comparable)
  
    ### Basic data types
--- 4,15 ----
  # Copyright::	Copyright (C) 2001-2006
  #		Toshiaki Katayama <k at bioruby.org>
! # License::	Ruby's
  #
  # $Id$
  #
  
  module Bio
  
!   BIORUBY_VERSION = [0, 8, 0].extend(Comparable)
  
    ### Basic data types




More information about the bioruby-cvs mailing list