changeset 102:2b22a89dd811

Add program information and copyright blurb in help.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 06 Oct 2022 05:01:45 +0300
parents a3486ce56148
children f88859a8fa4b
files gldragon.cpp
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gldragon.cpp	Fri Feb 25 15:30:00 2022 +0200
+++ b/gldragon.cpp	Thu Oct 06 05:01:45 2022 +0300
@@ -224,6 +224,12 @@
     if (optShowHelp)
     {
         printf(
+            "GLDragon - OpenGL PLY model viewer / simple benchmark\n"
+            "Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org>\n"
+            "(C) Copyright 2019-2022 Tecnic Software productions (TNSP)\n"
+            "See file \"COPYING\" for license information.\n"
+            "Originally based on 'glxdragon' Copyright (c) 2009, Thomas Trummer\n"
+            "\n"
             "Usage: %s [options] [<scenefile.scene>]\n"
             "\n"
             " -?            Show this help\n"