[BioRuby-cvs] bioruby/lib/bio/shell core.rb, 1.17, 1.18 session.rb, 1.11, 1.12

Katayama Toshiaki k at pub.open-bio.org
Thu Feb 9 20:48:55 UTC 2006


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

Modified Files:
	core.rb session.rb 
Log Message:
* license is changed to Ruby's


Index: session.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/session.rb,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** session.rb	7 Dec 2005 07:50:44 -0000	1.11
--- session.rb	9 Feb 2006 20:48:53 -0000	1.12
***************
*** 2,28 ****
  # = bio/shell/session.rb - core user interface of the BioRuby shell
  #
! # Copyright::	Copyright (C) 2005
! #		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
- #
- #++
  #
  
--- 2,10 ----
  # = bio/shell/session.rb - core user interface of the BioRuby shell
  #
! # Copyright::   Copyright (C) 2005
! #               Toshiaki Katayama <k at bioruby.org>
! # License::     Ruby's
  #
  # $Id$
  #
  

Index: core.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/core.rb,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** core.rb	9 Feb 2006 20:26:08 -0000	1.17
--- core.rb	9 Feb 2006 20:48:53 -0000	1.18
***************
*** 2,8 ****
  # = bio/shell/core.rb - internal methods for the BioRuby shell
  #
! # Copyright::	Copyright (C) 2005, 2006
! #		Toshiaki Katayama <k at bioruby.org>
! # License::	Ruby's
  #
  # $Id$
--- 2,8 ----
  # = bio/shell/core.rb - internal methods for the BioRuby shell
  #
! # Copyright::   Copyright (C) 2005, 2006
! #               Toshiaki Katayama <k at bioruby.org>
! # License::     Ruby's
  #
  # $Id$




More information about the bioruby-cvs mailing list