[BioRuby-cvs] bioruby/test/unit/bio test_alignment.rb, 1.8, 1.9 test_db.rb, 1.2, 1.3 test_feature.rb, 1.2, 1.3 test_shell.rb, 1.5, 1.6

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
In directory dev.open-bio.org:/tmp/cvs-serv4015/test/unit/bio

Modified Files:
	test_alignment.rb test_db.rb test_feature.rb test_shell.rb 
Log Message:
* Chaged license from LGPL to Ruby's.


Index: test_feature.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/test_feature.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** test_feature.rb	23 Nov 2005 11:47:12 -0000	1.2
--- test_feature.rb	24 Dec 2006 17:19:04 -0000	1.3
***************
*** 2,20 ****
  # test/unit/bio/test_feature.rb - Unit test for Features/Feature classes
  #
! #   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/test_feature.rb - Unit test for Features/Feature classes
  #
! # Copyright::  Copyright (C) 2005 Mitsuteru 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.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** test_alignment.rb	14 Dec 2006 14:10:57 -0000	1.8
--- test_alignment.rb	24 Dec 2006 17:19:04 -0000	1.9
***************
*** 2,7 ****
  # test/unit/bio/test_alignment.rb - Unit test for Bio::Alignment
  #
! #   Copyright (C) 2004 Moses Hohman <mmhohman at northwestern.edu>
! #                 2005 Naohisa Goto <ng at bioruby.org>
  #
  #  This library is free software; you can redistribute it and/or
--- 2,7 ----
  # 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

Index: test_db.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/test_db.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** test_db.rb	23 Nov 2005 11:44:12 -0000	1.2
--- test_db.rb	24 Dec 2006 17:19:04 -0000	1.3
***************
*** 2,20 ****
  # test/unit/bio/test_db.rb - Unit test for Bio::DB
  #
! #   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/test_db.rb - Unit test for Bio::DB
  #
! # Copyright::  Copyright (C) 2005 Mitsuteru Nakao <n at bioruby.org>
! # License::    Ruby's
  #
  #  $Id$

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




More information about the bioruby-cvs mailing list