Changeset 4413


Ignore:
Timestamp:
08/15/10 13:19:25 (3 years ago)
Author:
pterjan
Message:
  • Update copyright in help
File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/src/help.c

    r4412 r4413  
    5555                (caca_get_canvas_width(screen_list->cv) - 
    5656                 strlen(PACKAGE_STRING)) / 2, y - 1, PACKAGE_STRING); 
    57     caca_printf(screen_list->cv, x, y++, "Copyright (c) 2006-2009"); 
     57    caca_printf(screen_list->cv, x, y++, "Copyright (c) 2006-2010"); 
    5858    caca_printf(screen_list->cv, x, y++, "              Sam Hocevar <sam@zoy.org>"); 
    5959    caca_printf(screen_list->cv, x, y++, "              Jean-Yves Lamoureux <jylam@lnxscene.org>"); 
Note: See TracChangeset for help on using the changeset viewer.