Update name.
authorGwyn Ciesla <limburgher@gmail.com>
Thu, 16 Mar 2017 14:43:38 +0000 (09:43 -0500)
committerGwyn Ciesla <limburgher@gmail.com>
Thu, 16 Mar 2017 14:43:38 +0000 (09:43 -0500)
curblaster.6
main.cpp

index 64260d1..0735e97 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 None so far, but looking to improve gameplay.
 
 .SH AUTHORS 
-Jon Ciesla
+Gwyn Ciesla
 E-mail : limburgher at gmail dot com
index bf2e18e..d75e1f8 100644 (file)
--- 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,"<_==>     -   - - - ");