]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/main.cpp
Update copyrights.
[quix0rs-blobwars.git] / src / main.cpp
index bea1e30d4805e76f9511f53a5419b5ea23056304..6a4d6b8ac5d73e53fb2930fe7b1ea4cd00bc1bfb 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2004 Parallel Realities
+Copyright (C) 2004-2010 Parallel Realities
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -26,7 +26,7 @@ void showHelp()
 {
        printf("\n");
        printf("Blob Wars, Episode I - Metal Blob Solid (Version %.2f, Release %d)\n", VERSION, RELEASE);
-       printf("Copyright (C) 2004 Parallel Realities\n");
+       printf("Copyright (C) 2004-2010 Parallel Realities\n");
        printf("Licensed under the GNU General Public License (GPL)\n\n");
 
        printf("The Metal Blob Solid gameplay manual can be found in,\n");
@@ -56,7 +56,7 @@ void listMaps()
 {
        printf("\n");
        printf("Blob Wars, Episode I - Metal Blob Solid (Version %.2f, Release %d)\n", VERSION, RELEASE);
-       printf("Copyright (C) 2004 Parallel Realities\n");
+       printf("Copyright (C) 2004-2010 Parallel Realities\n");
        printf("Licensed under the GNU General Public License (GPL)\n\n");
        
        printf("Available Maps\n");
@@ -92,7 +92,7 @@ void showVersion()
 {
        printf("\n");
        printf("Blob Wars, Episode I - Metal Blob Solid (Version %.2f, Release %d)\n", VERSION, RELEASE);
-       printf("Copyright (C) 2004 Parallel Realities\n");
+       printf("Copyright (C) 2004-2010 Parallel Realities\n");
        printf("Licensed under the GNU General Public License (GPL)\n\n");
 //     exit(0);
 }