From: Gwyn Ciesla Date: Thu, 16 Mar 2017 14:43:38 +0000 (-0500) Subject: Update name. X-Git-Tag: 1.13~1 X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=8f158964dd33d117c1c7f7224f21b8241540c05b;p=curblaster.git Update name. --- diff --git a/curblaster.6 b/curblaster.6 index 64260d1..0735e97 100644 --- a/curblaster.6 +++ b/curblaster.6 @@ -1,4 +1,4 @@ -.TH CURBLASTER 6 "JANUARY 2010" Linux "User Manuals" +.TH CURBLASTER 6 "March 2017" Linux "User Manuals" .SH NAME curblaster \- NCurses sidescroller, with gameplay loosely based on a few others. @@ -32,7 +32,7 @@ Quit: Q Requires ncurses, and SDL_mixer for sound. .SH COPYRIGHT -Curblaster is Copyright (c) 2010 Jonathan Ciesla +Curblaster is Copyright (c) 2017 Gwyn Ciesla This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -51,5 +51,5 @@ along with this program. If not, see . None so far, but looking to improve gameplay. .SH AUTHORS -Jon Ciesla +Gwyn Ciesla E-mail : limburgher at gmail dot com diff --git a/main.cpp b/main.cpp index bf2e18e..d75e1f8 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,6 @@ /* Curblaster - Copyright (C) 2009 Jonathan Ciesla + Copyright (C) 2017 Gwyn Ciesla This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -507,7 +507,7 @@ int main(int argc, char *argv[]){ mvprintw(12,34,"Version %1.2f",version); //Copyright - mvprintw(14,22,"Copyright (C) 2010 Jonathan Ciesla"); + mvprintw(14,22,"Copyright (C) 2017 Gwyn Ciesla"); //player, lander, pods, gate mvprintw(17,5,"<_==> - - - - ");