Show
Ignore:
Timestamp:
11/01/09 11:46:48 (3 years ago)
Author:
Erwan Velu <erwan.velu@…>
Children:
a7f6dd2b9fc3f8ad29a05135c99288156961329b
Parents:
c9118b9eb373ccfacaee9866e3344fce14eee5af
git-committer:
Erwan Velu <erwan.velu@free.fr> / 2009-11-01T12:46:48Z+0100
Message:

hdt: Adding core developper role

Impact: Visual

Pierre is more than a contributor ;)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • com32/hdt/hdt-cli-hdt.c

    r486ec6 r57689f  
    238238{ 
    239239        printf("HDT\n"); 
    240         printf(" Product     : %s\n", PRODUCT_NAME); 
    241         printf(" Version     : %s\n", VERSION); 
    242         printf(" Author      : %s\n", AUTHOR); 
    243         printf(" Contact     : %s\n", CONTACT); 
     240        printf(" Product        : %s\n", PRODUCT_NAME); 
     241        printf(" Version        : %s\n", VERSION); 
     242        printf(" Project Leader : %s\n", AUTHOR); 
     243        printf(" Contact        : %s\n", CONTACT); 
     244        printf(" Core Developer : %s\n", CORE_DEVELOPER); 
    244245        char *contributors[NB_CONTRIBUTORS] = CONTRIBUTORS; 
    245246        for (int c = 0; c < NB_CONTRIBUTORS; c++) { 
    246                 printf(" Contributor : %s\n", contributors[c]); 
     247                printf(" Contributor    : %s\n", contributors[c]); 
    247248        } 
    248249}