Show
Ignore:
Timestamp:
11/01/09 12:10:27 (3 years ago)
Author:
Erwan Velu <erwan.velu@…>
Children:
291f0542a26110868069d9f92d7d71c9974e28ff
Parents:
c2f4ec7d2a22c57853b6616d4ab49d79c6744d25
git-committer:
Erwan Velu <erwan.velu@free.fr> / 2009-11-01T13:10:27Z+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

    r079f92 rac64e2  
    242242    reset_more_printf(); 
    243243        more_printf("HDT\n"); 
    244         more_printf(" Product     : %s\n", PRODUCT_NAME); 
    245         more_printf(" Version     : %s\n", VERSION); 
    246         more_printf(" Author      : %s\n", AUTHOR); 
    247         more_printf(" Contact     : %s\n", CONTACT); 
     244        more_printf(" Product        : %s\n", PRODUCT_NAME); 
     245        more_printf(" Version        : %s\n", VERSION); 
     246        more_printf(" Project Leader : %s\n", AUTHOR); 
     247        more_printf(" Contact        : %s\n", CONTACT); 
     248        more_printf(" Core Developer : %s\n", CORE_DEVELOPER); 
    248249        char *contributors[NB_CONTRIBUTORS] = CONTRIBUTORS; 
    249250        for (int c = 0; c < NB_CONTRIBUTORS; c++) { 
    250                 more_printf(" Contributor : %s\n", contributors[c]); 
     251                more_printf(" Contributor    : %s\n", contributors[c]); 
    251252        } 
    252253}