mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
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:
7
lib/rd.h
7
lib/rd.h
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user