Show
Ignore:
Timestamp:
10/27/09 15:32:30 (3 years ago)
Author:
Erwan Velu <erwan.velu@…>
Children:
3fc3126d0c7df5701680e043c34f200166f24564
Parents:
ac729becd4e99890a9fc4e6f543c0ae46fd92b05
git-committer:
Erwan Velu <erwan.velu@free.fr> / 2009-10-27T16:32:30Z+0100
Message:

hdt: Removing useless Author Name

Impact: visual

Pierre do much work on it, no need to keep my name everywhere ;)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • com32/hdt/hdt.c

    r2d34df r486ec6  
    4949  struct s_hardware hardware; 
    5050 
    51   snprintf(version_string, sizeof version_string, "%s %s by %s", 
    52            PRODUCT_NAME,VERSION,AUTHOR); 
     51  snprintf(version_string, sizeof version_string, "%s %s", 
     52           PRODUCT_NAME,VERSION); 
    5353 
    5454  /* Opening the Syslinux console */