Changeset 456 for cafu/trunk

Show
Ignore:
Timestamp:
01/09/12 11:20:07 (4 months ago)
Author:
Carsten
Message:

Updated remaining copyright banners (application output).

Location:
cafu/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • cafu/trunk/CaWE/ParentFrame.cpp

    r455 r456  
    10381038        { 
    10391039            wxString TextTop= 
    1040                 "CaWE is copyright (c) 2002-2011 Carsten Fuchs Software.\n" 
     1040                "CaWE, the Cafu World Editor.\n" 
     1041                "Copyright (C) 2002-"+wxString(__DATE__+7)+" Carsten Fuchs Software.\n" 
    10411042                "\n" 
    10421043                "Please report all encountered bugs.\n"; 
  • cafu/trunk/Games/DeathMatch/GUIs/MainMenu/MainMenu_init.cgui

    r374 r456  
    12581258    self:set("backColor", 0, 0, 0, 0); 
    12591259    self:set("font", "Fonts/Impact"); 
    1260     self:set("text", "Cafu is copyright © 2001-2011 Carsten Fuchs Software.\nAll rights reserved.                       http://www.cafu.de"); 
     1260    self:set("text", "Copyright © 2002-" .. os.date("%Y") .. " Carsten Fuchs Software.\nhttp://www.cafu.de"); 
    12611261    self:set("textScale", 0.22); 
    12621262    self:set("textColor", 0.5, 0.5, 0.5, 1);