]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/toolkit/bamtools.cpp
Version 2.2
[bamtools.git] / src / toolkit / bamtools.cpp
index 1230e04986c4ccb66c29b58cc879b312b60dcd6f..29097d021bacbc9fb7a42fbf3ba773ee572a29c6 100644 (file)
@@ -1,9 +1,8 @@
 // ***************************************************************************
 // bamtools.cpp (c) 2010 Derek Barnett, Erik Garrison
 // Marth Lab, Department of Biology, Boston College
-// All rights reserved.
 // ---------------------------------------------------------------------------
-// Last modified: 18 May 2011 (DB)
+// Last modified: 12 October 2012 (DB)
 // ---------------------------------------------------------------------------
 // Integrates a number of BamTools functionalities into a single executable.
 // ***************************************************************************
@@ -138,7 +137,7 @@ int Version(void) {
     cout << "bamtools " << versionStream.str() << endl;
     cout << "Part of BamTools API and toolkit" << endl;
     cout << "Primary authors: Derek Barnett, Erik Garrison, Michael Stromberg" << endl;
-    cout << "(c) 2009-2011 Marth Lab, Biology Dept., Boston College" << endl;
+    cout << "(c) 2009-2012 Marth Lab, Biology Dept., Boston College" << endl;
     cout << endl;
     return EXIT_SUCCESS;
 }