2022-05-11 Fred Gleason <fredg@paravelsystems.com>

* Updated the global copyright date in the Operations Guide.
	* Updated the global copyright date in rdadmin(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-05-11 13:41:30 -04:00
parent e2fbdf4d33
commit 358bd6f303
4 changed files with 6 additions and 4 deletions

View File

@@ -23057,3 +23057,6 @@
* Fixed a bug in the 'Edit Audio' dialog that caused the positions * Fixed a bug in the 'Edit Audio' dialog that caused the positions
of the FadeUp and FadeDown markers to be transposed when loading of the FadeUp and FadeDown markers to be transposed when loading
from and saving to the database. from and saving to the database.
2022-05-11 Fred Gleason <fredg@paravelsystems.com>
* Updated the global copyright date in the Operations Guide.
* Updated the global copyright date in rdadmin(1).

View File

@@ -11,7 +11,7 @@
<edition> <edition>
@VERSION@ @VERSION@
</edition> </edition>
<copyright><year>2003-2021</year><holder>Fred Gleason</holder></copyright> <copyright><year>2003-2022</year><holder>Fred Gleason</holder></copyright>
<legalnotice> <legalnotice>
<para> <para>
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document

View File

@@ -2,7 +2,7 @@
// //
// System-Wide Values for Rivendell // System-Wide Values for Rivendell
// //
// (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com> // (C) Copyright 2002-2022 Fred Gleason <fredg@paravelsystems.com>
// //
// This program is free software; you can redistribute it and/or modify // This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as // it under the terms of the GNU General Public License version 2 as
@@ -24,7 +24,7 @@
/* /*
* Copyright Notice * Copyright Notice
*/ */
#define RD_COPYRIGHT_NOTICE "© 2002-2020 Fred Gleason" #define RD_COPYRIGHT_NOTICE "© 2002-2022 Fred Gleason"
/* /*
* Default Configuration File * Default Configuration File

View File

@@ -113,7 +113,6 @@ InfoDialog::InfoDialog(QWidget *parent)
label->setFont(subLabelFont()); label->setFont(subLabelFont());
label->setWordWrap(true); label->setWordWrap(true);
label->setText(tr("This program is free software, and comes with ABSOLUTELY NO WARRANTY, not even the implied warranties of MERCHANTIBILITY or FITNESS FOR A PARTICULAR PURPOSE. Touch the \"View License\" button for details.")); label->setText(tr("This program is free software, and comes with ABSOLUTELY NO WARRANTY, not even the implied warranties of MERCHANTIBILITY or FITNESS FOR A PARTICULAR PURPOSE. Touch the \"View License\" button for details."));
// label->setText(tr("This program is free software, and comes with ABSOLUTELY NO WARRANTY,\nnot even the implied warranties of MERCHANTIBILITY or FITNESS FOR A\nPARTICULAR PURPOSE. Touch the \"View License\" button for details."));
// //
// Credits Button // Credits Button