]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/utils/bamtools_options.cpp
Relicensed the source code used in bamtools_options. Most of it derived from Mosaik...
[bamtools.git] / src / utils / bamtools_options.cpp
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)