# HG changeset patch # User John Tsiombikas # Date 1491598847 -10800 # Node ID 68e6bdd9c9df1aa7737750d6bb6bfe619b0ae675 # Parent 5a80b73208dd0332bdfb2f151402cefdf55b0ac4 minor copyright message adjustment diff -r 5a80b73208dd -r 68e6bdd9c9df dterm.c --- a/dterm.c Fri Apr 07 23:54:55 2017 +0300 +++ b/dterm.c Sat Apr 08 00:00:47 2017 +0300 @@ -1,7 +1,4 @@ -/* dterm.c Dumb terminal program 19/11/2004/dcs - */ - -/* +/* dterm - Dumb terminal program * Copyright 2007 Knossos Networks Ltd. * Copyright 2017 John Tsiombikas * @@ -24,8 +21,9 @@ #define VERSION "unknown" #endif #define COPYRIGHT \ -"dterm version " VERSION " Copyright 2007 Knossos Networks Ltd.\n" \ -" Copyright 2017 John Tsiombikas \n" \ +"dterm version " VERSION "\n" \ +"Copyright 2007 Knossos Networks Ltd.\n" \ +"Copyright 2017 John Tsiombikas \n" \ "\n" \ "This program is free software; you can redistribute it and/or\n" \ "modify it under the terms of the GNU General Public License version 2\n" \