2018-03-20 Fred Gleason <fredg@paravelsystems.com>

* Updated the date in the copyright notice in rdadmin(1).
This commit is contained in:
Fred Gleason
2018-03-20 11:06:25 -04:00
parent dbd4d865f9
commit 626a04c407
9 changed files with 34 additions and 8 deletions

View File

@@ -126,7 +126,7 @@ InfoDialog::InfoDialog(QWidget *parent)
//
// Signature
//
str=QString(tr("Copyright 2002-2014"));
str=QString(tr("Copyright 2002-2018"));
label=new QLabel(QString().sprintf("%s %s",(const char *)str,
PACKAGE_BUGREPORT),this);
label->setGeometry(10,87,sizeHint().width()-20,14);