2023-08-04 Fred Gleason <fredg@paravelsystems.com>

* Added copyright and license notices to the standard '--version'
	output.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-08-04 16:43:29 -04:00
parent fd3f9f5947
commit 8f9061d2d5
5 changed files with 39 additions and 2 deletions

View File

@@ -21,11 +21,18 @@
#ifndef RD_H
#define RD_H
#include <QObject>
/*
* Copyright Notice
*/
#define RD_COPYRIGHT_NOTICE "© 2002-2023 Fred Gleason"
/*
* License Notice
*/
#define RD_LICENSE_NOTICE QObject::tr("This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.")
/*
* Default Configuration File
*/