[BioRuby-cvs] bioruby/lib/bio/util/restriction_enzyme/range/sequence_range calculated_cuts.rb, 1.5, 1.6 fragment.rb, 1.3, 1.4 fragments.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/lib/bio/db/kegg brite.rb, 0.7, 0.8 compound.rb, 0.14, 0.15 drug.rb, 1.1, 1.2 enzyme.rb, 0.10, 0.11 expression.rb, 1.10, 1.11 genes.rb, 0.24, 0.25 genome.rb, 0.16, 0.17 glycan.rb, 1.4, 1.5 keggtab.rb, 1.9, 1.10 kgml.rb, 1.6, 1.7 reaction.rb, 1.4, 1.5
- Next message: [BioRuby-cvs] bioruby/lib/bio/util/restriction_enzyme/single_strand cut_locations_in_enzyme_notation.rb, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/repository/bioruby/bioruby/lib/bio/util/restriction_enzyme/range/sequence_range
In directory dev.open-bio.org:/tmp/cvs-serv20013/lib/bio/util/restriction_enzyme/range/sequence_range
Modified Files:
calculated_cuts.rb fragment.rb fragments.rb
Log Message:
Standardize on The Ruby License
Index: calculated_cuts.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/restriction_enzyme/range/sequence_range/calculated_cuts.rb,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** calculated_cuts.rb 4 Apr 2007 18:07:44 -0000 1.5
--- calculated_cuts.rb 5 Apr 2007 23:35:42 -0000 1.6
***************
*** 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$
***************
*** 23,27 ****
# 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
#
# cc = CalculatedCuts.new(@size)
--- 23,27 ----
# Author:: Trevor Wennblom <mailto:trevor at corevx.com>
# Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com)
! # License:: The Ruby License
#
# cc = CalculatedCuts.new(@size)
Index: fragment.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/restriction_enzyme/range/sequence_range/fragment.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** fragment.rb 4 Apr 2007 18:07:44 -0000 1.3
--- fragment.rb 5 Apr 2007 23:35:42 -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$
***************
*** 23,27 ****
# 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
#
class Fragment
--- 23,27 ----
# Author:: Trevor Wennblom <mailto:trevor at corevx.com>
# Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com)
! # License:: The Ruby License
#
class Fragment
Index: fragments.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/restriction_enzyme/range/sequence_range/fragments.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** fragments.rb 4 Apr 2007 18:07:44 -0000 1.3
--- fragments.rb 5 Apr 2007 23:35:42 -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$
***************
*** 19,23 ****
# 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
#
class Fragments < Array
--- 19,23 ----
# Author:: Trevor Wennblom <mailto:trevor at corevx.com>
# Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com)
! # License:: The Ruby License
#
class Fragments < Array
- Previous message: [BioRuby-cvs] bioruby/lib/bio/db/kegg brite.rb, 0.7, 0.8 compound.rb, 0.14, 0.15 drug.rb, 1.1, 1.2 enzyme.rb, 0.10, 0.11 expression.rb, 1.10, 1.11 genes.rb, 0.24, 0.25 genome.rb, 0.16, 0.17 glycan.rb, 1.4, 1.5 keggtab.rb, 1.9, 1.10 kgml.rb, 1.6, 1.7 reaction.rb, 1.4, 1.5
- Next message: [BioRuby-cvs] bioruby/lib/bio/util/restriction_enzyme/single_strand cut_locations_in_enzyme_notation.rb, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the bioruby-cvs
mailing list