From: Derek Date: Tue, 7 Sep 2010 18:42:03 +0000 (-0400) Subject: Relicensed the source code used in bamtools_options. Most of it derived from Mosaik... X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1d03f81d725ffedeac9d9d73a2058f00cfc0b0e4;p=bamtools.git Relicensed the source code used in bamtools_options. Most of it derived from Mosaik source, which was originally released under GPL. Now under MIT License with author's permission. This puts the entire BamTools codebase securely under one unrestrictive license. --- diff --git a/src/utils/bamtools_options.cpp b/src/utils/bamtools_options.cpp index 931fbd8..71aa2eb 100644 --- a/src/utils/bamtools_options.cpp +++ b/src/utils/bamtools_options.cpp @@ -3,7 +3,7 @@ // Marth Lab, Department of Biology, Boston College // All rights reserved. // --------------------------------------------------------------------------- -// Last modified: 2 June 2010 +// Last modified: 7 September 2010 // --------------------------------------------------------------------------- // Parses command line arguments and creates a help menu // --------------------------------------------------------------------------- @@ -11,8 +11,7 @@ // The Mosaik suite's command line parser class: COptions // (c) 2006 - 2009 Michael Str�mberg // Marth Lab, Department of Biology, Boston College -// Dual licenced under the GNU General Public License 2.0+ license or as -// a commercial license with the Marth Lab. +// Re-licensed under MIT License with author's permission. // // * Modified slightly to fit BamTools, otherwise code is same. // * (BamTools namespace, added stdin/stdout) (DB) diff --git a/src/utils/bamtools_options.h b/src/utils/bamtools_options.h index 92460e2..668ac52 100644 --- a/src/utils/bamtools_options.h +++ b/src/utils/bamtools_options.h @@ -3,7 +3,7 @@ // Marth Lab, Department of Biology, Boston College // All rights reserved. // --------------------------------------------------------------------------- -// Last modified: 1 June 2010 +// Last modified: 7 September 2010 // --------------------------------------------------------------------------- // Parses command line arguments and creates a help menu // --------------------------------------------------------------------------- @@ -11,10 +11,10 @@ // The Mosaik suite's command line parser class: COptions // (c) 2006 - 2009 Michael Str�mberg // Marth Lab, Department of Biology, Boston College -// Dual licenced under the GNU General Public License 2.0+ license or as -// a commercial license with the Marth Lab. +// Re-licensed under MIT License with author's permission. // -// * Modified to fit BamTools code-style, added stdin/stdout members (DB) +// * Modified slightly to fit BamTools, otherwise code is same. +// * (BamTools namespace, added stdin/stdout) (DB) // *************************************************************************** #ifndef BAMTOOLS_OPTIONS_H