diff --git a/fsl_glm.cc b/fsl_glm.cc index da5c9302478579d20896055748c571772e9284bf..c485b073fc93558387c2890a9993d9a8da0fadf7 100644 --- a/fsl_glm.cc +++ b/fsl_glm.cc @@ -22,7 +22,7 @@ using namespace std; // The two strings below specify the title and example usage that is // printed out as the help or usage message - string title=string("fsl_glm (Version 1.1)")+ + string title=string("fsl_glm")+ string("\nCopyright(c) 2004-2009, University of Oxford (Christian F. Beckmann)\n")+ string(" \n Simple GLM allowing temporal or spatial regression on either text data or images\n"); string examples="fsl_glm -i <input> -d <design> -o <output> [options]"; diff --git a/fsl_regfilt.cc b/fsl_regfilt.cc index 0247205f141df753d263ad2702ac8e4b943622a4..ffe19ebb5b57a314b77e8adbef2890a8bf925659 100644 --- a/fsl_regfilt.cc +++ b/fsl_regfilt.cc @@ -21,7 +21,7 @@ using namespace std; // The two strings below specify the title and example usage that is // printed out as the help or usage message - string title=string("fsl_regfilt (Version 1.2)")+ + string title=string("fsl_regfilt")+ string("\n\n Copyright(c) 2011, University of Oxford (Christian F. Beckmann)\n")+ string(" Data de-noising by regressing out part of a design matrix\n")+ string(" using simple OLS regression on 4D images");