I would like to update all the files (.c / .h) of my project, using a script (for Linux), to add a fixed header of the following type:
Code:
/*
 * <File Name>
 * <Author>:                 <Date>:
 * 
 * Description:
 *
 * History:
 *
*/
How can I do ?