[BioRuby-cvs] bioruby/lib/bio/db/kegg expression.rb, 1.9, 1.10 kgml.rb, 1.2, 1.3

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


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

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


Index: kgml.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/db/kegg/kgml.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** kgml.rb	5 Nov 2005 08:29:53 -0000	1.2
--- kgml.rb	8 May 2006 14:25:25 -0000	1.3
***************
*** 4,8 ****
  # Copyright::	Copyright (C) 2005
  # 		Toshiaki Katayama <k at bioruby.org>
! # License::	LGPL
  #
  # $Id$
--- 4,8 ----
  # Copyright::	Copyright (C) 2005
  # 		Toshiaki Katayama <k at bioruby.org>
! # License::	Ruby's
  #
  # $Id$
***************
*** 83,104 ****
  #  end
  #
- #--
- #
- #  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 'rexml/document'
--- 83,86 ----

Index: expression.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/db/kegg/expression.rb,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** expression.rb	5 Nov 2005 08:27:26 -0000	1.9
--- expression.rb	8 May 2006 14:25:25 -0000	1.10
***************
*** 5,30 ****
  #		Shuichi Kawashima <shuichi at hgc.jp>,
  #		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
- #
- #++
- #
  
  require "bio/db"
--- 5,12 ----
  #		Shuichi Kawashima <shuichi at hgc.jp>,
  #		Toshiaki Katayama <k at bioruby.org>
! # License::	Ruby's
  #
  # $Id$
  #
  
  require "bio/db"




More information about the bioruby-cvs mailing list