[BioRuby-cvs] bioruby/lib/bio/db/embl trembl.rb, 1.4, 1.5 uniprot.rb, 1.2, 1.3

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


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

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


Index: trembl.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/db/embl/trembl.rb,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** trembl.rb	28 Jan 2006 06:40:38 -0000	1.4
--- trembl.rb	8 May 2006 14:24:27 -0000	1.5
***************
*** 3,7 ****
  # 
  # Copyright::   Copyright (C) 2001, 2002 KATAYAMA Toshiaki <k at bioruby.org>
! # License::     LGPL
  #
  #  $Id$
--- 3,7 ----
  # 
  # Copyright::   Copyright (C) 2001, 2002 KATAYAMA Toshiaki <k at bioruby.org>
! # License::     Ruby's
  #
  #  $Id$
***************
*** 29,50 ****
  #   http://au.expasy.org/sprot/userman.html
  # 
- #-- 
- #
- #  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/embl/sptr'
--- 29,32 ----

Index: uniprot.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/db/embl/uniprot.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** uniprot.rb	28 Jan 2006 06:40:39 -0000	1.2
--- uniprot.rb	8 May 2006 14:24:27 -0000	1.3
***************
*** 3,7 ****
  # 
  # Copyright::   Copyright (C) 2005 KATAYAMA Toshiaki <k at bioruby.org>
! # License::     LGPL
  #
  #  $Id$
--- 3,7 ----
  # 
  # Copyright::   Copyright (C) 2005 KATAYAMA Toshiaki <k at bioruby.org>
! # License::     Ruby's
  #
  #  $Id$
***************
*** 29,50 ****
  #   http://www.expasy.org/sprot/userman.html
  
- #-- 
- #
- #  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/embl/sptr'
--- 29,32 ----




More information about the bioruby-cvs mailing list