[BioRuby-cvs] bioruby/lib/bio/db pdb.rb,1.6,1.7

Katayama Toshiaki k at dev.open-bio.org
Thu Mar 29 12:50:51 UTC 2007


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

Modified Files:
	pdb.rb 
Log Message:
* license is changed from LGPL to Ruby's with permission from authors


Index: pdb.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/db/pdb.rb,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** pdb.rb	29 Jan 2006 06:54:13 -0000	1.6
--- pdb.rb	29 Mar 2007 12:50:49 -0000	1.7
***************
*** 1,22 ****
  #
! # bio/db/pdb.rb - PDB database classes
! #
! #   Copyright (C) 2004 GOTO Naohisa <ngoto at gen-info.osaka-u.ac.jp>
! #
! #  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
  #
! #  $Id$
  #
  
--- 1,10 ----
  #
! # = bio/db/pdb.rb - PDB database classes
  #
! # Copyright::	Copyright (C) 2004
! # 		GOTO Naohisa <ngoto at gen-info.osaka-u.ac.jp>
! # License::	Ruby's
  #
! # $Id$
  #
  




More information about the bioruby-cvs mailing list