[BioRuby-cvs] bioruby/test/unit/bio test_alignment.rb, 1.9, 1.10 test_feature.rb, 1.3, 1.4 test_location.rb, 1.2, 1.3 test_pathway.rb, 1.3, 1.4 test_sequence.rb, 1.6, 1.7

Mitsuteru C. Nakao nakao at dev.open-bio.org
Thu Apr 5 17:12:02 UTC 2007


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

Modified Files:
	test_alignment.rb test_feature.rb test_location.rb 
	test_pathway.rb test_sequence.rb 
Log Message:
* Chaged license LGPL to Ruby's


Index: test_pathway.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/test_pathway.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_pathway.rb	18 Dec 2005 16:50:56 -0000	1.3
--- test_pathway.rb	5 Apr 2007 17:12:00 -0000	1.4
***************
*** 2,20 ****
  # test/bio/tc_pathway.rb - Unit test for Bio::Pathway
  #
! #   Copyright (C) 2004 Moses Hohman <mmhohman at northwestern.edu>
! #
! #  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,8 ----
  # test/bio/tc_pathway.rb - Unit test for Bio::Pathway
  #
! # Copyright::  Copyright (C) 2004
! #              Moses Hohman <mmhohman at northwestern.edu>
! # License::    Ruby's
  #
  #  $Id$

Index: test_location.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/test_location.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** test_location.rb	24 Sep 2005 03:12:55 -0000	1.2
--- test_location.rb	5 Apr 2007 17:12:00 -0000	1.3
***************
*** 2,20 ****
  # test/unit/bio/test_location.rb - Unit test for Bio::Location
  #
! #   Copyright (C) 2004 Moses Hohman <mmhohman at northwestern.edu>
! #
! #  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,8 ----
  # test/unit/bio/test_location.rb - Unit test for Bio::Location
  #
! # Copyright::  Copyright (C) 2004 
! #              Moses Hohman <mmhohman at northwestern.edu>
! # License::    Ruby's
  #
  #  $Id$

Index: test_feature.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/test_feature.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_feature.rb	24 Dec 2006 17:19:04 -0000	1.3
--- test_feature.rb	5 Apr 2007 17:12:00 -0000	1.4
***************
*** 2,6 ****
  # test/unit/bio/test_feature.rb - Unit test for Features/Feature classes
  #
! # Copyright::  Copyright (C) 2005 Mitsuteru Nakao <n at bioruby.org>
  # License::    Ruby's
  #
--- 2,7 ----
  # test/unit/bio/test_feature.rb - Unit test for Features/Feature classes
  #
! # Copyright::  Copyright (C) 2005 
! #              Mitsuteru Nakao <n at bioruby.org>
  # License::    Ruby's
  #

Index: test_sequence.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/test_sequence.rb,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** test_sequence.rb	5 Feb 2006 17:39:27 -0000	1.6
--- test_sequence.rb	5 Apr 2007 17:12:00 -0000	1.7
***************
*** 2,21 ****
  # test/unit/bio/test_sequence.rb - Unit test for Bio::Sequencce
  #
! #   Copyright (C) 2004 Moses Hohman <mmhohman at northwestern.edu>
! #   Copyright (C) 2006 Mitsuteru C. 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,9 ----
  # test/unit/bio/test_sequence.rb - Unit test for Bio::Sequencce
  #
! # Copyright::  Copyright (C) 2004
! #              Moses Hohman <mmhohman at northwestern.edu>
! #              2006 Mitsuteru C. Nakao <n at bioruby.org>
! # License::    Ruby's
  #
  #  $Id$

Index: test_alignment.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/test_alignment.rb,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** test_alignment.rb	24 Dec 2006 17:19:04 -0000	1.9
--- test_alignment.rb	5 Apr 2007 17:12:00 -0000	1.10
***************
*** 2,21 ****
  # test/unit/bio/test_alignment.rb - Unit test for Bio::Alignment
  #
! # Copyright::  Copyright (C) 2004 Moses Hohman <mmhohman at northwestern.edu>
! #              Copyright (C) 2005 Naohisa Goto <ng 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,9 ----
  # test/unit/bio/test_alignment.rb - Unit test for Bio::Alignment
  #
! # Copyright::  Copyright (C) 2004
! #              Moses Hohman <mmhohman at northwestern.edu>
! #              2005 Naohisa Goto <ng at bioruby.org>
! # License::    Ruby's
  #
  #  $Id$




More information about the bioruby-cvs mailing list