[BioRuby-cvs] bioruby/lib/bio/db medline.rb,1.13,1.14
Katayama Toshiaki
k at dev.open-bio.org
Mon May 8 14:22:43 UTC 2006
Update of /home/repository/bioruby/bioruby/lib/bio/db
In directory dev.open-bio.org:/tmp/cvs-serv16575/db
Modified Files:
medline.rb
Log Message:
* license is changed to Ruby's
Index: medline.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/db/medline.rb,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** medline.rb 18 Feb 2006 15:03:47 -0000 1.13
--- medline.rb 8 May 2006 14:22:41 -0000 1.14
***************
*** 4,8 ****
# Copyright:: Copyright (C) 2001, 2005
# KATAYAMA Toshiaki <k at bioruby.org>
! # License:: LGPL
#
# == Description
--- 4,8 ----
# Copyright:: Copyright (C) 2001, 2005
# KATAYAMA Toshiaki <k at bioruby.org>
! # License:: Ruby's
#
# == Description
***************
*** 17,42 ****
# medilne.mesh
#
- # == References
- #
# $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
- #
- #--
- #
require 'bio/db'
--- 17,22 ----
More information about the bioruby-cvs
mailing list