[BioRuby-cvs] bioruby/test/unit/bio/db test_fasta.rb, 1.3, 1.4 test_gff.rb, 1.4, 1.5 test_prosite.rb, 1.4, 1.5

Mitsuteru C. Nakao nakao at dev.open-bio.org
Sun Dec 24 17:19:06 UTC 2006


Update of /home/repository/bioruby/bioruby/test/unit/bio/db
In directory dev.open-bio.org:/tmp/cvs-serv4015/test/unit/bio/db

Modified Files:
	test_fasta.rb test_gff.rb test_prosite.rb 
Log Message:
* Chaged license from LGPL to Ruby's.


Index: test_fasta.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/db/test_fasta.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_fasta.rb	18 Dec 2005 17:55:13 -0000	1.3
--- test_fasta.rb	24 Dec 2006 17:19:04 -0000	1.4
***************
*** 2,20 ****
  # test/unit/bio/db/test_fasta.rb - Unit test for Bio::FastaFormat
  #
! #   Copyright (C) 2005 Mitsuteru Nakao <n at bioruby.org>
! #
! #  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$
--- 2,7 ----
  # test/unit/bio/db/test_fasta.rb - Unit test for Bio::FastaFormat
  #
! # Copyright::  Copyright (C) 2005 Mitsuteru Nakao <n at bioruby.org>
! # License::    Ruby's
  #
  #  $Id$

Index: test_prosite.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/db/test_prosite.rb,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** test_prosite.rb	26 Jul 2006 08:15:28 -0000	1.4
--- test_prosite.rb	24 Dec 2006 17:19:04 -0000	1.5
***************
*** 2,20 ****
  # test/unit/bio/db/test_prosite.rb - Unit test for Bio::PROSITE
  #
! #   Copyright (C) 2005 Mitsuteru Nakao <n at bioruby.org>
! #
! #  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$
--- 2,7 ----
  # test/unit/bio/db/test_prosite.rb - Unit test for Bio::PROSITE
  #
! # Copyright::  Copyright (C) 2005 Mitsuteru Nakao <n at bioruby.org>
! # License::    Ruby's
  #
  #  $Id$

Index: test_gff.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/db/test_gff.rb,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** test_gff.rb	19 Dec 2005 01:21:42 -0000	1.4
--- test_gff.rb	24 Dec 2006 17:19:04 -0000	1.5
***************
*** 2,20 ****
  # test/unit/bio/db/test_gff.rb - Unit test for Bio::GFF
  #
! #   Copyright (C) 2005 Mitsuteru Nakao <n at bioruby.org>
! #
! #  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$
--- 2,7 ----
  # test/unit/bio/db/test_gff.rb - Unit test for Bio::GFF
  #
! # Copyright::   Copyright (C) 2005 Mitsuteru Nakao <n at bioruby.org>
! # License::     Ruby's
  #
  #  $Id$




More information about the bioruby-cvs mailing list