[BioRuby-cvs] bioruby/lib/bio/appl/psort report.rb,1.12,1.13
Mitsuteru C. Nakao
nakao at dev.open-bio.org
Sun Apr 30 07:11:30 UTC 2006
Update of /home/repository/bioruby/bioruby/lib/bio/appl/psort
In directory dev.open-bio.org:/tmp/cvs-serv18631/lib/bio/appl/psort
Modified Files:
report.rb
Log Message:
* changed license to Ruby's
Index: report.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/psort/report.rb,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** report.rb 3 Nov 2005 10:50:58 -0000 1.12
--- report.rb 30 Apr 2006 07:11:28 -0000 1.13
***************
*** 2,7 ****
# = bio/appl/psort/report.rb - PSORT systems report classes
#
! # Copyright:: Copyright (C) 2003 Mitsuteru C. Nakao <n at bioruby.org>
! # License:: LGPL
#
# $Id$
--- 2,8 ----
# = bio/appl/psort/report.rb - PSORT systems report classes
#
! # Copyright:: Copyright (C) 2003
! # Mitsuteru C. Nakao <n at bioruby.org>
! # License:: Ruby's
#
# $Id$
***************
*** 9,30 ****
# == A Report classes for PSORT Systems
#
- #--
- #
- # 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/sequence'
--- 10,13 ----
More information about the bioruby-cvs
mailing list