X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Ftoolkit%2Fbamtools.cpp;h=29097d021bacbc9fb7a42fbf3ba773ee572a29c6;hb=bafc03f4ed7ed9ff1b3fb24874dc8a4a6d58e605;hp=1230e04986c4ccb66c29b58cc879b312b60dcd6f;hpb=66ddb686203f754c010ca1538ebe69ba03f38f7f;p=bamtools.git diff --git a/src/toolkit/bamtools.cpp b/src/toolkit/bamtools.cpp index 1230e04..29097d0 100644 --- a/src/toolkit/bamtools.cpp +++ b/src/toolkit/bamtools.cpp @@ -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; }