# HG changeset patch # User Matti Hamalainen # Date 1665021705 -10800 # Node ID 2b22a89dd811721ca8bc467581bb103c092ff5a6 # Parent a3486ce561483b933ac2ffa4b56b695301cc5a6a Add program information and copyright blurb in help. diff -r a3486ce56148 -r 2b22a89dd811 gldragon.cpp --- 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 \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] []\n" "\n" " -? Show this help\n"