]> git.donarmstrong.com Git - bamtools.git/commitdiff
Relicensed the source code used in bamtools_options. Most of it derived from Mosaik...
authorDerek <derekwbarnett@gmail.com>
Tue, 7 Sep 2010 18:42:03 +0000 (14:42 -0400)
committerDerek <derekwbarnett@gmail.com>
Tue, 7 Sep 2010 18:42:03 +0000 (14:42 -0400)
src/utils/bamtools_options.cpp
src/utils/bamtools_options.h

index 931fbd8be4740892fe7fbe60db79726d7325bfac..71aa2ebd4507fa5ecd7800d66090c11b90f5f67d 100644 (file)
@@ -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)
index 92460e24c787a6cc853d866b27e3f546eb34744f..668ac522c977c6419993330d2b21c206ea6f3a74 100644 (file)
@@ -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
 // ---------------------------------------------------------------------------
 // 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