]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/title.cpp
Do not use DESTDIR in PREFIX, but only in the install target.
[quix0rs-blobwars.git] / src / title.cpp
index 7eb10b9d0b226bc93876cc857ee8667a7a9686e1..c27ae4baa217a668b04bba46bc0c355822bc68b8 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
@@ -189,7 +189,7 @@ int title()
        SDL_Surface *subTitle = graphics.quickSprite("SubTitle", graphics.getString(_("Blob Wars : Episode I"), true));
 
        graphics.setFontSize(0);
-       SDL_Surface *copyright = graphics.quickSprite("Copyright", graphics.getString(_("Copyright (C) 2004, 2005 Parallel Realities"), true));
+       SDL_Surface *copyright = graphics.quickSprite("Copyright", graphics.getString(_("Copyright (C) 2004-2010 Parallel Realities"), true));
 
        char v[50];
        #define STRINGIFY_VALUE(x) STRINGIFY(x)