From 1d03f81d725ffedeac9d9d73a2058f00cfc0b0e4 Mon Sep 17 00:00:00 2001 From: Derek Date: Tue, 7 Sep 2010 14:42:03 -0400 Subject: [PATCH] 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. --- src/utils/bamtools_options.cpp | 5 ++--- src/utils/bamtools_options.h | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) 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 -- 2.39.5