From: martinahansen Date: Mon, 9 Aug 2010 10:09:04 +0000 (+0000) Subject: added lisence to ruby code X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=58e380ec3d42d2534ecc51df877cf67e0c870417;p=biopieces.git added lisence to ruby code git-svn-id: http://biopieces.googlecode.com/svn/trunk@1053 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_bin/swapcase_seq b/bp_bin/swapcase_seq index b36d21d..9681ae2 100755 --- a/bp_bin/swapcase_seq +++ b/bp_bin/swapcase_seq @@ -24,7 +24,7 @@ # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> DESCRIPTION <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -# Test mock-up of a Biopiece written in Ruby. +# Swap lowercase sequence to uppercase and visa versa for all sequences in the stream. # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< diff --git a/code_ruby/Maasha/lib/biopieces.rb b/code_ruby/Maasha/lib/biopieces.rb index 42eeb76..5c6fba6 100644 --- a/code_ruby/Maasha/lib/biopieces.rb +++ b/code_ruby/Maasha/lib/biopieces.rb @@ -1,3 +1,27 @@ +# Copyright (C) 2007-2010 Martin A. Hansen. + +# 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +# http://www.gnu.org/copyleft/gpl.html + +# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< + +# This software is part of the Biopieces framework (www.biopieces.org). + +# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< + require 'fileutils' require 'date' require 'optparse'