[BioRuby-cvs] bioruby/lib/bio db.rb,0.33,0.34
Katayama Toshiaki
k at pub.open-bio.org
Mon Feb 27 09:13:10 UTC 2006
Update of /home/repository/bioruby/bioruby/lib/bio
In directory pub.open-bio.org:/tmp/cvs-serv592/lib/bio
Modified Files:
db.rb
Log Message:
* license is changed from LGPL to Ruby's
Index: db.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/db.rb,v
retrieving revision 0.33
retrieving revision 0.34
diff -C2 -d -r0.33 -r0.34
*** db.rb 18 Feb 2006 14:44:40 -0000 0.33
--- db.rb 27 Feb 2006 09:13:08 -0000 0.34
***************
*** 4,8 ****
# Copyright:: Copyright (C) 2001, 2002, 2005
# KATAYAMA Toshiaki <k at bioruby.org>
! # License:: LGPL
#
# $Id$
--- 4,8 ----
# Copyright:: Copyright (C) 2001, 2002, 2005
# KATAYAMA Toshiaki <k at bioruby.org>
! # License:: Ruby's
#
# $Id$
***************
*** 145,166 ****
# The name of the organism.
#
- #--
- #
- # 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/sequence'
--- 145,148 ----
More information about the bioruby-cvs
mailing list