|
|
|
@ -15,7 +15,7 @@
|
|
|
|
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
|
|
|
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
|
*
|
|
|
|
|
* (c) 2012-2014 Timothy Pearson
|
|
|
|
|
* (c) 2012-2019 Timothy Pearson
|
|
|
|
|
* Raptor Engineering
|
|
|
|
|
* http://www.raptorengineeringinc.com
|
|
|
|
|
*/
|
|
|
|
@ -39,7 +39,7 @@ static const TDECmdLineOptions options[] =
|
|
|
|
|
static TDEAboutData about(
|
|
|
|
|
APP_NAME, I18N_NOOP( APP_PRETTYNAME ), APP_VERSION,
|
|
|
|
|
I18N_NOOP("uLab Remote Laboratory Workspaces Graphical Client"), TDEAboutData::License_GPL_V2,
|
|
|
|
|
I18N_NOOP("(C) 2012-2014 Timothy Pearson"), 0,
|
|
|
|
|
I18N_NOOP("(C) 2012-2019 Timothy Pearson"), 0,
|
|
|
|
|
"https://ulab.trinitydesktop.org/", "kb9vqf@pearsoncomputing.net" );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|