mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-02 15:13:52 +01:00
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:
@@ -23057,3 +23057,6 @@
|
||||
* Fixed a bug in the 'Edit Audio' dialog that caused the positions
|
||||
of the FadeUp and FadeDown markers to be transposed when loading
|
||||
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).
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<edition>
|
||||
@VERSION@
|
||||
</edition>
|
||||
<copyright><year>2003-2021</year><holder>Fred Gleason</holder></copyright>
|
||||
<copyright><year>2003-2022</year><holder>Fred Gleason</holder></copyright>
|
||||
<legalnotice>
|
||||
<para>
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
|
||||
4
lib/rd.h
4
lib/rd.h
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// 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
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -24,7 +24,7 @@
|
||||
/*
|
||||
* Copyright Notice
|
||||
*/
|
||||
#define RD_COPYRIGHT_NOTICE "© 2002-2020 Fred Gleason"
|
||||
#define RD_COPYRIGHT_NOTICE "© 2002-2022 Fred Gleason"
|
||||
|
||||
/*
|
||||
* Default Configuration File
|
||||
|
||||
@@ -113,7 +113,6 @@ InfoDialog::InfoDialog(QWidget *parent)
|
||||
label->setFont(subLabelFont());
|
||||
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,\nnot even the implied warranties of MERCHANTIBILITY or FITNESS FOR A\nPARTICULAR PURPOSE. Touch the \"View License\" button for details."));
|
||||
|
||||
//
|
||||
// Credits Button
|
||||
|
||||
Reference in New Issue
Block a user