[BioRuby-cvs] bioruby/bin br_biofetch.rb, 1.2, 1.3 br_bioflat.rb, 1.14, 1.15 br_biogetseq.rb, 1.2, 1.3 br_pmfetch.rb, 1.5, 1.6
Katayama Toshiaki
k at pub.open-bio.org
Thu Feb 9 16:29:43 UTC 2006
Update of /home/repository/bioruby/bioruby/bin
In directory pub.open-bio.org:/tmp/cvs-serv17676
Modified Files:
br_biofetch.rb br_bioflat.rb br_biogetseq.rb br_pmfetch.rb
Log Message:
* license is changed to Ruby's
Index: br_pmfetch.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/bin/br_pmfetch.rb,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** br_pmfetch.rb 11 Jul 2005 09:31:32 -0000 1.5
--- br_pmfetch.rb 9 Feb 2006 16:29:41 -0000 1.6
***************
*** 1,21 ****
#!/usr/bin/env ruby
#
! # pmfetch - PubMed client
! #
! # Copyright (C) 2004, 2005 Toshiaki Katayama <k at bioruby.org>
! #
! # This program is free software; you can redistribute it and/or modify
! # it under the terms of the GNU General Public License as published by
! # the Free Software Foundation; either version 2 of the License, or
! # (at your option) any later version.
#
! # This program 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 General Public License for more details.
#
! # You should have received a copy of the GNU General Public License
! # along with this program; if not, write to the Free Software
! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
--- 1,11 ----
#!/usr/bin/env ruby
#
! # = pmfetch - PubMed client
#
! # Copyright:: Copyright (C) 2004, 2005
! # Toshiaki Katayama <k at bioruby.org>
! # License:: Ruby's
#
! # $Id$
#
Index: br_biogetseq.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/bin/br_biogetseq.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** br_biogetseq.rb 21 Feb 2003 02:44:22 -0000 1.2
--- br_biogetseq.rb 9 Feb 2006 16:29:41 -0000 1.3
***************
*** 1,23 ****
#!/usr/bin/env ruby
#
! # biogetseq - OBDA sequence data retrieval (executable)
! #
! # Copyright (C) 2003 KATAYAMA Toshiaki <k at bioruby.org>
! #
! # This program is free software; you can redistribute it and/or modify
! # it under the terms of the GNU General Public License as published by
! # the Free Software Foundation; either version 2 of the License, or
! # (at your option) any later version.
! #
! # This program 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 General Public License for more details.
! #
! # You should have received a copy of the GNU General Public License
! # along with this program; if not, write to the Free Software
! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
! # $Id$
#
--- 1,11 ----
#!/usr/bin/env ruby
#
! # = biogetseq - OBDA sequence data retrieval (executable)
#
! # Copyright:: Copyright (C) 2003
! # Toshiaki Katayama <k at bioruby.org>
! # License:: Ruby's
! #
! # $Id$
#
Index: br_biofetch.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/bin/br_biofetch.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** br_biofetch.rb 3 Dec 2002 18:54:43 -0000 1.2
--- br_biofetch.rb 9 Feb 2006 16:29:41 -0000 1.3
***************
*** 1,23 ****
#!/usr/bin/env ruby
#
! # biofetch - BioFetch client
! #
! # Copyright (C) 2002 KATAYAMA Toshiaki <k at bioruby.org>
! #
! # This program is free software; you can redistribute it and/or modify
! # it under the terms of the GNU General Public License as published by
! # the Free Software Foundation; either version 2 of the License, or
! # (at your option) any later version.
! #
! # This program 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 General Public License for more details.
#
! # You should have received a copy of the GNU General Public License
! # along with this program; if not, write to the Free Software
! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
! # $Id$
#
--- 1,11 ----
#!/usr/bin/env ruby
#
! # = biofetch - BioFetch client
#
! # Copyright:: Copyright (C) 2002
! # Toshiaki Katayama <k at bioruby.org>
! # License:: Ruby's
#
! # $Id$
#
Index: br_bioflat.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/bin/br_bioflat.rb,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** br_bioflat.rb 27 Aug 2003 17:28:30 -0000 1.14
--- br_bioflat.rb 9 Feb 2006 16:29:41 -0000 1.15
***************
*** 1,23 ****
#!/usr/bin/env ruby
#
! # bioflat - OBDA flat file indexer (executable)
! #
! # Copyright (C) 2002 GOTO Naohisa <ngoto at gen-info.osaka-u.ac.jp>
! #
! # This program is free software; you can redistribute it and/or modify
! # it under the terms of the GNU General Public License as published by
! # the Free Software Foundation; either version 2 of the License, or
! # (at your option) any later version.
! #
! # This program 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 General Public License for more details.
! #
! # You should have received a copy of the GNU General Public License
! # along with this program; if not, write to the Free Software
! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
! # $Id$
#
--- 1,11 ----
#!/usr/bin/env ruby
#
! # = bioflat - OBDA flat file indexer (executable)
#
! # Copyright:: Copyright (C) 2002
! # Naohisa Goto <ng at bioruby.org>
! # License:: Ruby's
! #
! # $Id$
#
More information about the bioruby-cvs
mailing list