[BioRuby-cvs] bioruby/lib/bio/util/color_scheme buried.rb, 1.3, 1.4 helix.rb, 1.3, 1.4 hydropathy.rb, 1.3, 1.4 nucleotide.rb, 1.3, 1.4 strand.rb, 1.4, 1.5 taylor.rb, 1.3, 1.4 turn.rb, 1.3, 1.4 zappo.rb, 1.3, 1.4
Trevor Wennblom
trevor at dev.open-bio.org
Thu Apr 5 23:35:44 UTC 2007
- Previous message: [BioRuby-cvs] bioruby/sample color_scheme_na.rb, 1.2, 1.3 goslim.rb, 1.4, 1.5 psortplot_html.rb, 1.2, 1.3
- Next message: [BioRuby-cvs] bioruby/lib/bio/util/restriction_enzyme analysis.rb, 1.16, 1.17 analysis_basic.rb, 1.11, 1.12 cut_symbol.rb, 1.4, 1.5 double_stranded.rb, 1.9, 1.10 single_strand.rb, 1.5, 1.6 single_strand_complement.rb, 1.3, 1.4 string_formatting.rb, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/repository/bioruby/bioruby/lib/bio/util/color_scheme
In directory dev.open-bio.org:/tmp/cvs-serv20013/lib/bio/util/color_scheme
Modified Files:
buried.rb helix.rb hydropathy.rb nucleotide.rb strand.rb
taylor.rb turn.rb zappo.rb
Log Message:
Standardize on The Ruby License
Index: strand.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/color_scheme/strand.rb,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** strand.rb 31 Dec 2006 19:47:35 -0000 1.4
--- strand.rb 5 Apr 2007 23:35:41 -0000 1.5
***************
*** 4,8 ****
# Author:: Trevor Wennblom <mailto:trevor at corevx.com>
# Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com)
! # License:: Distributes under the same terms as Ruby
#
# $Id$
--- 4,8 ----
# Author:: Trevor Wennblom <mailto:trevor at corevx.com>
# Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com)
! # License:: The Ruby License
#
# $Id$
Index: turn.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/color_scheme/turn.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** turn.rb 31 Dec 2006 19:47:35 -0000 1.3
--- turn.rb 5 Apr 2007 23:35:41 -0000 1.4
***************
*** 4,8 ****
# Author:: Trevor Wennblom <mailto:trevor at corevx.com>
# Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com)
! # License:: Distributes under the same terms as Ruby
#
# $Id$
--- 4,8 ----
# Author:: Trevor Wennblom <mailto:trevor at corevx.com>
# Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com)
! # License:: The Ruby License
#
# $Id$
Index: hydropathy.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/color_scheme/hydropathy.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** hydropathy.rb 31 Dec 2006 19:47:35 -0000 1.3
--- hydropathy.rb 5 Apr 2007 23:35:41 -0000 1.4
***************
*** 4,8 ****
# Author:: Trevor Wennblom <mailto:trevor at corevx.com>
# Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com)
! # License:: Distributes under the same terms as Ruby
#
# $Id$
--- 4,8 ----
# Author:: Trevor Wennblom <mailto:trevor at corevx.com>
# Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com)
! # License:: The Ruby License
#
# $Id$
Index: nucleotide.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/color_scheme/nucleotide.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** nucleotide.rb 31 Dec 2006 19:47:35 -0000 1.3
--- nucleotide.rb 5 Apr 2007 23:35:41 -0000 1.4
***************
*** 4,8 ****
# Author:: Trevor Wennblom <mailto:trevor at corevx.com>
# Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com)
! # License:: Distributes under the same terms as Ruby
#
# $Id$
--- 4,8 ----
# Author:: Trevor Wennblom <mailto:trevor at corevx.com>
# Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com)
! # License:: The Ruby License
#
# $Id$
Index: buried.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/color_scheme/buried.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** buried.rb 31 Dec 2006 19:47:35 -0000 1.3
--- buried.rb 5 Apr 2007 23:35:41 -0000 1.4
***************
*** 4,8 ****
# Author:: Trevor Wennblom <mailto:trevor at corevx.com>
# Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com)
! # License:: Distributes under the same terms as Ruby
#
# $Id$
--- 4,8 ----
# Author:: Trevor Wennblom <mailto:trevor at corevx.com>
# Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com)
! # License:: The Ruby License
#
# $Id$
Index: helix.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/color_scheme/helix.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** helix.rb 31 Dec 2006 19:47:35 -0000 1.3
--- helix.rb 5 Apr 2007 23:35:41 -0000 1.4
***************
*** 4,8 ****
# Author:: Trevor Wennblom <mailto:trevor at corevx.com>
# Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com)
! # License:: Distributes under the same terms as Ruby
#
# $Id$
--- 4,8 ----
# Author:: Trevor Wennblom <mailto:trevor at corevx.com>
# Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com)
! # License:: The Ruby License
#
# $Id$
Index: taylor.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/color_scheme/taylor.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** taylor.rb 31 Dec 2006 19:47:35 -0000 1.3
--- taylor.rb 5 Apr 2007 23:35:41 -0000 1.4
***************
*** 4,8 ****
# Author:: Trevor Wennblom <mailto:trevor at corevx.com>
# Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com)
! # License:: Distributes under the same terms as Ruby
#
# $Id$
--- 4,8 ----
# Author:: Trevor Wennblom <mailto:trevor at corevx.com>
# Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com)
! # License:: The Ruby License
#
# $Id$
Index: zappo.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/color_scheme/zappo.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** zappo.rb 31 Dec 2006 19:47:35 -0000 1.3
--- zappo.rb 5 Apr 2007 23:35:41 -0000 1.4
***************
*** 4,8 ****
# Author:: Trevor Wennblom <mailto:trevor at corevx.com>
# Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com)
! # License:: Distributes under the same terms as Ruby
#
# $Id$
--- 4,8 ----
# Author:: Trevor Wennblom <mailto:trevor at corevx.com>
# Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com)
! # License:: The Ruby License
#
# $Id$
- Previous message: [BioRuby-cvs] bioruby/sample color_scheme_na.rb, 1.2, 1.3 goslim.rb, 1.4, 1.5 psortplot_html.rb, 1.2, 1.3
- Next message: [BioRuby-cvs] bioruby/lib/bio/util/restriction_enzyme analysis.rb, 1.16, 1.17 analysis_basic.rb, 1.11, 1.12 cut_symbol.rb, 1.4, 1.5 double_stranded.rb, 1.9, 1.10 single_strand.rb, 1.5, 1.6 single_strand_complement.rb, 1.3, 1.4 string_formatting.rb, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the bioruby-cvs
mailing list